![]() 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/mkdirp/ |
{ "name": "mkdirp", "description": "Recursively mkdir, like `mkdir -p`", "version": "0.5.5", "publishConfig": { "tag": "legacy" }, "author": "James Halliday <[email protected]> (http://substack.net)", "main": "index.js", "keywords": [ "mkdir", "directory" ], "repository": { "type": "git", "url": "https://github.com/substack/node-mkdirp.git" }, "scripts": { "test": "tap test/*.js" }, "dependencies": { "minimist": "^1.2.5" }, "devDependencies": { "mock-fs": "^3.7.0", "tap": "^5.4.2" }, "bin": "bin/cmd.js", "license": "MIT", "files": [ "bin", "index.js" ] }