Website/node_modules/pinkie-promise/package.json

91 lines
2.1 KiB
JSON

{
"_args": [
[
"pinkie-promise@^2.0.0",
"/Users/okennedy/Documents/Website/node_modules/har-validator"
]
],
"_from": "pinkie-promise@>=2.0.0 <3.0.0",
"_id": "pinkie-promise@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/pinkie-promise",
"_nodeVersion": "4.2.0",
"_npmUser": {
"email": "floatdrop@gmail.com",
"name": "floatdrop"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "pinkie-promise",
"raw": "pinkie-promise@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz",
"_shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
"_shrinkwrap": null,
"_spec": "pinkie-promise@^2.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/har-validator",
"author": {
"email": "floatdrop@gmail.com",
"name": "Vsevolod Strukchinsky",
"url": "github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/pinkie-promise/issues"
},
"dependencies": {
"pinkie": "^2.0.0"
},
"description": "ES2015 Promise ponyfill",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "4c83538de1f6e660c29e0a13446844f7a7e88259",
"tarball": "http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "f90fcae9838bcae7ae1ae4ebc9b29f11e5db4980",
"homepage": "https://github.com/floatdrop/pinkie-promise",
"keywords": [
"es2015",
"es6",
"polyfill",
"ponyfill",
"promise",
"promises"
],
"license": "MIT",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
}
],
"name": "pinkie-promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/pinkie-promise.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.0.0"
}