summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/package.json')
-rw-r--r--deps/npm/node_modules/request/package.json44
1 files changed, 24 insertions, 20 deletions
diff --git a/deps/npm/node_modules/request/package.json b/deps/npm/node_modules/request/package.json
index a2f119a5c..0f3275a9b 100644
--- a/deps/npm/node_modules/request/package.json
+++ b/deps/npm/node_modules/request/package.json
@@ -7,7 +7,7 @@
"util",
"utility"
],
- "version": "2.57.0",
+ "version": "2.60.0",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
@@ -25,19 +25,20 @@
},
"main": "index.js",
"dependencies": {
- "bl": "~0.9.0",
- "caseless": "~0.10.0",
+ "bl": "~1.0.0",
+ "caseless": "~0.11.0",
+ "extend": "~3.0.0",
"forever-agent": "~0.6.0",
- "form-data": "~0.2.0",
+ "form-data": "~1.0.0-rc1",
"json-stringify-safe": "~5.0.0",
- "mime-types": "~2.0.1",
+ "mime-types": "~2.1.2",
"node-uuid": "~1.4.0",
- "qs": "~3.1.0",
+ "qs": "~4.0.0",
"tunnel-agent": "~0.4.0",
"tough-cookie": ">=0.12.0",
"http-signature": "~0.11.0",
"oauth-sign": "~0.8.0",
- "hawk": "~2.3.0",
+ "hawk": "~3.1.0",
"aws-sign2": "~0.5.0",
"stringstream": "~0.0.4",
"combined-stream": "~1.0.1",
@@ -45,14 +46,17 @@
"har-validator": "^1.6.1"
},
"scripts": {
- "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
+ "test": "npm run lint && npm run test-ci && npm run test-browser",
+ "test-ci": "taper tests/test-*.js",
+ "test-cov": "istanbul cover tape tests/test-*.js",
"test-browser": "node tests/browser/start.js",
- "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."
+ "lint": "eslint lib/ *.js tests/ && echo Lint passed."
},
"devDependencies": {
"browserify": "~5.9.1",
"browserify-istanbul": "~0.1.3",
"buffer-equal": "0.0.1",
+ "codecov.io": "~0.1.2",
"coveralls": "~2.11.2",
"eslint": "0.18.0",
"function-bind": "~1.0.0",
@@ -69,17 +73,21 @@
"taper": "~0.4.0",
"bluebird": "~2.9.21"
},
- "gitHead": "1fafe0dc387e5efa9ae95b40aa80c43e83e1b98f",
+ "gitHead": "af19cef3bc60e9151ffce5015d8ce3c0728d3aca",
"homepage": "https://github.com/request/request#readme",
- "_id": "request@2.57.0",
- "_shasum": "d445105a42d009b9d724289633b449a6d723d989",
- "_from": "request@2.57.0",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "0.12.4",
+ "_id": "request@2.60.0",
+ "_shasum": "498820957fcdded1d37749069610c85f61a29f2d",
+ "_from": "request@2.60.0",
+ "_npmVersion": "2.11.2",
+ "_nodeVersion": "0.12.6",
"_npmUser": {
"name": "simov",
"email": "simeonvelichkov@gmail.com"
},
+ "dist": {
+ "shasum": "498820957fcdded1d37749069610c85f61a29f2d",
+ "tarball": "http://registry.npmjs.org/request/-/request-2.60.0.tgz"
+ },
"maintainers": [
{
"name": "mikeal",
@@ -98,10 +106,6 @@
"email": "simeonvelichkov@gmail.com"
}
],
- "dist": {
- "shasum": "d445105a42d009b9d724289633b449a6d723d989",
- "tarball": "http://registry.npmjs.org/request/-/request-2.57.0.tgz"
- },
"directories": {},
- "_resolved": "https://registry.npmjs.org/request/-/request-2.57.0.tgz"
+ "_resolved": "https://registry.npmjs.org/request/-/request-2.60.0.tgz"
}