-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.68 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@cloudcmd/fileop",
"version": "9.0.6",
"type": "module",
"description": "file operations emitter middleware",
"main": "server/index.js",
"scripts": {
"test": "madrun test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"putout": "madrun putout",
"coverage": "madrun coverage",
"report": "madrun report",
"build": "madrun build",
"build-progress": "madrun build-progress",
"build:client": "madrun build:client",
"build:client:dev": "madrun build:client:dev",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:coverage": "madrun watch:coverage",
"watch:lint": "madrun watch:lint",
"watch:client": "madrun watch:client",
"watch:client:dev": "madrun watch:client:dev",
"wisdom": "madrun wisdom",
"rmdir": "madrun rmdir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudcmd/node-fileop.git"
},
"keywords": [
"file",
"copy",
"pack",
"unpack",
"remove",
"emitter",
"middleware"
],
"author": "cloudcmd <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/node-fileop/issues"
},
"homepage": "https://github.com/cloudcmd/node-fileop",
"dependencies": {
"@cloudcmd/move-files": "^8.0.0",
"copymitter": "^10.1.0",
"currify": "^4.0.0",
"express": "^5.2.1",
"fullstore": "^4.0.0",
"inly": "^5.0.0",
"jaguar": "^6.0.0",
"mellow": "^3.0.1",
"onezip": "^7.0.0",
"remy": "^7.0.0",
"try-to-catch": "^4.0.5",
"wraptile": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-private-methods": "^7.3.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"@iocmd/wait": "^2.1.0",
"@putout/plugin-socket-io": "^2.0.0",
"babel-loader": "^10.0.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-dynamic-import-webpack": "^1.0.1",
"c8": "^11.0.0",
"clear-module": "^4.0.0",
"emitify": "^4.0.1",
"es6-promisify": "^7.0.0",
"eslint": "^10.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-putout": "^31.0.0",
"madrun": "^13.0.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.0.1",
"putout": "^42.0.5",
"redlint": "^6.0.0",
"rimraf": "^6.1.3",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"supertape": "^12.5.0",
"webpack": "^5.1.3",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}