2025-04-19 15:38:48 +08:00

70 lines
1.8 KiB
JSON

{
"_from": "mkdirp-promise@^5.0.1",
"_id": "mkdirp-promise@5.0.1",
"_inBundle": false,
"_integrity": "sha512-Hepn5kb1lJPtVW84RFT40YG1OddBNTOVUZR2bzQUHc+Z03en8/3uX0+060JDhcEzyO08HmipsN9DcnFMxhIL9w==",
"_location": "/mkdirp-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mkdirp-promise@^5.0.1",
"name": "mkdirp-promise",
"escapedName": "mkdirp-promise",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/swarm-js"
],
"_resolved": "https://registry.npmmirror.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz",
"_shasum": "e9b8f68e552c68a9c1713b84883f7a1dd039b8a1",
"_spec": "mkdirp-promise@^5.0.1",
"_where": "D:\\ruyi\\dapp\\node_modules\\swarm-js",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"bugs": {
"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
},
"bundleDependencies": false,
"dependencies": {
"mkdirp": "*"
},
"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
"description": "Promise version of mkdirp",
"devDependencies": {
"echint": "^2.1.0",
"rimraf": "^2.5.4",
"snazzy": "^6.0.0",
"tap": "^9.0.2"
},
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
"keywords": [
"mkdirp",
"promise"
],
"license": "ISC",
"main": "lib/index.js",
"name": "mkdirp-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
},
"scripts": {
"coverage": "tap test --reporter silent --coverage",
"pretest": "snazzy && echint",
"test": "tap test"
},
"version": "5.0.1"
}