-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "skrub",
"version": "1.4.0",
"description": "Secure file deletion from any operating system",
"license": "MIT",
"homepage": "https://github.com/dawsbot/skrub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dawsbot/skrub.git"
},
"author": {
"name": "Dawson Botsford",
"email": "DawsonBotsford@gmail.com",
"url": "dawsonbotsford.com"
},
"bugs": {
"url": "https://github.com/dawsbot/skrub/issues"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "xo '!*.es5.js' && ava",
"prebenchmark": "babel benchmark/index.benchmark.js -o benchmark/index.benchmark.es5.js",
"benchmark": "node benchmark/index.benchmark.es5.js"
},
"files": [
"index.js"
],
"keywords": [
"delete",
"remove",
"secure",
"security",
"rm",
"-rf",
"del",
"glob",
"globby",
"tools",
"tool",
"windows",
"lean",
"minimal",
"documented",
"tested",
"licensed",
"ava",
"dawson"
],
"dependencies": {
"buffer-safe": "^1.0.0",
"file-bytes": "^2.0.1",
"globby": "^6.1.0",
"pify": "^2.3.0",
"rimraf": "^2.5.2"
},
"devDependencies": {
"ava": "^0.18.1",
"babel-cli": "^6.9.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.9.0",
"benchmark": "^2.1.0",
"fs-extra": "^2.0.0",
"path-exists": "^3.0.0",
"temp-write": "^3.0.0",
"tempfile": "^1.1.1",
"xo": "^0.17.1"
},
"xo": {
"space": true
}
}