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.json45
1 files changed, 24 insertions, 21 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 24827e59cf..80143f7c53 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "6.9.0",
+ "version": "6.10.0",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -40,9 +40,9 @@
"aproba": "^2.0.0",
"archy": "~1.0.0",
"bin-links": "^1.1.2",
- "bluebird": "^3.5.3",
+ "bluebird": "^3.5.5",
"byte-size": "^5.0.1",
- "cacache": "^11.3.2",
+ "cacache": "^11.3.3",
"call-limit": "~1.1.0",
"chownr": "^1.1.1",
"ci-info": "^2.0.0",
@@ -61,7 +61,7 @@
"fs-write-stream-atomic": "~1.0.10",
"gentle-fs": "^2.0.1",
"glob": "^7.1.3",
- "graceful-fs": "^4.1.15",
+ "graceful-fs": "^4.2.0",
"has-unicode": "~2.0.1",
"hosted-git-info": "^2.7.1",
"iferr": "^1.0.2",
@@ -96,7 +96,7 @@
"npm-install-checks": "~3.0.0",
"npm-lifecycle": "^2.1.0",
"npm-package-arg": "^6.1.0",
- "npm-packlist": "^1.4.1",
+ "npm-packlist": "^1.4.4",
"npm-pick-manifest": "^2.2.3",
"npm-registry-fetch": "^3.9.0",
"npm-user-validate": "~1.0.0",
@@ -104,30 +104,31 @@
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
- "pacote": "^9.5.0",
+ "pacote": "^9.5.1",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",
- "query-string": "^6.2.0",
+ "query-string": "^6.4.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.2",
- "readable-stream": "^3.1.1",
+ "read-package-tree": "^5.3.1",
+ "readable-stream": "^3.3.0",
+ "readdir-scoped-modules": "^1.1.0",
"request": "^2.88.0",
"retry": "^0.12.0",
"rimraf": "^2.6.3",
"safe-buffer": "^5.1.2",
"semver": "^5.6.0",
- "sha": "~2.0.1",
+ "sha": "^3.0.0",
"slide": "~1.1.6",
"sorted-object": "~2.0.1",
"sorted-union-stream": "~2.1.3",
"ssri": "^6.0.1",
"stringify-package": "^1.0.0",
- "tar": "^4.4.8",
+ "tar": "^4.4.10",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
"uid-number": "0.0.6",
@@ -140,7 +141,7 @@
"validate-npm-package-name": "~3.0.0",
"which": "^1.3.1",
"worker-farm": "^1.6.0",
- "write-file-atomic": "^2.4.2"
+ "write-file-atomic": "^2.4.3"
},
"bundleDependencies": [
"abbrev",
@@ -269,26 +270,28 @@
"devDependencies": {
"deep-equal": "^1.0.1",
"get-stream": "^4.1.0",
- "licensee": "^6.1.0",
+ "licensee": "^7.0.2",
"marked": "^0.6.0",
"marked-man": "^0.2.1",
- "npm-registry-couchapp": "^2.7.1",
- "npm-registry-mock": "^1.1.0",
+ "npm-registry-couchapp": "^2.7.2",
+ "npm-registry-mock": "^1.2.1",
"require-inject": "^1.4.4",
"sprintf-js": "^1.1.2",
"standard": "^11.0.1",
- "tacks": "^1.2.7",
- "tap": "^12.5.3",
- "tar-stream": "^2.0.0"
+ "tacks": "^1.3.0",
+ "tap": "^12.7.0",
+ "tar-stream": "^2.0.1"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
"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",
- "tap-cover": "tap --reporter=classic --nyc-arg='--cache' --coverage --timeout 600",
- "test": "standard && npm run test-tap",
+ "tap": "tap -J --timeout 300",
+ "tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600",
+ "pretest": "standard",
+ "test": "npm run test-tap --",
+ "posttest": "rimraf test/npm_cache*",
"test-coverage": "npm run tap-cover -- \"test/tap/*.js\" \"test/network/*.js\" \"test/broken-under-*/*.js\"",
"test-tap": "npm run tap -- \"test/tap/*.js\" \"test/network/*.js\" \"test/broken-under-*/*.js\"",
"test-node": "tap --timeout 240 \"test/tap/*.js\" \"test/network/*.js\" \"test/broken-under-nyc*/*.js\""