diff options
Diffstat (limited to 'deps/npm/package.json')
| -rw-r--r-- | deps/npm/package.json | 168 |
1 files changed, 85 insertions, 83 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index 2820020c9..6e5004af7 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.3", + "version": "1.4.6", "name": "npm", "publishConfig": { "proprietary-attribs": false @@ -34,111 +34,113 @@ "main": "./lib/npm.js", "bin": "./bin/npm-cli.js", "dependencies": { - "semver": "~2.2.1", - "ini": "~1.1.0", - "slide": "~1.1.5", "abbrev": "~1.0.4", - "graceful-fs": "^2.0.2", - "minimatch": "~0.2.14", - "nopt": "^2.2.0", - "rimraf": "~2.2.5", - "request": "~2.30.0", - "which": "1", - "tar": "~0.1.19", - "fstream": "~0.1.25", - "block-stream": "0.0.7", - "mkdirp": "~0.3.5", - "read": "~1.0.4", - "lru-cache": "~2.5.0", - "node-gyp": "~0.12.2", - "fstream-npm": "~0.1.6", - "uid-number": "0", - "archy": "0", - "chownr": "0", - "npmlog": "0.0.6", "ansi": "~0.2.1", - "npm-registry-client": "^0.4.4", - "read-package-json": "~1.1.7", - "read-installed": "~1.0.0", - "glob": "3.2.7", - "init-package-json": "0.0.14", - "osenv": "0", - "lockfile": "~0.4.0", - "retry": "~0.6.0", - "once": "~1.3.0", - "npmconf": "~0.1.12", - "opener": "~1.3.0", + "ansicolors": "~0.3.2", + "ansistyles": "~0.1.3", + "archy": "0", + "block-stream": "0.0.7", + "child-process-close": "~0.1.1", "chmodr": "~0.1.0", + "chownr": "0", "cmd-shim": "~1.1.1", - "sha": "~1.2.1", + "columnify": "0.1.2", "editor": "0.0.5", - "child-process-close": "~0.1.1", - "npm-user-validate": "0.0.3", + "fstream": "~0.1.25", + "fstream-npm": "~0.1.6", "github-url-from-git": "1.1.1", "github-url-from-username-repo": "0.0.2", - "text-table": "~0.2.0", - "ansicolors": "~0.3.2", - "ansistyles": "~0.1.3", + "glob": "~3.2.9", + "graceful-fs": "~2.0.2", + "ini": "~1.1.0", + "init-package-json": "0.0.15", + "lockfile": "~0.4.0", + "lru-cache": "~2.5.0", + "minimatch": "~0.2.14", + "mkdirp": "~0.3.5", + "node-gyp": "~0.13.0", + "nopt": "~2.2.0", + "npm-install-checks": "~1.0.0", + "npm-registry-client": "~0.4.5", + "npm-user-validate": "0.0.3", + "npmconf": "~0.1.13", + "npmlog": "0.0.6", + "once": "~1.3.0", + "opener": "~1.3.0", + "osenv": "0", "path-is-inside": "~1.0.0", - "columnify": "0.1.2", - "npm-install-checks": "~1.0.0" + "read": "~1.0.4", + "read-installed": "~2.0.1", + "read-package-json": "~1.1.8", + "request": "~2.30.0", + "retry": "~0.6.0", + "rimraf": "~2.2.5", + "semver": "~2.2.1", + "sha": "~1.2.1", + "slide": "~1.1.5", + "sorted-object": "~1.0.0", + "tar": "~0.1.19", + "text-table": "~0.2.0", + "uid-number": "0.0.5", + "which": "1" }, "bundleDependencies": [ - "semver", - "ini", - "slide", "abbrev", - "graceful-fs", - "minimatch", - "nopt", - "rimraf", - "request", - "which", - "tar", - "fstream", - "block-stream", - "inherits", - "mkdirp", - "read", - "lru-cache", - "node-gyp", - "fstream-npm", - "uid-number", + "ansi", + "ansicolors", + "ansistyles", "archy", + "block-stream", + "child-process-close", + "chmodr", "chownr", - "npmlog", - "ansi", - "npm-registry-client", - "read-package-json", - "read-installed", + "cmd-shim", + "columnify", + "editor", + "fstream", + "fstream-npm", + "github-url-from-git", + "github-url-from-username-repo", "glob", + "graceful-fs", + "inherits", + "ini", "init-package-json", - "osenv", "lockfile", - "retry", - "once", + "lru-cache", + "minimatch", + "mkdirp", + "node-gyp", + "nopt", + "normalize-package-data", + "npm-install-checks", + "npm-registry-client", + "npm-user-validate", "npmconf", + "npmlog", + "once", "opener", - "chmodr", - "cmd-shim", + "osenv", + "path-is-inside", + "read", + "read-installed", + "read-package-json", + "request", + "retry", + "rimraf", + "semver", "sha", - "child-process-close", - "editor", - "npm-user-validate", - "github-url-from-git", - "github-url-from-username-repo", - "normalize-package-data", + "slide", + "sorted-object", + "tar", "text-table", - "ansicolors", - "ansistyles", - "path-is-inside", - "columnify", - "npm-install-checks" + "uid-number", + "which" ], "devDependencies": { + "npm-registry-mock": "~0.5", "ronn": "~0.3.6", - "tap": "~0.4.0", - "npm-registry-mock": "~0.5.8" + "tap": "~0.4.0" }, "engines": { "node": ">=0.8", |
