21 lines
570 B
JSON
21 lines
570 B
JSON
{
|
|
"name": "dt-sql-parser",
|
|
"version": "1.1.2",
|
|
"description": "sql,hive,parser ",
|
|
"keywords":["hive","hql","sql","parser"],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:parse": "pegjs -o core/astParser.js peg/nquery.pegjs ",
|
|
"build:filter": "pegjs -o core/comment.js peg/comment.pegjs ",
|
|
"build:syntax": "sh ./jison/hue-sql-syntax.sh "
|
|
},
|
|
"author": "xiaokang",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"node-query": "^0.3.3",
|
|
"pegjs": "^0.10.0"
|
|
},
|
|
"git repository":"https://github.com/HSunboy/dt-sql-parser",
|
|
"dependencies": {}
|
|
}
|