{
  "_args": [
    [
      "mkpath@1.0.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "mkpath@1.0.0",
  "_id": "mkpath@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-PbNHr7Y/9Y/2P5pKFv5XOGBfNQqZ+fdiHWcuf7swLACN5ZW5LU7J5tMU8LSBjpluAxAxKYGD9nnaIbdRy9+m1w==",
  "_location": "/mkpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mkpath@1.0.0",
    "name": "mkpath",
    "escapedName": "mkpath",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/extract-base-iterator",
    "/fast-extract",
    "/fetch-json-cache",
    "/fetch-json-cache/get-remote",
    "/get-remote",
    "/node-install-release",
    "/tar-iterator",
    "/zip-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Jonathan Rajavuori",
    "email": "jrajav@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jrajav/mkpath/issues"
  },
  "description": "Make all directories in a path, like mkdir -p",
  "devDependencies": {
    "tap": "~0.3"
  },
  "homepage": "https://github.com/jrajav/mkpath#readme",
  "keywords": [
    "mkdir",
    "mkdirp",
    "directory",
    "path",
    "tree"
  ],
  "license": "MIT",
  "main": "./mkpath",
  "name": "mkpath",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jrajav/mkpath.git"
  },
  "scripts": {
    "test": "node node_modules/tap/bin/tap.js ./test/*.js"
  },
  "version": "1.0.0"
}
