lava-oushudb-dt-sql-parser/package.json

21 lines
570 B
JSON
Raw Normal View History

2018-07-02 18:01:01 +08:00
{
"name": "dt-sql-parser",
2018-08-28 11:35:18 +08:00
"version": "1.1.1",
2018-08-16 19:47:06 +08:00
"description": "sql,hive,parser ",
"keywords":["hive","hql","sql","parser"],
2018-07-02 18:01:01 +08:00
"main": "index.js",
2018-07-03 11:33:53 +08:00
"scripts": {
"build:parse": "pegjs -o core/astParser.js peg/nquery.pegjs ",
2018-08-16 19:47:06 +08:00
"build:filter": "pegjs -o core/comment.js peg/comment.pegjs ",
"build:syntax": "sh ./jison/hue-sql-syntax.sh "
2018-07-03 11:33:53 +08:00
},
2018-07-02 18:01:01 +08:00
"author": "xiaokang",
"license": "ISC",
2018-07-03 11:33:53 +08:00
"devDependencies": {
"node-query": "^0.3.3",
"pegjs": "^0.10.0"
2018-07-03 11:33:53 +08:00
},
2018-08-16 19:47:06 +08:00
"git repository":"https://github.com/HSunboy/dt-sql-parser",
2018-07-03 11:33:53 +08:00
"dependencies": {}
2018-07-02 18:01:01 +08:00
}