123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_args": [
- [
- {
- "raw": "thenify@^3.1.0",
- "scope": null,
- "escapedName": "thenify",
- "name": "thenify",
- "rawSpec": "^3.1.0",
- "spec": ">=3.1.0 <4.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "thenify@>=3.1.0 <4.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": {
- "name": "dead_horse",
- "email": "dead_horse@qq.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "thenify@^3.1.0",
- "scope": null,
- "escapedName": "thenify",
- "name": "thenify",
- "rawSpec": "^3.1.0",
- "spec": ">=3.1.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/jspm-config",
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.1.tgz",
- "_shasum": "251fd1c80aff6e5cf57cb179ab1fcb724269bd11",
- "_shrinkwrap": null,
- "_spec": "thenify@^3.1.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "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": "^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": [
- {
- "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.1"
- }
|