wallet-core/node_modules/promise/package.json

102 lines
2.8 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"_args": [
[
{
"raw": "promise@^7.1.1",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "^7.1.1",
"spec": ">=7.1.1 <8.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex/node_modules/gulp-json-transform"
]
],
"_from": "promise@>=7.1.1 <8.0.0",
"_id": "promise@7.1.1",
"_inCache": true,
"_location": "/promise",
"_nodeVersion": "1.6.2",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "2.7.1",
"_phantomChildren": {},
"_requested": {
"raw": "promise@^7.1.1",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "^7.1.1",
"spec": ">=7.1.1 <8.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-json-transform"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz",
"_shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
"_shrinkwrap": null,
"_spec": "promise@^7.1.1",
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-json-transform",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"asap": "~2.0.3"
},
"description": "Bare bones Promises/A+ implementation",
"devDependencies": {
"acorn": "^1.0.1",
"better-assert": "*",
"istanbul": "^0.3.13",
"mocha": "*",
"promises-aplus-tests": "*",
"rimraf": "^2.3.2"
},
"directories": {},
"dist": {
"shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
"tarball": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz"
},
"gitHead": "90757a38c86975f36893012581b72315b352d482",
"homepage": "https://github.com/then/promise",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "nathan7",
"email": "nathan@nathan7.eu"
}
],
"name": "promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/then/promise.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
"prepublish": "node build",
"pretest": "node build",
"pretest-extensions": "node build",
"pretest-memory-leak": "node build",
"pretest-resolve": "node build",
"test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
"test-memory-leak": "node --expose-gc test/memory-leak.js",
"test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
},
"version": "7.1.1"
}