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

@ -1,61 +1,61 @@
{ {
"private": true, "private": true,
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "2.39.0", "version": "2.39.0",
"description": "A map tile server for CartoDB", "description": "A map tile server for CartoDB",
"keywords": [ "keywords": [
"cartodb" "cartodb"
], ],
"url": "https://github.com/CartoDB/Windshaft-cartodb", "url": "https://github.com/CartoDB/Windshaft-cartodb",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/CartoDB/Windshaft-cartodb.git" "url": "git://github.com/CartoDB/Windshaft-cartodb.git"
}, },
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)", "author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [ "contributors": [
"Simon Tokumine <simon@vizzuality.com>", "Simon Tokumine <simon@vizzuality.com>",
"Javi Santana <jsantana@vizzuality.com>", "Javi Santana <jsantana@vizzuality.com>",
"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", "camshaft": "0.6.0",
"debug": "~2.2.0", "cartodb-psql": "~0.6.1",
"step-profiler": "~0.3.0", "cartodb-query-tables": "~0.1.0",
"node-statsd": "~0.0.7", "cartodb-redis": "~0.13.0",
"underscore" : "~1.6.0", "debug": "~2.2.0",
"dot": "~1.0.2", "dot": "~1.0.2",
"windshaft": "1.19.0", "express": "~4.13.3",
"step": "~0.0.6", "fastly-purge": "~1.0.1",
"queue-async": "~1.0.7", "log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
"request": "~2.62.0", "lru-cache": "2.6.5",
"cartodb-redis": "~0.13.0", "lzma": "~1.3.7",
"cartodb-psql": "~0.6.1", "node-statsd": "~0.0.7",
"camshaft": "0.6.0", "queue-async": "~1.0.7",
"fastly-purge": "~1.0.1", "redis-mpool": "~0.4.0",
"redis-mpool": "~0.4.0", "request": "~2.62.0",
"lru-cache": "2.6.5", "step": "~0.0.6",
"lzma": "~1.3.7", "step-profiler": "~0.3.0",
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb", "turbo-carto": "0.7.1",
"cartodb-query-tables": "~0.1.0", "underscore": "~1.6.0",
"turbo-carto": "0.7.1" "windshaft": "1.19.0"
}, },
"devDependencies": { "devDependencies": {
"istanbul": "~0.3.6", "istanbul": "~0.3.6",
"mocha": "~1.21.4", "jshint": "~2.6.0",
"nock": "~2.11.0", "mocha": "~1.21.4",
"jshint": "~2.6.0", "nock": "~2.11.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",
"test": "make test-all" "test": "make test-all"
}, },
"engines": { "engines": {
"node": ">=0.8 <0.11", "node": ">=0.8 <0.11",
"npm": ">=2.14.16" "npm": ">=2.14.16"
} }
} }