![]() 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/totalist/ |
{ "name": "totalist", "version": "1.1.0", "repository": "lukeed/totalist", "description": "A tiny (195B to 224B) utility to recursively list all (total) files in a directory", "module": "dist/index.mjs", "main": "dist/index.js", "types": "index.d.ts", "license": "MIT", "files": [ "index.d.ts", "dist", "sync" ], "author": { "name": "Luke Edwards", "email": "[email protected]", "url": "https://lukeed.com" }, "engines": { "node": ">=6" }, "keywords": [ "list", "recursive", "files", "glob", "tree" ], "scripts": { "build": "bundt", "postbuild": "cp sync.d.ts sync/index.d.ts", "test": "uvu -r esm test -i fixtures" }, "modes": { "sync": "src/sync.js", "default": "src/async.js" }, "devDependencies": { "bundt": "1.0.1", "esm": "3.2.25", "premove": "1.0.0", "uvu": "0.0.13" } }