summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/agent-base/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-07-24 23:00:03 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-08-06 09:05:32 +0200
commitd7d321b071789f08c65dbb11a0e4b3b6a299af44 (patch)
tree1015b8c5da3632fc986b56051a4853ac946c56f4 /deps/npm/node_modules/agent-base/package.json
parent37d27486fce50bd82b6b5095af880d435ed308f8 (diff)
downloadandroid-node-v8-d7d321b071789f08c65dbb11a0e4b3b6a299af44.tar.gz
android-node-v8-d7d321b071789f08c65dbb11a0e4b3b6a299af44.tar.bz2
android-node-v8-d7d321b071789f08c65dbb11a0e4b3b6a299af44.zip
deps: upgrade npm to 6.10.2
PR-URL: https://github.com/nodejs/node/pull/28853 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/agent-base/package.json')
-rw-r--r--deps/npm/node_modules/agent-base/package.json31
1 files changed, 15 insertions, 16 deletions
diff --git a/deps/npm/node_modules/agent-base/package.json b/deps/npm/node_modules/agent-base/package.json
index 08c5330def..70da687234 100644
--- a/deps/npm/node_modules/agent-base/package.json
+++ b/deps/npm/node_modules/agent-base/package.json
@@ -1,31 +1,28 @@
{
- "_from": "agent-base@latest",
- "_id": "agent-base@4.2.1",
+ "_from": "agent-base@4",
+ "_id": "agent-base@4.3.0",
"_inBundle": false,
- "_integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==",
+ "_integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==",
"_location": "/agent-base",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "range",
"registry": true,
- "raw": "agent-base@latest",
+ "raw": "agent-base@4",
"name": "agent-base",
"escapedName": "agent-base",
- "rawSpec": "latest",
+ "rawSpec": "4",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "4"
},
"_requiredBy": [
- "#USER",
- "/",
"/http-proxy-agent",
- "/https-proxy-agent",
- "/socks-proxy-agent"
+ "/https-proxy-agent"
],
- "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz",
- "_shasum": "d89e5999f797875674c07d87f260fc41e83e8ca9",
- "_spec": "agent-base@latest",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz",
+ "_shasum": "8165f01c436009bccad0b1d122f05ed770efc6ee",
+ "_spec": "agent-base@4",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/http-proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
@@ -41,6 +38,8 @@
"deprecated": false,
"description": "Turn a function into an `http.Agent` instance",
"devDependencies": {
+ "@types/es6-promisify": "^5.0.0",
+ "@types/node": "^10.5.3",
"mocha": "^3.4.2",
"ws": "^3.0.0"
},
@@ -65,5 +64,5 @@
"scripts": {
"test": "mocha --reporter spec"
},
- "version": "4.2.1"
+ "version": "4.3.0"
}