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.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/deps/npm/node_modules/request/package.json b/deps/npm/node_modules/request/package.json
index 8df18b9827..5ab26dd307 100644
--- a/deps/npm/node_modules/request/package.json
+++ b/deps/npm/node_modules/request/package.json
@@ -1,33 +1,37 @@
{
- "_from": "request@2.83.0",
- "_id": "request@2.83.0",
+ "_args": [
+ [
+ "request@2.86.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "request@2.86.0",
+ "_id": "request@2.86.0",
"_inBundle": false,
- "_integrity": "sha512-lR3gD69osqm6EYLk9wB/G1W/laGWjzH90t1vEa2xuxHD5KUrSzp9pUSfTm+YC5Nxt2T8nMPEvKlhbQayU7bgFw==",
+ "_integrity": "sha512-BQZih67o9r+Ys94tcIW4S7Uu8pthjrQVxhsZ/weOwHbDfACxvIyvnAbzFQxjy1jMtvFSzv5zf4my6cZsJBbVzw==",
"_location": "/request",
- "_phantomChildren": {
- "safe-buffer": "5.1.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "request@2.83.0",
+ "raw": "request@2.86.0",
"name": "request",
"escapedName": "request",
- "rawSpec": "2.83.0",
+ "rawSpec": "2.86.0",
"saveSpec": null,
- "fetchSpec": "2.83.0"
+ "fetchSpec": "2.86.0"
},
"_requiredBy": [
- "#USER",
"/",
+ "/cloudant-follow",
+ "/couchapp",
+ "/coveralls",
+ "/nano",
"/node-gyp",
- "/npm-registry-client",
- "/npm-registry-couchapp/couchapp",
- "/npm-registry-couchapp/couchapp/nano"
+ "/npm-registry-client"
],
- "_resolved": "https://registry.npmjs.org/request/-/request-2.83.0.tgz",
- "_shasum": "ca0b65da02ed62935887808e6f510381034e3356",
- "_spec": "request@2.83.0",
+ "_resolved": "https://registry.npmjs.org/request/-/request-2.86.0.tgz",
+ "_spec": "2.86.0",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Mikeal Rogers",
@@ -36,7 +40,6 @@
"bugs": {
"url": "http://github.com/request/request/issues"
},
- "bundleDependencies": false,
"dependencies": {
"aws-sign2": "~0.7.0",
"aws4": "^1.6.0",
@@ -56,12 +59,10 @@
"performance-now": "^2.1.0",
"qs": "~6.5.1",
"safe-buffer": "^5.1.1",
- "stringstream": "~0.0.5",
"tough-cookie": "~2.3.3",
"tunnel-agent": "^0.6.0",
"uuid": "^3.1.0"
},
- "deprecated": false,
"description": "Simplified HTTP request client.",
"devDependencies": {
"bluebird": "^3.2.1",
@@ -120,5 +121,5 @@
"test-ci": "taper tests/test-*.js",
"test-cov": "istanbul cover tape tests/test-*.js"
},
- "version": "2.83.0"
+ "version": "2.86.0"
}