1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/mkdirp/package.json

86 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "mkdirp@^0.5.0",
"_id": "mkdirp@0.5.6",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
2023-12-18 13:12:25 +08:00
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "mkdirp@^0.5.0",
2023-12-18 13:12:25 +08:00
"name": "mkdirp",
"escapedName": "mkdirp",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.5.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.5.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cacache",
"/cache-loader",
"/copy-concurrently",
"/copy-webpack-plugin/cacache",
"/eslint",
"/fstream",
"/loader-fs-cache",
"/loader-fs-cache/find-cache-dir",
"/move-concurrently",
"/node-gyp",
"/node-sass",
"/portfinder",
"/svgo",
"/vinyl-fs",
"/webpack",
"/webpack-bundle-analyzer",
2024-01-16 21:26:16 +08:00
"/webpack-dev-middleware",
2023-12-18 13:12:25 +08:00
"/write"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
"_shasum": "7def03d2432dcae4ba1d611445c48396062255f6",
"_spec": "mkdirp@^0.5.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\vinyl-fs",
2023-12-18 13:12:25 +08:00
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"mkdirp": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/node-mkdirp/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"minimist": "^1.2.6"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Recursively mkdir, like `mkdir -p`",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"tap": "^16.0.1"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"files": [
"bin",
"index.js"
],
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/substack/node-mkdirp#readme",
"keywords": [
"mkdir",
"directory"
],
"license": "MIT",
"main": "index.js",
"name": "mkdirp",
2024-01-16 21:26:16 +08:00
"publishConfig": {
"tag": "legacy"
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-mkdirp.git"
},
"scripts": {
"test": "tap test/*.js"
},
2024-01-16 21:26:16 +08:00
"version": "0.5.6"
2023-12-18 13:12:25 +08:00
}