You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
2.3 KiB
105 lines
2.3 KiB
{ |
|
"_args": [ |
|
[ |
|
"pify@^2.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/load-json-file" |
|
] |
|
], |
|
"_from": "pify@>=2.0.0 <3.0.0", |
|
"_id": "pify@2.3.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/pify", |
|
"_nodeVersion": "4.2.1", |
|
"_npmUser": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
"_npmVersion": "2.14.7", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "pify", |
|
"raw": "pify@^2.0.0", |
|
"rawSpec": "^2.0.0", |
|
"scope": null, |
|
"spec": ">=2.0.0 <3.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/load-json-file", |
|
"/path-type" |
|
], |
|
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", |
|
"_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c", |
|
"_shrinkwrap": null, |
|
"_spec": "pify@^2.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/load-json-file", |
|
"author": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "Sindre Sorhus", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/pify/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Promisify a callback-style function", |
|
"devDependencies": { |
|
"ava": "*", |
|
"pinkie-promise": "^1.0.0", |
|
"v8-natives": "0.0.2", |
|
"xo": "*" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c", |
|
"tarball": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "2dd0d8b880e4ebcc5cc33ae126b02647418e4440", |
|
"homepage": "https://github.com/sindresorhus/pify", |
|
"keywords": [ |
|
"promise", |
|
"promises", |
|
"promisify", |
|
"denodify", |
|
"denodeify", |
|
"callback", |
|
"cb", |
|
"node", |
|
"then", |
|
"thenify", |
|
"convert", |
|
"transform", |
|
"wrap", |
|
"wrapper", |
|
"bind", |
|
"to", |
|
"async", |
|
"es2015" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
} |
|
], |
|
"name": "pify", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/pify.git" |
|
}, |
|
"scripts": { |
|
"optimization-test": "node --allow-natives-syntax optimization-test.js", |
|
"test": "xo && ava && npm run optimization-test" |
|
}, |
|
"version": "2.3.0" |
|
}
|
|
|