You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.1 KiB
JSON

{
"_args": [
[
"promise@^6.0.1",
"/Users/alfiepates/src/invoicer/node_modules/jstransformer"
]
],
"_from": "promise@>=6.0.1 <7.0.0",
"_id": "promise@6.1.0",
"_inCache": true,
"_installable": true,
"_location": "/promise",
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "1.5.0-alpha-4",
"_phantomChildren": {},
"_requested": {
"name": "promise",
"raw": "promise@^6.0.1",
"rawSpec": "^6.0.1",
"scope": null,
"spec": ">=6.0.1 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/jstransformer"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
"_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
"_shrinkwrap": null,
"_spec": "promise@^6.0.1",
"_where": "/Users/alfiepates/src/invoicer/node_modules/jstransformer",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"asap": "~1.0.0"
},
"description": "Bare bones Promises/A+ implementation",
"devDependencies": {
"better-assert": "*",
"mocha": "*",
"promises-aplus-tests": "*"
},
"directories": {},
"dist": {
"shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
"tarball": "http://localhost:4873/promise/-/promise-6.1.0.tgz"
},
"gitHead": "c627c0cc1f886ed3aa26edec97838ec9e7dd858b",
"homepage": "https://github.com/then/promise",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
{
"email": "nathan@nathan7.eu",
"name": "nathan7"
}
],
"name": "promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/then/promise.git"
},
"scripts": {
"test": "mocha --timeout 200 --slow 99999",
"test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
"test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
},
"version": "6.1.0"
}