File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
"author" :
" Danny Lin <[email protected] >" ,
8
8
"license" : " MIT" ,
9
9
"dependencies" : {
10
- "@zip.js/zip.js" : " ^2.7.6"
10
+ "@zip.js/zip.js" : " ^2.7.6" ,
11
+ "pako" : " ^2.1.0"
11
12
},
12
13
"devDependencies" : {
13
14
"@rollup/plugin-node-resolve" : " ^15.0.2" ,
22
23
"typescript" : " ^5.0.4"
23
24
},
24
25
"scripts" : {
25
- "build" : " rollup -c && cp node_modules/@zip.js/zip.js/dist/z-worker-pako.js dist/vendor"
26
+ "build" : " rollup -c && cp node_modules/{ @zip.js/zip.js/dist/z-worker-pako.js,pako/dist/pako_inflate.min.js} dist/vendor"
26
27
},
27
28
"files" : [
28
29
" dist/fastboot.*"
Original file line number Diff line number Diff line change @@ -684,6 +684,11 @@ p-locate@^5.0.0:
684
684
dependencies :
685
685
p-limit "^3.0.2"
686
686
687
+ pako@^2.1.0 :
688
+ version "2.1.0"
689
+ resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
690
+ integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==
691
+
687
692
parent-module@^1.0.0 :
688
693
version "1.0.1"
689
694
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
You can’t perform that action at this time.
0 commit comments