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.json71
1 files changed, 34 insertions, 37 deletions
diff --git a/deps/npm/node_modules/request/package.json b/deps/npm/node_modules/request/package.json
index cf438a5350..3c2bfde0a9 100644
--- a/deps/npm/node_modules/request/package.json
+++ b/deps/npm/node_modules/request/package.json
@@ -2,56 +2,51 @@
"_args": [
[
{
- "raw": "request@2.79.0",
+ "raw": "request@latest",
"scope": null,
"escapedName": "request",
"name": "request",
- "rawSpec": "2.79.0",
- "spec": "2.79.0",
- "type": "version"
+ "rawSpec": "latest",
+ "spec": "latest",
+ "type": "tag"
},
"/Users/zkat/Documents/code/npm"
]
],
- "_from": "request@2.79.0",
- "_id": "request@2.79.0",
+ "_from": "request@latest",
+ "_id": "request@2.81.0",
"_inCache": true,
"_location": "/request",
- "_nodeVersion": "6.3.1",
+ "_nodeVersion": "7.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/request-2.79.0.tgz_1479489666177_0.7806831058114767"
+ "tmp": "tmp/request-2.81.0.tgz_1489075005134_0.036041518207639456"
},
"_npmUser": {
"name": "simov",
"email": "simeonvelichkov@gmail.com"
},
- "_npmVersion": "2.15.9",
- "_phantomChildren": {
- "ansi-regex": "2.0.0",
- "strip-ansi": "3.0.1"
- },
+ "_npmVersion": "2.15.11",
+ "_phantomChildren": {},
"_requested": {
- "raw": "request@2.79.0",
+ "raw": "request@latest",
"scope": null,
"escapedName": "request",
"name": "request",
- "rawSpec": "2.79.0",
- "spec": "2.79.0",
- "type": "version"
+ "rawSpec": "latest",
+ "spec": "latest",
+ "type": "tag"
},
"_requiredBy": [
"#USER",
"/",
"/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.79.0.tgz",
- "_shasum": "4dfe5bf6be8b8cdc37fcf93e04b65577722710de",
+ "_resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
+ "_shasum": "c6928946a0e06c5f8d6f8a9333469ffda46298a0",
"_shrinkwrap": null,
- "_spec": "request@2.79.0",
+ "_spec": "request@latest",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Mikeal Rogers",
@@ -63,12 +58,12 @@
"dependencies": {
"aws-sign2": "~0.6.0",
"aws4": "^1.2.1",
- "caseless": "~0.11.0",
+ "caseless": "~0.12.0",
"combined-stream": "~1.0.5",
"extend": "~3.0.0",
"forever-agent": "~0.6.1",
"form-data": "~2.1.1",
- "har-validator": "~2.0.6",
+ "har-validator": "~4.2.1",
"hawk": "~3.1.3",
"http-signature": "~1.1.0",
"is-typedarray": "~1.0.0",
@@ -76,10 +71,12 @@
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.7",
"oauth-sign": "~0.8.1",
- "qs": "~6.3.0",
+ "performance-now": "^0.2.0",
+ "qs": "~6.4.0",
+ "safe-buffer": "^5.0.1",
"stringstream": "~0.0.4",
"tough-cookie": "~2.3.0",
- "tunnel-agent": "~0.4.1",
+ "tunnel-agent": "^0.6.0",
"uuid": "^3.0.0"
},
"description": "Simplified HTTP request client.",
@@ -107,8 +104,8 @@
},
"directories": {},
"dist": {
- "shasum": "4dfe5bf6be8b8cdc37fcf93e04b65577722710de",
- "tarball": "https://registry.npmjs.org/request/-/request-2.79.0.tgz"
+ "shasum": "c6928946a0e06c5f8d6f8a9333469ffda46298a0",
+ "tarball": "https://registry.npmjs.org/request/-/request-2.81.0.tgz"
},
"engines": {
"node": ">= 4"
@@ -118,7 +115,7 @@
"index.js",
"request.js"
],
- "gitHead": "ff729c6f1a87237060d075908563ce13386395ac",
+ "gitHead": "a0cdc704c19e63e6f1740e173bb003c51eef524c",
"greenkeeper": {
"ignore": [
"eslint",
@@ -127,6 +124,12 @@
]
},
"homepage": "https://github.com/request/request#readme",
+ "keywords": [
+ "http",
+ "simple",
+ "util",
+ "utility"
+ ],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
@@ -161,11 +164,5 @@
"test-ci": "taper tests/test-*.js",
"test-cov": "istanbul cover tape tests/test-*.js"
},
- "tags": [
- "http",
- "simple",
- "util",
- "utility"
- ],
- "version": "2.79.0"
+ "version": "2.81.0"
}