UNPKG

1.54 kBJSONView Raw
1{
2 "name": "delete",
3 "description": "Delete files and folders and any intermediate directories if they exist (sync and async).",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/delete",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/delete",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/delete/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=0.10.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "async-each": "^1.0.1",
25 "extend-shallow": "^2.0.1",
26 "matched": "^0.4.4",
27 "rimraf": "^2.6.1"
28 },
29 "devDependencies": {
30 "gulp-format-md": "^0.1.12",
31 "mocha": "^3.4.1"
32 },
33 "keywords": [
34 "check",
35 "clean",
36 "cleaning",
37 "cleanup",
38 "cwd",
39 "del",
40 "delete",
41 "destroy",
42 "dir",
43 "directory",
44 "file",
45 "filepath",
46 "files",
47 "filesystem",
48 "folder",
49 "fs",
50 "glob",
51 "inside",
52 "path",
53 "pwd",
54 "relative",
55 "remove",
56 "rimraf",
57 "rm",
58 "rmdir",
59 "rmrf",
60 "trash",
61 "unlink"
62 ],
63 "verb": {
64 "related": {
65 "list": [
66 "copy",
67 "export-files",
68 "micromatch",
69 "write"
70 ]
71 },
72 "plugins": [
73 "gulp-format-md"
74 ],
75 "reflinks": [
76 "grunt",
77 "verb"
78 ],
79 "layout": "default",
80 "toc": false,
81 "tasks": [
82 "readme"
83 ],
84 "lint": {
85 "reflinks": true
86 }
87 }
88}