summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/package.json
diff options
context:
space:
mode:
authorMyles Borins <myles.borins@gmail.com>2017-10-26 22:35:25 -0400
committerMyles Borins <myles.borins@gmail.com>2017-10-29 21:32:15 -0400
commitace4fe566fc3af4876c7458f983feeb5eae3df26 (patch)
tree458d847e9bd56199cd0d8b34cec126c7410fb6ca /deps/npm/node_modules/npm-profile/package.json
parent64168eb9b43e30e4c0b986c9b29c41be63e85df6 (diff)
downloadandroid-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.tar.gz
android-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.tar.bz2
android-node-v8-ace4fe566fc3af4876c7458f983feeb5eae3df26.zip
deps: update npm to 5.5.1
Closes: https://github.com/nodejs/node/pull/16280 PR-URL: https://github.com/nodejs/node/pull/16509 Fixes: https://github.com/nodejs/node/issues/14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/node_modules/npm-profile/package.json')
-rw-r--r--deps/npm/node_modules/npm-profile/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json
new file mode 100644
index 0000000000..d0df6f801f
--- /dev/null
+++ b/deps/npm/node_modules/npm-profile/package.json
@@ -0,0 +1,61 @@
+{
+ "_from": "npm-profile@latest",
+ "_id": "npm-profile@2.0.4",
+ "_inBundle": false,
+ "_integrity": "sha512-g8WTBuQDOXRuU46qyM1JcUMVhnvA74q77UY6eHb3CTpley2hySLxmNZh+fth+YoU7aYlvUOiCRNQXmSNiF66pw==",
+ "_location": "/npm-profile",
+ "_phantomChildren": {
+ "cacache": "9.2.9",
+ "lru-cache": "4.1.1",
+ "mississippi": "1.3.0",
+ "retry": "0.10.1",
+ "safe-buffer": "5.1.1",
+ "ssri": "4.1.6"
+ },
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "npm-profile@latest",
+ "name": "npm-profile",
+ "escapedName": "npm-profile",
+ "rawSpec": "latest",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-2.0.4.tgz",
+ "_shasum": "148070c0da22b512bf61a4a87758b957fdb4bbe7",
+ "_spec": "npm-profile@latest",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org",
+ "url": "http://re-becca.org/"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/npm-profile/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "aproba": "^1.1.2",
+ "make-fetch-happen": "^2.5.0"
+ },
+ "deprecated": false,
+ "description": "Library for updating an npmjs.com profile",
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/npm/npm-profile/tree/latest/lib#readme",
+ "keywords": [],
+ "license": "ISC",
+ "main": "index.js",
+ "name": "npm-profile",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/npm-profile.git"
+ },
+ "version": "2.0.4"
+}