Files
peya-nodejs-pool/node_modules/native-or-bluebird/package.json
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

65 lines
1.8 KiB
JSON

{
"_from": "native-or-bluebird@^1.2.0",
"_id": "native-or-bluebird@1.2.0",
"_inBundle": false,
"_integrity": "sha1-OcR7/Xgl0fuf+tMiEK4l2q3xAck=",
"_location": "/native-or-bluebird",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "native-or-bluebird@^1.2.0",
"name": "native-or-bluebird",
"escapedName": "native-or-bluebird",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/popsicle"
],
"_resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.2.0.tgz",
"_shasum": "39c47bfd7825d1fb9ffad32210ae25daadf101c9",
"_spec": "native-or-bluebird@^1.2.0",
"_where": "/root/crfi-pool-b/node_modules/popsicle",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/normalize/native-or-bluebird/issues"
},
"bundleDependencies": false,
"deprecated": "'native-or-bluebird' is deprecated. Please use 'any-promise' instead.",
"description": "use either the native Promise or Bluebird",
"devDependencies": {
"bluebird": "*",
"istanbul": "0",
"mocha": "1"
},
"files": [
"index.js",
"promise.js",
"LICENSE"
],
"homepage": "https://github.com/normalize/native-or-bluebird#readme",
"keywords": [
"bluebird",
"promise",
"promises"
],
"license": "MIT",
"name": "native-or-bluebird",
"repository": {
"type": "git",
"url": "git+https://github.com/normalize/native-or-bluebird.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": "1.2.0"
}