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.json32
1 files changed, 15 insertions, 17 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 2001ea150c..65759d5d33 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "3.9.5",
+ "version": "3.10.2",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -30,11 +30,12 @@
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
- "abbrev": "~1.0.7",
+ "abbrev": "~1.0.9",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
"aproba": "~1.0.3",
"archy": "~1.0.0",
+ "asap": "~2.0.4",
"chownr": "~1.0.1",
"cmd-shim": "~2.0.2",
"columnify": "~1.5.4",
@@ -43,9 +44,9 @@
"editor": "~1.0.0",
"fs-vacuum": "~1.2.9",
"fs-write-stream-atomic": "~1.0.8",
- "fstream": "~1.0.8",
+ "fstream": "~1.0.10",
"fstream-npm": "~1.1.0",
- "glob": "~7.0.3",
+ "glob": "~7.0.4",
"graceful-fs": "~4.1.4",
"has-unicode": "~2.0.0",
"hosted-git-info": "~2.1.5",
@@ -57,8 +58,6 @@
"lockfile": "~1.0.1",
"lodash._baseuniq": "~4.6.0",
"lodash.clonedeep": "~4.3.2",
- "lodash.isarray": "~4.0.0",
- "lodash.keys": "~4.0.7",
"lodash.union": "~4.4.0",
"lodash.uniq": "~4.3.0",
"lodash.without": "~4.2.0",
@@ -69,10 +68,10 @@
"normalize-package-data": "~2.3.5",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
- "npm-package-arg": "~4.1.1",
- "npm-registry-client": "~7.1.0",
- "npm-user-validate": "~0.1.2",
- "npmlog": "~2.0.3",
+ "npm-package-arg": "~4.2.0",
+ "npm-registry-client": "~7.1.2",
+ "npm-user-validate": "~0.1.4",
+ "npmlog": "~3.1.2",
"once": "~1.3.3",
"opener": "~1.4.1",
"osenv": "~0.1.3",
@@ -82,7 +81,7 @@
"read-installed": "~4.0.3",
"read-package-json": "~2.0.4",
"read-package-tree": "~5.1.4",
- "readable-stream": "~2.1.3",
+ "readable-stream": "~2.1.4",
"realize-package-specifier": "~3.0.3",
"request": "~2.72.0",
"retry": "~0.9.0",
@@ -99,8 +98,8 @@
"unique-filename": "~1.1.0",
"unpipe": "~1.0.0",
"validate-npm-package-name": "~2.2.2",
- "which": "~1.2.9",
- "wrappy": "~1.0.1",
+ "which": "~1.2.10",
+ "wrappy": "~1.0.2",
"write-file-atomic": "~1.1.4"
},
"bundleDependencies": [
@@ -110,6 +109,7 @@
"ansistyles",
"aproba",
"archy",
+ "asap",
"chownr",
"cmd-shim",
"columnify",
@@ -139,8 +139,6 @@
"lodash._createcache",
"lodash._getnative",
"lodash.clonedeep",
- "lodash.isarray",
- "lodash.keys",
"lodash.restparam",
"lodash.union",
"lodash.uniq",
@@ -194,11 +192,11 @@
"marked-man": "~0.1.5",
"npm-registry-couchapp": "~2.6.12",
"npm-registry-mock": "~1.0.1",
- "require-inject": "~1.3.1",
+ "require-inject": "~1.4.0",
"sprintf-js": "~1.0.3",
"standard": "~6.0.8",
"tacks": "~1.2.1",
- "tap": "~5.7.1"
+ "tap": "~5.7.2"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",