-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 KB
/
package.json
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
{
"_from": "mkdirp@0.3.0",
"_id": "mkdirp@0.3.0",
"_inBundle": false,
"_integrity": "sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=",
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mkdirp@0.3.0",
"name": "mkdirp",
"escapedName": "mkdirp",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/hogan.js"
],
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz",
"_shasum": "1bbf5ab1ba827af23575143490426455f481fe1e",
"_spec": "mkdirp@0.3.0",
"_where": "/home/theia/.ccbp/ccbp-jest-reporter/node_modules/hogan.js",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-mkdirp/issues"
},
"bundleDependencies": false,
"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": {
"tap": "0.0.x"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/node-mkdirp#readme",
"keywords": [
"mkdir",
"directory"
],
"license": "MIT/X11",
"main": "./index",
"name": "mkdirp",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-mkdirp.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.3.0"
}