publish npm
This commit is contained in:
parent
e4ee8218e4
commit
59f1bed99e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
/test/
|
||||
package-lock.json
|
||||
.DS_Store
|
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "dt-sql-parser",
|
||||
"version": "1.0.0",
|
||||
"description": "sql parser",
|
||||
"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:filter": "pegjs -o core/comment.js peg/comment.pegjs ",
|
||||
"build:syntax": "sh ./jison/hue-sql-syntax.sh "
|
||||
},
|
||||
"author": "xiaokang",
|
||||
"license": "ISC",
|
||||
@ -13,5 +15,6 @@
|
||||
"node-query": "^0.3.3",
|
||||
"pegjs": "^0.10.0"
|
||||
},
|
||||
"git repository":"https://github.com/HSunboy/dt-sql-parser",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user