node-karin 0.12.0 → 0.12.2-5.pr.206.027f2f2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1029 -0
- package/default/comment/config.json +34 -0
- package/default/comment/friendDirect.json +10 -0
- package/default/comment/groupGuild.json +11 -0
- package/default/comment/server.json +17 -0
- package/default/config/adapter.json +28 -0
- package/default/config/config.json +47 -0
- package/default/config/groups.json +47 -0
- package/default/config/groups.yaml +70 -0
- package/default/config/pm2.json +16 -0
- package/default/config/privates.json +23 -0
- package/default/config/privates.yaml +31 -0
- package/default/config/redis.json +10 -0
- package/default/config/render.json +19 -0
- package/default/view/group.yaml +73 -0
- package/dist/index.d.ts +9869 -0
- package/dist/index.js +12643 -0
- package/dist/module/art-template.cjs +11 -0
- package/dist/module/art-template.d.ts +1 -0
- package/dist/module/axios.cjs +22 -0
- package/dist/module/axios.d.ts +2 -0
- package/dist/module/chalk.cjs +22 -0
- package/dist/module/chalk.d.ts +2 -0
- package/dist/module/chokidar.cjs +22 -0
- package/dist/module/chokidar.d.ts +2 -0
- package/dist/module/commander.cjs +35 -0
- package/dist/module/commander.d.ts +3 -0
- package/dist/module/commander.js +3 -0
- package/dist/module/dotenv.cjs +22 -0
- package/dist/module/dotenv.d.ts +2 -0
- package/dist/module/dotenv.js +2 -0
- package/dist/module/express.cjs +112 -0
- package/dist/module/express.d.ts +1 -0
- package/dist/module/express.js +1 -0
- package/dist/module/level.cjs +22 -0
- package/dist/module/level.d.ts +2 -0
- package/dist/module/lodash.cjs +11 -0
- package/dist/module/lodash.d.ts +1 -0
- package/dist/module/log4js.cjs +22 -0
- package/dist/module/log4js.d.ts +2 -0
- package/dist/module/moment.cjs +11 -0
- package/dist/module/moment.d.ts +1 -0
- package/dist/module/node-schedule.cjs +22 -0
- package/dist/module/node-schedule.d.ts +2 -0
- package/dist/module/redis.cjs +22 -0
- package/dist/module/redis.d.ts +2 -0
- package/dist/module/ws.cjs +28 -0
- package/dist/module/ws.d.ts +1 -0
- package/dist/module/ws.js +1 -0
- package/dist/module/yaml.cjs +22 -0
- package/dist/module/yaml.d.ts +2 -0
- package/dist/root.d.ts +40 -0
- package/dist/root.js +44 -0
- package/package.json +142 -128
- package/LICENSE +0 -674
- package/README.md +0 -56
- package/config/defSet/App.yaml +0 -42
- package/config/defSet/config.yaml +0 -65
- package/config/defSet/group.yaml +0 -56
- package/config/defSet/pm2.yaml +0 -21
- package/config/defSet/redis.yaml +0 -18
- package/config/defSet/server.yaml +0 -42
- package/config/view/group.yaml +0 -92
- package/lib/adapter/index.d.ts +0 -2
- package/lib/adapter/index.js +0 -2
- package/lib/adapter/input/index.d.ts +0 -78
- package/lib/adapter/input/index.js +0 -205
- package/lib/adapter/onebot/11/convert.d.ts +0 -12
- package/lib/adapter/onebot/11/convert.js +0 -167
- package/lib/adapter/onebot/11/event.d.ts +0 -25
- package/lib/adapter/onebot/11/event.js +0 -442
- package/lib/adapter/onebot/11/index.d.ts +0 -508
- package/lib/adapter/onebot/11/index.js +0 -1047
- package/lib/cli/index.d.ts +0 -92
- package/lib/cli/index.js +0 -307
- package/lib/cli/init.d.ts +0 -2
- package/lib/cli/init.js +0 -22
- package/lib/cli/karin.d.ts +0 -2
- package/lib/cli/karin.js +0 -16
- package/lib/cli/pkg.d.ts +0 -4
- package/lib/cli/pkg.js +0 -14
- package/lib/cli/start.d.ts +0 -1
- package/lib/cli/start.js +0 -8
- package/lib/core/index.d.ts +0 -10
- package/lib/core/index.js +0 -10
- package/lib/core/init/config.d.ts +0 -43
- package/lib/core/init/config.js +0 -201
- package/lib/core/init/dir.d.ts +0 -4
- package/lib/core/init/dir.js +0 -7
- package/lib/core/init/init.d.ts +0 -1
- package/lib/core/init/init.js +0 -47
- package/lib/core/karin/karin.d.ts +0 -198
- package/lib/core/karin/karin.js +0 -226
- package/lib/core/listener/listener.d.ts +0 -145
- package/lib/core/listener/listener.js +0 -235
- package/lib/core/plugin/base.d.ts +0 -156
- package/lib/core/plugin/base.js +0 -131
- package/lib/core/plugin/loader.d.ts +0 -141
- package/lib/core/plugin/loader.js +0 -618
- package/lib/core/process/process.d.ts +0 -18
- package/lib/core/process/process.js +0 -96
- package/lib/core/server/server.d.ts +0 -25
- package/lib/core/server/server.js +0 -295
- package/lib/db/index.d.ts +0 -2
- package/lib/db/index.js +0 -2
- package/lib/db/level/level.d.ts +0 -19
- package/lib/db/level/level.js +0 -36
- package/lib/db/redis/redis.d.ts +0 -2
- package/lib/db/redis/redis.js +0 -135
- package/lib/db/redis/redis_level.d.ts +0 -112
- package/lib/db/redis/redis_level.js +0 -281
- package/lib/event/handler/base.d.ts +0 -42
- package/lib/event/handler/base.js +0 -200
- package/lib/event/handler/message.d.ts +0 -29
- package/lib/event/handler/message.js +0 -307
- package/lib/event/handler/notice.d.ts +0 -18
- package/lib/event/handler/notice.js +0 -214
- package/lib/event/handler/request.d.ts +0 -18
- package/lib/event/handler/request.js +0 -115
- package/lib/event/handler/review.d.ts +0 -55
- package/lib/event/handler/review.js +0 -386
- package/lib/event/index.d.ts +0 -5
- package/lib/event/index.js +0 -5
- package/lib/index.d.ts +0 -8
- package/lib/index.js +0 -8
- package/lib/modules/art-template.d.ts +0 -1
- package/lib/modules/axios.d.ts +0 -2
- package/lib/modules/chalk.d.ts +0 -2
- package/lib/modules/chokidar.d.ts +0 -2
- package/lib/modules/commander.d.ts +0 -2
- package/lib/modules/commander.js +0 -2
- package/lib/modules/express.d.ts +0 -3
- package/lib/modules/express.js +0 -3
- package/lib/modules/level.d.ts +0 -2
- package/lib/modules/lodash.d.ts +0 -1
- package/lib/modules/log4js.d.ts +0 -2
- package/lib/modules/moment.d.ts +0 -1
- package/lib/modules/node-schedule.d.ts +0 -2
- package/lib/modules/redis.d.ts +0 -2
- package/lib/modules/ws.d.ts +0 -3
- package/lib/modules/ws.js +0 -3
- package/lib/modules/yaml.d.ts +0 -2
- package/lib/modules.d.ts +0 -15
- package/lib/modules.js +0 -15
- package/lib/render/app.d.ts +0 -56
- package/lib/render/app.js +0 -120
- package/lib/render/base.d.ts +0 -30
- package/lib/render/base.js +0 -69
- package/lib/render/client.d.ts +0 -41
- package/lib/render/client.js +0 -238
- package/lib/render/http.d.ts +0 -19
- package/lib/render/http.js +0 -50
- package/lib/render/index.d.ts +0 -6
- package/lib/render/index.js +0 -6
- package/lib/render/server.d.ts +0 -25
- package/lib/render/server.js +0 -101
- package/lib/render/wormhole.d.ts +0 -1
- package/lib/render/wormhole.js +0 -156
- package/lib/types/adapter/api.d.ts +0 -399
- package/lib/types/adapter/api.js +0 -1
- package/lib/types/adapter/base.d.ts +0 -560
- package/lib/types/adapter/base.js +0 -1
- package/lib/types/config/config.d.ts +0 -379
- package/lib/types/config/config.js +0 -1
- package/lib/types/element/element.d.ts +0 -565
- package/lib/types/element/element.js +0 -1
- package/lib/types/element/qqbot.d.ts +0 -123
- package/lib/types/element/qqbot.js +0 -1
- package/lib/types/event/contact.d.ts +0 -28
- package/lib/types/event/contact.js +0 -1
- package/lib/types/event/event.d.ts +0 -305
- package/lib/types/event/event.js +0 -1
- package/lib/types/event/index.d.ts +0 -12
- package/lib/types/event/index.js +0 -7
- package/lib/types/event/message.d.ts +0 -109
- package/lib/types/event/message.js +0 -74
- package/lib/types/event/notice.d.ts +0 -513
- package/lib/types/event/notice.js +0 -52
- package/lib/types/event/reply.d.ts +0 -50
- package/lib/types/event/reply.js +0 -1
- package/lib/types/event/request.d.ts +0 -126
- package/lib/types/event/request.js +0 -52
- package/lib/types/event/sender.d.ts +0 -44
- package/lib/types/event/sender.js +0 -1
- package/lib/types/index.d.ts +0 -13
- package/lib/types/index.js +0 -13
- package/lib/types/logger/logger.d.ts +0 -110
- package/lib/types/logger/logger.js +0 -1
- package/lib/types/onebot11/api.d.ts +0 -53
- package/lib/types/onebot11/api.js +0 -1
- package/lib/types/onebot11/event.d.ts +0 -619
- package/lib/types/onebot11/event.js +0 -2
- package/lib/types/onebot11/index.d.ts +0 -6
- package/lib/types/onebot11/index.js +0 -6
- package/lib/types/onebot11/params.d.ts +0 -609
- package/lib/types/onebot11/params.js +0 -1
- package/lib/types/onebot11/response.d.ts +0 -516
- package/lib/types/onebot11/response.js +0 -1
- package/lib/types/onebot11/segment.d.ts +0 -269
- package/lib/types/onebot11/segment.js +0 -1
- package/lib/types/onebot11/sender.d.ts +0 -59
- package/lib/types/onebot11/sender.js +0 -1
- package/lib/types/plugin/app.d.ts +0 -71
- package/lib/types/plugin/app.js +0 -1
- package/lib/types/plugin/plugin.d.ts +0 -473
- package/lib/types/plugin/plugin.js +0 -1
- package/lib/types/render/render.d.ts +0 -118
- package/lib/types/render/render.js +0 -1
- package/lib/types/type/global.d.ts +0 -25
- package/lib/types/type/global.js +0 -1
- package/lib/utils/common/common.d.ts +0 -236
- package/lib/utils/common/common.js +0 -708
- package/lib/utils/config/config.d.ts +0 -193
- package/lib/utils/config/config.js +0 -328
- package/lib/utils/config/updateVersion.d.ts +0 -33
- package/lib/utils/config/updateVersion.js +0 -145
- package/lib/utils/config/yamlEditor.d.ts +0 -101
- package/lib/utils/config/yamlEditor.js +0 -330
- package/lib/utils/core/handler.d.ts +0 -18
- package/lib/utils/core/handler.js +0 -46
- package/lib/utils/core/logger.d.ts +0 -3
- package/lib/utils/core/logger.js +0 -105
- package/lib/utils/core/segment.d.ts +0 -279
- package/lib/utils/core/segment.js +0 -451
- package/lib/utils/index.d.ts +0 -13
- package/lib/utils/index.js +0 -13
- package/lib/utils/tools/button.d.ts +0 -2
- package/lib/utils/tools/button.js +0 -27
- package/lib/utils/tools/exec.d.ts +0 -20
- package/lib/utils/tools/exec.js +0 -54
- package/lib/utils/tools/ffmpeg.d.ts +0 -12
- package/lib/utils/tools/ffmpeg.js +0 -25
- package/lib/utils/tools/restart.d.ts +0 -15
- package/lib/utils/tools/restart.js +0 -39
- package/lib/utils/tools/stop.d.ts +0 -7
- package/lib/utils/tools/stop.js +0 -13
- package/lib/utils/tools/update.d.ts +0 -67
- package/lib/utils/tools/update.js +0 -151
- /package/{config → default}/view/App.yaml +0 -0
- /package/{config → default}/view/config.yaml +0 -0
- /package/{config → default}/view/pm2.yaml +0 -0
- /package/{config → default}/view/redis.yaml +0 -0
- /package/{config → default}/view/server.yaml +0 -0
- /package/{lib/modules → dist/module}/art-template.js +0 -0
- /package/{lib/modules → dist/module}/axios.js +0 -0
- /package/{lib/modules → dist/module}/chalk.js +0 -0
- /package/{lib/modules → dist/module}/chokidar.js +0 -0
- /package/{lib/modules → dist/module}/level.js +0 -0
- /package/{lib/modules → dist/module}/lodash.js +0 -0
- /package/{lib/modules → dist/module}/log4js.js +0 -0
- /package/{lib/modules → dist/module}/moment.js +0 -0
- /package/{lib/modules → dist/module}/node-schedule.js +0 -0
- /package/{lib/modules → dist/module}/redis.js +0 -0
- /package/{lib/modules → dist/module}/yaml.js +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-karin",
|
|
3
|
-
"version": "0.12.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"version": "0.12.25.pr.206.027f2f2",
|
|
4
|
+
"description": "Lightweight, efficient, concise, and stable robot framework.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"node",
|
|
7
|
+
"nodejs",
|
|
8
|
+
"karin",
|
|
9
|
+
"bot",
|
|
10
|
+
"robot",
|
|
11
|
+
"icqq",
|
|
12
|
+
"onebot",
|
|
13
|
+
"kritor",
|
|
14
|
+
"node-karin"
|
|
15
|
+
],
|
|
6
16
|
"homepage": "https://github.com/KarinJS/Karin",
|
|
7
17
|
"bugs": {
|
|
8
18
|
"url": "https://github.com/KarinJS/Karin/issues"
|
|
@@ -11,119 +21,17 @@
|
|
|
11
21
|
"type": "git",
|
|
12
22
|
"url": "git+https://github.com/KarinJS/Karin.git"
|
|
13
23
|
},
|
|
14
|
-
"license": "
|
|
15
|
-
"author": "
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"author": "shijin",
|
|
16
26
|
"type": "module",
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
"import": "./lib/index.js",
|
|
20
|
-
"require": "./lib/index.js",
|
|
21
|
-
"types": "./lib/index.d.ts"
|
|
22
|
-
},
|
|
23
|
-
"./modules.js": {
|
|
24
|
-
"import": "./lib/modules.js",
|
|
25
|
-
"require": "./lib/modules.js",
|
|
26
|
-
"types": "./lib/modules.d.ts"
|
|
27
|
-
},
|
|
28
|
-
"./art-template": {
|
|
29
|
-
"import": "./lib/modules/art-template.js",
|
|
30
|
-
"require": "./lib/modules/art-template.js",
|
|
31
|
-
"types": "./lib/modules/art-template.d.ts"
|
|
32
|
-
},
|
|
33
|
-
"./axios": {
|
|
34
|
-
"import": "./lib/modules/axios.js",
|
|
35
|
-
"require": "./lib/modules/axios.js",
|
|
36
|
-
"types": "./lib/modules/axios.d.ts"
|
|
37
|
-
},
|
|
38
|
-
"./chalk": {
|
|
39
|
-
"import": "./lib/modules/chalk.js",
|
|
40
|
-
"require": "./lib/modules/chalk.js",
|
|
41
|
-
"types": "./lib/modules/chalk.d.ts"
|
|
42
|
-
},
|
|
43
|
-
"./chokidar": {
|
|
44
|
-
"import": "./lib/modules/chokidar.js",
|
|
45
|
-
"require": "./lib/modules/chokidar.js",
|
|
46
|
-
"types": "./lib/modules/chokidar.d.ts"
|
|
47
|
-
},
|
|
48
|
-
"./commander": {
|
|
49
|
-
"import": "./lib/modules/commander.js",
|
|
50
|
-
"require": "./lib/modules/commander.js",
|
|
51
|
-
"types": "./lib/modules/commander.d.ts"
|
|
52
|
-
},
|
|
53
|
-
"./express": {
|
|
54
|
-
"import": "./lib/modules/express.js",
|
|
55
|
-
"require": "./lib/modules/express.js",
|
|
56
|
-
"types": "./lib/modules/express.d.ts"
|
|
57
|
-
},
|
|
58
|
-
"./grpc-js": {
|
|
59
|
-
"import": "./lib/modules/grpc-js.js",
|
|
60
|
-
"require": "./lib/modules/grpc-js.js",
|
|
61
|
-
"types": "./lib/modules/grpc-js.d.ts"
|
|
62
|
-
},
|
|
63
|
-
"./kritor-proto": {
|
|
64
|
-
"import": "./lib/modules/kritor-proto.js",
|
|
65
|
-
"require": "./lib/modules/kritor-proto.js",
|
|
66
|
-
"types": "./lib/modules/kritor-proto.d.ts"
|
|
67
|
-
},
|
|
68
|
-
"./level": {
|
|
69
|
-
"import": "./lib/modules/level.js",
|
|
70
|
-
"require": "./lib/modules/level.js",
|
|
71
|
-
"types": "./lib/modules/level.d.ts"
|
|
72
|
-
},
|
|
73
|
-
"./lodash": {
|
|
74
|
-
"import": "./lib/modules/lodash.js",
|
|
75
|
-
"require": "./lib/modules/lodash.js",
|
|
76
|
-
"types": "./lib/modules/lodash.d.ts"
|
|
77
|
-
},
|
|
78
|
-
"./log4js": {
|
|
79
|
-
"import": "./lib/modules/log4js.js",
|
|
80
|
-
"require": "./lib/modules/log4js.js",
|
|
81
|
-
"types": "./lib/modules/log4js.d.ts"
|
|
82
|
-
},
|
|
83
|
-
"./moment": {
|
|
84
|
-
"import": "./lib/modules/moment.js",
|
|
85
|
-
"require": "./lib/modules/moment.js",
|
|
86
|
-
"types": "./lib/modules/moment.d.ts"
|
|
87
|
-
},
|
|
88
|
-
"./node-schedule": {
|
|
89
|
-
"import": "./lib/modules/node-schedule.js",
|
|
90
|
-
"require": "./lib/modules/node-schedule.js",
|
|
91
|
-
"types": "./lib/modules/node-schedule.d.ts"
|
|
92
|
-
},
|
|
93
|
-
"./proto-loader": {
|
|
94
|
-
"import": "./lib/modules/proto-loader.js",
|
|
95
|
-
"require": "./lib/modules/proto-loader.js",
|
|
96
|
-
"types": "./lib/modules/proto-loader.d.ts"
|
|
97
|
-
},
|
|
98
|
-
"./redis": {
|
|
99
|
-
"import": "./lib/modules/redis.js",
|
|
100
|
-
"require": "./lib/modules/redis.js",
|
|
101
|
-
"types": "./lib/modules/redis.d.ts"
|
|
102
|
-
},
|
|
103
|
-
"./ws": {
|
|
104
|
-
"import": "./lib/modules/ws.js",
|
|
105
|
-
"require": "./lib/modules/ws.js",
|
|
106
|
-
"types": "./lib/modules/ws.d.ts"
|
|
107
|
-
},
|
|
108
|
-
"./yaml": {
|
|
109
|
-
"import": "./lib/modules/yaml.js",
|
|
110
|
-
"require": "./lib/modules/yaml.js",
|
|
111
|
-
"types": "./lib/modules/yaml.d.ts"
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"main": "./lib/index.js",
|
|
115
|
-
"types": "./lib/index.d.ts",
|
|
116
|
-
"bin": {
|
|
117
|
-
"init": "lib/cli/init.js",
|
|
118
|
-
"karin": "lib/cli/karin.js"
|
|
119
|
-
},
|
|
27
|
+
"main": "./dist/index.js",
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
120
29
|
"files": [
|
|
121
|
-
"/
|
|
122
|
-
"/
|
|
123
|
-
"/
|
|
124
|
-
"/
|
|
125
|
-
"
|
|
126
|
-
"modules.d.ts",
|
|
30
|
+
"/dist/**/*.js",
|
|
31
|
+
"/dist/**/*.cjs",
|
|
32
|
+
"/dist/**/*.d.ts",
|
|
33
|
+
"/default/**",
|
|
34
|
+
"CHANGELOG.md",
|
|
127
35
|
"LICENSE",
|
|
128
36
|
"package.json",
|
|
129
37
|
"README.md"
|
|
@@ -132,29 +40,35 @@
|
|
|
132
40
|
"plugins/**"
|
|
133
41
|
],
|
|
134
42
|
"scripts": {
|
|
135
|
-
".": "node lib/
|
|
136
|
-
"
|
|
137
|
-
"build
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
43
|
+
".": "node lib/index.js",
|
|
44
|
+
"app": "node lib/index.js",
|
|
45
|
+
"build": "tsc --noEmit && tsup --config tsup.config.ts",
|
|
46
|
+
"build:cli": "tsup --tsconfig tsconfig.cli.json --config tsup.cli.ts",
|
|
47
|
+
"build:dev": "pnpm build && node cli/build.js -dev",
|
|
48
|
+
"build:module": "tsup --tsconfig tsconfig.module.json --config tsup.modules.ts && node cli/module.js",
|
|
49
|
+
"build:prod": "pnpm build:module && pnpm build && node cli/build.js",
|
|
50
|
+
"debug": "node lib/index.js --debug",
|
|
51
|
+
"dev": "tsx src/index.ts",
|
|
52
|
+
"dev:w": "tsx watch --include \"./src/**/*.ts\" src/index.ts",
|
|
53
|
+
"dev:watch": "pnpm dev:w",
|
|
54
|
+
"pr": "node cli/pr.js all",
|
|
141
55
|
"pub": "npm publish --access public",
|
|
142
|
-
"
|
|
143
|
-
"
|
|
56
|
+
"pub-beta": "npm publish --access public --tag beta",
|
|
57
|
+
"sort": "npx sort-package-json && sort-json tsconfig.json"
|
|
144
58
|
},
|
|
145
59
|
"dependencies": {
|
|
146
|
-
"@types/express": "^
|
|
147
|
-
"@types/lodash": "^4.17.
|
|
60
|
+
"@types/express": "^5.0.0",
|
|
61
|
+
"@types/lodash": "^4.17.10",
|
|
148
62
|
"@types/node": "^22.5.0",
|
|
149
63
|
"@types/node-schedule": "^2.1.7",
|
|
150
64
|
"@types/ws": "^8.5.12",
|
|
151
65
|
"art-template": "4.13.2",
|
|
152
|
-
"axios": "1.7.
|
|
66
|
+
"axios": "1.7.9",
|
|
153
67
|
"chalk": "5.3.0",
|
|
154
68
|
"chokidar": "3.6.0",
|
|
155
69
|
"commander": "^12.1.0",
|
|
156
|
-
"
|
|
157
|
-
"
|
|
70
|
+
"dotenv": "^16.0.0",
|
|
71
|
+
"express": "4.21.2",
|
|
158
72
|
"level": "8.0.1",
|
|
159
73
|
"lodash": "4.17.21",
|
|
160
74
|
"log4js": "6.9.1",
|
|
@@ -170,5 +84,105 @@
|
|
|
170
84
|
"publishConfig": {
|
|
171
85
|
"access": "public",
|
|
172
86
|
"registry": "https://registry.npmjs.org"
|
|
87
|
+
},
|
|
88
|
+
"exports": {
|
|
89
|
+
".": {
|
|
90
|
+
"import": "./dist/index.js",
|
|
91
|
+
"types": "./dist/index.d.ts"
|
|
92
|
+
},
|
|
93
|
+
"./dir": {
|
|
94
|
+
"import": "./dist/root.js",
|
|
95
|
+
"types": "./dist/root.d.ts"
|
|
96
|
+
},
|
|
97
|
+
"./cli": {
|
|
98
|
+
"import": "./dist/cli/index.js",
|
|
99
|
+
"types": "./dist/cli/index.d.ts",
|
|
100
|
+
"require": "./dist/cli/index.cjs"
|
|
101
|
+
},
|
|
102
|
+
"./template": {
|
|
103
|
+
"import": "./dist/module/art-template.js",
|
|
104
|
+
"types": "./dist/module/art-template.d.ts",
|
|
105
|
+
"require": "./dist/module/art-template.cjs"
|
|
106
|
+
},
|
|
107
|
+
"./art-template": {
|
|
108
|
+
"import": "./dist/module/art-template.js",
|
|
109
|
+
"types": "./dist/module/art-template.d.ts",
|
|
110
|
+
"require": "./dist/module/art-template.cjs"
|
|
111
|
+
},
|
|
112
|
+
"./axios": {
|
|
113
|
+
"import": "./dist/module/axios.js",
|
|
114
|
+
"types": "./dist/module/axios.d.ts",
|
|
115
|
+
"require": "./dist/module/axios.cjs"
|
|
116
|
+
},
|
|
117
|
+
"./chalk": {
|
|
118
|
+
"import": "./dist/module/chalk.js",
|
|
119
|
+
"types": "./dist/module/chalk.d.ts",
|
|
120
|
+
"require": "./dist/module/chalk.cjs"
|
|
121
|
+
},
|
|
122
|
+
"./chokidar": {
|
|
123
|
+
"import": "./dist/module/chokidar.js",
|
|
124
|
+
"types": "./dist/module/chokidar.d.ts",
|
|
125
|
+
"require": "./dist/module/chokidar.cjs"
|
|
126
|
+
},
|
|
127
|
+
"./commander": {
|
|
128
|
+
"import": "./dist/module/commander.js",
|
|
129
|
+
"types": "./dist/module/commander.d.ts",
|
|
130
|
+
"require": "./dist/module/commander.cjs"
|
|
131
|
+
},
|
|
132
|
+
"./dotenv": {
|
|
133
|
+
"import": "./dist/module/dotenv.js",
|
|
134
|
+
"types": "./dist/module/dotenv.d.ts",
|
|
135
|
+
"require": "./dist/module/dotenv.cjs"
|
|
136
|
+
},
|
|
137
|
+
"./express": {
|
|
138
|
+
"import": "./dist/module/express.js",
|
|
139
|
+
"types": "./dist/module/express.d.ts",
|
|
140
|
+
"require": "./dist/module/express.cjs"
|
|
141
|
+
},
|
|
142
|
+
"./level": {
|
|
143
|
+
"import": "./dist/module/level.js",
|
|
144
|
+
"types": "./dist/module/level.d.ts",
|
|
145
|
+
"require": "./dist/module/level.cjs"
|
|
146
|
+
},
|
|
147
|
+
"./lodash": {
|
|
148
|
+
"import": "./dist/module/lodash.js",
|
|
149
|
+
"types": "./dist/module/lodash.d.ts",
|
|
150
|
+
"require": "./dist/module/lodash.cjs"
|
|
151
|
+
},
|
|
152
|
+
"./log4js": {
|
|
153
|
+
"import": "./dist/module/log4js.js",
|
|
154
|
+
"types": "./dist/module/log4js.d.ts",
|
|
155
|
+
"require": "./dist/module/log4js.cjs"
|
|
156
|
+
},
|
|
157
|
+
"./moment": {
|
|
158
|
+
"import": "./dist/module/moment.js",
|
|
159
|
+
"types": "./dist/module/moment.d.ts",
|
|
160
|
+
"require": "./dist/module/moment.cjs"
|
|
161
|
+
},
|
|
162
|
+
"./schedule": {
|
|
163
|
+
"import": "./dist/module/node-schedule.js",
|
|
164
|
+
"types": "./dist/module/node-schedule.d.ts",
|
|
165
|
+
"require": "./dist/module/node-schedule.cjs"
|
|
166
|
+
},
|
|
167
|
+
"./node-schedule": {
|
|
168
|
+
"import": "./dist/module/node-schedule.js",
|
|
169
|
+
"types": "./dist/module/node-schedule.d.ts",
|
|
170
|
+
"require": "./dist/module/node-schedule.cjs"
|
|
171
|
+
},
|
|
172
|
+
"./redis": {
|
|
173
|
+
"import": "./dist/module/redis.js",
|
|
174
|
+
"types": "./dist/module/redis.d.ts",
|
|
175
|
+
"require": "./dist/module/redis.cjs"
|
|
176
|
+
},
|
|
177
|
+
"./ws": {
|
|
178
|
+
"import": "./dist/module/ws.js",
|
|
179
|
+
"types": "./dist/module/ws.d.ts",
|
|
180
|
+
"require": "./dist/module/ws.cjs"
|
|
181
|
+
},
|
|
182
|
+
"./yaml": {
|
|
183
|
+
"import": "./dist/module/yaml.js",
|
|
184
|
+
"types": "./dist/module/yaml.d.ts",
|
|
185
|
+
"require": "./dist/module/yaml.cjs"
|
|
186
|
+
}
|
|
173
187
|
}
|
|
174
|
-
}
|
|
188
|
+
}
|