Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/bluebird/package.json')
-rw-r--r--node_modules/bluebird/package.json32
1 files changed, 17 insertions, 15 deletions
diff --git a/node_modules/bluebird/package.json b/node_modules/bluebird/package.json
index 34c44a904..86b368bb2 100644
--- a/node_modules/bluebird/package.json
+++ b/node_modules/bluebird/package.json
@@ -1,12 +1,12 @@
{
"_args": [
[
- "bluebird@^2.9.26",
+ "bluebird@^2.9.30",
"/Users/rebecca/code/npm/node_modules/har-validator"
]
],
- "_from": "bluebird@>=2.9.26 <3.0.0",
- "_id": "bluebird@2.9.30",
+ "_from": "bluebird@>=2.9.30 <3.0.0",
+ "_id": "bluebird@2.9.34",
"_inCache": true,
"_location": "/bluebird",
"_nodeVersion": "2.3.0",
@@ -18,19 +18,19 @@
"_phantomChildren": {},
"_requested": {
"name": "bluebird",
- "raw": "bluebird@^2.9.26",
- "rawSpec": "^2.9.26",
+ "raw": "bluebird@^2.9.30",
+ "rawSpec": "^2.9.30",
"scope": null,
- "spec": ">=2.9.26 <3.0.0",
+ "spec": ">=2.9.30 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
- "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.30.tgz",
- "_shasum": "edda875ec9aad1f29cf1f56d6e82fbab2b0df556",
+ "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.34.tgz",
+ "_shasum": "2f7b4ec80216328a9fddebdf69c8d4942feff7d8",
"_shrinkwrap": null,
- "_spec": "bluebird@^2.9.26",
+ "_spec": "bluebird@^2.9.30",
"_where": "/Users/rebecca/code/npm/node_modules/har-validator",
"author": {
"email": "petka_antonov@hotmail.com",
@@ -71,32 +71,34 @@
},
"directories": {},
"dist": {
- "shasum": "edda875ec9aad1f29cf1f56d6e82fbab2b0df556",
- "tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.30.tgz"
+ "shasum": "2f7b4ec80216328a9fddebdf69c8d4942feff7d8",
+ "tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.34.tgz"
},
"files": [
- "LICENSE",
"js/browser",
"js/main",
"js/zalgo",
"zalgo.js"
],
- "gitHead": "808ad89efab27c6eb3d63dcb4198c5732ab51c29",
+ "gitHead": "386ba4f7d588693e5d675290a6b7fade08e0d626",
"homepage": "https://github.com/petkaantonov/bluebird",
"keywords": [
"async",
"await",
+ "concurrency",
"deferred",
"deferreds",
"dsl",
"flow control",
"fluent interface",
"future",
+ "parallel",
"performance",
"promise",
"promises",
"promises-a",
- "promises-aplus"
+ "promises-aplus",
+ "thread"
],
"license": "MIT",
"main": "./js/main/bluebird.js",
@@ -118,5 +120,5 @@
"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
"test": "node tools/test.js"
},
- "version": "2.9.30"
+ "version": "2.9.34"
}