| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 | {  "_args": [    [      "make-dir@3.1.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "make-dir@3.1.0",  "_id": "make-dir@3.1.0",  "_inBundle": false,  "_integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=",  "_location": "/make-dir",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "make-dir@3.1.0",    "name": "make-dir",    "escapedName": "make-dir",    "rawSpec": "3.1.0",    "saveSpec": null,    "fetchSpec": "3.1.0"  },  "_requiredBy": [    "/babel-loader",    "/find-cache-dir"  ],  "_resolved": "https://registry.nlark.com/make-dir/download/make-dir-3.1.0.tgz?cache=0&sync_timestamp=1622604552755&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmake-dir%2Fdownload%2Fmake-dir-3.1.0.tgz",  "_spec": "3.1.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/sindresorhus/make-dir/issues"  },  "dependencies": {    "semver": "^6.0.0"  },  "description": "Make a directory and its parents if needed - Think `mkdir -p`",  "devDependencies": {    "@types/graceful-fs": "^4.1.3",    "@types/node": "^13.7.1",    "ava": "^1.4.0",    "codecov": "^3.2.0",    "graceful-fs": "^4.1.15",    "nyc": "^15.0.0",    "path-type": "^4.0.0",    "tempy": "^0.2.1",    "tsd": "^0.11.0",    "xo": "^0.25.4"  },  "engines": {    "node": ">=8"  },  "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",    "dir",    "dirs",    "folders",    "directory",    "folder",    "path",    "parent",    "parents",    "intermediate",    "recursively",    "recursive",    "create",    "fs",    "filesystem",    "file-system"  ],  "license": "MIT",  "name": "make-dir",  "repository": {    "type": "git",    "url": "git+https://github.com/sindresorhus/make-dir.git"  },  "scripts": {    "test": "xo && nyc ava && tsd"  },  "version": "3.1.0"}
 |