Sha256: 8f686e7e5bcaeff6022783937840447a588042cac9b3cbff87db3e2ccf7afbe8
Contents?: true
Size: 1.74 KB
Versions: 10
Compression:
Stored size: 1.74 KB
Contents
{ "name": "thenify", "description": "Promisify a callback-based function", "version": "3.1.0", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thenables/thenify" }, "dependencies": { "native-or-bluebird": "1" }, "devDependencies": { "bluebird": "2", "istanbul": "0", "mocha": "2" }, "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" }, "keywords": [ "promisify", "promise", "thenify", "then", "es6" ], "files": [ "index.js" ], "gitHead": "4c093c3583662f20f3342d59f73d61bb96f7d826", "bugs": { "url": "https://github.com/thenables/thenify/issues" }, "homepage": "https://github.com/thenables/thenify", "_id": "thenify@3.1.0", "_shasum": "c27cbbc62b7c287edf1a1a3d5cc8426d8aed49f0", "_from": "thenify@>=3.0.0 <4.0.0", "_npmVersion": "2.1.12", "_nodeVersion": "0.11.14", "_npmUser": { "name": "dead_horse", "email": "dead_horse@qq.com" }, "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "dead-horse", "email": "dead_horse@qq.com" }, { "name": "dead_horse", "email": "dead_horse@qq.com" } ], "dist": { "shasum": "c27cbbc62b7c287edf1a1a3d5cc8426d8aed49f0", "tarball": "http://registry.npmjs.org/thenify/-/thenify-3.1.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.1.0.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems