Reformat package.json with npm cli tool

This commit is contained in:
Raul Ochoa 2016-05-05 16:05:46 +02:00
parent eba8db292c
commit b7d7cffb67
2 changed files with 63 additions and 63 deletions

8
npm-shrinkwrap.json generated
View File

@ -34,7 +34,7 @@
}, },
"statuses": { "statuses": {
"version": "1.2.1", "version": "1.2.1",
"from": "statuses@>=1.0.0 <2.0.0", "from": "statuses@>=1.2.1 <1.3.0",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz" "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
} }
} }
@ -73,7 +73,7 @@
}, },
"unpipe": { "unpipe": {
"version": "1.0.0", "version": "1.0.0",
"from": "unpipe@>=1.0.0 <1.1.0", "from": "unpipe@1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
} }
} }
@ -667,7 +667,7 @@
"dependencies": { "dependencies": {
"unpipe": { "unpipe": {
"version": "1.0.0", "version": "1.0.0",
"from": "unpipe@>=1.0.0 <1.1.0", "from": "unpipe@1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
} }
} }
@ -995,7 +995,7 @@
"dependencies": { "dependencies": {
"async": { "async": {
"version": "1.5.2", "version": "1.5.2",
"from": "async@>=1.5.2 <2.0.0", "from": "async@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz" "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
} }
} }

View File

@ -19,36 +19,36 @@
"Sandro Santilli <strk@vizzuality.com>" "Sandro Santilli <strk@vizzuality.com>"
], ],
"dependencies": { "dependencies": {
"express": "~4.13.3",
"body-parser": "~1.14.0", "body-parser": "~1.14.0",
"debug": "~2.2.0",
"step-profiler": "~0.3.0",
"node-statsd": "~0.0.7",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "1.19.0",
"step": "~0.0.6",
"queue-async": "~1.0.7",
"request": "~2.62.0",
"cartodb-redis": "~0.13.0",
"cartodb-psql": "~0.6.1",
"camshaft": "0.6.0", "camshaft": "0.6.0",
"cartodb-psql": "~0.6.1",
"cartodb-query-tables": "~0.1.0",
"cartodb-redis": "~0.13.0",
"debug": "~2.2.0",
"dot": "~1.0.2",
"express": "~4.13.3",
"fastly-purge": "~1.0.1", "fastly-purge": "~1.0.1",
"redis-mpool": "~0.4.0", "log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
"lru-cache": "2.6.5", "lru-cache": "2.6.5",
"lzma": "~1.3.7", "lzma": "~1.3.7",
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb", "node-statsd": "~0.0.7",
"cartodb-query-tables": "~0.1.0", "queue-async": "~1.0.7",
"turbo-carto": "0.7.1" "redis-mpool": "~0.4.0",
"request": "~2.62.0",
"step": "~0.0.6",
"step-profiler": "~0.3.0",
"turbo-carto": "0.7.1",
"underscore": "~1.6.0",
"windshaft": "1.19.0"
}, },
"devDependencies": { "devDependencies": {
"istanbul": "~0.3.6", "istanbul": "~0.3.6",
"jshint": "~2.6.0",
"mocha": "~1.21.4", "mocha": "~1.21.4",
"nock": "~2.11.0", "nock": "~2.11.0",
"jshint": "~2.6.0",
"redis": "~0.8.6", "redis": "~0.8.6",
"strftime": "~0.8.2", "semver": "~1.1.4",
"semver": "~1.1.4" "strftime": "~0.8.2"
}, },
"scripts": { "scripts": {
"preinstall": "make pre-install", "preinstall": "make pre-install",