UNPKG

safe-squel

Version:

(safe version) SQL query string builder

59 lines (58 loc) 1.43 kB
{ "name": "safe-squel", "description": "(safe version) SQL query string builder", "version": "5.12.5", "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)", "contributors": [ "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)", "Sergej Brjuchanov <serges@seznam.cz>" ], "dependencies": { "sql-escape-string": "^1.1.0" }, "devDependencies": { "babel-preset-env": "^1.6.0", "benchmark": "^2.1.4", "chai": "1.5.x", "coffee-script": "^1.10.0", "growl": "^1.10.5", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.0", "gulp-insert": "^0.5.0", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.5.3", "gulp-umd": "^0.2.0", "knex": "0.x", "load-grunt-tasks": "~0.1.0", "mocha": "1.9.x", "run-sequence": "^1.1.5", "sinon": "1.6.x", "time-grunt": "~0.1.1", "uglify-js": "1.3.x", "underscore": "1.4.x", "yargs": "^4.7.1" }, "keywords": [ "sql", "database", "rdbms" ], "main": "dist/squel.js", "types": "dist/squel.d.ts", "scripts": { "test": "gulp", "test-performance": "node performance/select.js", "build": "gulp", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/hiddentao/squel.git" }, "engines": { "node": ">= 0.12.0" } }