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.json52
1 files changed, 27 insertions, 25 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 0a34e4355e..860059b4f5 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "3.10.3",
+ "version": "3.10.8",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -45,34 +45,34 @@
"fs-vacuum": "~1.2.9",
"fs-write-stream-atomic": "~1.0.8",
"fstream": "~1.0.10",
- "fstream-npm": "~1.1.0",
- "glob": "~7.0.4",
- "graceful-fs": "~4.1.4",
+ "fstream-npm": "~1.2.0",
+ "glob": "~7.0.6",
+ "graceful-fs": "~4.1.6",
"has-unicode": "~2.0.1",
"hosted-git-info": "~2.1.5",
"iferr": "~0.1.5",
"inflight": "~1.0.5",
- "inherits": "~2.0.1",
+ "inherits": "~2.0.3",
"ini": "~1.3.4",
"init-package-json": "~1.9.4",
"lockfile": "~1.0.1",
"lodash._baseuniq": "~4.6.0",
- "lodash.clonedeep": "~4.3.2",
- "lodash.union": "~4.4.0",
- "lodash.uniq": "~4.3.0",
- "lodash.without": "~4.2.0",
+ "lodash.clonedeep": "~4.5.0",
+ "lodash.union": "~4.6.0",
+ "lodash.uniq": "~4.5.0",
+ "lodash.without": "~4.4.0",
"mkdirp": "~0.5.1",
- "node-gyp": "~3.3.1",
+ "node-gyp": "~3.4.0",
"nopt": "~3.0.6",
"normalize-git-url": "~3.0.2",
"normalize-package-data": "~2.3.5",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
"npm-package-arg": "~4.2.0",
- "npm-registry-client": "~7.1.2",
- "npm-user-validate": "~0.1.4",
- "npmlog": "~3.1.2",
- "once": "~1.3.3",
+ "npm-registry-client": "~7.2.1",
+ "npm-user-validate": "~0.1.5",
+ "npmlog": "~4.0.0",
+ "once": "~1.4.0",
"opener": "~1.4.1",
"osenv": "~0.1.3",
"path-is-inside": "~1.0.1",
@@ -81,12 +81,12 @@
"read-installed": "~4.0.3",
"read-package-json": "~2.0.4",
"read-package-tree": "~5.1.5",
- "readable-stream": "~2.1.4",
+ "readable-stream": "~2.1.5",
"realize-package-specifier": "~3.0.3",
- "request": "~2.72.0",
- "retry": "~0.9.0",
- "rimraf": "~2.5.2",
- "semver": "~5.1.0",
+ "request": "~2.74.0",
+ "retry": "~0.10.0",
+ "rimraf": "~2.5.4",
+ "semver": "~5.3.0",
"sha": "~2.0.1",
"slide": "~1.1.6",
"sorted-object": "~2.0.0",
@@ -98,9 +98,9 @@
"unique-filename": "~1.1.0",
"unpipe": "~1.0.0",
"validate-npm-package-name": "~2.2.2",
- "which": "~1.2.10",
+ "which": "~1.2.11",
"wrappy": "~1.0.2",
- "write-file-atomic": "~1.1.4"
+ "write-file-atomic": "~1.2.0"
},
"bundleDependencies": [
"abbrev",
@@ -188,7 +188,7 @@
],
"devDependencies": {
"deep-equal": "~1.0.1",
- "marked": "~0.3.5",
+ "marked": "~0.3.6",
"marked-man": "~0.1.5",
"npm-registry-couchapp": "~2.6.12",
"npm-registry-mock": "~1.0.1",
@@ -196,16 +196,18 @@
"sprintf-js": "~1.0.3",
"standard": "~6.0.8",
"tacks": "~1.2.1",
- "tap": "~5.7.2"
+ "tap": "~6.3.2"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
"prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make doc-clean && make -j4 doc",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
- "tap": "tap --coverage --reporter=classic --timeout 300",
+ "tap": "tap --reporter=classic --timeout 300",
+ "tap-cover": "tap --coverage --reporter=classic --timeout 600",
"test": "standard && npm run test-tap",
+ "test-coverage": "npm run tap-cover -- \"test/tap/*.js\" \"test/network/*.js\"",
"test-tap": "npm run tap -- \"test/tap/*.js\"",
- "test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
+ "test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\" \"test/network/*.js\""
},
"license": "Artistic-2.0"
}