forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
62
electron/node_modules/unzipper/package.json
generated
vendored
Normal file
62
electron/node_modules/unzipper/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"name": "unzipper",
|
||||
"version": "0.12.5",
|
||||
"description": "Unzip cross-platform streaming API ",
|
||||
"author": "Ziggy Jonsson <ziggy.jonsson.nyc@gmail.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ziggy Jonsson",
|
||||
"email": "ziggy.jonsson.nyc@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Evan Oxfeld",
|
||||
"email": "eoxfeld@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Joe Ferner",
|
||||
"email": "joe.ferner@nearinfinity.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ZJONSSON/node-unzipper.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bluebird": "~3.7.2",
|
||||
"duplexer2": "~0.1.4",
|
||||
"fs-extra": "11.3.1",
|
||||
"graceful-fs": "^4.2.2",
|
||||
"node-int64": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.2.0",
|
||||
"aws-sdk": "^2.1636.0",
|
||||
"@aws-sdk/client-s3": "^3.0.0",
|
||||
"dirdiff": ">= 0.0.1 < 1",
|
||||
"eslint": "^9.2.0",
|
||||
"globals": "^15.2.0",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"request": "^2.88.0",
|
||||
"stream-buffers": ">= 0.2.5 < 1",
|
||||
"tap": "^16.3.10",
|
||||
"temp": ">= 0.4.0 < 1"
|
||||
},
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"keywords": [
|
||||
"zip",
|
||||
"unzip",
|
||||
"zlib",
|
||||
"uncompress",
|
||||
"archive",
|
||||
"stream",
|
||||
"extract"
|
||||
],
|
||||
"main": "unzip.js",
|
||||
"scripts": {
|
||||
"test": "npx tap test/*.js --coverage-report=html --lines=90 --functions=85 --statements=90 --branches=80 --reporter=dot"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue