Blame view

node_modules/buffer-indexof/package.json 1.34 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  {
    "_args": [
      [
        "buffer-indexof@1.1.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "buffer-indexof@1.1.1",
    "_id": "buffer-indexof@1.1.1",
    "_inBundle": false,
    "_integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=",
    "_location": "/buffer-indexof",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "buffer-indexof@1.1.1",
      "name": "buffer-indexof",
      "escapedName": "buffer-indexof",
      "rawSpec": "1.1.1",
      "saveSpec": null,
      "fetchSpec": "1.1.1"
    },
    "_requiredBy": [
      "/dns-txt"
    ],
    "_resolved": "http://registry.npm.taobao.org/buffer-indexof/download/buffer-indexof-1.1.1.tgz",
    "_spec": "1.1.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Ryan Day"
    },
    "bugs": {
      "url": "https://github.com/soldair/node-buffer-indexof/issues"
    },
    "dependencies": {},
    "description": "find the index of a buffer in a buffer",
    "devDependencies": {
      "chalk": "^1.1.3",
      "tape": "~1.1.0"
    },
    "homepage": "https://github.com/soldair/node-buffer-indexof#readme",
    "license": "MIT",
    "main": "index.js",
    "name": "buffer-indexof",
    "repository": {
      "url": "git://github.com/soldair/node-buffer-indexof.git"
    },
    "scripts": {
      "test": "tape test/*.js"
    },
    "version": "1.1.1"
  }