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.
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"_from": "promise@^6.0.1",
|
|
"_id": "promise@6.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=",
|
|
"_location": "/promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "promise@^6.0.1",
|
|
"name": "promise",
|
|
"escapedName": "promise",
|
|
"rawSpec": "^6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jstransformer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
|
|
"_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
|
|
"_spec": "promise@^6.0.1",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/jstransformer",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/then/promise/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"asap": "~1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Bare bones Promises/A+ implementation",
|
|
"devDependencies": {
|
|
"better-assert": "*",
|
|
"mocha": "*",
|
|
"promises-aplus-tests": "*"
|
|
},
|
|
"homepage": "https://github.com/then/promise#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "promise",
|
|
"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"
|
|
}
|