Blame view

node_modules/is-buffer/package.json 1.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  {
    "_args": [
      [
        "is-buffer@1.1.6",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_from": "is-buffer@1.1.6",
    "_id": "is-buffer@1.1.6",
    "_inBundle": false,
    "_integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=",
    "_location": "/is-buffer",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "is-buffer@1.1.6",
      "name": "is-buffer",
      "escapedName": "is-buffer",
      "rawSpec": "1.1.6",
      "saveSpec": null,
      "fetchSpec": "1.1.6"
    },
    "_requiredBy": [
      "/axios",
      "/has-values/kind-of",
      "/kind-of"
    ],
    "_resolved": "http://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.6.tgz",
    "_spec": "1.1.6",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Feross Aboukhadijeh",
      "email": "feross@feross.org",
      "url": "http://feross.org/"
    },
    "bugs": {
      "url": "https://github.com/feross/is-buffer/issues"
    },
    "dependencies": {},
    "description": "Determine if an object is a Buffer",
    "devDependencies": {
      "standard": "*",
      "tape": "^4.0.0",
      "zuul": "^3.0.0"
    },
    "homepage": "https://github.com/feross/is-buffer#readme",
    "keywords": [
      "buffer",
      "buffers",
      "type",
      "core buffer",
      "browser buffer",
      "browserify",
      "typed array",
      "uint32array",
      "int16array",
      "int32array",
      "float32array",
      "float64array",
      "browser",
      "arraybuffer",
      "dataview"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "is-buffer",
    "repository": {
      "type": "git",
      "url": "git://github.com/feross/is-buffer.git"
    },
    "scripts": {
      "test": "standard && npm run test-node && npm run test-browser",
      "test-browser": "zuul -- test/*.js",
      "test-browser-local": "zuul --local -- test/*.js",
      "test-node": "tape test/*.js"
    },
    "testling": {
      "files": "test/*.js"
    },
    "version": "1.1.6"
  }