File tree Expand file tree Collapse file tree 1 file changed +28
-33
lines changed Expand file tree Collapse file tree 1 file changed +28
-33
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Nathan Woltman <nwoltman@outlook.com>" ,
6
6
"license" : " MIT" ,
7
7
"main" : " lib/MySQLPlus.js" ,
8
+ "files" : [
9
+ " lib"
10
+ ],
8
11
"engines" : {
9
12
"node" : " >=6"
10
13
},
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " https://github.com/nwoltman/node-mysql-plus.git"
14
- },
15
- "bugs" : {
16
- "url" : " https://github.com/nwoltman/node-mysql-plus/issues"
17
- },
14
+ "repository" : " github:nwoltman/node-mysql-plus" ,
18
15
"homepage" : " https://github.com/nwoltman/node-mysql-plus#readme" ,
16
+ "bugs" : " https://github.com/nwoltman/node-mysql-plus/issues" ,
17
+ "keywords" : [
18
+ " mysql" ,
19
+ " plus" ,
20
+ " database" ,
21
+ " auto" ,
22
+ " automatic" ,
23
+ " migration" ,
24
+ " schema" ,
25
+ " table" ,
26
+ " define" ,
27
+ " sql" ,
28
+ " query"
29
+ ],
19
30
"dependencies" : {
20
31
"mysql" : " ^2.17.1"
21
32
},
22
33
"devDependencies" : {
23
- "@nwoltman/eslint-config" : " ~0.2.0 " ,
24
- "coveralls" : " ^3.0.3 " ,
34
+ "@nwoltman/eslint-config" : " ~0.5.1 " ,
35
+ "coveralls" : " ^3.0.7 " ,
25
36
"es6-callback-manager" : " ^2.0.1" ,
26
- "eslint" : " ^5.16 .0" ,
37
+ "eslint" : " ^6.6 .0" ,
27
38
"grunt" : " ^1.0.4" ,
28
- "grunt-env" : " ^0.4.4 " ,
29
- "grunt-eslint" : " ^21 .0.0" ,
30
- "grunt-jsdoc-to-markdown" : " ^4 .0.0" ,
39
+ "grunt-env" : " ^1.0.1 " ,
40
+ "grunt-eslint" : " ^22 .0.0" ,
41
+ "grunt-jsdoc-to-markdown" : " ^5 .0.0" ,
31
42
"grunt-mocha-istanbul" : " ^5.0.2" ,
32
43
"grunt-mocha-test" : " ^0.13.3" ,
33
44
"istanbul" : " ^0.4.5" ,
34
45
"jit-grunt" : " ^0.10.0" ,
35
- "mocha" : " ^6.1.4 " ,
36
- "semver" : " ^6.0 .0" ,
46
+ "mocha" : " ^6.2.2 " ,
47
+ "semver" : " ^6.3 .0" ,
37
48
"should" : " ~13.2.3" ,
38
49
"should-sinon" : " 0.0.6" ,
39
- "sinon" : " ~7.3.2 "
50
+ "sinon" : " ~7.5.0 "
40
51
},
41
52
"scripts" : {
42
53
"test" : " grunt"
43
- },
44
- "files" : [
45
- " lib"
46
- ],
47
- "keywords" : [
48
- " mysql" ,
49
- " plus" ,
50
- " database" ,
51
- " auto" ,
52
- " automatic" ,
53
- " migration" ,
54
- " schema" ,
55
- " table" ,
56
- " define" ,
57
- " sql" ,
58
- " query"
59
- ]
54
+ }
60
55
}
You can’t perform that action at this time.
0 commit comments