-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.57 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.57 KB
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
{
"name": "copymitter",
"version": "10.3.2",
"type": "module",
"description": "copy files with emitter",
"main": "lib/copymitter.js",
"scripts": {
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"dependencies": {
"copy-symlink": "^2.0.0",
"currify": "^4.0.0",
"debug": "^4.0.1",
"findit2": "^2.2.3",
"fullstore": "^4.0.0",
"redzip": "^4.0.1",
"squad": "^3.0.0",
"through2": "^4.0.2",
"try-to-catch": "^4.0.5",
"zames": "^3.0.0"
},
"devDependencies": {
"@iocmd/wait": "^2.1.0",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.1",
"madrun": "^13.0.0",
"nodemon": "^3.1.0",
"pullout": "^5.0.1",
"putout": "^42.0.12",
"redlint": "^6.1.1",
"rimraf": "^6.1.2",
"superc8": "^12.3.1",
"supertape": "^12.5.0",
"try-catch": "^4.0.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/node-copymitter.git"
},
"keywords": [
"copy",
"progress",
"size",
"emitter",
"file"
],
"engines": {
"node": ">=22"
},
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/node-copymitter/issues"
},
"homepage": "https://github.com/coderaiser/node-copymitter",
"publishConfig": {
"access": "public"
}
}