HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/mkdir-recursive/package.json
{
  "version": "0.4.0",
  "name": "mkdir-recursive",
  "description": "make/remove (asynchronous/synchronous) directories recursively",
  "keywords": [
    "mkdir",
    "rmdir",
    "recursive"
  ],
  "preferGlobal": false,
  "homepage": "https://github.com/hex7c0/mkdir-recursive",
  "author": {
    "name": "hex7c0",
    "email": "hex7c0@gmail.com",
    "url": "https://hex7c0.github.io/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hex7c0/mkdir-recursive.git"
  },
  "bugs": {
    "url": "https://github.com/hex7c0/mkdir-recursive/issues",
    "email": "hex7c0@gmail.com"
  },
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "mocha": "~4.1",
    "istanbul": "~0.4"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "prepare": "npm prune",
    "test": "mocha --bail --check-leaks",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
  },
  "license": "GPL-3.0"
}