🗑 Added linux 7zip binary to node-7zip-forall forked

This commit is contained in:
2022-03-30 09:01:00 -07:00
parent cb7d0a835b
commit a9296fa975
3 changed files with 8 additions and 30 deletions

25
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"mongoose": "^5.12.7", "mongoose": "^5.12.7",
"mongoose-paginate-v2": "^1.3.18", "mongoose-paginate-v2": "^1.3.18",
"nats": "^1.3.2", "nats": "^1.3.2",
"node-7z-forall": "^2.1.5", "node-7z-forall": "github:rishighan/node-7z-forall",
"node-calibre": "^2.1.1", "node-calibre": "^2.1.1",
"node-unrar-js": "^1.0.5", "node-unrar-js": "^1.0.5",
"sharp": "^0.30.3", "sharp": "^0.30.3",
@@ -55,7 +55,6 @@
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"7zip-bin": "^5.1.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.20.2",
"eslint-plugin-prefer-arrow": "^1.2.2", "eslint-plugin-prefer-arrow": "^1.2.2",
@@ -2142,12 +2141,6 @@
"url": "https://opencollective.com/typescript-eslint" "url": "https://opencollective.com/typescript-eslint"
} }
}, },
"node_modules/7zip-bin": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz",
"integrity": "sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==",
"dev": true
},
"node_modules/abab": { "node_modules/abab": {
"version": "2.0.5", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
@@ -9365,10 +9358,9 @@
}, },
"node_modules/node-7z-forall": { "node_modules/node-7z-forall": {
"version": "2.1.5", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/node-7z-forall/-/node-7z-forall-2.1.5.tgz", "resolved": "git+ssh://git@github.com/rishighan/node-7z-forall.git#43e7db0ad72439262b59aff4d887ea6fbaeb0352",
"integrity": "sha512-rn5voRDiSMPTIwnCW89lJpnJ2KdMeHSQU/Yraq7WMyVAqSwfJ9FirJhNIO5HVnUBPAh5VI+L76T6T8KjvnNaoQ==",
"deprecated": "use node-7z-archive",
"hasInstallScript": true, "hasInstallScript": true,
"license": "ISC",
"dependencies": { "dependencies": {
"all-unpacker": "^0.1.14", "all-unpacker": "^0.1.14",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
@@ -16762,12 +16754,6 @@
"eslint-visitor-keys": "^2.0.0" "eslint-visitor-keys": "^2.0.0"
} }
}, },
"7zip-bin": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz",
"integrity": "sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==",
"dev": true
},
"abab": { "abab": {
"version": "2.0.5", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
@@ -22164,9 +22150,8 @@
"dev": true "dev": true
}, },
"node-7z-forall": { "node-7z-forall": {
"version": "2.1.5", "version": "git+ssh://git@github.com/rishighan/node-7z-forall.git#43e7db0ad72439262b59aff4d887ea6fbaeb0352",
"resolved": "https://registry.npmjs.org/node-7z-forall/-/node-7z-forall-2.1.5.tgz", "from": "node-7z-forall@github:rishighan/node-7z-forall",
"integrity": "sha512-rn5voRDiSMPTIwnCW89lJpnJ2KdMeHSQU/Yraq7WMyVAqSwfJ9FirJhNIO5HVnUBPAh5VI+L76T6T8KjvnNaoQ==",
"requires": { "requires": {
"all-unpacker": "^0.1.14", "all-unpacker": "^0.1.14",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",

View File

@@ -23,7 +23,6 @@
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"7zip-bin": "^5.1.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.20.2",
"eslint-plugin-prefer-arrow": "^1.2.2", "eslint-plugin-prefer-arrow": "^1.2.2",
@@ -70,7 +69,7 @@
"mongoose": "^5.12.7", "mongoose": "^5.12.7",
"mongoose-paginate-v2": "^1.3.18", "mongoose-paginate-v2": "^1.3.18",
"nats": "^1.3.2", "nats": "^1.3.2",
"node-7z-forall": "^2.1.5", "node-7z-forall": "github:rishighan/node-7z-forall",
"node-calibre": "^2.1.1", "node-calibre": "^2.1.1",
"node-unrar-js": "^1.0.5", "node-unrar-js": "^1.0.5",
"sharp": "^0.30.3", "sharp": "^0.30.3",

View File

@@ -1088,11 +1088,6 @@
"@typescript-eslint/types" "4.33.0" "@typescript-eslint/types" "4.33.0"
"eslint-visitor-keys" "^2.0.0" "eslint-visitor-keys" "^2.0.0"
"7zip-bin@^5.1.1":
"integrity" "sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ=="
"resolved" "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz"
"version" "5.1.1"
"abab@^2.0.0", "abab@^2.0.3", "abab@^2.0.5": "abab@^2.0.0", "abab@^2.0.3", "abab@^2.0.5":
"integrity" "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" "integrity" "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
"resolved" "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz" "resolved" "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz"
@@ -5145,9 +5140,8 @@
"resolved" "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz" "resolved" "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz"
"version" "1.0.0" "version" "1.0.0"
"node-7z-forall@^2.1.5": "node-7z-forall@github:rishighan/node-7z-forall":
"integrity" "sha512-rn5voRDiSMPTIwnCW89lJpnJ2KdMeHSQU/Yraq7WMyVAqSwfJ9FirJhNIO5HVnUBPAh5VI+L76T6T8KjvnNaoQ==" "resolved" "git+ssh://git@github.com/rishighan/node-7z-forall.git#43e7db0ad72439262b59aff4d887ea6fbaeb0352"
"resolved" "https://registry.npmjs.org/node-7z-forall/-/node-7z-forall-2.1.5.tgz"
"version" "2.1.5" "version" "2.1.5"
dependencies: dependencies:
"all-unpacker" "^0.1.14" "all-unpacker" "^0.1.14"