File tree 3 files changed +2747
-1006
lines changed
3 files changed +2747
-1006
lines changed Original file line number Diff line number Diff line change 29
29
"homepage" : " https://github.com/sevensc/typescript-string-operations#readme" ,
30
30
"devDependencies" : {
31
31
"@types/chai" : " ^4.2.7" ,
32
- "@types/mocha" : " ^9.1.1" ,
33
- "@types/node" : " ^18.7.11" ,
34
- "@typescript-eslint/eslint-plugin" : " ^5.34.0" ,
35
- "@typescript-eslint/parser" : " ^5.34.0" ,
32
+ "@types/mocha" : " ^2.2.48" ,
36
33
"chai" : " ^4.2.0" ,
37
- "eslint" : " ^8.22.0" ,
38
- "mocha" : " ^10.0.0" ,
39
- "ts-node" : " ^10.9.1" ,
40
- "typescript" : " ^4.7.4" ,
41
- "uglify-js" : " ^3.17.0"
34
+ "gulp" : " ^4.0.2" ,
35
+ "gulp-rename" : " ^1.4.0" ,
36
+ "gulp-typescript" : " ^3.2.4" ,
37
+ "gulp-uglify" : " ^3.0.2" ,
38
+ "mocha" : " ^5.2.0" ,
39
+ "pump" : " ^2.0.1" ,
40
+ "ts-node" : " ^3.2.0" ,
41
+ "typescript" : " ^2.9.2"
42
42
},
43
43
"directories" : {
44
44
"test" : " tests"
45
45
},
46
46
"resolutions" : {
47
47
"natives" : " 1.1.3"
48
48
}
49
- }
49
+ }
Original file line number Diff line number Diff line change 5
5
"compilerOptions" : {
6
6
"noImplicitAny" : true ,
7
7
"removeComments" : true ,
8
- "target" : " es5 " ,
8
+ "target" : " esnext " ,
9
9
"module" : " commonjs" ,
10
10
"outDir" : " ./dist" ,
11
11
"skipLibCheck" : true
12
- }
12
+ }
13
13
}
You can’t perform that action at this time.
0 commit comments