summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-15 10:00:30 -0700
committerisaacs <i@izs.me>2012-06-15 10:00:30 -0700
commit911b0fddd3483ac58c3a5cec17f4f1b0e533521a (patch)
tree23fdfe46b166bdcb6ebc3e040a14f9c3faf9c441 /deps/npm/package.json
parent1e0ce5d1bdf364bf6eca821635e3ae8e65807667 (diff)
downloadnode-new-911b0fddd3483ac58c3a5cec17f4f1b0e533521a.tar.gz
Upgrade npm to 1.1.26
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 61476b0417..b21d9b2b03 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.1.25",
+ "version": "1.1.26",
"name": "npm",
"publishConfig": {
"proprietary-attribs": false
@@ -52,15 +52,18 @@
"inherits": "1",
"mkdirp": "~0.3.3",
"read": "0",
- "lru-cache": "1",
- "node-gyp": "~0.4.5",
+ "lru-cache": "~1.1.0",
+ "node-gyp": "~0.5",
"fstream-npm": "0.1",
"uid-number": "0",
"archy": "0",
"chownr": "0",
"npmlog": "0",
"ansi": "~0.1.2",
- "npm-registry-client": "0"
+ "npm-registry-client": "0",
+ "read-package-json": "0",
+ "read-installed": "0",
+ "glob": "~3.1.9"
},
"bundleDependencies": [
"slide",
@@ -89,7 +92,10 @@
"chownr",
"npmlog",
"ansi",
- "npm-registry-client"
+ "npm-registry-client",
+ "read-package-json",
+ "read-installed",
+ "glob"
],
"devDependencies": {
"ronn": "https://github.com/isaacs/ronnjs/tarball/master"