summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json100
1 files changed, 52 insertions, 48 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 35f4e95616..0b795b363e 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "6.5.0",
+ "version": "6.7.0",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -33,21 +33,21 @@
"npx": "./bin/npx-cli.js"
},
"dependencies": {
- "JSONStream": "^1.3.4",
+ "JSONStream": "^1.3.5",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
- "aproba": "~1.2.0",
+ "aproba": "^2.0.0",
"archy": "~1.0.0",
"bin-links": "^1.1.2",
"bluebird": "^3.5.3",
- "byte-size": "^4.0.3",
- "cacache": "^11.2.0",
+ "byte-size": "^5.0.1",
+ "cacache": "^11.3.2",
"call-limit": "~1.1.0",
- "chownr": "~1.0.1",
- "ci-info": "^1.6.0",
+ "chownr": "^1.1.1",
+ "ci-info": "^2.0.0",
"cli-columns": "^3.1.2",
- "cli-table3": "^0.5.0",
+ "cli-table3": "^0.5.1",
"cmd-shim": "~2.0.2",
"columnify": "~1.5.4",
"config-chain": "^1.1.12",
@@ -69,11 +69,12 @@
"inherits": "~2.0.3",
"ini": "^1.3.5",
"init-package-json": "^1.10.3",
- "is-cidr": "^2.0.6",
+ "is-cidr": "^3.0.0",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
- "libcipm": "^2.0.2",
- "libnpmhook": "^4.0.1",
+ "libcipm": "^3.0.3",
+ "libnpm": "^2.0.1",
+ "libnpmhook": "^5.0.2",
"libnpx": "^10.2.0",
"lock-verify": "^2.0.2",
"lockfile": "^1.0.4",
@@ -82,7 +83,7 @@
"lodash.union": "~4.6.0",
"lodash.uniq": "~4.5.0",
"lodash.without": "~4.4.0",
- "lru-cache": "^4.1.3",
+ "lru-cache": "^4.1.5",
"meant": "~1.0.1",
"mississippi": "^3.0.0",
"mkdirp": "~0.5.1",
@@ -90,38 +91,36 @@
"node-gyp": "^3.8.0",
"nopt": "~4.0.1",
"normalize-package-data": "~2.4.0",
- "npm-audit-report": "^1.3.1",
+ "npm-audit-report": "^1.3.2",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-lifecycle": "^2.1.0",
"npm-package-arg": "^6.1.0",
- "npm-packlist": "^1.1.12",
- "npm-pick-manifest": "^2.1.0",
- "npm-profile": "^3.0.2",
- "npm-registry-client": "^8.6.0",
- "npm-registry-fetch": "^1.1.0",
+ "npm-packlist": "^1.2.0",
+ "npm-pick-manifest": "^2.2.3",
+ "npm-registry-fetch": "^3.8.0",
"npm-user-validate": "~1.0.0",
"npmlog": "~4.1.2",
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
- "pacote": "^8.1.6",
+ "pacote": "^9.4.0",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",
- "query-string": "^6.1.0",
+ "query-string": "^6.2.0",
"qw": "~1.0.1",
"read": "~1.0.7",
"read-cmd-shim": "~1.0.1",
"read-installed": "~4.0.3",
"read-package-json": "^2.0.13",
"read-package-tree": "^5.2.1",
- "readable-stream": "^2.3.6",
+ "readable-stream": "^3.1.1",
"request": "^2.88.0",
"retry": "^0.12.0",
- "rimraf": "~2.6.2",
+ "rimraf": "^2.6.3",
"safe-buffer": "^5.1.2",
- "semver": "^5.5.1",
+ "semver": "^5.6.0",
"sha": "~2.0.1",
"slide": "~1.1.6",
"sorted-object": "~2.0.1",
@@ -133,7 +132,7 @@
"tiny-relative-date": "^1.3.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",
- "unique-filename": "~1.1.0",
+ "unique-filename": "^1.1.1",
"unpipe": "~1.0.0",
"update-notifier": "^2.5.0",
"uuid": "^3.3.2",
@@ -141,7 +140,7 @@
"validate-npm-package-name": "~3.0.0",
"which": "^1.3.1",
"worker-farm": "^1.6.0",
- "write-file-atomic": "^2.3.0"
+ "write-file-atomic": "^2.4.2"
},
"bundleDependencies": [
"abbrev",
@@ -149,13 +148,15 @@
"ansistyles",
"aproba",
"archy",
+ "bin-links",
+ "bluebird",
"byte-size",
"cacache",
"call-limit",
- "bluebird",
- "bin-links",
"chownr",
"ci-info",
+ "cli-columns",
+ "cli-table3",
"cmd-shim",
"columnify",
"config-chain",
@@ -184,8 +185,14 @@
"JSONStream",
"lazy-property",
"libcipm",
+ "libnpm",
+ "libnpmaccess",
"libnpmhook",
+ "libnpmorg",
+ "libnpmsearch",
+ "libnpmteam",
"libnpx",
+ "lock-verify",
"lockfile",
"lodash._baseindexof",
"lodash._baseuniq",
@@ -200,20 +207,20 @@
"lodash.without",
"lru-cache",
"meant",
- "mkdirp",
"mississippi",
+ "mkdirp",
"move-concurrently",
+ "node-gyp",
"nopt",
"normalize-package-data",
"npm-audit-report",
"npm-cache-filename",
- "npm-lifecycle",
"npm-install-checks",
+ "npm-lifecycle",
"npm-package-arg",
"npm-packlist",
"npm-pick-manifest",
"npm-profile",
- "npm-registry-client",
"npm-registry-fetch",
"npm-user-validate",
"npmlog",
@@ -223,27 +230,30 @@
"pacote",
"path-is-inside",
"promise-inflight",
- "query-string",
"qrcode-terminal",
+ "query-string",
"qw",
- "read",
"read-cmd-shim",
"read-installed",
"read-package-json",
"read-package-tree",
+ "read",
"readable-stream",
"readdir-scoped-modules",
"request",
"retry",
"rimraf",
+ "safe-buffer",
"semver",
"sha",
"slide",
"sorted-object",
"sorted-union-stream",
"ssri",
+ "stringify-package",
"tar",
"text-table",
+ "tiny-relative-date",
"uid-number",
"umask",
"unique-filename",
@@ -253,32 +263,26 @@
"validate-npm-package-license",
"validate-npm-package-name",
"which",
- "write-file-atomic",
- "safe-buffer",
"worker-farm",
- "tiny-relative-date",
- "cli-columns",
- "cli-table3",
- "node-gyp",
- "lock-verify",
- "stringify-package"
+ "write-file-atomic"
],
"devDependencies": {
- "deep-equal": "~1.0.1",
+ "deep-equal": "^1.0.1",
+ "get-stream": "^4.1.0",
"licensee": "^5.0.0",
- "marked": "^0.5.0",
- "marked-man": "~0.2.1",
+ "marked": "^0.6.0",
+ "marked-man": "^0.2.1",
"npm-registry-couchapp": "^2.7.1",
- "npm-registry-mock": "~1.1.0",
- "require-inject": "^1.4.3",
- "sprintf-js": "~1.1.1",
+ "npm-registry-mock": "^1.1.0",
+ "require-inject": "^1.4.4",
+ "sprintf-js": "^1.1.2",
"standard": "^11.0.1",
"tacks": "^1.2.7",
- "tap": "^12.0.1"
+ "tap": "^12.1.1"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
- "prepare": "node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
+ "prepare": "node bin/npm-cli.js rebuild && node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"tap": "tap --reporter=classic --timeout 300",