protobufjs 6.11.4 → 6.11.6

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.
Files changed (118) hide show
  1. package/cli/node_modules/.package-lock.json +86 -32
  2. package/cli/node_modules/@babel/parser/package.json +66 -30
  3. package/cli/node_modules/@types/linkify-it/package.json +65 -36
  4. package/cli/node_modules/@types/markdown-it/package.json +67 -39
  5. package/cli/node_modules/@types/mdurl/package.json +53 -21
  6. package/cli/node_modules/acorn/package.json +48 -17
  7. package/cli/node_modules/acorn-jsx/package.json +42 -11
  8. package/cli/node_modules/argparse/package.json +52 -17
  9. package/cli/node_modules/bluebird/package.json +65 -38
  10. package/cli/node_modules/brace-expansion/index.js +14 -12
  11. package/cli/node_modules/brace-expansion/package.json +4 -1
  12. package/cli/node_modules/catharsis/package.json +44 -10
  13. package/cli/node_modules/deep-is/.travis.yml +5 -0
  14. package/cli/node_modules/deep-is/LICENSE +22 -0
  15. package/cli/node_modules/deep-is/README.markdown +70 -0
  16. package/cli/node_modules/deep-is/example/cmp.js +11 -0
  17. package/cli/node_modules/deep-is/index.js +102 -0
  18. package/cli/node_modules/deep-is/package.json +58 -0
  19. package/cli/node_modules/deep-is/test/NaN.js +16 -0
  20. package/cli/node_modules/deep-is/test/cmp.js +23 -0
  21. package/cli/node_modules/deep-is/test/neg-vs-pos-0.js +15 -0
  22. package/cli/node_modules/entities/package.json +95 -60
  23. package/cli/node_modules/escape-string-regexp/package.json +84 -41
  24. package/cli/node_modules/escodegen/escodegen.js +25 -66
  25. package/cli/node_modules/escodegen/package.json +11 -13
  26. package/cli/node_modules/esprima/package.json +82 -54
  27. package/cli/node_modules/estraverse/estraverse.js +1 -24
  28. package/cli/node_modules/estraverse/package.json +1 -1
  29. package/cli/node_modules/esutils/package.json +52 -21
  30. package/cli/node_modules/fast-levenshtein/LICENSE.md +25 -0
  31. package/cli/node_modules/fast-levenshtein/README.md +104 -0
  32. package/cli/node_modules/fast-levenshtein/levenshtein.js +136 -0
  33. package/cli/node_modules/fast-levenshtein/package.json +39 -0
  34. package/cli/node_modules/fs.realpath/package.json +52 -16
  35. package/cli/node_modules/graceful-fs/package.json +57 -25
  36. package/cli/node_modules/inflight/package.json +44 -15
  37. package/cli/node_modules/inherits/package.json +44 -12
  38. package/cli/node_modules/js2xmlparser/package.json +94 -62
  39. package/cli/node_modules/klaw/package.json +53 -23
  40. package/cli/node_modules/levn/LICENSE +22 -0
  41. package/cli/node_modules/levn/README.md +196 -0
  42. package/cli/node_modules/levn/lib/cast.js +298 -0
  43. package/cli/node_modules/levn/lib/coerce.js +285 -0
  44. package/cli/node_modules/levn/lib/index.js +22 -0
  45. package/cli/node_modules/levn/lib/parse-string.js +113 -0
  46. package/cli/node_modules/levn/lib/parse.js +102 -0
  47. package/cli/node_modules/levn/package.json +47 -0
  48. package/cli/node_modules/linkify-it/package.json +58 -23
  49. package/cli/node_modules/lodash/package.json +61 -10
  50. package/cli/node_modules/markdown-it/package.json +68 -33
  51. package/cli/node_modules/markdown-it-anchor/package.json +72 -30
  52. package/cli/node_modules/marked/package.json +87 -52
  53. package/cli/node_modules/mdurl/package.json +44 -9
  54. package/cli/node_modules/minimatch/README.md +37 -0
  55. package/cli/node_modules/minimatch/minimatch.js +160 -102
  56. package/cli/node_modules/minimatch/package.json +2 -2
  57. package/cli/node_modules/mkdirp/package.json +56 -22
  58. package/cli/node_modules/once/package.json +48 -14
  59. package/cli/node_modules/optionator/CHANGELOG.md +56 -0
  60. package/cli/node_modules/optionator/LICENSE +22 -0
  61. package/cli/node_modules/optionator/README.md +238 -0
  62. package/cli/node_modules/optionator/lib/help.js +260 -0
  63. package/cli/node_modules/optionator/lib/index.js +465 -0
  64. package/cli/node_modules/optionator/lib/util.js +54 -0
  65. package/cli/node_modules/optionator/package.json +44 -0
  66. package/cli/node_modules/prelude-ls/CHANGELOG.md +99 -0
  67. package/cli/node_modules/prelude-ls/LICENSE +22 -0
  68. package/cli/node_modules/prelude-ls/README.md +15 -0
  69. package/cli/node_modules/prelude-ls/lib/Func.js +65 -0
  70. package/cli/node_modules/prelude-ls/lib/List.js +686 -0
  71. package/cli/node_modules/prelude-ls/lib/Num.js +130 -0
  72. package/cli/node_modules/prelude-ls/lib/Obj.js +154 -0
  73. package/cli/node_modules/prelude-ls/lib/Str.js +92 -0
  74. package/cli/node_modules/prelude-ls/lib/index.js +178 -0
  75. package/cli/node_modules/prelude-ls/package.json +52 -0
  76. package/cli/node_modules/requizzle/package.json +52 -21
  77. package/cli/node_modules/source-map/package.json +197 -54
  78. package/cli/node_modules/strip-json-comments/package.json +80 -45
  79. package/cli/node_modules/tmp/README.md +47 -21
  80. package/cli/node_modules/tmp/lib/tmp.js +209 -147
  81. package/cli/node_modules/tmp/package.json +73 -37
  82. package/cli/node_modules/type-check/LICENSE +22 -0
  83. package/cli/node_modules/type-check/README.md +210 -0
  84. package/cli/node_modules/type-check/lib/check.js +126 -0
  85. package/cli/node_modules/type-check/lib/index.js +16 -0
  86. package/cli/node_modules/type-check/lib/parse-type.js +196 -0
  87. package/cli/node_modules/type-check/package.json +40 -0
  88. package/cli/node_modules/uc.micro/package.json +45 -9
  89. package/cli/node_modules/underscore/package.json +95 -61
  90. package/cli/node_modules/word-wrap/LICENSE +21 -0
  91. package/cli/node_modules/word-wrap/README.md +201 -0
  92. package/cli/node_modules/word-wrap/index.d.ts +50 -0
  93. package/cli/node_modules/word-wrap/index.js +61 -0
  94. package/cli/node_modules/word-wrap/package.json +77 -0
  95. package/cli/node_modules/wrappy/package.json +46 -16
  96. package/cli/node_modules/xmlcreate/package.json +87 -55
  97. package/cli/package-lock.json +842 -0
  98. package/cli/package.json +1 -1
  99. package/dist/light/protobuf.js +3 -2
  100. package/dist/light/protobuf.js.map +1 -1
  101. package/dist/light/protobuf.min.js +3 -3
  102. package/dist/light/protobuf.min.js.map +1 -1
  103. package/dist/minimal/protobuf.js +2 -2
  104. package/dist/minimal/protobuf.min.js +3 -3
  105. package/dist/minimal/protobuf.min.js.map +1 -1
  106. package/dist/protobuf.js +3 -2
  107. package/dist/protobuf.js.map +1 -1
  108. package/dist/protobuf.min.js +3 -3
  109. package/dist/protobuf.min.js.map +1 -1
  110. package/package.json +1 -1
  111. package/src/type.js +1 -0
  112. package/cli/node_modules/rimraf/CHANGELOG.md +0 -65
  113. package/cli/node_modules/rimraf/LICENSE +0 -15
  114. package/cli/node_modules/rimraf/README.md +0 -101
  115. package/cli/node_modules/rimraf/bin.js +0 -68
  116. package/cli/node_modules/rimraf/package.json +0 -32
  117. package/cli/node_modules/rimraf/rimraf.js +0 -360
  118. package/cli/node_modules/tmp/CHANGELOG.md +0 -288
@@ -0,0 +1,842 @@
1
+ {
2
+ "name": "cli",
3
+ "version": "6.9.0",
4
+ "lockfileVersion": 2,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "version": "6.9.0",
9
+ "dependencies": {
10
+ "escodegen": "^1.14.3",
11
+ "espree": "^7.3.1",
12
+ "glob": "^7.2.3",
13
+ "jsdoc": "^3.6.11",
14
+ "tmp": "^0.2.1"
15
+ }
16
+ },
17
+ "..": {
18
+ "name": "protobufjs",
19
+ "version": "6.11.6",
20
+ "extraneous": true,
21
+ "hasInstallScript": true,
22
+ "license": "BSD-3-Clause",
23
+ "dependencies": {
24
+ "@protobufjs/aspromise": "^1.1.2",
25
+ "@protobufjs/base64": "^1.1.2",
26
+ "@protobufjs/codegen": "^2.0.4",
27
+ "@protobufjs/eventemitter": "^1.1.0",
28
+ "@protobufjs/fetch": "^1.1.0",
29
+ "@protobufjs/float": "^1.0.2",
30
+ "@protobufjs/inquire": "^1.1.0",
31
+ "@protobufjs/path": "^1.1.2",
32
+ "@protobufjs/pool": "^1.1.0",
33
+ "@protobufjs/utf8": "^1.1.0",
34
+ "@types/long": "^4.0.1",
35
+ "@types/node": ">=13.7.0",
36
+ "long": "^4.0.0"
37
+ },
38
+ "bin": {
39
+ "pbjs": "bin/pbjs",
40
+ "pbts": "bin/pbts"
41
+ },
42
+ "devDependencies": {
43
+ "benchmark": "^2.1.4",
44
+ "browserify": "^17.0.0",
45
+ "browserify-wrap": "^1.0.2",
46
+ "bundle-collapser": "^1.3.0",
47
+ "chalk": "^4.0.0",
48
+ "escodegen": "^1.13.0",
49
+ "eslint": "^8.15.0",
50
+ "espree": "^7.0.0",
51
+ "estraverse": "^5.1.0",
52
+ "gh-pages": "^3.0.0",
53
+ "git-raw-commits": "^2.0.3",
54
+ "git-semver-tags": "^4.0.0",
55
+ "glob": "^7.2.1",
56
+ "google-protobuf": "^3.11.3",
57
+ "gulp": "^4.0.2",
58
+ "gulp-header": "^2.0.9",
59
+ "gulp-if": "^3.0.0",
60
+ "gulp-sourcemaps": "^2.6.5",
61
+ "gulp-uglify": "^3.0.2",
62
+ "jaguarjs-jsdoc": "github:dcodeIO/jaguarjs-jsdoc",
63
+ "jsdoc": "^3.6.3",
64
+ "minimist": "^1.2.0",
65
+ "nyc": "^15.0.0",
66
+ "reflect-metadata": "^0.1.13",
67
+ "semver": "^7.1.2",
68
+ "tape": "^5.0.0",
69
+ "tmp": "^0.2.0",
70
+ "tslint": "^6.0.0",
71
+ "typescript": "^3.7.5",
72
+ "uglify-js": "^3.7.7",
73
+ "vinyl-buffer": "^1.0.1",
74
+ "vinyl-fs": "^3.0.3",
75
+ "vinyl-source-stream": "^2.0.0"
76
+ }
77
+ },
78
+ "node_modules/@babel/parser": {
79
+ "version": "7.18.13",
80
+ "license": "MIT",
81
+ "bin": {
82
+ "parser": "bin/babel-parser.js"
83
+ },
84
+ "engines": {
85
+ "node": ">=6.0.0"
86
+ }
87
+ },
88
+ "node_modules/@types/linkify-it": {
89
+ "version": "3.0.2",
90
+ "license": "MIT"
91
+ },
92
+ "node_modules/@types/markdown-it": {
93
+ "version": "12.2.3",
94
+ "license": "MIT",
95
+ "dependencies": {
96
+ "@types/linkify-it": "*",
97
+ "@types/mdurl": "*"
98
+ }
99
+ },
100
+ "node_modules/@types/mdurl": {
101
+ "version": "1.0.2",
102
+ "license": "MIT"
103
+ },
104
+ "node_modules/acorn": {
105
+ "version": "8.8.0",
106
+ "license": "MIT",
107
+ "peer": true,
108
+ "bin": {
109
+ "acorn": "bin/acorn"
110
+ },
111
+ "engines": {
112
+ "node": ">=0.4.0"
113
+ }
114
+ },
115
+ "node_modules/acorn-jsx": {
116
+ "version": "5.3.2",
117
+ "license": "MIT",
118
+ "peerDependencies": {
119
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
120
+ }
121
+ },
122
+ "node_modules/argparse": {
123
+ "version": "2.0.1",
124
+ "license": "Python-2.0"
125
+ },
126
+ "node_modules/balanced-match": {
127
+ "version": "1.0.2",
128
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
129
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
130
+ },
131
+ "node_modules/bluebird": {
132
+ "version": "3.7.2",
133
+ "license": "MIT"
134
+ },
135
+ "node_modules/brace-expansion": {
136
+ "version": "1.1.14",
137
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
138
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
139
+ "dependencies": {
140
+ "balanced-match": "^1.0.0",
141
+ "concat-map": "0.0.1"
142
+ }
143
+ },
144
+ "node_modules/catharsis": {
145
+ "version": "0.9.0",
146
+ "license": "MIT",
147
+ "dependencies": {
148
+ "lodash": "^4.17.15"
149
+ },
150
+ "engines": {
151
+ "node": ">= 10"
152
+ }
153
+ },
154
+ "node_modules/concat-map": {
155
+ "version": "0.0.1",
156
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
157
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
158
+ },
159
+ "node_modules/deep-is": {
160
+ "version": "0.1.4",
161
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
162
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
163
+ },
164
+ "node_modules/entities": {
165
+ "version": "2.1.0",
166
+ "license": "BSD-2-Clause",
167
+ "funding": {
168
+ "url": "https://github.com/fb55/entities?sponsor=1"
169
+ }
170
+ },
171
+ "node_modules/escape-string-regexp": {
172
+ "version": "2.0.0",
173
+ "license": "MIT",
174
+ "engines": {
175
+ "node": ">=8"
176
+ }
177
+ },
178
+ "node_modules/escodegen": {
179
+ "version": "1.14.3",
180
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
181
+ "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
182
+ "dependencies": {
183
+ "esprima": "^4.0.1",
184
+ "estraverse": "^4.2.0",
185
+ "esutils": "^2.0.2",
186
+ "optionator": "^0.8.1"
187
+ },
188
+ "bin": {
189
+ "escodegen": "bin/escodegen.js",
190
+ "esgenerate": "bin/esgenerate.js"
191
+ },
192
+ "engines": {
193
+ "node": ">=4.0"
194
+ },
195
+ "optionalDependencies": {
196
+ "source-map": "~0.6.1"
197
+ }
198
+ },
199
+ "node_modules/eslint-visitor-keys": {
200
+ "version": "1.3.0",
201
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
202
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
203
+ "engines": {
204
+ "node": ">=4"
205
+ }
206
+ },
207
+ "node_modules/espree": {
208
+ "version": "7.3.1",
209
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
210
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
211
+ "dependencies": {
212
+ "acorn": "^7.4.0",
213
+ "acorn-jsx": "^5.3.1",
214
+ "eslint-visitor-keys": "^1.3.0"
215
+ },
216
+ "engines": {
217
+ "node": "^10.12.0 || >=12.0.0"
218
+ }
219
+ },
220
+ "node_modules/espree/node_modules/acorn": {
221
+ "version": "7.4.1",
222
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
223
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
224
+ "bin": {
225
+ "acorn": "bin/acorn"
226
+ },
227
+ "engines": {
228
+ "node": ">=0.4.0"
229
+ }
230
+ },
231
+ "node_modules/esprima": {
232
+ "version": "4.0.1",
233
+ "license": "BSD-2-Clause",
234
+ "bin": {
235
+ "esparse": "bin/esparse.js",
236
+ "esvalidate": "bin/esvalidate.js"
237
+ },
238
+ "engines": {
239
+ "node": ">=4"
240
+ }
241
+ },
242
+ "node_modules/estraverse": {
243
+ "version": "4.3.0",
244
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
245
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
246
+ "engines": {
247
+ "node": ">=4.0"
248
+ }
249
+ },
250
+ "node_modules/esutils": {
251
+ "version": "2.0.3",
252
+ "license": "BSD-2-Clause",
253
+ "engines": {
254
+ "node": ">=0.10.0"
255
+ }
256
+ },
257
+ "node_modules/fast-levenshtein": {
258
+ "version": "2.0.6",
259
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
260
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
261
+ },
262
+ "node_modules/fs.realpath": {
263
+ "version": "1.0.0",
264
+ "license": "ISC"
265
+ },
266
+ "node_modules/glob": {
267
+ "version": "7.2.3",
268
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
269
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
270
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
271
+ "dependencies": {
272
+ "fs.realpath": "^1.0.0",
273
+ "inflight": "^1.0.4",
274
+ "inherits": "2",
275
+ "minimatch": "^3.1.1",
276
+ "once": "^1.3.0",
277
+ "path-is-absolute": "^1.0.0"
278
+ },
279
+ "engines": {
280
+ "node": "*"
281
+ },
282
+ "funding": {
283
+ "url": "https://github.com/sponsors/isaacs"
284
+ }
285
+ },
286
+ "node_modules/graceful-fs": {
287
+ "version": "4.2.10",
288
+ "license": "ISC"
289
+ },
290
+ "node_modules/inflight": {
291
+ "version": "1.0.6",
292
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
293
+ "license": "ISC",
294
+ "dependencies": {
295
+ "once": "^1.3.0",
296
+ "wrappy": "1"
297
+ }
298
+ },
299
+ "node_modules/inherits": {
300
+ "version": "2.0.4",
301
+ "license": "ISC"
302
+ },
303
+ "node_modules/js2xmlparser": {
304
+ "version": "4.0.2",
305
+ "license": "Apache-2.0",
306
+ "dependencies": {
307
+ "xmlcreate": "^2.0.4"
308
+ }
309
+ },
310
+ "node_modules/jsdoc": {
311
+ "version": "3.6.11",
312
+ "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
313
+ "integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
314
+ "dependencies": {
315
+ "@babel/parser": "^7.9.4",
316
+ "@types/markdown-it": "^12.2.3",
317
+ "bluebird": "^3.7.2",
318
+ "catharsis": "^0.9.0",
319
+ "escape-string-regexp": "^2.0.0",
320
+ "js2xmlparser": "^4.0.2",
321
+ "klaw": "^3.0.0",
322
+ "markdown-it": "^12.3.2",
323
+ "markdown-it-anchor": "^8.4.1",
324
+ "marked": "^4.0.10",
325
+ "mkdirp": "^1.0.4",
326
+ "requizzle": "^0.2.3",
327
+ "strip-json-comments": "^3.1.0",
328
+ "taffydb": "2.6.2",
329
+ "underscore": "~1.13.2"
330
+ },
331
+ "bin": {
332
+ "jsdoc": "jsdoc.js"
333
+ },
334
+ "engines": {
335
+ "node": ">=12.0.0"
336
+ }
337
+ },
338
+ "node_modules/klaw": {
339
+ "version": "3.0.0",
340
+ "license": "MIT",
341
+ "dependencies": {
342
+ "graceful-fs": "^4.1.9"
343
+ }
344
+ },
345
+ "node_modules/levn": {
346
+ "version": "0.3.0",
347
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
348
+ "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
349
+ "dependencies": {
350
+ "prelude-ls": "~1.1.2",
351
+ "type-check": "~0.3.2"
352
+ },
353
+ "engines": {
354
+ "node": ">= 0.8.0"
355
+ }
356
+ },
357
+ "node_modules/linkify-it": {
358
+ "version": "3.0.3",
359
+ "license": "MIT",
360
+ "dependencies": {
361
+ "uc.micro": "^1.0.1"
362
+ }
363
+ },
364
+ "node_modules/lodash": {
365
+ "version": "4.17.21",
366
+ "license": "MIT"
367
+ },
368
+ "node_modules/markdown-it": {
369
+ "version": "12.3.2",
370
+ "license": "MIT",
371
+ "dependencies": {
372
+ "argparse": "^2.0.1",
373
+ "entities": "~2.1.0",
374
+ "linkify-it": "^3.0.1",
375
+ "mdurl": "^1.0.1",
376
+ "uc.micro": "^1.0.5"
377
+ },
378
+ "bin": {
379
+ "markdown-it": "bin/markdown-it.js"
380
+ }
381
+ },
382
+ "node_modules/markdown-it-anchor": {
383
+ "version": "8.6.4",
384
+ "license": "Unlicense",
385
+ "peerDependencies": {
386
+ "@types/markdown-it": "*",
387
+ "markdown-it": "*"
388
+ }
389
+ },
390
+ "node_modules/marked": {
391
+ "version": "4.0.19",
392
+ "license": "MIT",
393
+ "bin": {
394
+ "marked": "bin/marked.js"
395
+ },
396
+ "engines": {
397
+ "node": ">= 12"
398
+ }
399
+ },
400
+ "node_modules/mdurl": {
401
+ "version": "1.0.1",
402
+ "license": "MIT"
403
+ },
404
+ "node_modules/minimatch": {
405
+ "version": "3.1.5",
406
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
407
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
408
+ "dependencies": {
409
+ "brace-expansion": "^1.1.7"
410
+ },
411
+ "engines": {
412
+ "node": "*"
413
+ }
414
+ },
415
+ "node_modules/mkdirp": {
416
+ "version": "1.0.4",
417
+ "license": "MIT",
418
+ "bin": {
419
+ "mkdirp": "bin/cmd.js"
420
+ },
421
+ "engines": {
422
+ "node": ">=10"
423
+ }
424
+ },
425
+ "node_modules/once": {
426
+ "version": "1.4.0",
427
+ "license": "ISC",
428
+ "dependencies": {
429
+ "wrappy": "1"
430
+ }
431
+ },
432
+ "node_modules/optionator": {
433
+ "version": "0.8.3",
434
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
435
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
436
+ "dependencies": {
437
+ "deep-is": "~0.1.3",
438
+ "fast-levenshtein": "~2.0.6",
439
+ "levn": "~0.3.0",
440
+ "prelude-ls": "~1.1.2",
441
+ "type-check": "~0.3.2",
442
+ "word-wrap": "~1.2.3"
443
+ },
444
+ "engines": {
445
+ "node": ">= 0.8.0"
446
+ }
447
+ },
448
+ "node_modules/path-is-absolute": {
449
+ "version": "1.0.1",
450
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
451
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
452
+ "engines": {
453
+ "node": ">=0.10.0"
454
+ }
455
+ },
456
+ "node_modules/prelude-ls": {
457
+ "version": "1.1.2",
458
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
459
+ "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
460
+ "engines": {
461
+ "node": ">= 0.8.0"
462
+ }
463
+ },
464
+ "node_modules/requizzle": {
465
+ "version": "0.2.3",
466
+ "license": "MIT",
467
+ "dependencies": {
468
+ "lodash": "^4.17.14"
469
+ }
470
+ },
471
+ "node_modules/source-map": {
472
+ "version": "0.6.1",
473
+ "license": "BSD-3-Clause",
474
+ "optional": true,
475
+ "engines": {
476
+ "node": ">=0.10.0"
477
+ }
478
+ },
479
+ "node_modules/strip-json-comments": {
480
+ "version": "3.1.1",
481
+ "license": "MIT",
482
+ "engines": {
483
+ "node": ">=8"
484
+ },
485
+ "funding": {
486
+ "url": "https://github.com/sponsors/sindresorhus"
487
+ }
488
+ },
489
+ "node_modules/taffydb": {
490
+ "version": "2.6.2",
491
+ "resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
492
+ "integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA=="
493
+ },
494
+ "node_modules/tmp": {
495
+ "version": "0.2.4",
496
+ "license": "MIT",
497
+ "engines": {
498
+ "node": ">=14.14"
499
+ }
500
+ },
501
+ "node_modules/type-check": {
502
+ "version": "0.3.2",
503
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
504
+ "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
505
+ "dependencies": {
506
+ "prelude-ls": "~1.1.2"
507
+ },
508
+ "engines": {
509
+ "node": ">= 0.8.0"
510
+ }
511
+ },
512
+ "node_modules/uc.micro": {
513
+ "version": "1.0.6",
514
+ "license": "MIT"
515
+ },
516
+ "node_modules/underscore": {
517
+ "version": "1.13.4",
518
+ "license": "MIT"
519
+ },
520
+ "node_modules/word-wrap": {
521
+ "version": "1.2.5",
522
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
523
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
524
+ "engines": {
525
+ "node": ">=0.10.0"
526
+ }
527
+ },
528
+ "node_modules/wrappy": {
529
+ "version": "1.0.2",
530
+ "license": "ISC"
531
+ },
532
+ "node_modules/xmlcreate": {
533
+ "version": "2.0.4",
534
+ "license": "Apache-2.0"
535
+ }
536
+ },
537
+ "dependencies": {
538
+ "@babel/parser": {
539
+ "version": "7.18.13"
540
+ },
541
+ "@types/linkify-it": {
542
+ "version": "3.0.2"
543
+ },
544
+ "@types/markdown-it": {
545
+ "version": "12.2.3",
546
+ "requires": {
547
+ "@types/linkify-it": "*",
548
+ "@types/mdurl": "*"
549
+ }
550
+ },
551
+ "@types/mdurl": {
552
+ "version": "1.0.2"
553
+ },
554
+ "acorn": {
555
+ "version": "8.8.0",
556
+ "peer": true
557
+ },
558
+ "acorn-jsx": {
559
+ "version": "5.3.2",
560
+ "requires": {}
561
+ },
562
+ "argparse": {
563
+ "version": "2.0.1"
564
+ },
565
+ "balanced-match": {
566
+ "version": "1.0.2",
567
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
568
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
569
+ },
570
+ "bluebird": {
571
+ "version": "3.7.2"
572
+ },
573
+ "brace-expansion": {
574
+ "version": "1.1.14",
575
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
576
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
577
+ "requires": {
578
+ "balanced-match": "^1.0.0",
579
+ "concat-map": "0.0.1"
580
+ }
581
+ },
582
+ "catharsis": {
583
+ "version": "0.9.0",
584
+ "requires": {
585
+ "lodash": "^4.17.15"
586
+ }
587
+ },
588
+ "concat-map": {
589
+ "version": "0.0.1",
590
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
591
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
592
+ },
593
+ "deep-is": {
594
+ "version": "0.1.4",
595
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
596
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
597
+ },
598
+ "entities": {
599
+ "version": "2.1.0"
600
+ },
601
+ "escape-string-regexp": {
602
+ "version": "2.0.0"
603
+ },
604
+ "escodegen": {
605
+ "version": "1.14.3",
606
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
607
+ "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
608
+ "requires": {
609
+ "esprima": "^4.0.1",
610
+ "estraverse": "^4.2.0",
611
+ "esutils": "^2.0.2",
612
+ "optionator": "^0.8.1",
613
+ "source-map": "~0.6.1"
614
+ }
615
+ },
616
+ "eslint-visitor-keys": {
617
+ "version": "1.3.0",
618
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
619
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
620
+ },
621
+ "espree": {
622
+ "version": "7.3.1",
623
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
624
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
625
+ "requires": {
626
+ "acorn": "^7.4.0",
627
+ "acorn-jsx": "^5.3.1",
628
+ "eslint-visitor-keys": "^1.3.0"
629
+ },
630
+ "dependencies": {
631
+ "acorn": {
632
+ "version": "7.4.1",
633
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
634
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
635
+ }
636
+ }
637
+ },
638
+ "esprima": {
639
+ "version": "4.0.1"
640
+ },
641
+ "estraverse": {
642
+ "version": "4.3.0",
643
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
644
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
645
+ },
646
+ "esutils": {
647
+ "version": "2.0.3"
648
+ },
649
+ "fast-levenshtein": {
650
+ "version": "2.0.6",
651
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
652
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
653
+ },
654
+ "fs.realpath": {
655
+ "version": "1.0.0"
656
+ },
657
+ "glob": {
658
+ "version": "7.2.3",
659
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
660
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
661
+ "requires": {
662
+ "fs.realpath": "^1.0.0",
663
+ "inflight": "^1.0.4",
664
+ "inherits": "2",
665
+ "minimatch": "^3.1.1",
666
+ "once": "^1.3.0",
667
+ "path-is-absolute": "^1.0.0"
668
+ }
669
+ },
670
+ "graceful-fs": {
671
+ "version": "4.2.10"
672
+ },
673
+ "inflight": {
674
+ "version": "1.0.6",
675
+ "requires": {
676
+ "once": "^1.3.0",
677
+ "wrappy": "1"
678
+ }
679
+ },
680
+ "inherits": {
681
+ "version": "2.0.4"
682
+ },
683
+ "js2xmlparser": {
684
+ "version": "4.0.2",
685
+ "requires": {
686
+ "xmlcreate": "^2.0.4"
687
+ }
688
+ },
689
+ "jsdoc": {
690
+ "version": "3.6.11",
691
+ "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
692
+ "integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
693
+ "requires": {
694
+ "@babel/parser": "^7.9.4",
695
+ "@types/markdown-it": "^12.2.3",
696
+ "bluebird": "^3.7.2",
697
+ "catharsis": "^0.9.0",
698
+ "escape-string-regexp": "^2.0.0",
699
+ "js2xmlparser": "^4.0.2",
700
+ "klaw": "^3.0.0",
701
+ "markdown-it": "^12.3.2",
702
+ "markdown-it-anchor": "^8.4.1",
703
+ "marked": "^4.0.10",
704
+ "mkdirp": "^1.0.4",
705
+ "requizzle": "^0.2.3",
706
+ "strip-json-comments": "^3.1.0",
707
+ "taffydb": "2.6.2",
708
+ "underscore": "~1.13.2"
709
+ }
710
+ },
711
+ "klaw": {
712
+ "version": "3.0.0",
713
+ "requires": {
714
+ "graceful-fs": "^4.1.9"
715
+ }
716
+ },
717
+ "levn": {
718
+ "version": "0.3.0",
719
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
720
+ "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
721
+ "requires": {
722
+ "prelude-ls": "~1.1.2",
723
+ "type-check": "~0.3.2"
724
+ }
725
+ },
726
+ "linkify-it": {
727
+ "version": "3.0.3",
728
+ "requires": {
729
+ "uc.micro": "^1.0.1"
730
+ }
731
+ },
732
+ "lodash": {
733
+ "version": "4.17.21"
734
+ },
735
+ "markdown-it": {
736
+ "version": "12.3.2",
737
+ "requires": {
738
+ "argparse": "^2.0.1",
739
+ "entities": "~2.1.0",
740
+ "linkify-it": "^3.0.1",
741
+ "mdurl": "^1.0.1",
742
+ "uc.micro": "^1.0.5"
743
+ }
744
+ },
745
+ "markdown-it-anchor": {
746
+ "version": "8.6.4",
747
+ "requires": {}
748
+ },
749
+ "marked": {
750
+ "version": "4.0.19"
751
+ },
752
+ "mdurl": {
753
+ "version": "1.0.1"
754
+ },
755
+ "minimatch": {
756
+ "version": "3.1.5",
757
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
758
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
759
+ "requires": {
760
+ "brace-expansion": "^1.1.7"
761
+ }
762
+ },
763
+ "mkdirp": {
764
+ "version": "1.0.4"
765
+ },
766
+ "once": {
767
+ "version": "1.4.0",
768
+ "requires": {
769
+ "wrappy": "1"
770
+ }
771
+ },
772
+ "optionator": {
773
+ "version": "0.8.3",
774
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
775
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
776
+ "requires": {
777
+ "deep-is": "~0.1.3",
778
+ "fast-levenshtein": "~2.0.6",
779
+ "levn": "~0.3.0",
780
+ "prelude-ls": "~1.1.2",
781
+ "type-check": "~0.3.2",
782
+ "word-wrap": "~1.2.3"
783
+ }
784
+ },
785
+ "path-is-absolute": {
786
+ "version": "1.0.1",
787
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
788
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
789
+ },
790
+ "prelude-ls": {
791
+ "version": "1.1.2",
792
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
793
+ "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w=="
794
+ },
795
+ "requizzle": {
796
+ "version": "0.2.3",
797
+ "requires": {
798
+ "lodash": "^4.17.14"
799
+ }
800
+ },
801
+ "source-map": {
802
+ "version": "0.6.1",
803
+ "optional": true
804
+ },
805
+ "strip-json-comments": {
806
+ "version": "3.1.1"
807
+ },
808
+ "taffydb": {
809
+ "version": "2.6.2",
810
+ "resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
811
+ "integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA=="
812
+ },
813
+ "tmp": {
814
+ "version": "0.2.4"
815
+ },
816
+ "type-check": {
817
+ "version": "0.3.2",
818
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
819
+ "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
820
+ "requires": {
821
+ "prelude-ls": "~1.1.2"
822
+ }
823
+ },
824
+ "uc.micro": {
825
+ "version": "1.0.6"
826
+ },
827
+ "underscore": {
828
+ "version": "1.13.4"
829
+ },
830
+ "word-wrap": {
831
+ "version": "1.2.5",
832
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
833
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="
834
+ },
835
+ "wrappy": {
836
+ "version": "1.0.2"
837
+ },
838
+ "xmlcreate": {
839
+ "version": "2.0.4"
840
+ }
841
+ }
842
+ }