FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
js-sql-parser/package.json at master · cgb-lowcode/js-sql-parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cgb-lowcode
/
js-sql-parser
Public
forked from
JavaScriptor/js-sql-parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
js-sql-parser
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.14 KB
Breadcrumbs
js-sql-parser
/
package.json
Copy path
File metadata and controls
38 lines (38 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name"
:
"
js-sql-parser
"
,
"version"
:
"
1.4.1
"
,
"description"
:
"
"
,
"main"
:
"
./dist/parser/sqlParser.js
"
,
"scripts"
: {
"build"
:
"
jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat
"
,
"build-concat"
:
"
minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js
"
,
"test"
:
"
npm run build && npm run test:build
"
,
"test:all"
:
"
mocha --require babel-register
"
,
"test:build"
:
"
mocha --require babel-register test/*.test.js
"
,
"test:benchmark"
:
"
mocha --require babel-register test/benchmark.js
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/JavaScriptor/js-sql-parser.git
"
},
"keywords"
: [
"
js
"
,
"
sql-parser
"
],
"author"
:
"
albin zeng
"
,
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/JavaScriptor/js-sql-parser/issues
"
},
"homepage"
:
"
https://github.com/JavaScriptor/js-sql-parser#readme
"
,
"devDependencies"
: {
"babel-preset-es2015"
:
"
^6.22.0
"
,
"babel-register"
:
"
^6.22.0
"
,
"benchmark"
:
"
^2.1.3
"
,
"concat"
:
"
^1.0.3
"
,
"debug"
:
"
^3.1.0
"
,
"jison"
:
"
^0.4.17
"
,
"minicat"
:
"
^1.0.0
"
,
"mocha"
:
"
^3.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL