diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-09-04 14:47:14 -0700 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-09-06 21:38:09 +1000 |
commit | d15ba80d6f7a473a70081768500260429ecb6218 (patch) | |
tree | d83559d4277c56eab5fffb986dd1e4ec8db94a4b /deps/npm/package.json | |
parent | b4f1711a629251f6aab7615907fe7358881e0648 (diff) | |
download | node-new-d15ba80d6f7a473a70081768500260429ecb6218.tar.gz |
deps: upgrade to npm 2.14.2
PR-URL: https://github.com/nodejs/node/pull/2696
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index 4cee1cf1a7..f4c56ffa6b 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "2.13.3", + "version": "2.14.2", "name": "npm", "description": "a package manager for JavaScript", "keywords": [ @@ -38,17 +38,17 @@ "async-some": "~1.0.2", "block-stream": "0.0.8", "char-spinner": "~1.0.1", - "chmodr": "~0.1.1", - "chownr": "0.0.2", + "chmodr": "~1.0.1", + "chownr": "~1.0.1", "cmd-shim": "~2.0.1", - "columnify": "~1.5.1", + "columnify": "~1.5.2", "config-chain": "~1.1.9", "dezalgo": "~1.0.3", "editor": "~1.0.0", "fs-vacuum": "~1.2.6", "fs-write-stream-atomic": "~1.0.3", "fstream": "~1.0.7", - "fstream-npm": "~1.0.4", + "fstream-npm": "~1.0.5", "github-url-from-git": "~1.4.0", "github-url-from-username-repo": "~1.0.2", "glob": "~5.0.14", @@ -57,7 +57,7 @@ "inflight": "~1.0.4", "inherits": "~2.0.1", "ini": "~1.3.4", - "init-package-json": "~1.7.1", + "init-package-json": "~1.9.1", "lockfile": "~1.0.1", "lru-cache": "~2.6.5", "minimatch": "~2.0.10", @@ -65,34 +65,35 @@ "node-gyp": "~2.0.2", "nopt": "~3.0.3", "normalize-git-url": "~3.0.1", - "normalize-package-data": "~2.3.1", + "normalize-package-data": "~2.3.2", "npm-cache-filename": "~1.0.2", "npm-install-checks": "~1.0.6", "npm-package-arg": "~4.0.2", - "npm-registry-client": "~6.5.1", + "npm-registry-client": "~7.0.1", "npm-user-validate": "~0.1.2", "npmlog": "~1.2.1", "once": "~1.3.2", "opener": "~1.4.1", "osenv": "~0.1.3", "path-is-inside": "~1.0.0", - "read": "~1.0.6", + "read": "~1.0.7", "read-installed": "~4.0.2", "read-package-json": "~2.0.0", "readable-stream": "~1.1.13", "realize-package-specifier": "~3.0.1", - "request": "~2.60.0", + "request": "~2.61.0", "retry": "~0.6.1", - "rimraf": "~2.4.2", + "rimraf": "~2.4.3", "semver": "~5.0.1", "sha": "~1.3.0", "slide": "~1.1.6", "sorted-object": "~1.0.0", "spdx": "~0.4.1", - "tar": "~2.1.1", + "tar": "~2.2.0", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0", + "validate-npm-package-license": "~3.0.1", "validate-npm-package-name": "~2.2.2", "which": "~1.1.1", "wrappy": "~1.0.1", @@ -172,7 +173,7 @@ "deep-equal": "~1.0.0", "marked": "~0.3.3", "marked-man": "~0.1.5", - "nock": "~2.7.0", + "nock": "~2.10.0", "npm-registry-couchapp": "~2.6.7", "npm-registry-mock": "~1.0.0", "require-inject": "~1.2.0", @@ -180,13 +181,14 @@ "tap": "~1.3.1" }, "scripts": { - "test-legacy": "node ./test/run.js", - "test": "tap --timeout 240 test/tap/*.js", - "tap": "tap --timeout 240 test/tap/*.js", - "test-all": "npm run test-legacy && npm test", - "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", + "dumpconf": "env | grep npm | sort | uniq", "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc", - "dumpconf": "env | grep npm | sort | uniq" + "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", + "tap": "tap --timeout 240", + "test": "npm run test-tap", + "test-all": "npm run test-legacy && npm run test-tap", + "test-legacy": "node ./test/run.js", + "test-tap": "npm run tap -- \"test/tap/*.js\"" }, "license": "Artistic-2.0" } |