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.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 6e5004af72c..a11bacef348 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.4.6",
+ "version": "1.4.8",
"name": "npm",
"publishConfig": {
"proprietary-attribs": false
@@ -49,21 +49,21 @@
"fstream": "~0.1.25",
"fstream-npm": "~0.1.6",
"github-url-from-git": "1.1.1",
- "github-url-from-username-repo": "0.0.2",
+ "github-url-from-username-repo": "~0.1.0",
"glob": "~3.2.9",
"graceful-fs": "~2.0.2",
"ini": "~1.1.0",
- "init-package-json": "0.0.15",
+ "init-package-json": "0.0.16",
"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",
+ "nopt": "~2.2.1",
"npm-install-checks": "~1.0.0",
- "npm-registry-client": "~0.4.5",
+ "npm-registry-client": "~0.4.7",
"npm-user-validate": "0.0.3",
- "npmconf": "~0.1.13",
+ "npmconf": "~0.1.15",
"npmlog": "0.0.6",
"once": "~1.3.0",
"opener": "~1.3.0",
@@ -71,7 +71,7 @@
"path-is-inside": "~1.0.0",
"read": "~1.0.4",
"read-installed": "~2.0.1",
- "read-package-json": "~1.1.8",
+ "read-package-json": "~1.1.9",
"request": "~2.30.0",
"retry": "~0.6.0",
"rimraf": "~2.2.5",
@@ -138,20 +138,21 @@
"which"
],
"devDependencies": {
- "npm-registry-mock": "~0.5",
+ "npm-registry-mock": "~0.6.3",
"ronn": "~0.3.6",
- "tap": "~0.4.0"
+ "tap": "~0.4.9"
},
"engines": {
"node": ">=0.8",
"npm": "1"
},
"scripts": {
- "test": "node ./test/run.js && tap test/tap/*.js",
- "tap": "tap test/tap/*.js",
+ "test-legacy": "node ./test/run.js",
+ "test": "tap --timeout 120 test/tap/*.js",
+ "tap": "tap --timeout 120 test/tap/*.js",
+ "test-all": "node ./test/run.js && tap test/tap/*.js",
"prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j32 doc",
- "dumpconf": "env | grep npm | sort | uniq",
- "echo": "node bin/npm-cli.js"
+ "dumpconf": "env | grep npm | sort | uniq"
},
"license": "Artistic-2.0"
}