You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
59 lines
1.6 KiB
{
|
|
"_from": "kew@^0.7.0",
|
|
"_id": "kew@0.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IG6nm0+QtAMdXt9KvbgbGdvY50RSrw+U4sGZg+KlrSKPJEwVE5JVoI3d7RWfSMdBQneRheeAOj3lIjX5VL/9RQ==",
|
|
"_location": "/kew",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "kew@^0.7.0",
|
|
"name": "kew",
|
|
"escapedName": "kew",
|
|
"rawSpec": "^0.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/phantomjs-prebuilt"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
|
|
"_shasum": "79d93d2d33363d6fdd2970b335d9141ad591d79b",
|
|
"_spec": "kew@^0.7.0",
|
|
"_where": "/home/cybrosys/16odoo/custom/website_quotation_template_cybrosys/node_modules/phantomjs-prebuilt",
|
|
"authors": [
|
|
"Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
|
|
"Nick Santos <nick@medium.com>",
|
|
"Xiao Ma <x@medium.com>"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Medium/kew/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "a lightweight promise library for node",
|
|
"devDependencies": {
|
|
"closure-npc": "0.1.5",
|
|
"nodeunit": "0.9.0",
|
|
"q": "0.9.7"
|
|
},
|
|
"homepage": "https://github.com/Medium/kew",
|
|
"keywords": [
|
|
"kew",
|
|
"promises"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./kew.js",
|
|
"name": "kew",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Medium/kew.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes"
|
|
},
|
|
"version": "0.7.0"
|
|
}
|
|
|