{ "private": true, "name": "cartodb_sql_api", "description": "high speed SQL api for cartodb", "keywords": [ "cartodb" ], "version": "4.0.0", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git" }, "license": "BSD-3-Clause", "author": "Vizzuality (http://vizzuality.com)", "contributors": [ "Simon Tokumine ", "Sandro Santilli " ], "dependencies": { "@carto/fqdn-sync": "0.2.2", "basic-auth": "^2.0.0", "bintrees": "1.0.1", "bunyan": "1.8.1", "cartodb-psql": "0.14.0", "cartodb-query-tables": "^0.6.3", "cartodb-redis": "2.1.0", "debug": "^4.1.1", "express": "^4.16.4", "gc-stats": "1.2.1", "log4js": "cartodb/log4js-node#cdb", "lru-cache": "~2.5.0", "mkdirp": "0.5.1", "multer": "~1.2.0", "node-statsd": "~0.0.7", "node-uuid": "^1.4.7", "oauth-client": "0.3.0", "pg-copy-streams": "github:cartodb/node-pg-copy-streams#v2.x-carto", "qs": "~6.2.1", "queue-async": "~1.0.7", "redis-mpool": "0.7.0", "redlock": "2.0.1", "request": "^2.88.0", "step": "~0.0.5", "step-profiler": "~0.3.0", "topojson": "0.0.8", "underscore": "~1.6.0", "yargs": "~5.0.0" }, "devDependencies": { "istanbul": "0.4.5", "jshint": "^2.9.7", "libxmljs": "0.19.5", "mocha": "^5.2.0", "mockdate": "^2.0.2", "shapefile": "0.3.0", "sqlite3": "^4.0.6", "zipfile": "0.5.12" }, "scripts": { "test": "make test-all", "test:unit": "mocha test/unit/**/*.js --exit", "test:unit:watch": "npm run test:unit -- -w", "docker-test": "./docker-test.sh", "docker-bash": "./docker-bash.sh" }, "engines": { "node": "^10.15.1", "npm": "^6.4.1" } }