Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json25
1 files changed, 13 insertions, 12 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index f66c064c03b..a1b8de6a65c 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.11.3",
+ "version": "2.12.1",
"name": "npm",
"description": "a package manager for JavaScript",
"keywords": [
@@ -44,12 +44,12 @@
"cmd-shim": "~2.0.1",
"columnify": "~1.5.1",
"config-chain": "~1.1.9",
- "dezalgo": "~1.0.2",
+ "dezalgo": "~1.0.3",
"editor": "~1.0.0",
"fs-vacuum": "~1.2.6",
"fs-write-stream-atomic": "~1.0.3",
- "fstream": "~1.0.6",
- "fstream-npm": "~1.0.2",
+ "fstream": "~1.0.7",
+ "fstream-npm": "~1.0.3",
"github-url-from-git": "~1.4.0",
"github-url-from-username-repo": "~1.0.2",
"glob": "~5.0.10",
@@ -58,15 +58,15 @@
"inflight": "~1.0.4",
"inherits": "~2.0.1",
"ini": "~1.3.4",
- "init-package-json": "~1.6.0",
+ "init-package-json": "~1.7.0",
"lockfile": "~1.0.1",
"lru-cache": "~2.6.4",
"minimatch": "~2.0.8",
"mkdirp": "~0.5.1",
"node-gyp": "~2.0.1",
- "nopt": "~3.0.2",
- "normalize-git-url": "~1.0.1",
- "normalize-package-data": "~2.2.1",
+ "nopt": "~3.0.3",
+ "normalize-git-url": "~2.0.0",
+ "normalize-package-data": "~2.3.0",
"npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.5",
"npm-package-arg": "~4.0.1",
@@ -78,11 +78,11 @@
"osenv": "~0.1.2",
"path-is-inside": "~1.0.0",
"read": "~1.0.6",
- "read-installed": "~4.0.0",
+ "read-installed": "~4.0.1",
"read-package-json": "~2.0.0",
"readable-stream": "~1.1.13",
"realize-package-specifier": "~3.0.1",
- "request": "~2.57.0",
+ "request": "~2.58.0",
"retry": "~0.6.1",
"rimraf": "~2.4.0",
"semver": "~4.3.6",
@@ -166,6 +166,7 @@
"text-table",
"uid-number",
"umask",
+ "validate-npm-package-license",
"validate-npm-package-name",
"which",
"wrappy",
@@ -175,12 +176,12 @@
"deep-equal": "~1.0.0",
"marked": "~0.3.3",
"marked-man": "~0.1.4",
- "nock": "~2.5.0",
+ "nock": "~2.6.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.2.0"
+ "tap": "~1.3.1"
},
"scripts": {
"test-legacy": "node ./test/run.js",