![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/escalade/ |
{ "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": "[email protected]", "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" } }