Add queue-async dependency

This commit is contained in:
Raul Ochoa 2015-01-30 15:26:27 +01:00
parent 7a22973258
commit 5573dfda84
2 changed files with 6 additions and 5 deletions

10
npm-shrinkwrap.json generated
View File

@ -113,6 +113,11 @@
"from": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"resolved": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0"
},
"queue-async": {
"version": "1.0.7",
"from": "queue-async@~1.0.7",
"resolved": "https://registry.npmjs.org/queue-async/-/queue-async-1.0.7.tgz"
},
"redis-mpool": {
"version": "0.3.0",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
@ -187,11 +192,6 @@
"from": "chronograph@git://github.com/CartoDB/chronographjs.git#0.1.0",
"resolved": "git://github.com/CartoDB/chronographjs.git#0b8c35eee510cfa14a16be24d70533b38ecc1d2d"
},
"queue-async": {
"version": "1.0.7",
"from": "queue-async@~1.0.7",
"resolved": "https://registry.npmjs.org/queue-async/-/queue-async-1.0.7.tgz"
},
"grainstore": {
"version": "0.22.1",
"from": "https://github.com/CartoDB/grainstore/tarball/0.22.1",

View File

@ -27,6 +27,7 @@
"dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/before-layergroup-step",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",