2014-10-08 19:44:14 -04:00
|
|
|
{
|
2014-10-28 10:13:15 -04:00
|
|
|
"name": "ci-node-query",
|
2015-11-20 09:14:09 -05:00
|
|
|
"version": "2.2.1",
|
2014-10-20 16:56:45 -04:00
|
|
|
"description": "A query builder for node based on the one in CodeIgniter",
|
|
|
|
"author": "Timothy J Warren <tim@timshomepage.net>",
|
2014-10-28 09:46:27 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2015-01-28 15:34:48 -05:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Timothy J Warren",
|
|
|
|
"email": "tim@timshomepage.net"
|
|
|
|
}
|
|
|
|
],
|
2014-10-20 16:56:45 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-10-28 09:46:27 -04:00
|
|
|
"url": "https://github.com/timw4mail/node-query.git"
|
2014-10-20 16:56:45 -04:00
|
|
|
},
|
2014-10-31 11:57:44 -04:00
|
|
|
"keywords": [
|
2014-11-03 11:12:27 -05:00
|
|
|
"codeigniter",
|
|
|
|
"mysql2",
|
2014-10-31 11:57:44 -04:00
|
|
|
"mysql",
|
|
|
|
"query builder",
|
|
|
|
"pg",
|
|
|
|
"postgres",
|
|
|
|
"sqlite",
|
2014-11-03 11:12:27 -05:00
|
|
|
"dblite",
|
2014-11-04 12:34:05 -05:00
|
|
|
"firebird",
|
|
|
|
"node-firebird"
|
2014-10-31 11:57:44 -04:00
|
|
|
],
|
2014-10-20 16:56:45 -04:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/timw4mail/node-query/issues"
|
|
|
|
},
|
|
|
|
"main": "lib/node-query.js",
|
|
|
|
"dependencies": {
|
2014-10-28 14:40:03 -04:00
|
|
|
"getargs": "",
|
2015-11-19 11:46:58 -05:00
|
|
|
"mysql": "^2.9.0",
|
|
|
|
"mysql2": "^0.15.8",
|
|
|
|
"node-firebird": "^0.7.0",
|
|
|
|
"pg": "^4.4.3"
|
2015-01-27 10:48:27 -05:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-11-19 11:46:58 -05:00
|
|
|
"dblite": "*",
|
|
|
|
"node-firebird": "*",
|
|
|
|
"pg": "*"
|
2014-10-20 16:56:45 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-11-20 09:14:09 -05:00
|
|
|
"documentation": "",
|
2015-11-19 14:17:01 -05:00
|
|
|
"nodeunit": "",
|
2015-11-20 09:14:09 -05:00
|
|
|
"gulp": "",
|
|
|
|
"gulp-documentation": "",
|
|
|
|
"gulp-istanbul": "",
|
|
|
|
"gulp-nodeunit-runner": "",
|
|
|
|
"jsdoc": "",
|
|
|
|
"istanbul": ""
|
2014-10-20 16:56:45 -04:00
|
|
|
},
|
2014-10-24 10:30:54 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt tests"
|
|
|
|
}
|
2014-10-20 16:56:45 -04:00
|
|
|
}
|