File tree Expand file tree Collapse file tree 2 files changed +39
-4
lines changed Expand file tree Collapse file tree 2 files changed +39
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " sql-parser" ,
3
+ "version" : " 1.0.0" ,
4
+ "authors" : [{
5
+ "name" : " Andy Kent" ,
6
+ "email" : " andy@forward.co.uk"
7
+ }],
8
+ "description" : " Lexer and Parser for SQL Syntax" ,
9
+ "main" : " browser/sql-parser.js" ,
10
+ "keywords" : [
11
+ " sql" ,
12
+ " lexer" ,
13
+ " parser" ,
14
+ " ast"
15
+ ],
16
+ "license" : " MIT" ,
17
+ "homepage" : " https://github.com/mistic100/sql-parser" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " git://github.com/mistic100/sql-parser.git"
21
+ },
22
+ "ignore" : [
23
+ " **/.*" ,
24
+ " node_modules" ,
25
+ " bower_components" ,
26
+ " src" ,
27
+ " test" ,
28
+ " package.json" ,
29
+ " Cakefile"
30
+ ]
31
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sql-parser" ,
3
3
"description" : " Lexer and Parser for SQL Syntax" ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"scripts" : {
6
6
"test" : " ./node_modules/.bin/cake build && ./node_modules/.bin/mocha --require should --compilers coffee:coffee-script/register"
7
7
},
12
12
"directories" : {
13
13
"lib" : " ./lib"
14
14
},
15
- "dependencies" : {
16
- },
15
+ "keywords" : [
16
+ " sql" ,
17
+ " lexer" ,
18
+ " parser" ,
19
+ " ast"
20
+ ],
17
21
"devDependencies" : {
18
22
"jison" : " 0.4.15" ,
19
23
"coffee-script" : " 1.8.0" ,
25
29
],
26
30
"repository" : {
27
31
"type" : " git" ,
28
- "url" : " http://github.com/forward /sql-parser.git"
32
+ "url" : " http://github.com/mistic100 /sql-parser.git"
29
33
}
30
34
}
You can’t perform that action at this time.
0 commit comments