fix: Remove node-stream-zip (because we are using unzipper)

This commit is contained in:
Lucàs
2024-10-09 17:12:33 +02:00
parent 137202214f
commit b35c40420c
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -15,7 +15,6 @@
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fast-csv": "^5.0.1",
"node-stream-zip": "^1.15.0",
"tar-stream": "^3.1.7",
"unzipper": "^0.12.3"
},
@@ -1063,19 +1062,6 @@
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
"license": "MIT"
},
"node_modules/node-stream-zip": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
"integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
"license": "MIT",
"engines": {
"node": ">=0.12.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/antelle"
}
},
"node_modules/object-inspect": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
-1
View File
@@ -21,7 +21,6 @@
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fast-csv": "^5.0.1",
"node-stream-zip": "^1.15.0",
"tar-stream": "^3.1.7",
"unzipper": "^0.12.3"
},