Dragonfly Download Bin #198
20486
package-lock.json
generated
20486
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user