| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | {  "_args": [    [      "buffer-json@2.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "buffer-json@2.0.0",  "_id": "buffer-json@2.0.0",  "_inBundle": false,  "_integrity": "sha1-9z4TseQvGW/i/WfQAcfXEH7dfCM=",  "_location": "/buffer-json",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "buffer-json@2.0.0",    "name": "buffer-json",    "escapedName": "buffer-json",    "rawSpec": "2.0.0",    "saveSpec": null,    "fetchSpec": "2.0.0"  },  "_requiredBy": [    "/cache-loader"  ],  "_resolved": "https://registry.nlark.com/buffer-json/download/buffer-json-2.0.0.tgz",  "_spec": "2.0.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "JP Richardson"  },  "bugs": {    "url": "https://github.com/jprichardson/buffer-json/issues"  },  "description": "JSON.stringify & JSON.parse which can encode/decode buffers.",  "devDependencies": {    "standard": "^12.0.1",    "tape": "^4.10.1"  },  "homepage": "https://github.com/jprichardson/buffer-json#readme",  "keywords": [    "JSON",    "parse",    "stringify",    "buffer",    "reviver",    "replacer",    "base64"  ],  "license": "MIT",  "main": "index.js",  "name": "buffer-json",  "repository": {    "type": "git",    "url": "git+https://github.com/jprichardson/buffer-json.git"  },  "scripts": {    "test": "standard --fix && node test.js"  },  "version": "2.0.0"}
 |