forked from huweihuang/python-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 2.66 KB
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
100
{
"_args": [
[
{
"name": "mkdirp",
"raw": "mkdirp@0.5.1",
"rawSpec": "0.5.1",
"scope": null,
"spec": "0.5.1",
"type": "version"
},
"/Users/kk.hu/huweihuang/gitbook/python-notes/node_modules/gitbook-plugin-prism"
]
],
"_from": "mkdirp@0.5.1",
"_id": "mkdirp@0.5.1",
"_inCache": true,
"_installable": true,
"_location": "/mkdirp",
"_nodeVersion": "2.0.0",
"_npmUser": {
"email": "substack@gmail.com",
"name": "substack"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "mkdirp",
"raw": "mkdirp@0.5.1",
"rawSpec": "0.5.1",
"scope": null,
"spec": "0.5.1",
"type": "version"
},
"_requiredBy": [
"/gitbook-plugin-prism"
],
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
"_shrinkwrap": null,
"_spec": "mkdirp@0.5.1",
"_where": "/Users/kk.hu/huweihuang/gitbook/python-notes/node_modules/gitbook-plugin-prism",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bin": {
"mkdirp": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/node-mkdirp/issues"
},
"dependencies": {
"minimist": "0.0.8"
},
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
"description": "Recursively mkdir, like `mkdir -p`",
"devDependencies": {
"mock-fs": "2 >=2.7.0",
"tap": "1"
},
"directories": {},
"dist": {
"integrity": "sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==",
"shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEYCIQCVMvQjmuRzc+OOzteA80cKoZYuNI2SYZa/GkpDH3IKawIhAK6h9L4SqSDNQ0mE2y4fD+QXO1piwcEwogQ9lYKeSEKM"
}
],
"tarball": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
},
"gitHead": "d4eff0f06093aed4f387e88e9fc301cb76beedc7",
"homepage": "https://github.com/substack/node-mkdirp#readme",
"keywords": [
"mkdir",
"directory"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "mail@substack.net",
"name": "substack"
}
],
"name": "mkdirp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-mkdirp.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.5.1"
}