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
| {
| "_from": "mkdirp@^1.0.4",
| "_id": "mkdirp@1.0.4",
| "_inBundle": false,
| "_integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
| "_location": "/@npmcli/move-file/mkdirp",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "mkdirp@^1.0.4",
| "name": "mkdirp",
| "escapedName": "mkdirp",
| "rawSpec": "^1.0.4",
| "saveSpec": null,
| "fetchSpec": "^1.0.4"
| },
| "_requiredBy": [
| "/@npmcli/move-file"
| ],
| "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
| "_shasum": "3eb5ed62622756d79a5f0e2a221dfebad75c2f7e",
| "_spec": "mkdirp@^1.0.4",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@npmcli\\move-file",
| "bin": {
| "mkdirp": "bin/cmd.js"
| },
| "bugs": {
| "url": "https://github.com/isaacs/node-mkdirp/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Recursively mkdir, like `mkdir -p`",
| "devDependencies": {
| "require-inject": "^1.4.4",
| "tap": "^14.10.7"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "bin",
| "lib",
| "index.js"
| ],
| "homepage": "https://github.com/isaacs/node-mkdirp#readme",
| "keywords": [
| "mkdir",
| "directory",
| "make dir",
| "make",
| "dir",
| "recursive",
| "native"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "mkdirp",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/isaacs/node-mkdirp.git"
| },
| "scripts": {
| "postpublish": "git push origin --follow-tags",
| "postversion": "npm publish",
| "preversion": "npm test",
| "snap": "tap",
| "test": "tap"
| },
| "tap": {
| "check-coverage": true,
| "coverage-map": "map.js"
| },
| "version": "1.0.4"
| }
|
|