Bones/node_modules/thenify/package.json

102 lines
2.5 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"thenify@^3.1.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
]
],
"_from": "thenify@>=3.1.0-0 <4.0.0-0",
"_id": "thenify@3.2.1",
"_inCache": true,
"_location": "/thenify",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/thenify-3.2.1.tgz_1476096494606_0.22121428861282766"
},
"_npmUser": {
"email": "dead_horse@qq.com",
"name": "dead_horse"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "thenify",
"raw": "thenify@^3.1.0",
"rawSpec": "^3.1.0",
"scope": null,
"spec": ">=3.1.0-0 <4.0.0-0",
"type": "range"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.1.tgz",
"_shasum": "251fd1c80aff6e5cf57cb179ab1fcb724269bd11",
"_shrinkwrap": null,
"_spec": "thenify@^3.1.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"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"
},
"directories": {},
"dist": {
"shasum": "251fd1c80aff6e5cf57cb179ab1fcb724269bd11",
"tarball": "https://registry.npmjs.org/thenify/-/thenify-3.2.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "42e93a084347eed9ad34cd3f77728e7fe9b2c1c5",
"homepage": "https://github.com/thenables/thenify#readme",
"installable": true,
"keywords": [
"es6",
"promise",
"promisify",
"then",
"thenify"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dead-horse",
"email": "dead_horse@qq.com"
},
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
}
],
"name": "thenify",
"optionalDependencies": {},
"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.2.1"
}