nodulator
Version:
Complete NodeJS Framework for Restfull APIs
83 lines (82 loc) • 2.03 kB
JSON
{
"_args": [
[
{
"name": "promise",
"raw": "promise@~2.0",
"rawSpec": "~2.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/transformers"
]
],
"_from": "promise@>=2.0.0 <2.1.0",
"_id": "promise@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/promise",
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "1.2.10",
"_phantomChildren": {},
"_requested": {
"name": "promise",
"raw": "promise@~2.0",
"rawSpec": "~2.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/transformers"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
"_shasum": "46648aa9d605af5d2e70c3024bf59436da02b80e",
"_shrinkwrap": null,
"_spec": "promise@~2.0",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/transformers",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"is-promise": "~1"
},
"description": "Bare bones Promises/A+ implementation",
"devDependencies": {
"better-assert": "~1.0.0",
"mocha-as-promised": "~1.2.1",
"promises-aplus-tests": "*"
},
"directories": {},
"dist": {
"shasum": "46648aa9d605af5d2e70c3024bf59436da02b80e",
"tarball": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz"
},
"homepage": "https://github.com/then/promise#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
}
],
"name": "promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/then/promise.git"
},
"scripts": {
"test": "mocha -R spec --timeout 200 --slow 99999"
},
"version": "2.0.0"
}