Projekt

Obecné

Profil

Stáhnout (996 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
	"name": "del",
3
	"version": "4.1.1",
4
	"description": "Delete files and folders",
5
	"license": "MIT",
6
	"repository": "sindresorhus/del",
7
	"author": {
8
		"name": "Sindre Sorhus",
9
		"email": "sindresorhus@gmail.com",
10
		"url": "sindresorhus.com"
11
	},
12
	"engines": {
13
		"node": ">=6"
14
	},
15
	"scripts": {
16
		"test": "xo && ava && tsd"
17
	},
18
	"files": [
19
		"index.js",
20
		"index.d.ts"
21
	],
22
	"keywords": [
23
		"delete",
24
		"files",
25
		"folders",
26
		"directories",
27
		"del",
28
		"remove",
29
		"destroy",
30
		"trash",
31
		"unlink",
32
		"clean",
33
		"cleaning",
34
		"cleanup",
35
		"rm",
36
		"rmrf",
37
		"rimraf",
38
		"rmdir",
39
		"glob",
40
		"gulpfriendly",
41
		"file",
42
		"folder",
43
		"directory",
44
		"dir",
45
		"fs",
46
		"filesystem"
47
	],
48
	"dependencies": {
49
		"@types/glob": "^7.1.1",
50
		"globby": "^6.1.0",
51
		"is-path-cwd": "^2.0.0",
52
		"is-path-in-cwd": "^2.0.0",
53
		"p-map": "^2.0.0",
54
		"pify": "^4.0.1",
55
		"rimraf": "^2.6.3"
56
	},
57
	"devDependencies": {
58
		"ava": "^1.4.1",
59
		"make-dir": "^2.1.0",
60
		"tempy": "^0.2.1",
61
		"tsd": "^0.7.1",
62
		"xo": "^0.24.0"
63
	}
64
}
(4-4/5)