diff options
author | Rebecca Turner <me@re-becca.org> | 2015-10-09 23:13:57 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-10-22 13:56:09 -0400 |
commit | 41923c0c0795cfa6c465821387fca88fe8811367 (patch) | |
tree | 853587bc888fde98f714d72050edceb4785145de /deps/npm/package.json | |
parent | 9b8886446dd183cee26adf9c603f8e1cd5da74bd (diff) | |
download | node-new-41923c0c0795cfa6c465821387fca88fe8811367.tar.gz |
deps: upgrade npm to 3.3.6
PR-URL: https://github.com/nodejs/node/pull/3310
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index 6d2f755d38..274a9f0cb8 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,11 +1,11 @@ { - "version": "2.14.7", + "version": "3.3.6", "name": "npm", "description": "a package manager for JavaScript", "keywords": [ - "package manager", - "modules", "install", + "modules", + "package manager", "package.json" ], "preferGlobal": true, @@ -22,23 +22,20 @@ "url": "http://github.com/npm/npm/issues" }, "directories": { + "bin": "./bin", "doc": "./doc", - "man": "./man", "lib": "./lib", - "bin": "./bin" + "man": "./man" }, "main": "./lib/npm.js", "bin": "./bin/npm-cli.js", "dependencies": { "abbrev": "~1.0.7", - "ansi": "~0.3.0", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", + "aproba": "~1.0.1", "archy": "~1.0.0", "async-some": "~1.0.2", - "block-stream": "0.0.8", - "char-spinner": "~1.0.1", - "chmodr": "~1.0.1", "chownr": "~1.0.1", "cmd-shim": "~2.0.1", "columnify": "~1.5.2", @@ -49,25 +46,27 @@ "fs-write-stream-atomic": "~1.0.4", "fstream": "~1.0.8", "fstream-npm": "~1.0.5", - "github-url-from-git": "~1.4.0", - "github-url-from-username-repo": "~1.0.2", "glob": "~5.0.15", "graceful-fs": "~4.1.2", + "has-unicode": "~1.0.0", "hosted-git-info": "~2.1.4", + "iferr": "~0.1.5", "inflight": "~1.0.4", "inherits": "~2.0.1", "ini": "~1.3.4", "init-package-json": "~1.9.1", "lockfile": "~1.0.1", - "lru-cache": "~2.7.0", - "minimatch": "~2.0.10", + "lodash.clonedeep": "~3.0.2", + "lodash.union": "~3.1.0", + "lodash.uniq": "~3.2.2", + "lodash.without": "~3.2.1", "mkdirp": "~0.5.1", "node-gyp": "~3.0.3", "nopt": "~3.0.4", "normalize-git-url": "~3.0.1", "normalize-package-data": "~2.3.4", "npm-cache-filename": "~1.0.2", - "npm-install-checks": "~1.0.6", + "npm-install-checks": "~2.0.1", "npm-package-arg": "~4.0.2", "npm-registry-client": "~7.0.7", "npm-user-validate": "~0.1.2", @@ -75,25 +74,25 @@ "once": "~1.3.2", "opener": "~1.4.1", "osenv": "~0.1.3", - "path-is-inside": "~1.0.0", + "path-is-inside": "~1.0.1", "read": "~1.0.7", + "read-cmd-shim": "~1.0.1", "read-installed": "~4.0.3", "read-package-json": "~2.0.1", - "readable-stream": "~1.1.13", + "read-package-tree": "~5.1.2", "realize-package-specifier": "~3.0.1", - "request": "~2.64.0", "retry": "~0.8.0", "rimraf": "~2.4.3", "semver": "~5.0.3", "sha": "~2.0.1", "slide": "~1.1.6", "sorted-object": "~1.0.0", - "spdx": "~0.4.1", "tar": "~2.2.1", "text-table": "~0.2.0", "uid-number": "0.0.6", "umask": "~1.1.0", - "validate-npm-package-license": "~3.0.1", + "unique-filename": "~1.0.0", + "unpipe": "~1.0.0", "validate-npm-package-name": "~2.2.2", "which": "~1.1.2", "wrappy": "~1.0.1", @@ -101,14 +100,11 @@ }, "bundleDependencies": [ "abbrev", - "ansi", "ansicolors", "ansistyles", + "aproba", "archy", "async-some", - "block-stream", - "char-spinner", - "chmodr", "chownr", "cmd-shim", "columnify", @@ -119,18 +115,20 @@ "fs-write-stream-atomic", "fstream", "fstream-npm", - "github-url-from-git", - "github-url-from-username-repo", "glob", "graceful-fs", + "has-unicode", "hosted-git-info", + "iferr", "inflight", "inherits", "ini", "init-package-json", "lockfile", - "lru-cache", - "minimatch", + "lodash.clonedeep", + "lodash.union", + "lodash.uniq", + "lodash.without", "mkdirp", "node-gyp", "nopt", @@ -147,23 +145,23 @@ "osenv", "path-is-inside", "read", + "read-cmd-shim", "read-installed", "read-package-json", - "readable-stream", + "read-package-tree", "realize-package-specifier", - "request", "retry", "rimraf", "semver", "sha", "slide", "sorted-object", - "spdx", "tar", "text-table", "uid-number", "umask", - "validate-npm-package-license", + "unique-filename", + "unpipe", "validate-npm-package-name", "which", "wrappy", @@ -171,22 +169,23 @@ ], "devDependencies": { "deep-equal": "~1.0.1", - "marked": "~0.3.3", + "estraverse": "~4.1.0", + "marked": "~0.3.5", "marked-man": "~0.1.5", "nock": "~2.13.0", - "npm-registry-couchapp": "~2.6.7", - "npm-registry-mock": "~1.0.0", - "require-inject": "~1.2.0", - "sprintf-js": "~1.0.2", - "tap": "~1.4.1" + "npm-registry-couchapp": "~2.6.11", + "npm-registry-mock": "~1.0.1", + "require-inject": "~1.2.1", + "standard": "~4.5.4", + "tap": "~2.0.0" }, "scripts": { "dumpconf": "env | grep npm | sort | uniq", - "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc", + "prepublish": "bash scripts/installable.sh && node bin/npm-cli.js 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", "tap": "tap --timeout 240", - "test": "npm run test-tap", - "test-all": "npm run test-legacy && npm run test-tap", + "test": "standard && npm run test-tap", + "test-all": "standard && npm run test-legacy && npm run test-tap", "test-legacy": "node ./test/run.js", "test-tap": "npm run tap -- \"test/tap/*.js\"" }, |