File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 14
14
"watch" : " mocha --watch" ,
15
15
"build.web" : " browserify ./lib/vcd-web.js | terser --compress -o demo/vcd-web.min.js" ,
16
16
"watch.web" : " watchify ./lib/vcd-web.js -o demo/vcd-web.min.js -v" ,
17
+ "watch.test2" : " watchify ./lib/test2.js -o ./v2/main.js -v" ,
18
+ "watch.vcd-worker" : " watchify ./lib/vcd-worker.js -o ./v2/vcd-worker.js -v" ,
17
19
"install" : " node bin/build.js" ,
18
20
"prepare" : " node bin/build.js"
19
21
},
41
43
"homepage" : " https://github.com/wavedrom/vcd#readme" ,
42
44
"dependencies" : {
43
45
"bindings" : " ^1.5.0" ,
44
- "dot-prop" : " ^6 .0.1 " ,
46
+ "dot-prop" : " ^9 .0.0 " ,
45
47
"llparse" : " ^7.1.1"
46
48
},
47
49
"devDependencies" : {
48
- "@drom/eslint-config" : " ^0.12.0" ,
49
- "browserify" : " ^17.0.0" ,
50
- "chai" : " ^4.4.1" ,
51
- "eslint" : " ^8.13.0" ,
50
+ "@drom/eslint-config" : " 0.12.0" ,
51
+ "browserify" : " ^17.0.1" ,
52
+ "chai" : " 5.1.2" ,
53
+ "chokidar" : " 4.0.3" ,
54
+ "commander" : " ^13.0.0" ,
55
+ "eslint" : " ^8.57.1" ,
52
56
"fs-extra" : " ^11.2.0" ,
53
57
"http-server" : " ^14.1.0" ,
54
58
"llparse-dot" : " ^1.0.1" ,
55
- "mocha" : " ^9.2 .1" ,
56
- "node-gyp" : " ^10 .0.0" ,
57
- "nyc" : " ^15 .1.0" ,
59
+ "mocha" : " ^11.0 .1" ,
60
+ "node-gyp" : " ^11 .0.0" ,
61
+ "nyc" : " ^17 .1.0" ,
58
62
"terser" : " ^5.27.0" ,
59
63
"watchify" : " ^4.0.0"
60
64
},
You can’t perform that action at this time.
0 commit comments