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