| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | {  "_args": [    [      "abbrev@1.1.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_from": "abbrev@1.1.1",  "_id": "abbrev@1.1.1",  "_inBundle": false,  "_integrity": "sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg=",  "_location": "/abbrev",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "abbrev@1.1.1",    "name": "abbrev",    "escapedName": "abbrev",    "rawSpec": "1.1.1",    "saveSpec": null,    "fetchSpec": "1.1.1"  },  "_requiredBy": [    "/nopt"  ],  "_resolved": "https://registry.nlark.com/abbrev/download/abbrev-1.1.1.tgz",  "_spec": "1.1.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Isaac Z. Schlueter",    "email": "i@izs.me"  },  "bugs": {    "url": "https://github.com/isaacs/abbrev-js/issues"  },  "description": "Like ruby's abbrev module, but in js",  "devDependencies": {    "tap": "^10.1"  },  "files": [    "abbrev.js"  ],  "homepage": "https://github.com/isaacs/abbrev-js#readme",  "license": "ISC",  "main": "abbrev.js",  "name": "abbrev",  "repository": {    "type": "git",    "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"  },  "scripts": {    "postpublish": "git push origin --all; git push origin --tags",    "postversion": "npm publish",    "preversion": "npm test",    "test": "tap test.js --100"  },  "version": "1.1.1"}
 |