summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-05-01 11:09:00 -0700
committerisaacs <i@izs.me>2014-05-01 11:09:00 -0700
commitf76c3938d0660378017bf276a72ea60e9adfe62c (patch)
treec2eedc352746051ce71d5ea91922d9a2139babef /deps/npm/package.json
parent1038959dbf70800545df319715e5d89dbd8ad8af (diff)
downloadnode-new-f76c3938d0660378017bf276a72ea60e9adfe62c.tar.gz
npm: upgrade to v1.4.8
* Check SHA before using files from cache * adduser: allow change of the saved password * Make `npm install` respect `config.unicode` * Fix lifecycle to pass `Infinity` for config env value * Don't return 0 exit code on invalid command * cache: Handle 404s and other HTTP errors as errors * bump tap dep, make tests stderr a bit quieter * Resolve ~ in path configs to env.HOME * Include npm version in default user-agent conf * npm init: Use ISC as default license, use save-prefix for deps * Many test and doc fixes
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 76b1f02fd8..a11bacef34 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.4.7",
+ "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.7",
"npm-user-validate": "0.0.3",
- "npmconf": "~0.1.14",
+ "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",
@@ -140,7 +140,7 @@
"devDependencies": {
"npm-registry-mock": "~0.6.3",
"ronn": "~0.3.6",
- "tap": "~0.4.0"
+ "tap": "~0.4.9"
},
"engines": {
"node": ">=0.8",