Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "mkdirp",
3
"description": "Recursively mkdir, like `mkdir -p`",
4
"version": "0.5.1",
5
"author": {
6
"name": "James Halliday",
7
"email": "[email protected]",
8
"url": "http://substack.net"
9
},
10
"main": "index.js",
11
"keywords": [
12
"mkdir",
13
"directory"
14
],
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/substack/node-mkdirp.git"
18
},
19
"scripts": {
20
"test": "tap test/*.js"
21
},
22
"dependencies": {
23
"minimist": "0.0.8"
24
},
25
"devDependencies": {
26
"tap": "1",
27
"mock-fs": "2 >=2.7.0"
28
},
29
"bin": {
30
"mkdirp": "bin/cmd.js"
31
},
32
"license": "MIT",
33
"gitHead": "d4eff0f06093aed4f387e88e9fc301cb76beedc7",
34
"bugs": {
35
"url": "https://github.com/substack/node-mkdirp/issues"
36
},
37
"homepage": "https://github.com/substack/node-mkdirp#readme",
38
"_id": "[email protected]",
39
"_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
40
"_from": "mkdirp@>=0.5.0 <0.6.0",
41
"_npmVersion": "2.9.0",
42
"_nodeVersion": "2.0.0",
43
"_npmUser": {
44
"name": "substack",
45
"email": "[email protected]"
46
},
47
"dist": {
48
"shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
49
"tarball": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
50
},
51
"maintainers": [
52
{
53
"name": "substack",
54
"email": "[email protected]"
55
}
56
],
57
"directories": {},
58
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
59
"readme": "ERROR: No README data found!"
60
}
61
62