summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/package.json
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-07-18 13:55:52 -0700
committerMichaël Zasso <targos@protonmail.com>2018-07-29 14:16:56 +0200
commit5842366ae83a36065d626e3937ad8fc327efab30 (patch)
tree663eb6d493b00788d83d7a71fc2489adabd24527 /deps/npm/node_modules/npm-profile/package.json
parent2aca0957f46af0be33368a1fcb398e63a35c46ef (diff)
downloadandroid-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.gz
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.bz2
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.zip
deps: upgrade npm to 6.2.0
PR-URL: https://github.com/nodejs/node/pull/21592 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/npm-profile/package.json')
-rw-r--r--deps/npm/node_modules/npm-profile/package.json65
1 files changed, 16 insertions, 49 deletions
diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json
index d3ed888138..d158b71863 100644
--- a/deps/npm/node_modules/npm-profile/package.json
+++ b/deps/npm/node_modules/npm-profile/package.json
@@ -1,62 +1,27 @@
{
- "_args": [
- [
- "npm-profile@3.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npm-profile@3.0.1",
- "_id": "npm-profile@3.0.1",
+ "_from": "npm-profile@3.0.2",
+ "_id": "npm-profile@3.0.2",
"_inBundle": false,
- "_integrity": "sha512-U/jvnERvBRYgIdHkPURsa8mjLCOiImdA8fw1FzzCF//PKro4w1QANCmXiQex8f/Id1h939lqOiUT+ywKL0AG4Q==",
+ "_integrity": "sha512-rEJOFR6PbwOvvhGa2YTNOJQKNuc6RovJ6T50xPU7pS9h/zKPNCJ+VHZY2OFXyZvEi+UQYtHRTp8O/YM3tUD20A==",
"_location": "/npm-profile",
- "_phantomChildren": {
- "agent-base": "4.2.0",
- "agentkeepalive": "3.4.1",
- "bluebird": "3.5.1",
- "chownr": "1.0.1",
- "concat-stream": "1.6.2",
- "duplexify": "3.6.0",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.3",
- "from2": "2.3.0",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "http-cache-semantics": "3.8.1",
- "http-proxy-agent": "2.1.0",
- "https-proxy-agent": "2.2.1",
- "ip": "1.1.5",
- "lru-cache": "4.1.3",
- "mkdirp": "0.5.1",
- "move-concurrently": "1.0.1",
- "node-fetch-npm": "2.0.2",
- "once": "1.4.0",
- "parallel-transform": "1.1.0",
- "promise-inflight": "1.0.1",
- "promise-retry": "1.1.1",
- "pumpify": "1.5.1",
- "rimraf": "2.6.2",
- "safe-buffer": "5.1.2",
- "stream-each": "1.2.2",
- "through2": "2.0.3",
- "unique-filename": "1.1.0",
- "y18n": "4.0.0"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-profile@3.0.1",
+ "raw": "npm-profile@3.0.2",
"name": "npm-profile",
"escapedName": "npm-profile",
- "rawSpec": "3.0.1",
+ "rawSpec": "3.0.2",
"saveSpec": null,
- "fetchSpec": "3.0.1"
+ "fetchSpec": "3.0.2"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-3.0.1.tgz",
- "_spec": "3.0.1",
+ "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-3.0.2.tgz",
+ "_shasum": "58d568f1b56ef769602fd0aed8c43fa0e0de0f57",
+ "_spec": "npm-profile@3.0.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Rebecca Turner",
@@ -66,10 +31,12 @@
"bugs": {
"url": "https://github.com/npm/npm-profile/issues"
},
+ "bundleDependencies": false,
"dependencies": {
- "aproba": "^1.1.2",
- "make-fetch-happen": "^2.5.0"
+ "aproba": "^1.1.2 || 2",
+ "make-fetch-happen": "^2.5.0 || 3 || 4"
},
+ "deprecated": false,
"description": "Library for updating an npmjs.com profile",
"files": [
"CHANGELOG.md",
@@ -84,5 +51,5 @@
"type": "git",
"url": "git+https://github.com/npm/npm-profile.git"
},
- "version": "3.0.1"
+ "version": "3.0.2"
}