express4: fix shrinkwrap file

This completes move to express4
This commit is contained in:
Girish Ramakrishnan
2014-05-16 21:49:56 -07:00
parent 116e86d18b
commit 451b5d28bc
+120
View File
@@ -7,6 +7,36 @@
"from": "https://registry.npmjs.org/async/-/async-0.6.2.tgz",
"resolved": "https://registry.npmjs.org/async/-/async-0.6.2.tgz"
},
"body-parser": {
"version": "1.2.0",
"from": "body-parser@",
"dependencies": {
"bytes": {
"version": "1.0.0",
"from": "bytes@1.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz"
},
"type-is": {
"version": "1.2.0",
"from": "type-is@1.2.0",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.2.0.tgz"
},
"raw-body": {
"version": "1.1.4",
"from": "raw-body@1.1.4",
"dependencies": {
"bytes": {
"version": "0.3.0",
"from": "bytes@~0.3.0"
}
}
},
"qs": {
"version": "0.6.6",
"from": "qs@0.6.6"
}
}
},
"commander": {
"version": "2.2.0",
"from": "https://registry.npmjs.org/commander/-/commander-2.2.0.tgz",
@@ -17,6 +47,25 @@
"from": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz",
"resolved": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz"
},
"connect-timeout": {
"version": "1.1.0",
"from": "connect-timeout@"
},
"cookie-parser": {
"version": "1.1.0",
"from": "cookie-parser@",
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.1.0.tgz",
"dependencies": {
"cookie": {
"version": "0.1.2",
"from": "cookie@0.1.2"
},
"cookie-signature": {
"version": "1.0.3",
"from": "cookie-signature@1.0.3"
}
}
},
"debug": {
"version": "0.8.1",
"from": "https://registry.npmjs.org/debug/-/debug-0.8.1.tgz",
@@ -182,6 +231,33 @@
}
}
},
"express-session": {
"version": "1.1.0",
"from": "express-session@",
"resolved": "https://registry.npmjs.org/express-session/-/express-session-1.1.0.tgz",
"dependencies": {
"utils-merge": {
"version": "1.0.0",
"from": "utils-merge@1.0.0"
},
"cookie": {
"version": "0.1.2",
"from": "cookie@0.1.2"
},
"cookie-signature": {
"version": "1.0.3",
"from": "cookie-signature@1.0.3"
},
"uid2": {
"version": "0.0.3",
"from": "uid2@0.0.3"
},
"buffer-crc32": {
"version": "0.2.1",
"from": "buffer-crc32@0.2.1"
}
}
},
"js-yaml": {
"version": "3.0.2",
"from": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.2.tgz",
@@ -231,6 +307,39 @@
}
}
},
"multiparty": {
"version": "3.2.6",
"from": "multiparty@",
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-3.2.6.tgz",
"dependencies": {
"readable-stream": {
"version": "1.1.13-1",
"from": "readable-stream@~1.1.9",
"dependencies": {
"core-util-is": {
"version": "1.0.1",
"from": "core-util-is@~1.0.0"
},
"isarray": {
"version": "0.0.1",
"from": "isarray@0.0.1"
},
"string_decoder": {
"version": "0.10.25-1",
"from": "string_decoder@~0.10.x"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@~2.0.1"
}
}
},
"stream-counter": {
"version": "0.2.0",
"from": "stream-counter@~0.2.0"
}
}
},
"node-uuid": {
"version": "1.4.1",
"from": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz",
@@ -435,6 +544,17 @@
"from": "https://registry.npmjs.org/safetydance/-/safetydance-0.0.10.tgz",
"resolved": "https://registry.npmjs.org/safetydance/-/safetydance-0.0.10.tgz"
},
"serve-favicon": {
"version": "2.0.0",
"from": "serve-favicon@",
"resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.0.tgz",
"dependencies": {
"fresh": {
"version": "0.2.2",
"from": "fresh@0.2.2"
}
}
},
"superagent": {
"version": "0.17.0",
"from": "https://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz",