| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | {  "_args": [    [      "thenify@3.3.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "thenify@3.3.1",  "_id": "thenify@3.3.1",  "_inBundle": false,  "_integrity": "sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=",  "_location": "/thenify",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "thenify@3.3.1",    "name": "thenify",    "escapedName": "thenify",    "rawSpec": "3.3.1",    "saveSpec": null,    "fetchSpec": "3.3.1"  },  "_requiredBy": [    "/thenify-all"  ],  "_resolved": "https://registry.nlark.com/thenify/download/thenify-3.3.1.tgz",  "_spec": "3.3.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Jonathan Ong",    "email": "me@jongleberry.com",    "url": "http://jongleberry.com"  },  "bugs": {    "url": "https://github.com/thenables/thenify/issues"  },  "dependencies": {    "any-promise": "^1.0.0"  },  "description": "Promisify a callback-based function",  "devDependencies": {    "bluebird": "^3.1.1",    "istanbul": "^0.4.0",    "mocha": "^3.0.2"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/thenables/thenify#readme",  "keywords": [    "promisify",    "promise",    "thenify",    "then",    "es6"  ],  "license": "MIT",  "name": "thenify",  "repository": {    "type": "git",    "url": "git+https://github.com/thenables/thenify.git"  },  "scripts": {    "test": "mocha --reporter spec",    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"  },  "version": "3.3.1"}
 |