| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | {  "_args": [    [      "is-buffer@1.1.6",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_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": [    "/has-values/kind-of",    "/is-accessor-descriptor/kind-of",    "/is-data-descriptor/kind-of",    "/is-number/kind-of",    "/object-copy/kind-of",    "/snapdragon-util/kind-of",    "/to-object-path/kind-of"  ],  "_resolved": "https://registry.nlark.com/is-buffer/download/is-buffer-1.1.6.tgz",  "_spec": "1.1.6",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "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"}
 |