package.json 1.48 KB
{
  "_from": "@root/mkdirp@^1.0.0",
  "_id": "@root/mkdirp@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-hxGAYUx5029VggfG+U9naAhQkoMSXtOeXtbql97m3Hi6/sQSRL/4khKZPyOF6w11glyCOU38WCNLu9nUcSjOfA==",
  "_location": "/@root/mkdirp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/mkdirp@^1.0.0",
    "name": "@root/mkdirp",
    "escapedName": "@root%2fmkdirp",
    "scope": "@root",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/greenlock-store-fs",
    "/le-challenge-fs",
    "/le-store-certbot"
  ],
  "_resolved": "https://registry.npmjs.org/@root/mkdirp/-/mkdirp-1.0.0.tgz",
  "_shasum": "f200e29568d711d3357151af0d2648e7eaf21b6f",
  "_spec": "@root/mkdirp@^1.0.0",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-store-fs",
  "author": {
    "name": "AJ ONeal",
    "email": "solderjs@gmail.com",
    "url": "https://solderjs.com/"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A minimal, zero-dependency mkdirp written in VanillaJS for node.",
  "keywords": [
    "mkdir",
    "mkdirp",
    "recursive",
    "directory",
    "folder",
    "dir",
    "mkdirAll"
  ],
  "license": "MPL-2.0",
  "main": "mkdirp.js",
  "name": "@root/mkdirp",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/mkdirp.js.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}