summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/pacote/package.json')
-rw-r--r--deps/npm/node_modules/pacote/package.json79
1 files changed, 41 insertions, 38 deletions
diff --git a/deps/npm/node_modules/pacote/package.json b/deps/npm/node_modules/pacote/package.json
index 6287584c9c..32e8a07b09 100644
--- a/deps/npm/node_modules/pacote/package.json
+++ b/deps/npm/node_modules/pacote/package.json
@@ -1,33 +1,32 @@
{
- "_args": [
- [
- "pacote@8.1.6",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "pacote@8.1.6",
- "_id": "pacote@8.1.6",
+ "_from": "pacote@9.4.0",
+ "_id": "pacote@9.4.0",
"_inBundle": false,
- "_integrity": "sha512-wTOOfpaAQNEQNtPEx92x9Y9kRWVu45v583XT8x2oEV2xRB74+xdqMZIeGW4uFvAyZdmSBtye+wKdyyLaT8pcmw==",
+ "_integrity": "sha512-WQ1KL/phGMkedYEQx9ODsjj7xvwLSpdFJJdEXrLyw5SILMxcTNt5DTxT2Z93fXuLFYJBlZJdnwdalrQdB/rX5w==",
"_location": "/pacote",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "safe-buffer": "5.1.2"
+ },
"_requested": {
"type": "version",
"registry": true,
- "raw": "pacote@8.1.6",
+ "raw": "pacote@9.4.0",
"name": "pacote",
"escapedName": "pacote",
- "rawSpec": "8.1.6",
+ "rawSpec": "9.4.0",
"saveSpec": null,
- "fetchSpec": "8.1.6"
+ "fetchSpec": "9.4.0"
},
"_requiredBy": [
+ "#USER",
"/",
- "/libcipm"
+ "/libcipm",
+ "/libnpm"
],
- "_resolved": "https://registry.npmjs.org/pacote/-/pacote-8.1.6.tgz",
- "_spec": "8.1.6",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/pacote/-/pacote-9.4.0.tgz",
+ "_shasum": "af979abdeb175cd347c3e33be3241af1ed254807",
+ "_spec": "pacote@9.4.0",
+ "_where": "/Users/aeschright/code/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -35,6 +34,7 @@
"bugs": {
"url": "https://github.com/zkat/pacote/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Charlotte Spencer",
@@ -46,43 +46,46 @@
}
],
"dependencies": {
- "bluebird": "^3.5.1",
- "cacache": "^11.0.2",
- "get-stream": "^3.0.0",
- "glob": "^7.1.2",
- "lru-cache": "^4.1.3",
+ "bluebird": "^3.5.3",
+ "cacache": "^11.3.2",
+ "figgy-pudding": "^3.5.1",
+ "get-stream": "^4.1.0",
+ "glob": "^7.1.3",
+ "lru-cache": "^5.1.1",
"make-fetch-happen": "^4.0.1",
"minimatch": "^3.0.4",
- "minipass": "^2.3.3",
+ "minipass": "^2.3.5",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"normalize-package-data": "^2.4.0",
"npm-package-arg": "^6.1.0",
- "npm-packlist": "^1.1.10",
- "npm-pick-manifest": "^2.1.0",
+ "npm-packlist": "^1.1.12",
+ "npm-pick-manifest": "^2.2.3",
+ "npm-registry-fetch": "^3.8.0",
"osenv": "^0.1.5",
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
- "protoduck": "^5.0.0",
+ "protoduck": "^5.0.1",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.2",
- "semver": "^5.5.0",
- "ssri": "^6.0.0",
- "tar": "^4.4.3",
- "unique-filename": "^1.1.0",
- "which": "^1.3.0"
+ "semver": "^5.6.0",
+ "ssri": "^6.0.1",
+ "tar": "^4.4.8",
+ "unique-filename": "^1.1.1",
+ "which": "^1.3.1"
},
+ "deprecated": false,
"description": "JavaScript package downloader",
"devDependencies": {
- "nock": "^9.2.6",
+ "nock": "^10.0.3",
"npmlog": "^4.1.2",
- "nyc": "^11.8.0",
+ "nyc": "^13.1.0",
"require-inject": "^1.4.3",
- "standard": "^11.0.1",
+ "standard": "^12.0.1",
"standard-version": "^4.4.0",
- "tacks": "^1.2.6",
- "tap": "^12.0.1",
- "tar-stream": "^1.6.1",
+ "tacks": "^1.2.7",
+ "tap": "^12.1.0",
+ "tar-stream": "^1.6.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.7"
},
@@ -113,5 +116,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": "8.1.6"
+ "version": "9.4.0"
}