2011-06-30 19:13:39 +08:00
|
|
|
{
|
2016-08-30 22:43:30 +08:00
|
|
|
"private": true,
|
|
|
|
"name": "cartodb_sql_api",
|
|
|
|
"description": "high speed SQL api for cartodb",
|
|
|
|
"keywords": [
|
|
|
|
"cartodb"
|
|
|
|
],
|
2019-11-13 20:16:32 +08:00
|
|
|
"version": "5.0.1",
|
2016-08-30 22:43:30 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
|
|
"contributors": [
|
|
|
|
"Simon Tokumine <simon@vizzuality.com>",
|
2019-10-01 22:11:18 +08:00
|
|
|
"Sandro Santilli <strk@vizzuality.com>",
|
|
|
|
"Daniel García Aubert <dgaubert@carto.com>"
|
2016-08-30 22:43:30 +08:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2018-06-08 20:40:44 +08:00
|
|
|
"@carto/fqdn-sync": "0.2.2",
|
2018-02-16 17:46:58 +08:00
|
|
|
"basic-auth": "^2.0.0",
|
2016-10-19 18:39:33 +08:00
|
|
|
"bintrees": "1.0.1",
|
2016-09-29 21:09:36 +08:00
|
|
|
"bunyan": "1.8.1",
|
2019-09-13 17:28:37 +08:00
|
|
|
"cartodb-psql": "0.14.0",
|
2019-10-21 22:20:52 +08:00
|
|
|
"cartodb-query-tables": "^0.7.0",
|
2018-11-22 01:43:05 +08:00
|
|
|
"cartodb-redis": "2.1.0",
|
2019-01-17 00:42:03 +08:00
|
|
|
"debug": "^4.1.1",
|
2019-01-16 22:32:56 +08:00
|
|
|
"express": "^4.16.4",
|
2019-01-04 02:09:01 +08:00
|
|
|
"gc-stats": "1.2.1",
|
2016-08-30 22:43:30 +08:00
|
|
|
"log4js": "cartodb/log4js-node#cdb",
|
|
|
|
"lru-cache": "~2.5.0",
|
2018-08-30 18:27:25 +08:00
|
|
|
"mkdirp": "0.5.1",
|
2018-07-05 18:34:33 +08:00
|
|
|
"multer": "~1.2.0",
|
2016-08-30 22:43:30 +08:00
|
|
|
"node-statsd": "~0.0.7",
|
|
|
|
"node-uuid": "^1.4.7",
|
|
|
|
"oauth-client": "0.3.0",
|
2019-05-24 23:30:26 +08:00
|
|
|
"pg-copy-streams": "github:cartodb/node-pg-copy-streams#v2.x-carto",
|
2016-10-05 20:22:44 +08:00
|
|
|
"qs": "~6.2.1",
|
2016-08-30 22:43:30 +08:00
|
|
|
"queue-async": "~1.0.7",
|
2018-11-22 01:43:05 +08:00
|
|
|
"redis-mpool": "0.7.0",
|
2016-10-11 01:51:11 +08:00
|
|
|
"redlock": "2.0.1",
|
2019-01-16 22:32:56 +08:00
|
|
|
"request": "^2.88.0",
|
2016-08-30 22:43:30 +08:00
|
|
|
"step": "~0.0.5",
|
|
|
|
"step-profiler": "~0.3.0",
|
|
|
|
"topojson": "0.0.8",
|
2016-09-15 06:36:24 +08:00
|
|
|
"underscore": "~1.6.0",
|
|
|
|
"yargs": "~5.0.0"
|
2016-08-30 22:43:30 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-24 01:18:18 +08:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-config-standard": "^14.1.0",
|
|
|
|
"eslint-plugin-import": "^2.19.1",
|
|
|
|
"eslint-plugin-node": "^10.0.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2018-11-08 01:03:35 +08:00
|
|
|
"libxmljs": "0.19.5",
|
2019-01-17 01:13:17 +08:00
|
|
|
"mocha": "^5.2.0",
|
2018-12-11 18:37:45 +08:00
|
|
|
"mockdate": "^2.0.2",
|
2019-12-27 20:26:02 +08:00
|
|
|
"nyc": "^15.0.0",
|
2016-12-19 23:25:59 +08:00
|
|
|
"shapefile": "0.3.0",
|
2019-04-03 00:07:53 +08:00
|
|
|
"sqlite3": "^4.0.6",
|
2019-01-17 00:37:26 +08:00
|
|
|
"zipfile": "0.5.12"
|
2016-08-30 22:43:30 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-12-24 01:18:18 +08:00
|
|
|
"lint:fix": "eslint --fix app.js \"lib/**/*.js\" \"test/**/*.js\"",
|
|
|
|
"lint": "eslint app.js \"lib/**/*.js\" \"test/**/*.js\"",
|
2019-12-27 20:09:05 +08:00
|
|
|
"pretest:setup": "npm run lint",
|
|
|
|
"test:setup": "NODE_ENV=test node test setup",
|
|
|
|
"pretest": "npm run test:setup",
|
|
|
|
"test": "NODE_ENV=test TZ='Europe/Rome' mocha -t 5000 --exit --recursive test/acceptance test/integration test/unit",
|
|
|
|
"posttest": "npm run test:teardown",
|
|
|
|
"test:teardown": "NODE_ENV=test node test teardown",
|
2019-12-27 20:26:02 +08:00
|
|
|
"cover": "nyc --reporter=lcov npm test",
|
2019-12-27 20:09:05 +08:00
|
|
|
"test:docker": "docker run -e \"NODEJS_VERSION=$NODE_VERSION\" -v `pwd`:/srv $DOCKER_IMAGE bash docker/scripts/test-setup.sh && docker ps --filter status=dead --filter status=exited -aq | xargs docker rm -v",
|
|
|
|
"docker:bash": "docker run -it -v `pwd`:/srv $DOCKER_IMAGE bash"
|
2016-08-30 22:43:30 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-02-22 02:00:57 +08:00
|
|
|
"node": "^10.15.1",
|
|
|
|
"npm": "^6.4.1"
|
2016-08-30 22:43:30 +08:00
|
|
|
}
|
2011-09-21 10:15:43 +08:00
|
|
|
}
|