Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
quiz1 /
node_modules /
v8-to-istanbul /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
dr-xr-xr-x
node_modules
[ DIR ]
dr-xr-xr-x
CHANGELOG.md
14.99
KB
-rw-rw-rw-
LICENSE.txt
731
B
-rw-rw-rw-
README.md
2.26
KB
-rw-rw-rw-
index.d.ts
680
B
-rw-rw-rw-
index.js
197
B
-rw-rw-rw-
package.json
1.05
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "v8-to-istanbul", "version": "8.1.1", "description": "convert from v8 coverage format to istanbul's format", "main": "index.js", "types": "index.d.ts", "scripts": { "fix": "standard --fix", "snapshot": "TAP_SNAPSHOT=1 tap test/*.js", "test": "c8 --reporter=html --reporter=text tap --no-coverage test/*.js", "posttest": "standard", "coverage": "c8 report --check-coverage" }, "repository": "istanbuljs/v8-to-istanbul", "keywords": [ "istanbul", "v8", "coverage" ], "standard": { "ignore": [ "**/test/fixtures" ] }, "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^1.6.0", "source-map": "^0.7.3" }, "devDependencies": { "@types/node": "^16.0.0", "c8": "^7.2.1", "semver": "^7.3.2", "should": "13.2.3", "standard": "^16.0.4", "tap": "^15.1.6" }, "engines": { "node": ">=10.12.0" }, "files": [ "lib/*.js", "index.js", "index.d.ts" ] }
Close