UNPKG

1.34 kBJSONView Raw
1{
2 "name": "delete",
3 "description": "Delete files and folders and any intermediate directories if they exist (sync and async).",
4 "version": "0.1.5",
5 "homepage": "https://github.com/jonschlinkert/delete",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/delete.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/delete/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/delete/blob/master/LICENSE-MIT"
21 }
22 ],
23 "keywords": [
24 "check",
25 "clean",
26 "cleaning",
27 "cleanup",
28 "cwd",
29 "del",
30 "delete",
31 "destroy",
32 "dir",
33 "directory",
34 "file",
35 "filepath",
36 "files",
37 "filesystem",
38 "folder",
39 "fs",
40 "glob",
41 "inside",
42 "path",
43 "pwd",
44 "relative",
45 "remove",
46 "rimraf",
47 "rm",
48 "rmdir",
49 "rmrf",
50 "trash",
51 "unlink"
52 ],
53 "main": "index.js",
54 "engines": {
55 "node": ">=0.10.0"
56 },
57 "scripts": {
58 "test": "mocha -R spec"
59 },
60 "devDependencies": {
61 "chai": "~1.9.1",
62 "mocha": "*",
63 "verb": "~0.2.6",
64 "write": "^0.1.1"
65 },
66 "dependencies": {
67 "is-path-cwd": "^0.1.0",
68 "is-path-in-cwd": "^0.1.1",
69 "rimraf": "^2.2.8"
70 }
71}