Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "make-dir",
|
---|
3 | "version": "3.1.0",
|
---|
4 | "description": "Make a directory and its parents if needed - Think `mkdir -p`",
|
---|
5 | "license": "MIT",
|
---|
6 | "repository": "sindresorhus/make-dir",
|
---|
7 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
8 | "author": {
|
---|
9 | "name": "Sindre Sorhus",
|
---|
10 | "email": "sindresorhus@gmail.com",
|
---|
11 | "url": "sindresorhus.com"
|
---|
12 | },
|
---|
13 | "engines": {
|
---|
14 | "node": ">=8"
|
---|
15 | },
|
---|
16 | "scripts": {
|
---|
17 | "test": "xo && nyc ava && tsd"
|
---|
18 | },
|
---|
19 | "files": [
|
---|
20 | "index.js",
|
---|
21 | "index.d.ts"
|
---|
22 | ],
|
---|
23 | "keywords": [
|
---|
24 | "mkdir",
|
---|
25 | "mkdirp",
|
---|
26 | "make",
|
---|
27 | "directories",
|
---|
28 | "dir",
|
---|
29 | "dirs",
|
---|
30 | "folders",
|
---|
31 | "directory",
|
---|
32 | "folder",
|
---|
33 | "path",
|
---|
34 | "parent",
|
---|
35 | "parents",
|
---|
36 | "intermediate",
|
---|
37 | "recursively",
|
---|
38 | "recursive",
|
---|
39 | "create",
|
---|
40 | "fs",
|
---|
41 | "filesystem",
|
---|
42 | "file-system"
|
---|
43 | ],
|
---|
44 | "dependencies": {
|
---|
45 | "semver": "^6.0.0"
|
---|
46 | },
|
---|
47 | "devDependencies": {
|
---|
48 | "@types/graceful-fs": "^4.1.3",
|
---|
49 | "@types/node": "^13.7.1",
|
---|
50 | "ava": "^1.4.0",
|
---|
51 | "codecov": "^3.2.0",
|
---|
52 | "graceful-fs": "^4.1.15",
|
---|
53 | "nyc": "^15.0.0",
|
---|
54 | "path-type": "^4.0.0",
|
---|
55 | "tempy": "^0.2.1",
|
---|
56 | "tsd": "^0.11.0",
|
---|
57 | "xo": "^0.25.4"
|
---|
58 | }
|
---|
59 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.