diff options
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 64 |
1 files changed, 38 insertions, 26 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index f371e5789d..761c8c814e 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.1.6", "name": "npm", "description": "A package manager for node", "keywords": [ @@ -35,7 +35,7 @@ "ansi": "~0.3.0", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", - "archy": "0", + "archy": "~1.0.0", "async-some": "~1.0.1", "block-stream": "0.0.7", "char-spinner": "~1.0.1", @@ -44,49 +44,56 @@ "chownr": "0", "cmd-shim": "~2.0.1", "columnify": "~1.2.1", + "config-chain": "~1.1.8", + "dezalgo": "~1.0.1", "editor": "~0.1.0", "fs-vacuum": "~1.2.1", + "fs-write-stream-atomic": "~1.0.2", "fstream": "~1.0.2", - "fstream-npm": "~1.0.0", + "fstream-npm": "~1.0.1", "github-url-from-git": "~1.4.0", "github-url-from-username-repo": "~1.0.2", - "glob": "~4.0.5", - "graceful-fs": "~3.0.0", - "inflight": "~1.0.1", - "ini": "~1.2.0", - "init-package-json": "~1.0.0", + "glob": "~4.0.6", + "graceful-fs": "~3.0.4", + "inflight": "~1.0.4", + "inherits": "~2.0.1", + "ini": "~1.3.0", + "init-package-json": "~1.1.1", "lockfile": "~1.0.0", "lru-cache": "~2.5.0", "minimatch": "~1.0.0", "mkdirp": "~0.5.0", "node-gyp": "~1.0.1", "nopt": "~3.0.1", - "normalize-package-data": "~1.0.1", + "normalize-package-data": "~1.0.3", "npm-cache-filename": "~1.0.1", "npm-install-checks": "~1.0.2", - "npm-package-arg": "~2.1.2", - "npm-registry-client": "~3.2.1", - "npm-user-validate": "~0.1.0", - "npmconf": "~2.0.8", + "npm-package-arg": "~2.1.3", + "npm-registry-client": "~3.2.4", + "npm-user-validate": "~0.1.1", "npmlog": "~0.1.1", - "once": "~1.3.0", - "opener": "~1.3.0", + "once": "~1.3.1", + "opener": "~1.4.0", "osenv": "~0.1.0", "path-is-inside": "~1.0.0", "read": "~1.0.4", "read-installed": "~3.1.2", "read-package-json": "~1.2.7", - "request": "~2.42.0", - "retry": "~0.6.0", + "readable-stream": "~1.0.32", + "realize-package-specifier": "~1.2.0", + "request": "~2.46.0", + "retry": "~0.6.1", "rimraf": "~2.2.8", - "semver": "~4.0.0", - "sha": "~1.2.1", + "semver": "~4.1.0", + "sha": "~1.3.0", "slide": "~1.1.6", "sorted-object": "~1.0.0", "tar": "~1.0.1", "text-table": "~0.2.0", "uid-number": "0.0.5", - "which": "1" + "which": "1", + "wrappy": "~1.0.1", + "write-file-atomic": "~1.1.0" }, "bundleDependencies": [ "abbrev", @@ -102,9 +109,11 @@ "chownr", "cmd-shim", "columnify", + "config-chain", "dezalgo", "editor", "fs-vacuum", + "fs-write-stream-atomic", "fstream", "fstream-npm", "github-url-from-git", @@ -127,7 +136,6 @@ "npm-package-arg", "npm-registry-client", "npm-user-validate", - "npmconf", "npmlog", "once", "opener", @@ -136,6 +144,8 @@ "read", "read-installed", "read-package-json", + "readable-stream", + "realize-package-specifier", "request", "retry", "rimraf", @@ -146,15 +156,17 @@ "tar", "text-table", "uid-number", - "which" + "which", + "wrappy", + "write-file-atomic" ], "devDependencies": { "marked": "~0.3.2", - "marked-man": "~0.1.3", - "nock": "~0.34.1", - "npm-registry-couchapp": "~2.5.3", + "marked-man": "~0.1.4", + "nock": "~0.48.1", + "npm-registry-couchapp": "~2.6.2", "npm-registry-mock": "~0.6.3", - "require-inject": "~1.0.0", + "require-inject": "~1.1.0", "tap": "~0.4.12" }, "scripts": { |