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.json58
1 files changed, 40 insertions, 18 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 98c2e0b4e..2b8128b92 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
@@ -5,7 +5,7 @@
"author": {
"name": "Caolan McMahon"
},
- "version": "0.9.2",
+ "version": "1.4.0",
"keywords": [
"async",
"callback",
@@ -21,10 +21,21 @@
},
"license": "MIT",
"devDependencies": {
+ "benchmark": "github:bestiejs/benchmark.js",
+ "bluebird": "^2.9.32",
+ "coveralls": "^2.11.2",
+ "es6-promise": "^2.3.0",
+ "jscs": "^1.13.1",
+ "jshint": "~2.8.0",
+ "lodash": "^3.9.0",
+ "mkdirp": "~0.5.1",
+ "native-promise-only": "^0.8.0-a",
"nodeunit": ">0.0.0",
- "uglify-js": "1.2.x",
- "nodelint": ">0.0.0",
- "lodash": ">=2.4.1"
+ "nyc": "^2.1.0",
+ "rsvp": "^3.0.18",
+ "uglify-js": "~2.4.0",
+ "xyz": "^0.5.0",
+ "yargs": "~3.9.1"
},
"jam": {
"main": "lib/async.js",
@@ -38,7 +49,10 @@
]
},
"scripts": {
- "test": "nodeunit test/test-async.js"
+ "test": "npm run-script lint && nodeunit test/test-async.js",
+ "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
+ "coverage": "nyc npm test && nyc report",
+ "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"spm": {
"main": "lib/async.js"
@@ -53,16 +67,20 @@
"tests"
]
},
- "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
+ "gitHead": "5bfcd31c72e003f96df025e75753463da61f49f9",
"homepage": "https://github.com/caolan/async#readme",
- "_id": "async@0.9.2",
- "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
- "_from": "async@>=0.9.0 <0.10.0",
- "_npmVersion": "2.9.0",
- "_nodeVersion": "2.0.1",
+ "_id": "async@1.4.0",
+ "_shasum": "35f86f83c59e0421d099cd9a91d8278fb578c00d",
+ "_from": "async@>=1.2.1 <2.0.0",
+ "_npmVersion": "2.13.0",
+ "_nodeVersion": "2.4.0",
"_npmUser": {
- "name": "beaugunderson",
- "email": "beau@beaugunderson.com"
+ "name": "megawac",
+ "email": "megawac@gmail.com"
+ },
+ "dist": {
+ "shasum": "35f86f83c59e0421d099cd9a91d8278fb578c00d",
+ "tarball": "http://registry.npmjs.org/async/-/async-1.4.0.tgz"
},
"maintainers": [
{
@@ -72,13 +90,17 @@
{
"name": "beaugunderson",
"email": "beau@beaugunderson.com"
+ },
+ {
+ "name": "aearly",
+ "email": "alexander.early@gmail.com"
+ },
+ {
+ "name": "megawac",
+ "email": "megawac@gmail.com"
}
],
- "dist": {
- "shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
- "tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"
- },
"directories": {},
- "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
+ "_resolved": "https://registry.npmjs.org/async/-/async-1.4.0.tgz",
"readme": "ERROR: No README data found!"
}