Install 7z-wasm

This commit is contained in:
Sam Carlton 2022-07-18 19:51:01 -05:00
parent d1cbfd476a
commit 61fab2e062
2 changed files with 37 additions and 0 deletions

36
package-lock.json generated
View file

@ -16,6 +16,7 @@
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@supercharge/promise-pool": "^2.1.0",
"@zip.js/zip.js": "^2.5.25",
"7z-wasm": "^1.0.0-beta.5",
"astro": "^1.0.0-beta.27",
"axios": "^0.21.0",
"buffer": "^6.0.3",
@ -2096,6 +2097,20 @@
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.5.25.tgz",
"integrity": "sha512-u5Uh4rSJs8+CtbqAegBCeFTCMA9jIgJn6hbA6J0BunGGGPxivjJQq2mWXc36hM9cYIqceUaRo6mD8RijdDehDA=="
},
"node_modules/7z-wasm": {
"version": "1.0.0-beta.5",
"resolved": "https://registry.npmjs.org/7z-wasm/-/7z-wasm-1.0.0-beta.5.tgz",
"integrity": "sha512-D+E7iVpWhq7MYLv5sQKoJq1tkiQ1ZWSBx2x8evd1qe9UEAekOuu/xndQD4YMI6jWz8sFJ8QqWzSTVeELelv5Kg==",
"dependencies": {
"readline-sync": "^1.4.10"
},
"bin": {
"7z-wasm": "bin/cli"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/abab": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
@ -15637,6 +15652,14 @@
"node": ">=8.10.0"
}
},
"node_modules/readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/recast": {
"version": "0.20.5",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz",
@ -21360,6 +21383,14 @@
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.5.25.tgz",
"integrity": "sha512-u5Uh4rSJs8+CtbqAegBCeFTCMA9jIgJn6hbA6J0BunGGGPxivjJQq2mWXc36hM9cYIqceUaRo6mD8RijdDehDA=="
},
"7z-wasm": {
"version": "1.0.0-beta.5",
"resolved": "https://registry.npmjs.org/7z-wasm/-/7z-wasm-1.0.0-beta.5.tgz",
"integrity": "sha512-D+E7iVpWhq7MYLv5sQKoJq1tkiQ1ZWSBx2x8evd1qe9UEAekOuu/xndQD4YMI6jWz8sFJ8QqWzSTVeELelv5Kg==",
"requires": {
"readline-sync": "^1.4.10"
}
},
"abab": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
@ -31200,6 +31231,11 @@
"picomatch": "^2.2.1"
}
},
"readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw=="
},
"recast": {
"version": "0.20.5",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz",