adspecs 0.1.19 → 0.1.21
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/.adspecs/feature.json +16 -16
- package/.adspecs/feature.yml +28 -28
- package/.adspecs/paths.json +17 -17
- package/.adspecs/templates/04-/345/211/215/347/253/257/345/212/237/350/203/275/350/256/276/350/256/241/346/250/241/346/235/277.md +1 -1
- package/.adspecs/templates/05-/345/220/216/347/253/257/344/273/273/345/212/241/346/270/205/345/215/225/346/250/241/346/235/277.md +613 -724
- package/.adspecs/templates/05b-/345/211/215/347/253/257/344/273/273/345/212/241/346/270/205/345/215/225/346/250/241/346/235/277.md +51 -51
- package/.claude-plugin/marketplace.json +23 -23
- package/.claude-plugin/plugin.json +18 -18
- package/.qoder-plugin/plugin.json +31 -31
- package/CLAUDE.md +1 -5
- package/INSTALL.md +3 -3
- package/README.md +395 -395
- package/bin/adspecs.js +129 -129
- package/hooks/commit-queue.js +245 -245
- package/hooks/hooks.json +63 -63
- package/hooks/session-start.js +44 -44
- package/hooks/wiki-queue.js +127 -127
- package/package.json +61 -61
- package/references/ant6-front-standard/index.md +99 -99
- package/references/antd-front-demo/public/mockServiceWorker.js +361 -361
- package/references/ecp-end-standard/index.md +63 -63
- package/references/python-end-standard/01-Python/345/220/216/347/253/257/347/274/226/347/240/201/350/247/204/350/214/203.md +372 -372
- package/references/python-end-standard/02-/346/225/260/346/215/256/345/272/223/350/256/276/350/256/241/344/270/216/344/275/277/347/224/250/350/247/204/350/214/203.md +226 -226
- package/references/python-end-standard/03-Celery/345/274/202/346/255/245/344/273/273/345/212/241/350/247/204/350/214/203.md +237 -237
- package/references/python-end-standard/04-Redis/344/275/277/347/224/250/350/247/204/350/214/203.md +231 -231
- package/scripts/postinstall.js +107 -107
- package/scripts/sync-version.js +105 -105
- package/skills/.claude/.wiki-update-queue +26 -26
- package/skills/adspecs-constitution/SKILL.md +157 -0
- package/skills/adspecs-export-word/SKILL.md +498 -498
- package/skills/adspecs-export-word/references/md-to-docx.js +862 -862
- package/skills/adspecs-export-word/references/package-lock.json +220 -220
- package/skills/adspecs-export-word/references/package.json +10 -10
- package/skills/adspecs-front-prototype/SKILL.md +405 -405
- package/skills/adspecs-front-spec/SKILL.md +4 -4
- package/skills/adspecs-front-tasks/SKILL.md +213 -173
- package/skills/adspecs-plan/SKILL.md +59 -69
- package/skills/adspecs-prd/SKILL.md +13 -5
- package/skills/adspecs-prd-to-demo/SKILL.md +532 -0
- package/skills/adspecs-tasks/SKILL.md +175 -204
- package/skills/adspecs-update-status/SKILL.md +382 -382
- package/skills/adspecs-utest/SKILL.md +107 -116
- package/skills/grill-me/SKILL.md +7 -0
- package/skills/grill-me/agents/openai.yaml +5 -0
- package/skills/playwright-cli/SKILL.md +420 -0
- package/skills/playwright-cli/references/element-attributes.md +23 -0
- package/skills/playwright-cli/references/playwright-tests.md +39 -0
- package/skills/playwright-cli/references/request-mocking.md +87 -0
- package/skills/playwright-cli/references/running-code.md +241 -0
- package/skills/playwright-cli/references/session-management.md +225 -0
- package/skills/playwright-cli/references/storage-state.md +275 -0
- package/skills/playwright-cli/references/test-generation.md +433 -0
- package/skills/playwright-cli/references/tracing.md +139 -0
- package/skills/playwright-cli/references/video-recording.md +143 -0
- package/skills/playwright-trace/SKILL.md +171 -0
- package/skills/project-init/SKILL.md +93 -22
- package/skills/project-init/references/front-demo/.claude/settings.local.json +9 -0
- package/skills/wiki-update/SKILL.md +232 -232
- package/src/commands/doctor.js +197 -197
- package/src/commands/init.js +83 -83
- package/src/commands/plugin.js +165 -165
- package/src/commands/update.js +87 -87
- package/src/lib/area-scanner.js +129 -129
- package/src/lib/copier.js +104 -104
- package/src/lib/dir-utils.js +161 -133
- package/src/lib/json-merge.js +114 -114
- package/src/lib/paths-defaults.js +37 -37
- package/src/lib/prompts.js +428 -347
- package/src/lib/readme-gen.js +143 -143
- package/src/lib/report.js +338 -327
- package/src/lib/scaffolder.js +551 -518
- package/src/lib/short-name.js +36 -36
- package/src/utils.js +80 -80
- package/references/antd-front-demo/.env +0 -15
|
@@ -1,220 +1,220 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "adspecs-md-to-docx",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "adspecs-md-to-docx",
|
|
9
|
-
"version": "1.0.0",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"docx": "^9.5.0",
|
|
12
|
-
"marked": "^15.0.0"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"node_modules/@types/node": {
|
|
16
|
-
"version": "25.9.4",
|
|
17
|
-
"resolved": "https://registry.npmmirror.com/@types/node/-/node-25.9.4.tgz",
|
|
18
|
-
"integrity": "sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"undici-types": ">=7.24.0 <7.24.7"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"node_modules/core-util-is": {
|
|
25
|
-
"version": "1.0.3",
|
|
26
|
-
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
27
|
-
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
28
|
-
"license": "MIT"
|
|
29
|
-
},
|
|
30
|
-
"node_modules/docx": {
|
|
31
|
-
"version": "9.7.1",
|
|
32
|
-
"resolved": "https://registry.npmmirror.com/docx/-/docx-9.7.1.tgz",
|
|
33
|
-
"integrity": "sha512-ilXFf9Moz47ABjFpDiA5s1w9lpb4EFSp7+5iiJSbfyYDM+bpZdAgLlSr7fW4aXhVe/E+F6QCv0EvRVFEd5CsWg==",
|
|
34
|
-
"license": "MIT",
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@types/node": "^25.2.3",
|
|
37
|
-
"hash.js": "^1.1.7",
|
|
38
|
-
"jszip": "^3.10.1",
|
|
39
|
-
"nanoid": "^5.1.3",
|
|
40
|
-
"xml": "^1.0.1",
|
|
41
|
-
"xml-js": "^1.6.8"
|
|
42
|
-
},
|
|
43
|
-
"engines": {
|
|
44
|
-
"node": ">=10"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"node_modules/hash.js": {
|
|
48
|
-
"version": "1.1.7",
|
|
49
|
-
"resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
|
|
50
|
-
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
51
|
-
"license": "MIT",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"inherits": "^2.0.3",
|
|
54
|
-
"minimalistic-assert": "^1.0.1"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"node_modules/immediate": {
|
|
58
|
-
"version": "3.0.6",
|
|
59
|
-
"resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
|
|
60
|
-
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
61
|
-
"license": "MIT"
|
|
62
|
-
},
|
|
63
|
-
"node_modules/inherits": {
|
|
64
|
-
"version": "2.0.4",
|
|
65
|
-
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
66
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
67
|
-
"license": "ISC"
|
|
68
|
-
},
|
|
69
|
-
"node_modules/isarray": {
|
|
70
|
-
"version": "1.0.0",
|
|
71
|
-
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
72
|
-
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
73
|
-
"license": "MIT"
|
|
74
|
-
},
|
|
75
|
-
"node_modules/jszip": {
|
|
76
|
-
"version": "3.10.1",
|
|
77
|
-
"resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
|
|
78
|
-
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
79
|
-
"license": "(MIT OR GPL-3.0-or-later)",
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"lie": "~3.3.0",
|
|
82
|
-
"pako": "~1.0.2",
|
|
83
|
-
"readable-stream": "~2.3.6",
|
|
84
|
-
"setimmediate": "^1.0.5"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"node_modules/lie": {
|
|
88
|
-
"version": "3.3.0",
|
|
89
|
-
"resolved": "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz",
|
|
90
|
-
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
91
|
-
"license": "MIT",
|
|
92
|
-
"dependencies": {
|
|
93
|
-
"immediate": "~3.0.5"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"node_modules/marked": {
|
|
97
|
-
"version": "15.0.12",
|
|
98
|
-
"resolved": "https://registry.npmmirror.com/marked/-/marked-15.0.12.tgz",
|
|
99
|
-
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"bin": {
|
|
102
|
-
"marked": "bin/marked.js"
|
|
103
|
-
},
|
|
104
|
-
"engines": {
|
|
105
|
-
"node": ">= 18"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"node_modules/minimalistic-assert": {
|
|
109
|
-
"version": "1.0.1",
|
|
110
|
-
"resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
111
|
-
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
|
|
112
|
-
"license": "ISC"
|
|
113
|
-
},
|
|
114
|
-
"node_modules/nanoid": {
|
|
115
|
-
"version": "5.1.16",
|
|
116
|
-
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.16.tgz",
|
|
117
|
-
"integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==",
|
|
118
|
-
"funding": [
|
|
119
|
-
{
|
|
120
|
-
"type": "github",
|
|
121
|
-
"url": "https://github.com/sponsors/ai"
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"license": "MIT",
|
|
125
|
-
"bin": {
|
|
126
|
-
"nanoid": "bin/nanoid.js"
|
|
127
|
-
},
|
|
128
|
-
"engines": {
|
|
129
|
-
"node": "^18 || >=20"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"node_modules/pako": {
|
|
133
|
-
"version": "1.0.11",
|
|
134
|
-
"resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
|
|
135
|
-
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
136
|
-
"license": "(MIT AND Zlib)"
|
|
137
|
-
},
|
|
138
|
-
"node_modules/process-nextick-args": {
|
|
139
|
-
"version": "2.0.1",
|
|
140
|
-
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
141
|
-
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
142
|
-
"license": "MIT"
|
|
143
|
-
},
|
|
144
|
-
"node_modules/readable-stream": {
|
|
145
|
-
"version": "2.3.8",
|
|
146
|
-
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
147
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
148
|
-
"license": "MIT",
|
|
149
|
-
"dependencies": {
|
|
150
|
-
"core-util-is": "~1.0.0",
|
|
151
|
-
"inherits": "~2.0.3",
|
|
152
|
-
"isarray": "~1.0.0",
|
|
153
|
-
"process-nextick-args": "~2.0.0",
|
|
154
|
-
"safe-buffer": "~5.1.1",
|
|
155
|
-
"string_decoder": "~1.1.1",
|
|
156
|
-
"util-deprecate": "~1.0.1"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"node_modules/safe-buffer": {
|
|
160
|
-
"version": "5.1.2",
|
|
161
|
-
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
162
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
163
|
-
"license": "MIT"
|
|
164
|
-
},
|
|
165
|
-
"node_modules/sax": {
|
|
166
|
-
"version": "1.6.0",
|
|
167
|
-
"resolved": "https://registry.npmmirror.com/sax/-/sax-1.6.0.tgz",
|
|
168
|
-
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
169
|
-
"license": "BlueOak-1.0.0",
|
|
170
|
-
"engines": {
|
|
171
|
-
"node": ">=11.0.0"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"node_modules/setimmediate": {
|
|
175
|
-
"version": "1.0.5",
|
|
176
|
-
"resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
177
|
-
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
178
|
-
"license": "MIT"
|
|
179
|
-
},
|
|
180
|
-
"node_modules/string_decoder": {
|
|
181
|
-
"version": "1.1.1",
|
|
182
|
-
"resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
183
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
184
|
-
"license": "MIT",
|
|
185
|
-
"dependencies": {
|
|
186
|
-
"safe-buffer": "~5.1.0"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"node_modules/undici-types": {
|
|
190
|
-
"version": "7.24.6",
|
|
191
|
-
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.24.6.tgz",
|
|
192
|
-
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
|
193
|
-
"license": "MIT"
|
|
194
|
-
},
|
|
195
|
-
"node_modules/util-deprecate": {
|
|
196
|
-
"version": "1.0.2",
|
|
197
|
-
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
198
|
-
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
199
|
-
"license": "MIT"
|
|
200
|
-
},
|
|
201
|
-
"node_modules/xml": {
|
|
202
|
-
"version": "1.0.1",
|
|
203
|
-
"resolved": "https://registry.npmmirror.com/xml/-/xml-1.0.1.tgz",
|
|
204
|
-
"integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==",
|
|
205
|
-
"license": "MIT"
|
|
206
|
-
},
|
|
207
|
-
"node_modules/xml-js": {
|
|
208
|
-
"version": "1.6.11",
|
|
209
|
-
"resolved": "https://registry.npmmirror.com/xml-js/-/xml-js-1.6.11.tgz",
|
|
210
|
-
"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
|
|
211
|
-
"license": "MIT",
|
|
212
|
-
"dependencies": {
|
|
213
|
-
"sax": "^1.2.4"
|
|
214
|
-
},
|
|
215
|
-
"bin": {
|
|
216
|
-
"xml-js": "bin/cli.js"
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "adspecs-md-to-docx",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "adspecs-md-to-docx",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"docx": "^9.5.0",
|
|
12
|
+
"marked": "^15.0.0"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@types/node": {
|
|
16
|
+
"version": "25.9.4",
|
|
17
|
+
"resolved": "https://registry.npmmirror.com/@types/node/-/node-25.9.4.tgz",
|
|
18
|
+
"integrity": "sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"undici-types": ">=7.24.0 <7.24.7"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"node_modules/core-util-is": {
|
|
25
|
+
"version": "1.0.3",
|
|
26
|
+
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
27
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
28
|
+
"license": "MIT"
|
|
29
|
+
},
|
|
30
|
+
"node_modules/docx": {
|
|
31
|
+
"version": "9.7.1",
|
|
32
|
+
"resolved": "https://registry.npmmirror.com/docx/-/docx-9.7.1.tgz",
|
|
33
|
+
"integrity": "sha512-ilXFf9Moz47ABjFpDiA5s1w9lpb4EFSp7+5iiJSbfyYDM+bpZdAgLlSr7fW4aXhVe/E+F6QCv0EvRVFEd5CsWg==",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@types/node": "^25.2.3",
|
|
37
|
+
"hash.js": "^1.1.7",
|
|
38
|
+
"jszip": "^3.10.1",
|
|
39
|
+
"nanoid": "^5.1.3",
|
|
40
|
+
"xml": "^1.0.1",
|
|
41
|
+
"xml-js": "^1.6.8"
|
|
42
|
+
},
|
|
43
|
+
"engines": {
|
|
44
|
+
"node": ">=10"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"node_modules/hash.js": {
|
|
48
|
+
"version": "1.1.7",
|
|
49
|
+
"resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
|
|
50
|
+
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"inherits": "^2.0.3",
|
|
54
|
+
"minimalistic-assert": "^1.0.1"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"node_modules/immediate": {
|
|
58
|
+
"version": "3.0.6",
|
|
59
|
+
"resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
|
|
60
|
+
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
61
|
+
"license": "MIT"
|
|
62
|
+
},
|
|
63
|
+
"node_modules/inherits": {
|
|
64
|
+
"version": "2.0.4",
|
|
65
|
+
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
66
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
67
|
+
"license": "ISC"
|
|
68
|
+
},
|
|
69
|
+
"node_modules/isarray": {
|
|
70
|
+
"version": "1.0.0",
|
|
71
|
+
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
72
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
73
|
+
"license": "MIT"
|
|
74
|
+
},
|
|
75
|
+
"node_modules/jszip": {
|
|
76
|
+
"version": "3.10.1",
|
|
77
|
+
"resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
|
|
78
|
+
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
79
|
+
"license": "(MIT OR GPL-3.0-or-later)",
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"lie": "~3.3.0",
|
|
82
|
+
"pako": "~1.0.2",
|
|
83
|
+
"readable-stream": "~2.3.6",
|
|
84
|
+
"setimmediate": "^1.0.5"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"node_modules/lie": {
|
|
88
|
+
"version": "3.3.0",
|
|
89
|
+
"resolved": "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz",
|
|
90
|
+
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"dependencies": {
|
|
93
|
+
"immediate": "~3.0.5"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"node_modules/marked": {
|
|
97
|
+
"version": "15.0.12",
|
|
98
|
+
"resolved": "https://registry.npmmirror.com/marked/-/marked-15.0.12.tgz",
|
|
99
|
+
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
100
|
+
"license": "MIT",
|
|
101
|
+
"bin": {
|
|
102
|
+
"marked": "bin/marked.js"
|
|
103
|
+
},
|
|
104
|
+
"engines": {
|
|
105
|
+
"node": ">= 18"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"node_modules/minimalistic-assert": {
|
|
109
|
+
"version": "1.0.1",
|
|
110
|
+
"resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
111
|
+
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
|
|
112
|
+
"license": "ISC"
|
|
113
|
+
},
|
|
114
|
+
"node_modules/nanoid": {
|
|
115
|
+
"version": "5.1.16",
|
|
116
|
+
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.16.tgz",
|
|
117
|
+
"integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==",
|
|
118
|
+
"funding": [
|
|
119
|
+
{
|
|
120
|
+
"type": "github",
|
|
121
|
+
"url": "https://github.com/sponsors/ai"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"license": "MIT",
|
|
125
|
+
"bin": {
|
|
126
|
+
"nanoid": "bin/nanoid.js"
|
|
127
|
+
},
|
|
128
|
+
"engines": {
|
|
129
|
+
"node": "^18 || >=20"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"node_modules/pako": {
|
|
133
|
+
"version": "1.0.11",
|
|
134
|
+
"resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
|
|
135
|
+
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
136
|
+
"license": "(MIT AND Zlib)"
|
|
137
|
+
},
|
|
138
|
+
"node_modules/process-nextick-args": {
|
|
139
|
+
"version": "2.0.1",
|
|
140
|
+
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
141
|
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
142
|
+
"license": "MIT"
|
|
143
|
+
},
|
|
144
|
+
"node_modules/readable-stream": {
|
|
145
|
+
"version": "2.3.8",
|
|
146
|
+
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
147
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
148
|
+
"license": "MIT",
|
|
149
|
+
"dependencies": {
|
|
150
|
+
"core-util-is": "~1.0.0",
|
|
151
|
+
"inherits": "~2.0.3",
|
|
152
|
+
"isarray": "~1.0.0",
|
|
153
|
+
"process-nextick-args": "~2.0.0",
|
|
154
|
+
"safe-buffer": "~5.1.1",
|
|
155
|
+
"string_decoder": "~1.1.1",
|
|
156
|
+
"util-deprecate": "~1.0.1"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/safe-buffer": {
|
|
160
|
+
"version": "5.1.2",
|
|
161
|
+
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
162
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
163
|
+
"license": "MIT"
|
|
164
|
+
},
|
|
165
|
+
"node_modules/sax": {
|
|
166
|
+
"version": "1.6.0",
|
|
167
|
+
"resolved": "https://registry.npmmirror.com/sax/-/sax-1.6.0.tgz",
|
|
168
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
169
|
+
"license": "BlueOak-1.0.0",
|
|
170
|
+
"engines": {
|
|
171
|
+
"node": ">=11.0.0"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"node_modules/setimmediate": {
|
|
175
|
+
"version": "1.0.5",
|
|
176
|
+
"resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
177
|
+
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
178
|
+
"license": "MIT"
|
|
179
|
+
},
|
|
180
|
+
"node_modules/string_decoder": {
|
|
181
|
+
"version": "1.1.1",
|
|
182
|
+
"resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
183
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"dependencies": {
|
|
186
|
+
"safe-buffer": "~5.1.0"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"node_modules/undici-types": {
|
|
190
|
+
"version": "7.24.6",
|
|
191
|
+
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.24.6.tgz",
|
|
192
|
+
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
|
193
|
+
"license": "MIT"
|
|
194
|
+
},
|
|
195
|
+
"node_modules/util-deprecate": {
|
|
196
|
+
"version": "1.0.2",
|
|
197
|
+
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
198
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
199
|
+
"license": "MIT"
|
|
200
|
+
},
|
|
201
|
+
"node_modules/xml": {
|
|
202
|
+
"version": "1.0.1",
|
|
203
|
+
"resolved": "https://registry.npmmirror.com/xml/-/xml-1.0.1.tgz",
|
|
204
|
+
"integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==",
|
|
205
|
+
"license": "MIT"
|
|
206
|
+
},
|
|
207
|
+
"node_modules/xml-js": {
|
|
208
|
+
"version": "1.6.11",
|
|
209
|
+
"resolved": "https://registry.npmmirror.com/xml-js/-/xml-js-1.6.11.tgz",
|
|
210
|
+
"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
|
|
211
|
+
"license": "MIT",
|
|
212
|
+
"dependencies": {
|
|
213
|
+
"sax": "^1.2.4"
|
|
214
|
+
},
|
|
215
|
+
"bin": {
|
|
216
|
+
"xml-js": "bin/cli.js"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "adspecs-md-to-docx",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Markdown to Word (.docx) converter with cover page and TOC",
|
|
5
|
-
"private": true,
|
|
6
|
-
"dependencies": {
|
|
7
|
-
"docx": "^9.5.0",
|
|
8
|
-
"marked": "^15.0.0"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "adspecs-md-to-docx",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Markdown to Word (.docx) converter with cover page and TOC",
|
|
5
|
+
"private": true,
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"docx": "^9.5.0",
|
|
8
|
+
"marked": "^15.0.0"
|
|
9
|
+
}
|
|
10
|
+
}
|