eris-keys
Version:
a JavaScript client library for eris-keys
103 lines (102 loc) • 2.6 kB
JSON
{
"_args": [
[
"thenify@>= 3.1.0 < 4",
"/home/ubuntu/eris-keys.js/node_modules/thenify-all"
]
],
"_from": "thenify@>=3.1.0 <4.0.0",
"_id": "thenify@3.2.1",
"_inCache": true,
"_installable": 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 < 4",
"rawSpec": ">= 3.1.0 < 4",
"scope": null,
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/thenify-all"
],
"_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.1.tgz",
"_shasum": "251fd1c80aff6e5cf57cb179ab1fcb724269bd11",
"_shrinkwrap": null,
"_spec": "thenify@>= 3.1.0 < 4",
"_where": "/home/ubuntu/eris-keys.js/node_modules/thenify-all",
"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",
"keywords": [
"promisify",
"promise",
"thenify",
"then",
"es6"
],
"license": "MIT",
"maintainers": [
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
},
{
"email": "dead_horse@qq.com",
"name": "dead-horse"
},
{
"email": "dead_horse@qq.com",
"name": "dead_horse"
}
],
"name": "thenify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}