forked from alibaba/nquery
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 716 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 716 Bytes
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
{
"author": "windyrobin (https://github.com/windyrobin)",
"maintainers": [
"fish <zhengxinlin@gmail.com> (https://github.com/fishbar)"
],
"name": "node-sqlparser",
"description": "a sql parser for node.js",
"version": "1.0.4",
"repository": {
"url": "git://github.com/alibaba/nquery.git"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {
"pegjs": "0.10.0",
"mocha": ">=1.0.0",
"should": ">=1.2.0"
},
"readmeFilename": "README.md",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"sql parser",
"sql ast",
"custom sql"
],
"license": "GPL-2.0"
}