diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-04-17 01:12:21 -0700 |
---|---|---|
committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-04-17 13:26:30 -0700 |
commit | 4870213f9e30e21dcbef19282d04cc40e04035cb (patch) | |
tree | fbf8bd696c4bc40b5c5b81a4bff567b30e864f30 /deps/npm/package.json | |
parent | 49bb7ded2c78ea6b714b5e3640584ee37a1f6668 (diff) | |
download | node-new-4870213f9e30e21dcbef19282d04cc40e04035cb.tar.gz |
deps: upgrade npm to 2.8.3
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index 26c8725bae..c3f053a7db 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "2.7.6", + "version": "2.8.3", "name": "npm", "description": "a package manager for JavaScript", "keywords": [ @@ -40,11 +40,10 @@ "async-some": "~1.0.1", "block-stream": "0.0.7", "char-spinner": "~1.0.1", - "child-process-close": "~0.1.1", "chmodr": "~0.1.0", "chownr": "0", "cmd-shim": "~2.0.1", - "columnify": "~1.4.1", + "columnify": "~1.5.1", "config-chain": "~1.1.8", "dezalgo": "~1.0.1", "editor": "~0.1.0", @@ -54,25 +53,25 @@ "fstream-npm": "~1.0.2", "github-url-from-git": "~1.4.0", "github-url-from-username-repo": "~1.0.2", - "glob": "~5.0.3", + "glob": "~5.0.5", "graceful-fs": "~3.0.6", - "hosted-git-info": "~1.5.3", + "hosted-git-info": "~2.1.2", "inflight": "~1.0.4", "inherits": "~2.0.1", "ini": "~1.3.3", - "init-package-json": "~1.3.2", + "init-package-json": "~1.4.0", "lockfile": "~1.0.0", - "lru-cache": "~2.5.0", + "lru-cache": "~2.5.2", "minimatch": "~2.0.4", "mkdirp": "~0.5.0", "node-gyp": "~1.0.3", "nopt": "~3.0.1", "normalize-git-url": "~1.0.0", - "normalize-package-data": "~1.0.3", + "normalize-package-data": "~2.0.0", "npm-cache-filename": "~1.0.1", "npm-install-checks": "~1.0.5", - "npm-package-arg": "~3.1.1", - "npm-registry-client": "~6.1.2", + "npm-package-arg": "~4.0.0", + "npm-registry-client": "~6.3.2", "npm-user-validate": "~0.1.1", "npmlog": "~1.2.0", "once": "~1.3.1", @@ -80,11 +79,11 @@ "osenv": "~0.1.0", "path-is-inside": "~1.0.0", "read": "~1.0.4", - "read-installed": "~3.1.5", - "read-package-json": "~1.3.3", + "read-installed": "~4.0.0", + "read-package-json": "~2.0.0", "readable-stream": "~1.0.33", - "realize-package-specifier": "~2.2.0", - "request": "~2.54.0", + "realize-package-specifier": "~3.0.0", + "request": "~2.55.0", "retry": "~0.6.1", "rimraf": "~2.3.2", "semver": "~4.3.3", @@ -92,7 +91,7 @@ "slide": "~1.1.6", "sorted-object": "~1.0.0", "strip-ansi": "~2.0.1", - "tar": "~2.0.0", + "tar": "~2.0.1", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0", @@ -110,7 +109,6 @@ "async-some", "block-stream", "char-spinner", - "child-process-close", "chmodr", "chownr", "cmd-shim", @@ -173,7 +171,7 @@ "devDependencies": { "marked": "~0.3.3", "marked-man": "~0.1.4", - "nock": "~1.4.0", + "nock": "~1.6.0", "npm-registry-couchapp": "~2.6.7", "npm-registry-mock": "~1.0.0", "require-inject": "~1.2.0", @@ -182,10 +180,10 @@ }, "scripts": { "test-legacy": "node ./test/run.js", - "test": "tap --timeout 120 test/tap/*.js", - "tap": "tap --timeout 120 test/tap/*.js", - "test-all": "node ./test/run.js && tap test/tap/*.js", - "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j8 doc", + "test": "tap --timeout 240 test/tap/*.js", + "tap": "tap --timeout 240 test/tap/*.js", + "test-all": "npm run test-legacy && npm test", + "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc", "dumpconf": "env | grep npm | sort | uniq" }, "license": "Artistic-2.0" |