Bones/node_modules/bluebird/package.json

119 lines
2.9 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"bluebird@2.9.6",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\concurrently"
]
],
"_from": "bluebird@2.9.6",
"_id": "bluebird@2.9.6",
"_inCache": true,
"_location": "/bluebird",
"_nodeVersion": "0.10.34",
"_npmUser": {
"email": "petka_antonov@hotmail.com",
"name": "esailija"
},
"_npmVersion": "2.1.12",
"_phantomChildren": {},
"_requested": {
"name": "bluebird",
"raw": "bluebird@2.9.6",
"rawSpec": "2.9.6",
"scope": null,
"spec": "2.9.6",
"type": "version"
},
"_requiredBy": [
"/concurrently"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.6.tgz",
"_shasum": "1fc3a6b1685267dc121b5ec89b32ce069d81ab7d",
"_shrinkwrap": null,
"_spec": "bluebird@2.9.6",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\concurrently",
"author": {
"email": "petka_antonov@hotmail.com",
"name": "Petka Antonov",
"url": "http://github.com/petkaantonov/"
},
"browser": "./js/browser/bluebird.js",
"bugs": {
"url": "http://github.com/petkaantonov/bluebird/issues"
},
"dependencies": {},
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",
"bluebird": "^2.9.2",
"body-parser": "^1.10.2",
"browserify": "^8.1.1",
"cli-table": "~0.3.1",
"cross-spawn": "^0.2.3",
"glob": "^4.3.2",
"grunt-saucelabs": "~8.4.1",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"jshint-stylish": "~0.2.0",
"mkdirp": "~0.5.0",
"mocha": "~2.1",
"open": "~0.0.5",
"optimist": "~0.6.1",
"rimraf": "~2.2.6",
"serve-static": "^1.7.1",
"sinon": "~1.7.3",
"uglify-js": "~2.4.16"
},
"directories": {},
"dist": {
"shasum": "1fc3a6b1685267dc121b5ec89b32ce069d81ab7d",
"tarball": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.6.tgz"
},
"files": [
"LICENSE",
"js/browser",
"js/main",
"js/zalgo",
"zalgo.js"
],
"gitHead": "54b5bc50bb081d84ac3a1aa08ee9e57ebf2653b5",
"homepage": "https://github.com/petkaantonov/bluebird",
"installable": true,
"keywords": [
"async",
"await",
"deferred",
"deferreds",
"dsl",
"flow control",
"fluent interface",
"future",
"performance",
"promise",
"promises",
"promises-a",
"promises-aplus"
],
"license": "MIT",
"main": "./js/main/bluebird.js",
"maintainers": [
{
"name": "esailija",
"email": "petka_antonov@hotmail.com"
}
],
"name": "bluebird",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/petkaantonov/bluebird.git"
},
"scripts": {
"istanbul": "istanbul",
"lint": "node scripts/jshint.js",
"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
"test": "node tools/test.js"
},
"version": "2.9.6"
}