📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 16:49:22
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
escalade
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/escalade
🔄 Refresh
✏️
Editing: package.json
Writable
{ "name": "escalade", "version": "3.1.2", "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": { ".": [ { "types": "./index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/index.js" ], "./sync": [ { "types": "./sync/index.d.ts", "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" } }
💾 Save Changes
❌ Cancel