{ "_args": [ [ "make-dir@4.0.0", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "make-dir@4.0.0", "_id": "make-dir@4.0.0", "_inBundle": false, "_integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "_location": "/istanbul-lib-report/make-dir", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "make-dir@4.0.0", "name": "make-dir", "escapedName": "make-dir", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/istanbul-lib-report" ], "_resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-4.0.0.tgz", "_spec": "4.0.0", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/make-dir/issues" }, "dependencies": { "semver": "^7.5.3" }, "description": "Make a directory and its parents if needed - Think `mkdir -p`", "devDependencies": { "@types/graceful-fs": "^4.1.3", "@types/node": "^14.14.6", "ava": "^2.4.0", "codecov": "^3.2.0", "graceful-fs": "^4.1.15", "nyc": "^15.0.0", "path-type": "^4.0.0", "tempy": "^1.0.0", "tsd": "^0.13.1", "xo": "^0.34.2" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/make-dir#readme", "keywords": [ "mkdir", "mkdirp", "make", "directories", "folders", "directory", "folder", "path", "parent", "parents", "intermediate", "recursively", "recursive", "create", "fs", "filesystem", "file-system" ], "license": "MIT", "name": "make-dir", "nyc": { "reporter": [ "text", "lcov" ] }, "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/make-dir.git" }, "scripts": { "test": "xo && nyc ava && tsd" }, "version": "4.0.0" }