Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.15.22.202
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
escalade /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
sync
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.d.ts
224
B
-rw-rw-r--
2022-08-30 11:49
license
1.08
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.13
KB
-rw-rw-r--
2022-08-30 11:49
readme.md
6.75
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "escalade", "version": "3.1.1", "repository": "lukeed/escalade", "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", "module": "dist/index.mjs", "main": "dist/index.js", "types": "index.d.ts", "license": "MIT", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "exports": { ".": [ { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/index.js" ], "./sync": [ { "import": "./sync/index.mjs", "require": "./sync/index.js" }, "./sync/index.js" ] }, "files": [ "*.d.ts", "dist", "sync" ], "modes": { "sync": "src/sync.js", "default": "src/async.js" }, "engines": { "node": ">=6" }, "scripts": { "build": "bundt", "pretest": "npm run build", "test": "uvu -r esm test -i fixtures" }, "keywords": [ "find", "parent", "parents", "directory", "search", "walk" ], "devDependencies": { "bundt": "1.1.1", "esm": "3.2.25", "uvu": "0.3.3" } }