Website/node_modules/pinkie/package.json

93 lines
2.2 KiB
JSON

{
"_args": [
[
"pinkie@^2.0.0",
"/Users/okennedy/Documents/Website/node_modules/pinkie-promise"
]
],
"_from": "pinkie@>=2.0.0 <3.0.0",
"_id": "pinkie@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/pinkie",
"_nodeVersion": "4.2.0",
"_npmUser": {
"email": "floatdrop@gmail.com",
"name": "floatdrop"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "pinkie",
"raw": "pinkie@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/pinkie-promise"
],
"_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz",
"_shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
"_shrinkwrap": null,
"_spec": "pinkie@^2.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/pinkie-promise",
"author": {
"email": "floatdrop@gmail.com",
"name": "Vsevolod Strukchinsky",
"url": "github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/pinkie/issues"
},
"dependencies": {},
"description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
"devDependencies": {
"core-assert": "^0.1.1",
"coveralls": "^2.11.4",
"mocha": "*",
"nyc": "^3.2.2",
"promises-aplus-tests": "*",
"xo": "^0.10.1"
},
"directories": {},
"dist": {
"shasum": "4236c86fc29f261c2045bbe81f78cbb2a5e8306c",
"tarball": "http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "11d969408e6004f50c3b442fe330f2ead7eb3619",
"homepage": "https://github.com/floatdrop/pinkie",
"keywords": [
"es2015",
"es6",
"promise",
"promises"
],
"license": "MIT",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
}
],
"name": "pinkie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/pinkie.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "xo && nyc mocha"
},
"version": "2.0.1"
}