'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_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"
}