Dragonfly Download Bin #198

Merged
Sirherobrine23 merged 3 commits from DragonflyDownload into main 2021-09-27 00:48:45 +00:00
3 changed files with 10248 additions and 10249 deletions
Showing only changes of commit a808369902 - Show all commits

1034
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,9 +44,14 @@
},
"homepage": "https://docs.bdsmaneger.com/Bds Maneger core",
"engines": {
"node": ">=15.6.0",
"npm": ">=7"
"node": ">=15.6.0"
},
"os": [
"linux",
"darwin",
"win32",
"android"
],
"dependencies": {
"@azure/storage-blob": "^12.6.0",
"adm-zip": "^0.5.1",

View File

@ -1,6 +1,4 @@
const child_process = require("child_process");
const fs = require("fs");
const os = require("os");
const path = require("path");
const { writeFileSync, existsSync, readFileSync, readdirSync, rmSync } = fs;
const { join, resolve } = path;