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.
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"_from": "promise@~2.0",
|
|
"_id": "promise@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RmSKqdYFr10ucMMCS/WUNtoCuA4=",
|
|
"_location": "/transformers/promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "promise@~2.0",
|
|
"name": "promise",
|
|
"escapedName": "promise",
|
|
"rawSpec": "~2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/transformers"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
|
|
"_shasum": "46648aa9d605af5d2e70c3024bf59436da02b80e",
|
|
"_spec": "promise@~2.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/transformers",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/then/promise/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-promise": "~1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Bare bones Promises/A+ implementation",
|
|
"devDependencies": {
|
|
"better-assert": "~1.0.0",
|
|
"mocha-as-promised": "~1.2.1",
|
|
"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 -R spec --timeout 200 --slow 99999"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|