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/is-promise/package.json

81 lines
1.9 KiB
JSON

{
"_args": [
[
{
"raw": "is-promise@~1",
"scope": null,
"escapedName": "is-promise",
"name": "is-promise",
"rawSpec": "~1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/promise"
]
],
"_from": "is-promise@>=1.0.0 <2.0.0",
"_id": "is-promise@1.0.1",
"_inCache": true,
"_location": "/is-promise",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindeay.co.uk"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"raw": "is-promise@~1",
"scope": null,
"escapedName": "is-promise",
"name": "is-promise",
"rawSpec": "~1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/promise"
],
"_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz",
"_shasum": "31573761c057e33c2e91aab9e96da08cefbe76e5",
"_shrinkwrap": null,
"_spec": "is-promise@~1",
"_where": "/Users/MB/git/pdfkit/node_modules/promise",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/is-promise/issues"
},
"dependencies": {},
"description": "Test whether an object looks like a promises-a+ promise",
"devDependencies": {
"better-assert": "~0.1.0",
"mocha": "~1.7.4"
},
"directories": {},
"dist": {
"shasum": "31573761c057e33c2e91aab9e96da08cefbe76e5",
"tarball": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz"
},
"homepage": "https://github.com/then/is-promise",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"name": "is-promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/then/is-promise.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.0.1"
}