102 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2017-09-14 20:06:51 +02:00
{
"_args": [
[
{
"raw": "promise-polyfill",
"scope": null,
"escapedName": "promise-polyfill",
"name": "promise-polyfill",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/tank/data/SERVER/supervizor"
]
],
"_from": "promise-polyfill@latest",
"_id": "promise-polyfill@6.0.2",
"_inCache": true,
"_location": "/promise-polyfill",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/promise-polyfill-6.0.2.tgz_1472731328749_0.17267461447045207"
},
"_npmUser": {
"name": "taylorhakes",
"email": "npm@taylorhakes.com"
},
"_npmVersion": "2.15.8",
"_phantomChildren": {},
"_requested": {
"raw": "promise-polyfill",
"scope": null,
"escapedName": "promise-polyfill",
"name": "promise-polyfill",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.0.2.tgz",
"_shasum": "d9c86d3dc4dc2df9016e88946defd69b49b41162",
"_shrinkwrap": null,
"_spec": "promise-polyfill",
"_where": "/tank/data/SERVER/supervizor",
"author": {
"name": "Taylor Hakes"
},
"bugs": {
"url": "https://github.com/taylorhakes/promise-polyfill/issues"
},
"dependencies": {},
"description": "Lightweight promise polyfill. A+ compliant",
"devDependencies": {
"eslint": "^2.4.0",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.1",
"mocha": "^2.3.4",
"promises-aplus-tests": "*",
"sinon": "^1.17.2",
"uglify-js": "^2.6.2"
},
"directories": {},
"dist": {
"shasum": "d9c86d3dc4dc2df9016e88946defd69b49b41162",
"tarball": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.0.2.tgz"
},
"gitHead": "1a787918fe1a118b53ccf93fcb1e47da51f4950b",
"homepage": "https://github.com/taylorhakes/promise-polyfill",
"keywords": [
"promise",
"promise-polyfill",
"ES6",
"promises-aplus"
],
"license": "MIT",
"main": "promise.js",
"maintainers": [
{
"name": "taylorhakes",
"email": "npm@taylorhakes.com"
}
],
"name": "promise-polyfill",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
},
"scripts": {
"build": "uglifyjs --compress --support-ie8 --mangle -o promise.min.js -- promise.js ",
"test": "eslint promise.js && mocha && karma start --single-run"
},
"version": "6.0.2"
}