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.
typesetting/pitfall/pdfkit/node_modules/promise/package.json

84 lines
2.0 KiB
JSON

{
"_args": [
[
{
"raw": "promise@~2.0",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "~2.0",
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/transformers"
]
],
"_from": "promise@>=2.0.0 <2.1.0",
"_id": "promise@2.0.0",
"_inCache": true,
"_location": "/promise",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "1.2.10",
"_phantomChildren": {},
"_requested": {
"raw": "promise@~2.0",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "~2.0",
"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": "/Users/MB/git/pdfkit/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": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"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"
}