summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json51
1 files changed, 29 insertions, 22 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index ba61cdda81..c09e538aa5 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "5.0.3",
+ "version": "5.3.0",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -28,17 +28,20 @@
"man": "./man"
},
"main": "./lib/npm.js",
- "bin": "./bin/npm-cli.js",
+ "bin": {
+ "npm": "./bin/npm-cli.js",
+ "npx": "./bin/npx-cli.js"
+ },
"dependencies": {
"JSONStream": "~1.3.1",
"abbrev": "~1.1.0",
- "ansi-regex": "~2.1.1",
+ "ansi-regex": "~3.0.0",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
"aproba": "~1.1.2",
"archy": "~1.0.0",
"bluebird": "~3.5.0",
- "cacache": "~9.2.8",
+ "cacache": "~9.2.9",
"call-limit": "~1.1.0",
"chownr": "~1.0.1",
"cmd-shim": "~2.0.2",
@@ -54,65 +57,67 @@
"glob": "~7.1.2",
"graceful-fs": "~4.1.11",
"has-unicode": "~2.0.1",
- "hosted-git-info": "~2.4.2",
+ "hosted-git-info": "~2.5.0",
"iferr": "~0.1.5",
"inflight": "~1.0.6",
"inherits": "~2.0.3",
"ini": "~1.3.4",
"init-package-json": "~1.10.1",
"lazy-property": "~1.0.0",
+ "libnpx": "~9.2.0",
"lockfile": "~1.0.3",
"lodash._baseuniq": "~4.6.0",
"lodash.clonedeep": "~4.5.0",
"lodash.union": "~4.6.0",
"lodash.uniq": "~4.5.0",
"lodash.without": "~4.4.0",
- "lru-cache": "~4.0.2",
+ "lru-cache": "~4.1.1",
"mississippi": "~1.3.0",
"mkdirp": "~0.5.1",
"move-concurrently": "~1.0.1",
"node-gyp": "~3.6.2",
"nopt": "~4.0.1",
- "normalize-package-data": "~2.3.8",
+ "normalize-package-data": "~2.4.0",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
- "npm-package-arg": "~5.1.1",
- "npm-registry-client": "~8.3.0",
+ "npm-package-arg": "~5.1.2",
+ "npm-registry-client": "~8.4.0",
"npm-user-validate": "~1.0.0",
- "npmlog": "~4.1.0",
+ "npmlog": "~4.1.2",
"once": "~1.4.0",
"opener": "~1.4.3",
"osenv": "~0.1.4",
- "pacote": "~2.7.30",
+ "pacote": "~2.7.38",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"read": "~1.0.7",
"read-cmd-shim": "~1.0.1",
"read-installed": "~4.0.3",
- "read-package-json": "~2.0.5",
+ "read-package-json": "~2.0.10",
"read-package-tree": "~5.1.6",
- "readable-stream": "~2.2.10",
+ "readable-stream": "~2.3.3",
"request": "~2.81.0",
"retry": "~0.10.1",
"rimraf": "~2.6.1",
- "safe-buffer": "~5.1.0",
+ "safe-buffer": "~5.1.1",
"semver": "~5.3.0",
"sha": "~2.0.1",
"slide": "~1.1.6",
"sorted-object": "~2.0.1",
"sorted-union-stream": "~2.1.3",
- "ssri": "~4.1.5",
- "strip-ansi": "~3.0.1",
+ "ssri": "~4.1.6",
+ "strip-ansi": "~4.0.0",
"tar": "~2.2.1",
"text-table": "~0.2.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",
"unique-filename": "~1.1.0",
"unpipe": "~1.0.0",
- "update-notifier": "~2.1.0",
- "uuid": "~3.0.1",
+ "update-notifier": "~2.2.0",
+ "uuid": "~3.1.0",
"validate-npm-package-name": "~3.0.0",
"which": "~1.2.14",
+ "worker-farm": "~1.4.1",
"wrappy": "~1.0.2",
"write-file-atomic": "~2.1.0"
},
@@ -211,7 +216,9 @@
"which",
"wrappy",
"write-file-atomic",
- "safe-buffer"
+ "safe-buffer",
+ "worker-farm",
+ "libnpx"
],
"devDependencies": {
"deep-equal": "~1.0.1",
@@ -219,11 +226,11 @@
"marked-man": "~0.2.1",
"npm-registry-couchapp": "~2.6.13",
"npm-registry-mock": "~1.1.0",
- "require-inject": "~1.4.0",
- "sprintf-js": "~1.0.3",
+ "require-inject": "~1.4.2",
+ "sprintf-js": "~1.1.1",
"standard": "~6.0.8",
"tacks": "~1.2.6",
- "tap": "~10.3.2"
+ "tap": "~10.7.0"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",