summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json55
1 files changed, 32 insertions, 23 deletions
diff --git a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
index 97921ec00b..88b1fa0c84 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
+++ b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
@@ -1,28 +1,37 @@
{
"_args": [
[
- "async@^1.4.0",
+ {
+ "raw": "async@^1.5.2",
+ "scope": null,
+ "escapedName": "async",
+ "name": "async",
+ "rawSpec": "^1.5.2",
+ "spec": ">=1.5.2 <2.0.0",
+ "type": "range"
+ },
"/Users/rebecca/code/npm/node_modules/request/node_modules/form-data"
]
],
- "_from": "async@>=1.4.0 <2.0.0",
+ "_from": "async@>=1.5.2 <2.0.0",
"_id": "async@1.5.2",
"_inCache": true,
"_installable": true,
"_location": "/request/form-data/async",
"_nodeVersion": "4.2.3",
"_npmUser": {
- "email": "alexander.early@gmail.com",
- "name": "aearly"
+ "name": "aearly",
+ "email": "alexander.early@gmail.com"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
- "name": "async",
- "raw": "async@^1.4.0",
- "rawSpec": "^1.4.0",
+ "raw": "async@^1.5.2",
"scope": null,
- "spec": ">=1.4.0 <2.0.0",
+ "escapedName": "async",
+ "name": "async",
+ "rawSpec": "^1.5.2",
+ "spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
@@ -31,7 +40,7 @@
"_resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
"_shrinkwrap": null,
- "_spec": "async@^1.4.0",
+ "_spec": "async@^1.5.2",
"_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/form-data",
"author": {
"name": "Caolan McMahon"
@@ -69,31 +78,31 @@
"directories": {},
"dist": {
"shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
- "tarball": "http://registry.npmjs.org/async/-/async-1.5.2.tgz"
+ "tarball": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
},
"files": [
+ "lib",
"dist/async.js",
- "dist/async.min.js",
- "lib"
+ "dist/async.min.js"
],
"gitHead": "9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c",
"homepage": "https://github.com/caolan/async#readme",
"jam": {
- "categories": [
- "Utilities"
- ],
+ "main": "lib/async.js",
"include": [
- "LICENSE",
+ "lib/async.js",
"README.md",
- "lib/async.js"
+ "LICENSE"
],
- "main": "lib/async.js"
+ "categories": [
+ "Utilities"
+ ]
},
"keywords": [
"async",
"callback",
- "module",
- "utility"
+ "utility",
+ "module"
],
"license": "MIT",
"main": "lib/async.js",
@@ -137,13 +146,13 @@
},
"version": "1.5.2",
"volo": {
+ "main": "lib/async.js",
"ignore": [
"**/.*",
- "bower_components",
"node_modules",
+ "bower_components",
"test",
"tests"
- ],
- "main": "lib/async.js"
+ ]
}
}