summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpm
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpm')
-rw-r--r--deps/npm/node_modules/libnpm/CHANGELOG.md18
-rw-r--r--deps/npm/node_modules/libnpm/package.json44
2 files changed, 40 insertions, 22 deletions
diff --git a/deps/npm/node_modules/libnpm/CHANGELOG.md b/deps/npm/node_modules/libnpm/CHANGELOG.md
index e9712f7d44..bb3a52a36f 100644
--- a/deps/npm/node_modules/libnpm/CHANGELOG.md
+++ b/deps/npm/node_modules/libnpm/CHANGELOG.md
@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="3.0.1"></a>
+## [3.0.1](https://github.com/npm/libnpm/compare/v3.0.0...v3.0.1) (2019-07-16)
+
+
+
+<a name="3.0.0"></a>
+# [3.0.0](https://github.com/npm/libnpm/compare/v2.0.1...v3.0.0) (2019-07-10)
+
+
+* npm-lifecycle@3.0.0 ([56cc8e5](https://github.com/npm/libnpm/commit/56cc8e5))
+
+
+### BREAKING CHANGES
+
+* requires updating node-gyp in npm/cli
+
+
+
<a name="2.0.1"></a>
## [2.0.1](https://github.com/npm/libnpm/compare/v2.0.0...v2.0.1) (2018-12-05)
diff --git a/deps/npm/node_modules/libnpm/package.json b/deps/npm/node_modules/libnpm/package.json
index 4c77e68097..9fb5641b2d 100644
--- a/deps/npm/node_modules/libnpm/package.json
+++ b/deps/npm/node_modules/libnpm/package.json
@@ -1,28 +1,28 @@
{
- "_from": "libnpm@^2.0.1",
- "_id": "libnpm@2.0.1",
+ "_from": "libnpm@3.0.1",
+ "_id": "libnpm@3.0.1",
"_inBundle": false,
- "_integrity": "sha512-qTKoxyJvpBxHZQB6k0AhSLajyXq9ZE/lUsZzuHAplr2Bpv9G+k4YuYlExYdUCeVRRGqcJt8hvkPh4tBwKoV98w==",
+ "_integrity": "sha512-d7jU5ZcMiTfBqTUJVZ3xid44fE5ERBm9vBnmhp2ECD2Ls+FNXWxHSkO7gtvrnbLO78gwPdNPz1HpsF3W4rjkBQ==",
"_location": "/libnpm",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "libnpm@^2.0.1",
+ "raw": "libnpm@3.0.1",
"name": "libnpm",
"escapedName": "libnpm",
- "rawSpec": "^2.0.1",
+ "rawSpec": "3.0.1",
"saveSpec": null,
- "fetchSpec": "^2.0.1"
+ "fetchSpec": "3.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libnpm/-/libnpm-2.0.1.tgz",
- "_shasum": "a48fcdee3c25e13c77eb7c60a0efe561d7fb0d8f",
- "_spec": "libnpm@^2.0.1",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/libnpm/-/libnpm-3.0.1.tgz",
+ "_shasum": "0be11b4c9dd4d1ffd7d95c786e92e55d65be77a2",
+ "_spec": "libnpm@3.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
@@ -35,21 +35,21 @@
"bin-links": "^1.1.2",
"bluebird": "^3.5.3",
"find-npm-prefix": "^1.0.2",
- "libnpmaccess": "^3.0.1",
+ "libnpmaccess": "^3.0.2",
"libnpmconfig": "^1.2.1",
- "libnpmhook": "^5.0.2",
- "libnpmorg": "^1.0.0",
- "libnpmpublish": "^1.1.0",
- "libnpmsearch": "^2.0.0",
- "libnpmteam": "^1.0.1",
+ "libnpmhook": "^5.0.3",
+ "libnpmorg": "^1.0.1",
+ "libnpmpublish": "^1.1.2",
+ "libnpmsearch": "^2.0.2",
+ "libnpmteam": "^1.0.2",
"lock-verify": "^2.0.2",
- "npm-lifecycle": "^2.1.0",
+ "npm-lifecycle": "^3.0.0",
"npm-logical-tree": "^1.2.1",
"npm-package-arg": "^6.1.0",
- "npm-profile": "^4.0.1",
- "npm-registry-fetch": "^3.8.0",
+ "npm-profile": "^4.0.2",
+ "npm-registry-fetch": "^4.0.0",
"npmlog": "^4.1.2",
- "pacote": "^9.2.3",
+ "pacote": "^9.5.3",
"read-package-json": "^2.0.13",
"stringify-package": "^1.0.0"
},
@@ -90,5 +90,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "2.0.1"
+ "version": "3.0.1"
}