summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/form-data
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/form-data')
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md4
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md8
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js2
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js2
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json55
-rw-r--r--deps/npm/node_modules/request/node_modules/form-data/package.json53
6 files changed, 71 insertions, 53 deletions
diff --git a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
index fcb2b2c0c9..f15e08121b 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
+++ b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
@@ -80,7 +80,7 @@ Bug Fixes:
Bug Fix:
-- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)
+- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)
# v1.1.0
@@ -92,7 +92,7 @@ New Features:
- Optimized `map`, `eachOf`, and `waterfall` families of functions
- Passing a `null` or `undefined` array to `map`, `each`, `parallel` and families will be treated as an empty array (#667).
- The callback is now optional for the composed results of `compose` and `seq`. (#618)
-- Reduced file size by 4kb, (minified version by 1kb)
+- Reduced file size by 4kb, (minified version by 1kb)
- Added code coverage through `nyc` and `coveralls` (#768)
Bug Fixes:
diff --git a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md
index 3a0f017719..316c40505c 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md
+++ b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md
@@ -1448,7 +1448,7 @@ __Arguments__
* `opts` - Can be either an object with `times` and `interval` or a number.
* `times` - The number of attempts to make before giving up. The default is `5`.
* `interval` - The time to wait between retries, in milliseconds. The default is `0`.
- * If `opts` is a number, the number specifies the number of times to retry, with the default interval of `0`.
+ * If `opts` is a number, the number specifies the number of times to retry, with the default interval of `0`.
* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
which must be called when finished, passing `err` (which can be `null`) and the `result` of
the function's execution, and (2) a `results` object, containing the results of
@@ -1466,14 +1466,14 @@ async.retry(3, apiMethod, function(err, result) {
```
```js
-// try calling apiMethod 3 times, waiting 200 ms between each retry
+// try calling apiMethod 3 times, waiting 200 ms between each retry
async.retry({times: 3, interval: 200}, apiMethod, function(err, result) {
// do something with the result
});
```
```js
-// try calling apiMethod the default 5 times no delay between each retry
+// try calling apiMethod the default 5 times no delay between each retry
async.retry(apiMethod, function(err, result) {
// do something with the result
});
@@ -1792,7 +1792,7 @@ async.waterfall([
return db.model.create(contents);
}),
function (model, next) {
- // `model` is the instantiated model object.
+ // `model` is the instantiated model object.
// If there was an error, this function would be skipped.
}
], callback)
diff --git a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js
index ee0a268e6d..31e7620fb6 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js
+++ b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js
@@ -1090,7 +1090,7 @@
var memoized = _restParam(function memoized(args) {
var callback = args.pop();
var key = hasher.apply(null, args);
- if (has.call(memo, key)) {
+ if (has.call(memo, key)) {
async.setImmediate(function () {
callback.apply(null, memo[key]);
});
diff --git a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
index ee0a268e6d..31e7620fb6 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
+++ b/deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
@@ -1090,7 +1090,7 @@
var memoized = _restParam(function memoized(args) {
var callback = args.pop();
var key = hasher.apply(null, args);
- if (has.call(memo, key)) {
+ if (has.call(memo, key)) {
async.setImmediate(function () {
callback.apply(null, memo[key]);
});
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"
+ ]
}
}
diff --git a/deps/npm/node_modules/request/node_modules/form-data/package.json b/deps/npm/node_modules/request/node_modules/form-data/package.json
index 8977f984e8..5c4375edfe 100644
--- a/deps/npm/node_modules/request/node_modules/form-data/package.json
+++ b/deps/npm/node_modules/request/node_modules/form-data/package.json
@@ -1,11 +1,19 @@
{
"_args": [
[
- "form-data@~1.0.0-rc3",
+ {
+ "raw": "form-data@~1.0.0-rc4",
+ "scope": null,
+ "escapedName": "form-data",
+ "name": "form-data",
+ "rawSpec": "~1.0.0-rc4",
+ "spec": ">=1.0.0-rc4 <1.1.0",
+ "type": "range"
+ },
"/Users/rebecca/code/npm/node_modules/request"
]
],
- "_from": "form-data@>=1.0.0-rc3 <1.1.0",
+ "_from": "form-data@>=1.0.0-rc4 <1.1.0",
"_id": "form-data@1.0.0-rc4",
"_inCache": true,
"_installable": true,
@@ -16,17 +24,18 @@
"tmp": "tmp/form-data-1.0.0-rc4.tgz_1458059747097_0.14101114077493548"
},
"_npmUser": {
- "email": "iam@alexindigo.com",
- "name": "alexindigo"
+ "name": "alexindigo",
+ "email": "iam@alexindigo.com"
},
"_npmVersion": "2.14.9",
"_phantomChildren": {},
"_requested": {
- "name": "form-data",
- "raw": "form-data@~1.0.0-rc3",
- "rawSpec": "~1.0.0-rc3",
+ "raw": "form-data@~1.0.0-rc4",
"scope": null,
- "spec": ">=1.0.0-rc3 <1.1.0",
+ "escapedName": "form-data",
+ "name": "form-data",
+ "rawSpec": "~1.0.0-rc4",
+ "spec": ">=1.0.0-rc4 <1.1.0",
"type": "range"
},
"_requiredBy": [
@@ -35,11 +44,11 @@
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz",
"_shasum": "05ac6bc22227b43e4461f488161554699d4f8b5e",
"_shrinkwrap": null,
- "_spec": "form-data@~1.0.0-rc3",
+ "_spec": "form-data@~1.0.0-rc4",
"_where": "/Users/rebecca/code/npm/node_modules/request",
"author": {
- "email": "felix@debuggable.com",
"name": "Felix Geisendörfer",
+ "email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"browser": "./lib/browser",
@@ -79,28 +88,28 @@
"main": "./lib/form_data",
"maintainers": [
{
- "email": "felix@debuggable.com",
- "name": "felixge"
+ "name": "felixge",
+ "email": "felix@debuggable.com"
},
{
- "email": "igor@buran.us",
- "name": "idralyuk"
+ "name": "idralyuk",
+ "email": "igor@buran.us"
},
{
- "email": "iam@alexindigo.com",
- "name": "alexindigo"
+ "name": "alexindigo",
+ "email": "iam@alexindigo.com"
},
{
- "email": "mikeal.rogers@gmail.com",
- "name": "mikeal"
+ "name": "mikeal",
+ "email": "mikeal.rogers@gmail.com"
},
{
- "email": "dtyree77@gmail.com",
- "name": "celer"
+ "name": "celer",
+ "email": "dtyree77@gmail.com"
},
{
- "email": "pierceydylan@gmail.com",
- "name": "dylanpiercey"
+ "name": "dylanpiercey",
+ "email": "pierceydylan@gmail.com"
}
],
"name": "form-data",