UNPKG

pnpm

Version:

A fast implementation of npm install

112 lines (111 loc) 2.71 kB
{ "_args": [ [ { "raw": "thenify@3.2.0", "scope": null, "escapedName": "thenify", "name": "thenify", "rawSpec": "3.2.0", "spec": "3.2.0", "type": "version" }, "/home/zkochan/src/pnpm" ] ], "_from": "thenify@3.2.0", "_id": "thenify@3.2.0", "_inCache": true, "_location": "/thenify", "_nodeVersion": "5.5.0", "_npmOperationalInternal": { "host": "packages-8-eu.internal.npmjs.com", "tmp": "tmp/thenify-3.2.0.tgz_1454358563746_0.7461334459949285" }, "_npmUser": { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "raw": "thenify@3.2.0", "scope": null, "escapedName": "thenify", "name": "thenify", "rawSpec": "3.2.0", "spec": "3.2.0", "type": "version" }, "_requiredBy": [ "/", "/thenify-all" ], "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.0.tgz", "_shasum": "40b902b1bc4416dc08d86f10ffff3586f0ec71b9", "_shrinkwrap": null, "_spec": "thenify@3.2.0", "_where": "/home/zkochan/src/pnpm", "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": "^2.0.0" }, "directories": {}, "dist": { "shasum": "40b902b1bc4416dc08d86f10ffff3586f0ec71b9", "tarball": "https://registry.npmjs.org/thenify/-/thenify-3.2.0.tgz" }, "files": [ "index.js" ], "gitHead": "89bdcb82809dfa46a157b25c5d2bac36ed429b9b", "homepage": "https://github.com/thenables/thenify#readme", "keywords": [ "promisify", "promise", "thenify", "then", "es6" ], "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": {}, "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.0" }