summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/bluebird/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/bluebird/package.json')
-rw-r--r--deps/npm/node_modules/bluebird/package.json29
1 files changed, 18 insertions, 11 deletions
diff --git a/deps/npm/node_modules/bluebird/package.json b/deps/npm/node_modules/bluebird/package.json
index 524230df6d..a517fb86c4 100644
--- a/deps/npm/node_modules/bluebird/package.json
+++ b/deps/npm/node_modules/bluebird/package.json
@@ -1,32 +1,41 @@
{
- "_from": "bluebird@latest",
+ "_args": [
+ [
+ "bluebird@3.5.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "bluebird@3.5.1",
"_id": "bluebird@3.5.1",
"_inBundle": false,
"_integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "bluebird@latest",
+ "raw": "bluebird@3.5.1",
"name": "bluebird",
"escapedName": "bluebird",
- "rawSpec": "latest",
+ "rawSpec": "3.5.1",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "3.5.1"
},
"_requiredBy": [
- "#USER",
"/",
"/bin-links",
"/cacache",
+ "/libcipm",
+ "/libnpmhook/npm-registry-fetch",
+ "/npm-profile/cacache",
+ "/npm-registry-fetch",
+ "/npm-registry-fetch/cacache",
"/pacote",
"/tap"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
- "_shasum": "d9551f9de98f1fcda1e683d17ee91a0602ee2eb9",
- "_spec": "bluebird@latest",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "3.5.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Petka Antonov",
"email": "petka_antonov@hotmail.com",
@@ -36,8 +45,6 @@
"bugs": {
"url": "http://github.com/petkaantonov/bluebird/issues"
},
- "bundleDependencies": false,
- "deprecated": false,
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",