123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "thenify@^3.0.0",
- "D:\\work\\im\\node_modules\\co-redis"
- ]
- ],
- "_from": "thenify@>=3.0.0 <4.0.0",
- "_id": "thenify@3.2.0",
- "_inCache": true,
- "_installable": 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": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "3.3.12",
- "_phantomChildren": {},
- "_requested": {
- "name": "thenify",
- "raw": "thenify@^3.0.0",
- "rawSpec": "^3.0.0",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/co-redis"
- ],
- "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.0.tgz",
- "_shasum": "40b902b1bc4416dc08d86f10ffff3586f0ec71b9",
- "_shrinkwrap": null,
- "_spec": "thenify@^3.0.0",
- "_where": "D:\\work\\im\\node_modules\\co-redis",
- "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": "^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": [
- {
- "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.0"
- }
|