Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
ast-types /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
def
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
gen
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
lib
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
node_modules
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
LICENSE
1.05
KB
-rw-r--r--
2025-04-08 13:05
README.md
16.43
KB
-rw-r--r--
2025-04-08 13:05
fork.d.ts
1.96
KB
-rw-r--r--
2025-04-08 13:05
fork.js
1.77
KB
-rw-r--r--
2025-04-08 13:05
main.d.ts
1.87
KB
-rw-r--r--
2025-04-08 13:05
main.js
3.01
KB
-rw-r--r--
2025-04-08 13:05
package.json
1.58
KB
-rw-r--r--
2025-04-08 13:05
tsconfig.json
427
B
-rw-r--r--
2025-04-08 13:05
types.d.ts
220
B
-rw-r--r--
2025-04-08 13:05
types.js
77
B
-rw-r--r--
2025-04-08 13:05
Save
Rename
{ "author": "Ben Newman <bn@cs.stanford.edu>", "name": "ast-types", "version": "0.13.4", "description": "Esprima-compatible implementation of the Mozilla JS Parser API", "keywords": [ "ast", "abstract syntax tree", "hierarchy", "mozilla", "spidermonkey", "parser api", "esprima", "types", "type system", "type checking", "dynamic types", "parsing", "transformation", "syntax" ], "homepage": "http://github.com/benjamn/ast-types", "repository": { "type": "git", "url": "git://github.com/benjamn/ast-types.git" }, "license": "MIT", "main": "main.js", "types": "main.d.ts", "scripts": { "gen": "ts-node --transpile-only script/gen-types.ts", "mocha": "test/run.sh", "test": "npm run gen && npm run build && npm run mocha", "clean": "ts-emit-clean", "build": "tsc && ts-add-module-exports", "prepack": "npm run clean && npm run gen && npm run build", "postpack": "npm run clean" }, "dependencies": { "tslib": "^2.0.1" }, "devDependencies": { "@babel/parser": "7.7.7", "@babel/types": "7.4.4", "@types/esprima": "4.0.2", "@types/glob": "7.1.1", "@types/mocha": "5.2.6", "@types/node": "12.0.0", "espree": "7.3.0", "esprima": "4.0.1", "esprima-fb": "15001.1001.0-dev-harmony-fb", "flow-parser": "0.132.0", "glob": "7.1.6", "mocha": "6.1.4", "recast": "0.20.0", "reify": "0.20.12", "ts-add-module-exports": "1.0.0", "ts-emit-clean": "1.0.0", "ts-node": "7.0.1", "typescript": "3.9.7" }, "engines": { "node": ">=4" } }