File tree Expand file tree Collapse file tree 1 file changed +48
-49
lines changed Expand file tree Collapse file tree 1 file changed +48
-49
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "name" : " alasql" ,
3
- "description" : " Alasql - JavaScript SQL database and data manipulation library" ,
4
- "version" : " 0.0.39" ,
5
- "author" :
" Andrey Gershun <[email protected] >" ,
6
- "directories" : {
7
- "example" : " examples" ,
8
- "test" : " test"
9
- },
10
- "devDependencies" : {
11
- },
12
- "engines" : [
13
- " node"
14
- ],
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " http://github.com/agershun/alasql.git"
18
- },
19
- "bugs" : {
20
- "url" : " https://github.com/agershun/alasql/issues"
21
- },
22
- "homepage" : " https://github.com/agershun/alasql" ,
23
- "main" : " alasql.js" ,
24
- "scripts" : {
25
- "test" : " cd test && mocha ."
26
- },
27
- "keywords" : [
28
- " sql" ,
29
- " nosql" ,
30
- " alasql" ,
31
- " javascript" ,
32
- " parser" ,
33
- " database" ,
34
- " DBMS" ,
35
- " data" ,
36
- " query" ,
37
- " localStorage" ,
38
- " IndexedDB" ,
39
- " DOM-storage" ,
40
- " SQLite" ,
41
- " JSON" ,
42
- " Excel" ,
43
- " XLSX" ,
44
- " XLS" ,
45
- " CSV" ,
46
- " worker"
47
- ],
48
- "license" : " MIT"
49
- }
1
+ {
2
+ "name" : " alasql" ,
3
+ "description" : " Alasql - JavaScript SQL database and data manipulation library" ,
4
+ "version" : " 0.0.40" ,
5
+ "author" :
" Andrey Gershun <[email protected] >" ,
6
+ "directories" : {
7
+ "example" : " examples" ,
8
+ "test" : " test"
9
+ },
10
+ "devDependencies" : {},
11
+ "engines" : [
12
+ " node"
13
+ ],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " http://github.com/agershun/alasql.git"
17
+ },
18
+ "bugs" : {
19
+ "url" : " https://github.com/agershun/alasql/issues"
20
+ },
21
+ "homepage" : " https://github.com/agershun/alasql" ,
22
+ "main" : " alasql.js" ,
23
+ "scripts" : {
24
+ "test" : " cd test && mocha ."
25
+ },
26
+ "keywords" : [
27
+ " sql" ,
28
+ " nosql" ,
29
+ " alasql" ,
30
+ " javascript" ,
31
+ " parser" ,
32
+ " database" ,
33
+ " DBMS" ,
34
+ " data" ,
35
+ " query" ,
36
+ " localStorage" ,
37
+ " IndexedDB" ,
38
+ " DOM-storage" ,
39
+ " SQLite" ,
40
+ " JSON" ,
41
+ " Excel" ,
42
+ " XLSX" ,
43
+ " XLS" ,
44
+ " CSV" ,
45
+ " worker"
46
+ ],
47
+ "license" : " MIT"
48
+ }
You can’t perform that action at this time.
0 commit comments