Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
greenpreneurs /
node_modules /
mysql2 /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
typings
[ DIR ]
drwxr-xr-x
License
1.09
KB
-rw-r--r--
README.md
11.2
KB
-rw-r--r--
index.d.ts
5.79
KB
-rw-r--r--
index.js
2.08
KB
-rw-r--r--
package.json
2.73
KB
-rw-r--r--
promise.d.ts
5.04
KB
-rw-r--r--
promise.js
14.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "mysql2", "version": "3.0.0", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": { "example": "examples" }, "typings": "typings/mysql/index", "scripts": { "lint": "npm run lint:docs && npm run lint:code", "lint:code": "eslint index.js promise.js \"lib/**/*.js\" \"test/**/*.js\" \"benchmarks/**/*.js\"", "lint:docs": "eslint Contributing.md \"documentation/**/*.md\" \"examples/*.js\"", "test": "node ./test/run.js", "coverage-test": "c8 -r cobertura -r lcov -r text node ./test/run.js", "benchmark": "node ./benchmarks/benchmark.js", "prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"", "prettier:docs": "prettier --single-quote --trailing-comma none --write README.md documentation/*", "precommit": "lint-staged", "eslint-check": "eslint --print-config .eslintrc | eslint-config-prettier-check", "wait-port": "wait-on", "type-test": "node ./node_modules/typescript/bin/tsc -p tests.json && mocha typings/test --timeout 10000" }, "lint-staged": { "*.js": [ "prettier --single-quote --trailing-comma none --write", "git add" ] }, "repository": { "type": "git", "url": "https://github.com/sidorares/node-mysql2" }, "keywords": [ "mysql", "client", "server" ], "files": [ "lib", "typings/mysql", "index.js", "index.d.ts", "promise.js", "promise.d.ts" ], "exports": { ".": "./index.js", "./promise": "./promise.js", "./promise.js": "./promise.js" }, "engines": { "node": ">= 8.0" }, "author": "Andrey Sidorov <sidorares@yandex.ru>", "license": "MIT", "dependencies": { "denque": "^2.1.0", "eslint-config-prettier": "^8.5.0", "generate-function": "^2.3.1", "iconv-lite": "^0.6.3", "long": "^5.2.1", "lru-cache": "^7.14.1", "named-placeholders": "^1.1.3", "seq-queue": "^0.0.5", "sqlstring": "^2.3.2" }, "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.0", "@types/node": "^18.7.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "assert-diff": "^3.0.2", "benchmark": "^2.1.4", "c8": "^7.10.0", "chai": "^4.3.7", "error-stack-parser": "^2.0.3", "eslint": "^8.27.0", "eslint-plugin-async-await": "0.0.0", "eslint-plugin-markdown": "^3.0.0", "husky": "^8.0.2", "is-async-supported": "^1.2.0", "lint-staged": "^13.0.3", "mocha": "^10.0.0", "portfinder": "^1.0.28", "prettier": "^2.4.1", "progress": "^2.0.3", "typescript": "^4.4.3", "urun": "0.0.8", "utest": "0.0.8" } }
Close