summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/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/npm-profile/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/npm-profile/package.json')
-rw-r--r--deps/npm/node_modules/npm-profile/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json
index 082da1efca..2f252aac85 100644
--- a/deps/npm/node_modules/npm-profile/package.json
+++ b/deps/npm/node_modules/npm-profile/package.json
@@ -1,28 +1,28 @@
{
- "_from": "npm-profile@latest",
- "_id": "npm-profile@4.0.1",
+ "_from": "npm-profile@4.0.2",
+ "_id": "npm-profile@4.0.2",
"_inBundle": false,
- "_integrity": "sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==",
+ "_integrity": "sha512-VRsC04pvRH+9cF+PoVh2nTmJjiG21yu59IHpsBpkxk+jaGAV8lxx96G4SDc0jOHAkfWLXbc6kIph3dGAuRnotQ==",
"_location": "/npm-profile",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "npm-profile@latest",
+ "raw": "npm-profile@4.0.2",
"name": "npm-profile",
"escapedName": "npm-profile",
- "rawSpec": "latest",
+ "rawSpec": "4.0.2",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "4.0.2"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-4.0.1.tgz",
- "_shasum": "d350f7a5e6b60691c7168fbb8392c3603583f5aa",
- "_spec": "npm-profile@latest",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-4.0.2.tgz",
+ "_shasum": "8272a71c19634d0dce9c35a5daf8ee589cbb0f52",
+ "_spec": "npm-profile@4.0.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -35,7 +35,7 @@
"dependencies": {
"aproba": "^1.1.2 || 2",
"figgy-pudding": "^3.4.1",
- "npm-registry-fetch": "^3.8.0"
+ "npm-registry-fetch": "^4.0.0"
},
"deprecated": false,
"description": "Library for updating an npmjs.com profile",
@@ -52,5 +52,5 @@
"type": "git",
"url": "git+https://github.com/npm/npm-profile.git"
},
- "version": "4.0.1"
+ "version": "4.0.2"
}