mathjs 10.5.1 → 10.6.0

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 (3244) hide show
  1. package/CONTRIBUTING.md +14 -10
  2. package/HISTORY.md +34 -1
  3. package/README.md +13 -1
  4. package/lib/browser/math.js +5 -5
  5. package/lib/browser/math.js.map +1 -1
  6. package/lib/cjs/entry/dependenciesAny/dependenciesFft.generated.js +41 -0
  7. package/lib/cjs/entry/dependenciesAny/dependenciesIfft.generated.js +29 -0
  8. package/lib/cjs/entry/dependenciesAny.generated.js +16 -0
  9. package/lib/cjs/entry/impureFunctionsAny.generated.js +66 -64
  10. package/lib/cjs/entry/pureFunctionsAny.generated.js +189 -171
  11. package/lib/cjs/expression/embeddedDocs/embeddedDocs.js +6 -0
  12. package/lib/cjs/expression/embeddedDocs/function/matrix/fft.js +15 -0
  13. package/lib/cjs/expression/embeddedDocs/function/matrix/ifft.js +15 -0
  14. package/lib/cjs/factoriesAny.js +16 -0
  15. package/lib/cjs/function/algebra/derivative.js +1 -1
  16. package/lib/cjs/function/matrix/fft.js +128 -0
  17. package/lib/cjs/function/matrix/ifft.js +49 -0
  18. package/lib/cjs/header.js +2 -2
  19. package/lib/cjs/version.js +1 -1
  20. package/lib/esm/entry/dependenciesAny/dependenciesFft.generated.js +24 -0
  21. package/lib/esm/entry/dependenciesAny/dependenciesIfft.generated.js +16 -0
  22. package/lib/esm/entry/dependenciesAny.generated.js +2 -0
  23. package/lib/esm/entry/impureFunctionsAny.generated.js +63 -61
  24. package/lib/esm/entry/pureFunctionsAny.generated.js +161 -145
  25. package/lib/esm/expression/embeddedDocs/embeddedDocs.js +4 -0
  26. package/lib/esm/expression/embeddedDocs/function/matrix/fft.js +8 -0
  27. package/lib/esm/expression/embeddedDocs/function/matrix/ifft.js +8 -0
  28. package/lib/esm/factoriesAny.js +2 -0
  29. package/lib/esm/function/algebra/derivative.js +1 -1
  30. package/lib/esm/function/matrix/fft.js +104 -0
  31. package/lib/esm/function/matrix/ifft.js +38 -0
  32. package/lib/esm/version.js +1 -1
  33. package/package.json +31 -33
  34. package/types/index.d.ts +995 -270
  35. package/types/index.ts +694 -6
  36. package/docs/command_line_interface.md +0 -87
  37. package/docs/core/chaining.md +0 -41
  38. package/docs/core/configuration.md +0 -144
  39. package/docs/core/extension.md +0 -263
  40. package/docs/core/index.md +0 -21
  41. package/docs/core/serialization.md +0 -50
  42. package/docs/custom_bundling.md +0 -116
  43. package/docs/datatypes/bignumbers.md +0 -102
  44. package/docs/datatypes/complex_numbers.md +0 -168
  45. package/docs/datatypes/fractions.md +0 -75
  46. package/docs/datatypes/index.md +0 -67
  47. package/docs/datatypes/matrices.md +0 -375
  48. package/docs/datatypes/numbers.md +0 -106
  49. package/docs/datatypes/units.md +0 -444
  50. package/docs/expressions/algebra.md +0 -110
  51. package/docs/expressions/customization.md +0 -379
  52. package/docs/expressions/expression_trees.md +0 -700
  53. package/docs/expressions/html_classes.md +0 -38
  54. package/docs/expressions/index.md +0 -21
  55. package/docs/expressions/parsing.md +0 -224
  56. package/docs/expressions/security.md +0 -89
  57. package/docs/expressions/syntax.md +0 -706
  58. package/docs/getting_started.md +0 -124
  59. package/docs/index.md +0 -39
  60. package/docs/reference/classes/densematrix.md +0 -247
  61. package/docs/reference/classes/fibonacciheap.md +0 -70
  62. package/docs/reference/classes/matrixindex.md +0 -133
  63. package/docs/reference/classes/matrixrange.md +0 -158
  64. package/docs/reference/classes/resultset.md +0 -47
  65. package/docs/reference/classes/sparsematrix.md +0 -245
  66. package/docs/reference/classes/unit.md +0 -242
  67. package/docs/reference/classes.md +0 -86
  68. package/docs/reference/constants.md +0 -29
  69. package/docs/reference/functions/abs.md +0 -46
  70. package/docs/reference/functions/acos.md +0 -49
  71. package/docs/reference/functions/acosh.md +0 -47
  72. package/docs/reference/functions/acot.md +0 -48
  73. package/docs/reference/functions/acoth.md +0 -46
  74. package/docs/reference/functions/acsc.md +0 -49
  75. package/docs/reference/functions/acsch.md +0 -46
  76. package/docs/reference/functions/add.md +0 -59
  77. package/docs/reference/functions/and.md +0 -53
  78. package/docs/reference/functions/apply.md +0 -56
  79. package/docs/reference/functions/arg.md +0 -53
  80. package/docs/reference/functions/asec.md +0 -49
  81. package/docs/reference/functions/asech.md +0 -46
  82. package/docs/reference/functions/asin.md +0 -49
  83. package/docs/reference/functions/asinh.md +0 -46
  84. package/docs/reference/functions/atan.md +0 -49
  85. package/docs/reference/functions/atan2.md +0 -56
  86. package/docs/reference/functions/atanh.md +0 -46
  87. package/docs/reference/functions/bellNumbers.md +0 -45
  88. package/docs/reference/functions/bignumber.md +0 -47
  89. package/docs/reference/functions/bin.md +0 -45
  90. package/docs/reference/functions/bitAnd.md +0 -51
  91. package/docs/reference/functions/bitNot.md +0 -51
  92. package/docs/reference/functions/bitOr.md +0 -52
  93. package/docs/reference/functions/bitXor.md +0 -51
  94. package/docs/reference/functions/boolean.md +0 -50
  95. package/docs/reference/functions/catalan.md +0 -45
  96. package/docs/reference/functions/cbrt.md +0 -60
  97. package/docs/reference/functions/ceil.md +0 -63
  98. package/docs/reference/functions/chain.md +0 -54
  99. package/docs/reference/functions/clone.md +0 -43
  100. package/docs/reference/functions/column.md +0 -45
  101. package/docs/reference/functions/combinations.md +0 -49
  102. package/docs/reference/functions/combinationsWithRep.md +0 -49
  103. package/docs/reference/functions/compare.md +0 -67
  104. package/docs/reference/functions/compareNatural.md +0 -92
  105. package/docs/reference/functions/compareText.md +0 -54
  106. package/docs/reference/functions/compile.md +0 -56
  107. package/docs/reference/functions/complex.md +0 -17
  108. package/docs/reference/functions/composition.md +0 -46
  109. package/docs/reference/functions/concat.md +0 -56
  110. package/docs/reference/functions/config.md +0 -44
  111. package/docs/reference/functions/conj.md +0 -50
  112. package/docs/reference/functions/cos.md +0 -51
  113. package/docs/reference/functions/cosh.md +0 -46
  114. package/docs/reference/functions/cot.md +0 -47
  115. package/docs/reference/functions/coth.md +0 -49
  116. package/docs/reference/functions/count.md +0 -45
  117. package/docs/reference/functions/createUnit.md +0 -52
  118. package/docs/reference/functions/cross.md +0 -58
  119. package/docs/reference/functions/csc.md +0 -47
  120. package/docs/reference/functions/csch.md +0 -49
  121. package/docs/reference/functions/ctranspose.md +0 -50
  122. package/docs/reference/functions/cube.md +0 -51
  123. package/docs/reference/functions/cumsum.md +0 -57
  124. package/docs/reference/functions/deepEqual.md +0 -53
  125. package/docs/reference/functions/derivative.md +0 -61
  126. package/docs/reference/functions/det.md +0 -49
  127. package/docs/reference/functions/diag.md +0 -61
  128. package/docs/reference/functions/diff.md +0 -70
  129. package/docs/reference/functions/distance.md +0 -80
  130. package/docs/reference/functions/divide.md +0 -55
  131. package/docs/reference/functions/dot.md +0 -48
  132. package/docs/reference/functions/dotDivide.md +0 -52
  133. package/docs/reference/functions/dotMultiply.md +0 -52
  134. package/docs/reference/functions/dotPow.md +0 -49
  135. package/docs/reference/functions/eigs.md +0 -54
  136. package/docs/reference/functions/equal.md +0 -75
  137. package/docs/reference/functions/equalText.md +0 -53
  138. package/docs/reference/functions/erf.md +0 -49
  139. package/docs/reference/functions/evaluate.md +0 -56
  140. package/docs/reference/functions/exp.md +0 -54
  141. package/docs/reference/functions/expm.md +0 -49
  142. package/docs/reference/functions/expm1.md +0 -54
  143. package/docs/reference/functions/factorial.md +0 -49
  144. package/docs/reference/functions/filter.md +0 -50
  145. package/docs/reference/functions/fix.md +0 -62
  146. package/docs/reference/functions/flatten.md +0 -46
  147. package/docs/reference/functions/floor.md +0 -66
  148. package/docs/reference/functions/forEach.md +0 -41
  149. package/docs/reference/functions/format.md +0 -127
  150. package/docs/reference/functions/fraction.md +0 -45
  151. package/docs/reference/functions/gamma.md +0 -49
  152. package/docs/reference/functions/gcd.md +0 -50
  153. package/docs/reference/functions/getMatrixDataType.md +0 -59
  154. package/docs/reference/functions/hasNumericValue.md +0 -55
  155. package/docs/reference/functions/help.md +0 -42
  156. package/docs/reference/functions/hex.md +0 -45
  157. package/docs/reference/functions/hypot.md +0 -51
  158. package/docs/reference/functions/identity.md +0 -57
  159. package/docs/reference/functions/im.md +0 -53
  160. package/docs/reference/functions/import.md +0 -68
  161. package/docs/reference/functions/index.md +0 -55
  162. package/docs/reference/functions/intersect.md +0 -50
  163. package/docs/reference/functions/inv.md +0 -45
  164. package/docs/reference/functions/invmod.md +0 -47
  165. package/docs/reference/functions/isInteger.md +0 -55
  166. package/docs/reference/functions/isNaN.md +0 -56
  167. package/docs/reference/functions/isNegative.md +0 -55
  168. package/docs/reference/functions/isNumeric.md +0 -55
  169. package/docs/reference/functions/isPositive.md +0 -57
  170. package/docs/reference/functions/isPrime.md +0 -54
  171. package/docs/reference/functions/isZero.md +0 -59
  172. package/docs/reference/functions/kldivergence.md +0 -41
  173. package/docs/reference/functions/kron.md +0 -53
  174. package/docs/reference/functions/larger.md +0 -60
  175. package/docs/reference/functions/largerEq.md +0 -56
  176. package/docs/reference/functions/lcm.md +0 -54
  177. package/docs/reference/functions/leafCount.md +0 -52
  178. package/docs/reference/functions/leftShift.md +0 -52
  179. package/docs/reference/functions/lgamma.md +0 -46
  180. package/docs/reference/functions/log.md +0 -57
  181. package/docs/reference/functions/log10.md +0 -50
  182. package/docs/reference/functions/log1p.md +0 -54
  183. package/docs/reference/functions/log2.md +0 -50
  184. package/docs/reference/functions/lsolve.md +0 -51
  185. package/docs/reference/functions/lsolveAll.md +0 -51
  186. package/docs/reference/functions/lup.md +0 -52
  187. package/docs/reference/functions/lusolve.md +0 -59
  188. package/docs/reference/functions/mad.md +0 -50
  189. package/docs/reference/functions/map.md +0 -65
  190. package/docs/reference/functions/matrix.md +0 -56
  191. package/docs/reference/functions/matrixFromColumns.md +0 -49
  192. package/docs/reference/functions/matrixFromFunction.md +0 -54
  193. package/docs/reference/functions/matrixFromRows.md +0 -49
  194. package/docs/reference/functions/max.md +0 -61
  195. package/docs/reference/functions/mean.md +0 -57
  196. package/docs/reference/functions/median.md +0 -57
  197. package/docs/reference/functions/min.md +0 -61
  198. package/docs/reference/functions/mod.md +0 -59
  199. package/docs/reference/functions/mode.md +0 -50
  200. package/docs/reference/functions/multinomial.md +0 -46
  201. package/docs/reference/functions/multiply.md +0 -60
  202. package/docs/reference/functions/norm.md +0 -59
  203. package/docs/reference/functions/not.md +0 -50
  204. package/docs/reference/functions/nthRoot.md +0 -53
  205. package/docs/reference/functions/nthRoots.md +0 -58
  206. package/docs/reference/functions/number.md +0 -49
  207. package/docs/reference/functions/numeric.md +0 -52
  208. package/docs/reference/functions/oct.md +0 -45
  209. package/docs/reference/functions/ones.md +0 -59
  210. package/docs/reference/functions/or.md +0 -53
  211. package/docs/reference/functions/parse.md +0 -56
  212. package/docs/reference/functions/parser.md +0 -70
  213. package/docs/reference/functions/partitionSelect.md +0 -53
  214. package/docs/reference/functions/permutations.md +0 -51
  215. package/docs/reference/functions/pickRandom.md +0 -59
  216. package/docs/reference/functions/pinv.md +0 -44
  217. package/docs/reference/functions/pow.md +0 -65
  218. package/docs/reference/functions/print.md +0 -64
  219. package/docs/reference/functions/prod.md +0 -55
  220. package/docs/reference/functions/qr.md +0 -65
  221. package/docs/reference/functions/quantileSeq.md +0 -62
  222. package/docs/reference/functions/random.md +0 -54
  223. package/docs/reference/functions/randomInt.md +0 -53
  224. package/docs/reference/functions/range.md +0 -70
  225. package/docs/reference/functions/rationalize.md +0 -68
  226. package/docs/reference/functions/re.md +0 -53
  227. package/docs/reference/functions/reshape.md +0 -60
  228. package/docs/reference/functions/resize.md +0 -51
  229. package/docs/reference/functions/resolve.md +0 -46
  230. package/docs/reference/functions/rightArithShift.md +0 -52
  231. package/docs/reference/functions/rightLogShift.md +0 -52
  232. package/docs/reference/functions/rotate.md +0 -53
  233. package/docs/reference/functions/rotationMatrix.md +0 -57
  234. package/docs/reference/functions/round.md +0 -61
  235. package/docs/reference/functions/row.md +0 -45
  236. package/docs/reference/functions/sec.md +0 -47
  237. package/docs/reference/functions/sech.md +0 -49
  238. package/docs/reference/functions/setCartesian.md +0 -49
  239. package/docs/reference/functions/setDifference.md +0 -47
  240. package/docs/reference/functions/setDistinct.md +0 -43
  241. package/docs/reference/functions/setIntersect.md +0 -46
  242. package/docs/reference/functions/setIsSubset.md +0 -47
  243. package/docs/reference/functions/setMultiplicity.md +0 -46
  244. package/docs/reference/functions/setPowerset.md +0 -43
  245. package/docs/reference/functions/setSize.md +0 -47
  246. package/docs/reference/functions/setSymDifference.md +0 -47
  247. package/docs/reference/functions/setUnion.md +0 -46
  248. package/docs/reference/functions/sign.md +0 -52
  249. package/docs/reference/functions/simplify.md +0 -130
  250. package/docs/reference/functions/simplifyConstant.md +0 -52
  251. package/docs/reference/functions/simplifyCore.md +0 -50
  252. package/docs/reference/functions/sin.md +0 -51
  253. package/docs/reference/functions/sinh.md +0 -46
  254. package/docs/reference/functions/size.md +0 -50
  255. package/docs/reference/functions/slu.md +0 -57
  256. package/docs/reference/functions/smaller.md +0 -60
  257. package/docs/reference/functions/smallerEq.md +0 -56
  258. package/docs/reference/functions/sort.md +0 -56
  259. package/docs/reference/functions/sparse.md +0 -51
  260. package/docs/reference/functions/splitUnit.md +0 -37
  261. package/docs/reference/functions/sqrt.md +0 -50
  262. package/docs/reference/functions/sqrtm.md +0 -46
  263. package/docs/reference/functions/square.md +0 -51
  264. package/docs/reference/functions/squeeze.md +0 -53
  265. package/docs/reference/functions/std.md +0 -76
  266. package/docs/reference/functions/stirlingS2.md +0 -52
  267. package/docs/reference/functions/string.md +0 -49
  268. package/docs/reference/functions/subset.md +0 -65
  269. package/docs/reference/functions/subtract.md +0 -54
  270. package/docs/reference/functions/sum.md +0 -54
  271. package/docs/reference/functions/symbolicEqual.md +0 -62
  272. package/docs/reference/functions/tan.md +0 -49
  273. package/docs/reference/functions/tanh.md +0 -50
  274. package/docs/reference/functions/to.md +0 -47
  275. package/docs/reference/functions/trace.md +0 -50
  276. package/docs/reference/functions/transpose.md +0 -49
  277. package/docs/reference/functions/typeOf.md +0 -81
  278. package/docs/reference/functions/typed.md +0 -56
  279. package/docs/reference/functions/unaryMinus.md +0 -49
  280. package/docs/reference/functions/unaryPlus.md +0 -48
  281. package/docs/reference/functions/unequal.md +0 -74
  282. package/docs/reference/functions/unit.md +0 -48
  283. package/docs/reference/functions/usolve.md +0 -51
  284. package/docs/reference/functions/usolveAll.md +0 -51
  285. package/docs/reference/functions/variance.md +0 -78
  286. package/docs/reference/functions/xgcd.md +0 -47
  287. package/docs/reference/functions/xor.md +0 -53
  288. package/docs/reference/functions/zeros.md +0 -57
  289. package/docs/reference/functions.md +0 -297
  290. package/docs/reference/index.md +0 -5
  291. package/examples/advanced/convert_fraction_to_bignumber.js +0 -59
  292. package/examples/advanced/custom_argument_parsing.js +0 -98
  293. package/examples/advanced/custom_datatype.js +0 -56
  294. package/examples/advanced/custom_evaluate_using_factories.js +0 -19
  295. package/examples/advanced/custom_evaluate_using_import.js +0 -18
  296. package/examples/advanced/custom_loading.js +0 -33
  297. package/examples/advanced/custom_relational_functions.js +0 -62
  298. package/examples/advanced/custom_scope_objects.js +0 -115
  299. package/examples/advanced/expression_trees.js +0 -55
  300. package/examples/advanced/function_transform.js +0 -50
  301. package/examples/advanced/more_secure_eval.js +0 -36
  302. package/examples/advanced/use_bigint.js +0 -43
  303. package/examples/advanced/web_server/math_worker.js +0 -24
  304. package/examples/advanced/web_server/server.js +0 -80
  305. package/examples/algebra.js +0 -34
  306. package/examples/basic_usage.js +0 -49
  307. package/examples/bignumbers.js +0 -52
  308. package/examples/browser/angle_configuration.html +0 -134
  309. package/examples/browser/basic_usage.html +0 -39
  310. package/examples/browser/currency_conversion.html +0 -125
  311. package/examples/browser/custom_separators.html +0 -81
  312. package/examples/browser/plot.html +0 -78
  313. package/examples/browser/pretty_printing_with_mathjax.html +0 -122
  314. package/examples/browser/printing_html.html +0 -170
  315. package/examples/browser/requirejs_loading.html +0 -20
  316. package/examples/browser/rocket_trajectory_optimization.html +0 -301
  317. package/examples/browser/webworkers/webworkers.html +0 -80
  318. package/examples/browser/webworkers/worker.js +0 -28
  319. package/examples/chaining.js +0 -56
  320. package/examples/complex_numbers.js +0 -67
  321. package/examples/expressions.js +0 -188
  322. package/examples/fractions.js +0 -74
  323. package/examples/import.js +0 -95
  324. package/examples/matrices.js +0 -101
  325. package/examples/node_modules/.bin/acorn +0 -12
  326. package/examples/node_modules/.bin/acorn.cmd +0 -17
  327. package/examples/node_modules/.bin/acorn.ps1 +0 -28
  328. package/examples/node_modules/.bin/browserslist +0 -12
  329. package/examples/node_modules/.bin/browserslist.cmd +0 -17
  330. package/examples/node_modules/.bin/browserslist.ps1 +0 -28
  331. package/examples/node_modules/.bin/envinfo +0 -12
  332. package/examples/node_modules/.bin/envinfo.cmd +0 -17
  333. package/examples/node_modules/.bin/envinfo.ps1 +0 -28
  334. package/examples/node_modules/.bin/import-local-fixture +0 -12
  335. package/examples/node_modules/.bin/import-local-fixture.cmd +0 -17
  336. package/examples/node_modules/.bin/import-local-fixture.ps1 +0 -28
  337. package/examples/node_modules/.bin/node-which +0 -12
  338. package/examples/node_modules/.bin/node-which.cmd +0 -17
  339. package/examples/node_modules/.bin/node-which.ps1 +0 -28
  340. package/examples/node_modules/.bin/resolve +0 -12
  341. package/examples/node_modules/.bin/resolve.cmd +0 -17
  342. package/examples/node_modules/.bin/resolve.ps1 +0 -28
  343. package/examples/node_modules/.bin/terser +0 -12
  344. package/examples/node_modules/.bin/terser.cmd +0 -17
  345. package/examples/node_modules/.bin/terser.ps1 +0 -28
  346. package/examples/node_modules/.bin/webpack +0 -12
  347. package/examples/node_modules/.bin/webpack-cli +0 -12
  348. package/examples/node_modules/.bin/webpack-cli.cmd +0 -17
  349. package/examples/node_modules/.bin/webpack-cli.ps1 +0 -28
  350. package/examples/node_modules/.bin/webpack.cmd +0 -17
  351. package/examples/node_modules/.bin/webpack.ps1 +0 -28
  352. package/examples/node_modules/.package-lock.json +0 -1407
  353. package/examples/node_modules/@discoveryjs/json-ext/LICENSE +0 -21
  354. package/examples/node_modules/@discoveryjs/json-ext/README.md +0 -256
  355. package/examples/node_modules/@discoveryjs/json-ext/dist/json-ext.js +0 -791
  356. package/examples/node_modules/@discoveryjs/json-ext/dist/json-ext.min.js +0 -1
  357. package/examples/node_modules/@discoveryjs/json-ext/dist/version.js +0 -1
  358. package/examples/node_modules/@discoveryjs/json-ext/index.d.ts +0 -31
  359. package/examples/node_modules/@discoveryjs/json-ext/package.json +0 -56
  360. package/examples/node_modules/@discoveryjs/json-ext/src/index.js +0 -6
  361. package/examples/node_modules/@discoveryjs/json-ext/src/parse-chunked.js +0 -384
  362. package/examples/node_modules/@discoveryjs/json-ext/src/stringify-info.js +0 -231
  363. package/examples/node_modules/@discoveryjs/json-ext/src/stringify-stream-browser.js +0 -3
  364. package/examples/node_modules/@discoveryjs/json-ext/src/stringify-stream.js +0 -408
  365. package/examples/node_modules/@discoveryjs/json-ext/src/text-decoder-browser.js +0 -1
  366. package/examples/node_modules/@discoveryjs/json-ext/src/text-decoder.js +0 -1
  367. package/examples/node_modules/@discoveryjs/json-ext/src/utils.js +0 -149
  368. package/examples/node_modules/@discoveryjs/json-ext/src/version.js +0 -1
  369. package/examples/node_modules/@types/eslint/LICENSE +0 -21
  370. package/examples/node_modules/@types/eslint/README.md +0 -16
  371. package/examples/node_modules/@types/eslint/helpers.d.ts +0 -3
  372. package/examples/node_modules/@types/eslint/index.d.ts +0 -953
  373. package/examples/node_modules/@types/eslint/package.json +0 -65
  374. package/examples/node_modules/@types/eslint/rules/best-practices.d.ts +0 -931
  375. package/examples/node_modules/@types/eslint/rules/deprecated.d.ts +0 -267
  376. package/examples/node_modules/@types/eslint/rules/ecmascript-6.d.ts +0 -502
  377. package/examples/node_modules/@types/eslint/rules/index.d.ts +0 -21
  378. package/examples/node_modules/@types/eslint/rules/node-commonjs.d.ts +0 -133
  379. package/examples/node_modules/@types/eslint/rules/possible-errors.d.ts +0 -484
  380. package/examples/node_modules/@types/eslint/rules/strict-mode.d.ts +0 -11
  381. package/examples/node_modules/@types/eslint/rules/stylistic-issues.d.ts +0 -1893
  382. package/examples/node_modules/@types/eslint/rules/variables.d.ts +0 -187
  383. package/examples/node_modules/@types/eslint/use-at-your-own-risk.d.ts +0 -8
  384. package/examples/node_modules/@types/eslint-scope/LICENSE +0 -21
  385. package/examples/node_modules/@types/eslint-scope/README.md +0 -84
  386. package/examples/node_modules/@types/eslint-scope/index.d.ts +0 -64
  387. package/examples/node_modules/@types/eslint-scope/package.json +0 -28
  388. package/examples/node_modules/@types/estree/LICENSE +0 -21
  389. package/examples/node_modules/@types/estree/README.md +0 -16
  390. package/examples/node_modules/@types/estree/flow.d.ts +0 -174
  391. package/examples/node_modules/@types/estree/index.d.ts +0 -595
  392. package/examples/node_modules/@types/estree/package.json +0 -25
  393. package/examples/node_modules/@types/json-schema/LICENSE +0 -21
  394. package/examples/node_modules/@types/json-schema/README.md +0 -16
  395. package/examples/node_modules/@types/json-schema/index.d.ts +0 -758
  396. package/examples/node_modules/@types/json-schema/package.json +0 -40
  397. package/examples/node_modules/@types/node/LICENSE +0 -21
  398. package/examples/node_modules/@types/node/README.md +0 -16
  399. package/examples/node_modules/@types/node/assert/strict.d.ts +0 -8
  400. package/examples/node_modules/@types/node/assert.d.ts +0 -912
  401. package/examples/node_modules/@types/node/async_hooks.d.ts +0 -501
  402. package/examples/node_modules/@types/node/buffer.d.ts +0 -2232
  403. package/examples/node_modules/@types/node/child_process.d.ts +0 -1366
  404. package/examples/node_modules/@types/node/cluster.d.ts +0 -414
  405. package/examples/node_modules/@types/node/console.d.ts +0 -412
  406. package/examples/node_modules/@types/node/constants.d.ts +0 -18
  407. package/examples/node_modules/@types/node/crypto.d.ts +0 -3307
  408. package/examples/node_modules/@types/node/dgram.d.ts +0 -545
  409. package/examples/node_modules/@types/node/diagnostics_channel.d.ts +0 -134
  410. package/examples/node_modules/@types/node/dns/promises.d.ts +0 -370
  411. package/examples/node_modules/@types/node/dns.d.ts +0 -659
  412. package/examples/node_modules/@types/node/domain.d.ts +0 -169
  413. package/examples/node_modules/@types/node/events.d.ts +0 -651
  414. package/examples/node_modules/@types/node/fs/promises.d.ts +0 -1091
  415. package/examples/node_modules/@types/node/fs.d.ts +0 -3869
  416. package/examples/node_modules/@types/node/globals.d.ts +0 -284
  417. package/examples/node_modules/@types/node/globals.global.d.ts +0 -1
  418. package/examples/node_modules/@types/node/http.d.ts +0 -1396
  419. package/examples/node_modules/@types/node/http2.d.ts +0 -2100
  420. package/examples/node_modules/@types/node/https.d.ts +0 -391
  421. package/examples/node_modules/@types/node/index.d.ts +0 -129
  422. package/examples/node_modules/@types/node/inspector.d.ts +0 -2744
  423. package/examples/node_modules/@types/node/module.d.ts +0 -114
  424. package/examples/node_modules/@types/node/net.d.ts +0 -784
  425. package/examples/node_modules/@types/node/os.d.ts +0 -455
  426. package/examples/node_modules/@types/node/package.json +0 -220
  427. package/examples/node_modules/@types/node/path.d.ts +0 -180
  428. package/examples/node_modules/@types/node/perf_hooks.d.ts +0 -557
  429. package/examples/node_modules/@types/node/process.d.ts +0 -1481
  430. package/examples/node_modules/@types/node/punycode.d.ts +0 -117
  431. package/examples/node_modules/@types/node/querystring.d.ts +0 -131
  432. package/examples/node_modules/@types/node/readline.d.ts +0 -650
  433. package/examples/node_modules/@types/node/repl.d.ts +0 -424
  434. package/examples/node_modules/@types/node/stream/consumers.d.ts +0 -24
  435. package/examples/node_modules/@types/node/stream/promises.d.ts +0 -42
  436. package/examples/node_modules/@types/node/stream/web.d.ts +0 -330
  437. package/examples/node_modules/@types/node/stream.d.ts +0 -1249
  438. package/examples/node_modules/@types/node/string_decoder.d.ts +0 -67
  439. package/examples/node_modules/@types/node/timers/promises.d.ts +0 -68
  440. package/examples/node_modules/@types/node/timers.d.ts +0 -94
  441. package/examples/node_modules/@types/node/tls.d.ts +0 -1020
  442. package/examples/node_modules/@types/node/trace_events.d.ts +0 -161
  443. package/examples/node_modules/@types/node/tty.d.ts +0 -204
  444. package/examples/node_modules/@types/node/url.d.ts +0 -891
  445. package/examples/node_modules/@types/node/util.d.ts +0 -1594
  446. package/examples/node_modules/@types/node/v8.d.ts +0 -378
  447. package/examples/node_modules/@types/node/vm.d.ts +0 -507
  448. package/examples/node_modules/@types/node/wasi.d.ts +0 -158
  449. package/examples/node_modules/@types/node/worker_threads.d.ts +0 -649
  450. package/examples/node_modules/@types/node/zlib.d.ts +0 -517
  451. package/examples/node_modules/@webassemblyjs/ast/LICENSE +0 -21
  452. package/examples/node_modules/@webassemblyjs/ast/README.md +0 -167
  453. package/examples/node_modules/@webassemblyjs/ast/esm/clone.js +0 -3
  454. package/examples/node_modules/@webassemblyjs/ast/esm/definitions.js +0 -668
  455. package/examples/node_modules/@webassemblyjs/ast/esm/index.js +0 -7
  456. package/examples/node_modules/@webassemblyjs/ast/esm/node-helpers.js +0 -84
  457. package/examples/node_modules/@webassemblyjs/ast/esm/node-path.js +0 -137
  458. package/examples/node_modules/@webassemblyjs/ast/esm/nodes.js +0 -925
  459. package/examples/node_modules/@webassemblyjs/ast/esm/signatures.js +0 -199
  460. package/examples/node_modules/@webassemblyjs/ast/esm/transform/ast-module-to-module-context/index.js +0 -378
  461. package/examples/node_modules/@webassemblyjs/ast/esm/transform/denormalize-type-references/index.js +0 -76
  462. package/examples/node_modules/@webassemblyjs/ast/esm/transform/wast-identifier-to-index/index.js +0 -216
  463. package/examples/node_modules/@webassemblyjs/ast/esm/traverse.js +0 -96
  464. package/examples/node_modules/@webassemblyjs/ast/esm/types/basic.js +0 -0
  465. package/examples/node_modules/@webassemblyjs/ast/esm/types/nodes.js +0 -0
  466. package/examples/node_modules/@webassemblyjs/ast/esm/types/traverse.js +0 -0
  467. package/examples/node_modules/@webassemblyjs/ast/esm/utils.js +0 -265
  468. package/examples/node_modules/@webassemblyjs/ast/lib/clone.js +0 -10
  469. package/examples/node_modules/@webassemblyjs/ast/lib/definitions.js +0 -668
  470. package/examples/node_modules/@webassemblyjs/ast/lib/index.js +0 -127
  471. package/examples/node_modules/@webassemblyjs/ast/lib/node-helpers.js +0 -107
  472. package/examples/node_modules/@webassemblyjs/ast/lib/node-path.js +0 -144
  473. package/examples/node_modules/@webassemblyjs/ast/lib/nodes.js +0 -1144
  474. package/examples/node_modules/@webassemblyjs/ast/lib/signatures.js +0 -207
  475. package/examples/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +0 -389
  476. package/examples/node_modules/@webassemblyjs/ast/lib/transform/denormalize-type-references/index.js +0 -83
  477. package/examples/node_modules/@webassemblyjs/ast/lib/transform/wast-identifier-to-index/index.js +0 -225
  478. package/examples/node_modules/@webassemblyjs/ast/lib/traverse.js +0 -105
  479. package/examples/node_modules/@webassemblyjs/ast/lib/types/basic.js +0 -0
  480. package/examples/node_modules/@webassemblyjs/ast/lib/types/nodes.js +0 -0
  481. package/examples/node_modules/@webassemblyjs/ast/lib/types/traverse.js +0 -0
  482. package/examples/node_modules/@webassemblyjs/ast/lib/utils.js +0 -306
  483. package/examples/node_modules/@webassemblyjs/ast/package.json +0 -32
  484. package/examples/node_modules/@webassemblyjs/ast/scripts/generateNodeUtils.js +0 -219
  485. package/examples/node_modules/@webassemblyjs/ast/scripts/generateTypeDefinitions.js +0 -47
  486. package/examples/node_modules/@webassemblyjs/ast/scripts/util.js +0 -38
  487. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE +0 -21
  488. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/README.md +0 -34
  489. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/esm/index.js +0 -42
  490. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +0 -49
  491. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +0 -24
  492. package/examples/node_modules/@webassemblyjs/helper-api-error/LICENSE +0 -21
  493. package/examples/node_modules/@webassemblyjs/helper-api-error/esm/index.js +0 -47
  494. package/examples/node_modules/@webassemblyjs/helper-api-error/lib/index.js +0 -62
  495. package/examples/node_modules/@webassemblyjs/helper-api-error/package.json +0 -18
  496. package/examples/node_modules/@webassemblyjs/helper-buffer/LICENSE +0 -21
  497. package/examples/node_modules/@webassemblyjs/helper-buffer/esm/compare.js +0 -65
  498. package/examples/node_modules/@webassemblyjs/helper-buffer/esm/index.js +0 -67
  499. package/examples/node_modules/@webassemblyjs/helper-buffer/lib/compare.js +0 -73
  500. package/examples/node_modules/@webassemblyjs/helper-buffer/lib/index.js +0 -78
  501. package/examples/node_modules/@webassemblyjs/helper-buffer/package.json +0 -24
  502. package/examples/node_modules/@webassemblyjs/helper-numbers/LICENSE +0 -21
  503. package/examples/node_modules/@webassemblyjs/helper-numbers/esm/index.js +0 -91
  504. package/examples/node_modules/@webassemblyjs/helper-numbers/lib/index.js +0 -116
  505. package/examples/node_modules/@webassemblyjs/helper-numbers/package.json +0 -25
  506. package/examples/node_modules/@webassemblyjs/helper-numbers/src/index.js +0 -105
  507. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE +0 -21
  508. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/index.js +0 -391
  509. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/section.js +0 -31
  510. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +0 -406
  511. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +0 -38
  512. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +0 -20
  513. package/examples/node_modules/@webassemblyjs/helper-wasm-section/LICENSE +0 -21
  514. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/create.js +0 -107
  515. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/index.js +0 -3
  516. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/remove.js +0 -36
  517. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/resize.js +0 -78
  518. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +0 -121
  519. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +0 -35
  520. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +0 -45
  521. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +0 -90
  522. package/examples/node_modules/@webassemblyjs/helper-wasm-section/package.json +0 -29
  523. package/examples/node_modules/@webassemblyjs/ieee754/LICENSE +0 -21
  524. package/examples/node_modules/@webassemblyjs/ieee754/esm/index.js +0 -33
  525. package/examples/node_modules/@webassemblyjs/ieee754/lib/index.js +0 -52
  526. package/examples/node_modules/@webassemblyjs/ieee754/package.json +0 -23
  527. package/examples/node_modules/@webassemblyjs/ieee754/src/index.js +0 -47
  528. package/examples/node_modules/@webassemblyjs/leb128/LICENSE.txt +0 -194
  529. package/examples/node_modules/@webassemblyjs/leb128/esm/bits.js +0 -145
  530. package/examples/node_modules/@webassemblyjs/leb128/esm/bufs.js +0 -218
  531. package/examples/node_modules/@webassemblyjs/leb128/esm/index.js +0 -34
  532. package/examples/node_modules/@webassemblyjs/leb128/esm/leb.js +0 -316
  533. package/examples/node_modules/@webassemblyjs/leb128/lib/bits.js +0 -156
  534. package/examples/node_modules/@webassemblyjs/leb128/lib/bufs.js +0 -236
  535. package/examples/node_modules/@webassemblyjs/leb128/lib/index.js +0 -59
  536. package/examples/node_modules/@webassemblyjs/leb128/lib/leb.js +0 -332
  537. package/examples/node_modules/@webassemblyjs/leb128/package.json +0 -23
  538. package/examples/node_modules/@webassemblyjs/utf8/LICENSE +0 -21
  539. package/examples/node_modules/@webassemblyjs/utf8/esm/decoder.js +0 -95
  540. package/examples/node_modules/@webassemblyjs/utf8/esm/encoder.js +0 -46
  541. package/examples/node_modules/@webassemblyjs/utf8/esm/index.js +0 -2
  542. package/examples/node_modules/@webassemblyjs/utf8/lib/decoder.js +0 -102
  543. package/examples/node_modules/@webassemblyjs/utf8/lib/encoder.js +0 -53
  544. package/examples/node_modules/@webassemblyjs/utf8/lib/index.js +0 -21
  545. package/examples/node_modules/@webassemblyjs/utf8/package.json +0 -20
  546. package/examples/node_modules/@webassemblyjs/utf8/src/decoder.js +0 -86
  547. package/examples/node_modules/@webassemblyjs/utf8/src/encoder.js +0 -44
  548. package/examples/node_modules/@webassemblyjs/utf8/src/index.js +0 -4
  549. package/examples/node_modules/@webassemblyjs/utf8/test/index.js +0 -13
  550. package/examples/node_modules/@webassemblyjs/wasm-edit/LICENSE +0 -21
  551. package/examples/node_modules/@webassemblyjs/wasm-edit/README.md +0 -86
  552. package/examples/node_modules/@webassemblyjs/wasm-edit/esm/apply.js +0 -299
  553. package/examples/node_modules/@webassemblyjs/wasm-edit/esm/index.js +0 -114
  554. package/examples/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +0 -311
  555. package/examples/node_modules/@webassemblyjs/wasm-edit/lib/index.js +0 -133
  556. package/examples/node_modules/@webassemblyjs/wasm-edit/package.json +0 -33
  557. package/examples/node_modules/@webassemblyjs/wasm-gen/LICENSE +0 -21
  558. package/examples/node_modules/@webassemblyjs/wasm-gen/esm/encoder/index.js +0 -301
  559. package/examples/node_modules/@webassemblyjs/wasm-gen/esm/index.js +0 -51
  560. package/examples/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +0 -357
  561. package/examples/node_modules/@webassemblyjs/wasm-gen/lib/index.js +0 -64
  562. package/examples/node_modules/@webassemblyjs/wasm-gen/package.json +0 -27
  563. package/examples/node_modules/@webassemblyjs/wasm-opt/LICENSE +0 -21
  564. package/examples/node_modules/@webassemblyjs/wasm-opt/esm/index.js +0 -41
  565. package/examples/node_modules/@webassemblyjs/wasm-opt/esm/leb128.js +0 -47
  566. package/examples/node_modules/@webassemblyjs/wasm-opt/lib/index.js +0 -50
  567. package/examples/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +0 -56
  568. package/examples/node_modules/@webassemblyjs/wasm-opt/package.json +0 -26
  569. package/examples/node_modules/@webassemblyjs/wasm-parser/LICENSE +0 -21
  570. package/examples/node_modules/@webassemblyjs/wasm-parser/README.md +0 -28
  571. package/examples/node_modules/@webassemblyjs/wasm-parser/esm/decoder.js +0 -1776
  572. package/examples/node_modules/@webassemblyjs/wasm-parser/esm/index.js +0 -247
  573. package/examples/node_modules/@webassemblyjs/wasm-parser/esm/types/decoder.js +0 -0
  574. package/examples/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +0 -1792
  575. package/examples/node_modules/@webassemblyjs/wasm-parser/lib/index.js +0 -257
  576. package/examples/node_modules/@webassemblyjs/wasm-parser/lib/types/decoder.js +0 -0
  577. package/examples/node_modules/@webassemblyjs/wasm-parser/package.json +0 -44
  578. package/examples/node_modules/@webassemblyjs/wast-printer/LICENSE +0 -21
  579. package/examples/node_modules/@webassemblyjs/wast-printer/README.md +0 -17
  580. package/examples/node_modules/@webassemblyjs/wast-printer/esm/index.js +0 -904
  581. package/examples/node_modules/@webassemblyjs/wast-printer/lib/index.js +0 -915
  582. package/examples/node_modules/@webassemblyjs/wast-printer/package.json +0 -36
  583. package/examples/node_modules/@webpack-cli/configtest/README.md +0 -27
  584. package/examples/node_modules/@webpack-cli/configtest/lib/index.d.ts +0 -4
  585. package/examples/node_modules/@webpack-cli/configtest/lib/index.js +0 -55
  586. package/examples/node_modules/@webpack-cli/configtest/package.json +0 -23
  587. package/examples/node_modules/@webpack-cli/info/README.md +0 -50
  588. package/examples/node_modules/@webpack-cli/info/lib/index.d.ts +0 -4
  589. package/examples/node_modules/@webpack-cli/info/lib/index.js +0 -85
  590. package/examples/node_modules/@webpack-cli/info/package.json +0 -29
  591. package/examples/node_modules/@webpack-cli/serve/README.md +0 -30
  592. package/examples/node_modules/@webpack-cli/serve/lib/index.d.ts +0 -4
  593. package/examples/node_modules/@webpack-cli/serve/lib/index.js +0 -280
  594. package/examples/node_modules/@webpack-cli/serve/lib/types.d.ts +0 -91
  595. package/examples/node_modules/@webpack-cli/serve/lib/types.js +0 -31
  596. package/examples/node_modules/@webpack-cli/serve/package.json +0 -29
  597. package/examples/node_modules/@xtuc/ieee754/LICENSE +0 -28
  598. package/examples/node_modules/@xtuc/ieee754/README.md +0 -51
  599. package/examples/node_modules/@xtuc/ieee754/dist/.gitkeep +0 -0
  600. package/examples/node_modules/@xtuc/ieee754/dist/index.cjs.js +0 -96
  601. package/examples/node_modules/@xtuc/ieee754/index.js +0 -84
  602. package/examples/node_modules/@xtuc/ieee754/package.json +0 -42
  603. package/examples/node_modules/@xtuc/long/LICENSE +0 -202
  604. package/examples/node_modules/@xtuc/long/README.md +0 -257
  605. package/examples/node_modules/@xtuc/long/dist/long.js +0 -2
  606. package/examples/node_modules/@xtuc/long/dist/long.js.map +0 -1
  607. package/examples/node_modules/@xtuc/long/index.d.ts +0 -429
  608. package/examples/node_modules/@xtuc/long/index.js +0 -1
  609. package/examples/node_modules/@xtuc/long/package.json +0 -36
  610. package/examples/node_modules/@xtuc/long/src/long.js +0 -1405
  611. package/examples/node_modules/acorn/CHANGELOG.md +0 -788
  612. package/examples/node_modules/acorn/LICENSE +0 -21
  613. package/examples/node_modules/acorn/README.md +0 -280
  614. package/examples/node_modules/acorn/bin/acorn +0 -4
  615. package/examples/node_modules/acorn/dist/acorn.d.ts +0 -214
  616. package/examples/node_modules/acorn/dist/acorn.js +0 -5619
  617. package/examples/node_modules/acorn/dist/acorn.mjs +0 -5588
  618. package/examples/node_modules/acorn/dist/acorn.mjs.d.ts +0 -2
  619. package/examples/node_modules/acorn/dist/bin.js +0 -91
  620. package/examples/node_modules/acorn/package.json +0 -46
  621. package/examples/node_modules/acorn-import-assertions/README.md +0 -15
  622. package/examples/node_modules/acorn-import-assertions/lib/index.js +0 -287
  623. package/examples/node_modules/acorn-import-assertions/lib/index.mjs +0 -242
  624. package/examples/node_modules/acorn-import-assertions/package.json +0 -49
  625. package/examples/node_modules/acorn-import-assertions/src/index.js +0 -242
  626. package/examples/node_modules/ajv/.tonic_example.js +0 -20
  627. package/examples/node_modules/ajv/LICENSE +0 -22
  628. package/examples/node_modules/ajv/README.md +0 -1497
  629. package/examples/node_modules/ajv/dist/ajv.bundle.js +0 -7189
  630. package/examples/node_modules/ajv/dist/ajv.min.js +0 -3
  631. package/examples/node_modules/ajv/dist/ajv.min.js.map +0 -1
  632. package/examples/node_modules/ajv/lib/ajv.d.ts +0 -397
  633. package/examples/node_modules/ajv/lib/ajv.js +0 -506
  634. package/examples/node_modules/ajv/lib/cache.js +0 -26
  635. package/examples/node_modules/ajv/lib/compile/async.js +0 -90
  636. package/examples/node_modules/ajv/lib/compile/equal.js +0 -5
  637. package/examples/node_modules/ajv/lib/compile/error_classes.js +0 -34
  638. package/examples/node_modules/ajv/lib/compile/formats.js +0 -142
  639. package/examples/node_modules/ajv/lib/compile/index.js +0 -387
  640. package/examples/node_modules/ajv/lib/compile/resolve.js +0 -270
  641. package/examples/node_modules/ajv/lib/compile/rules.js +0 -66
  642. package/examples/node_modules/ajv/lib/compile/schema_obj.js +0 -9
  643. package/examples/node_modules/ajv/lib/compile/ucs2length.js +0 -20
  644. package/examples/node_modules/ajv/lib/compile/util.js +0 -239
  645. package/examples/node_modules/ajv/lib/data.js +0 -49
  646. package/examples/node_modules/ajv/lib/definition_schema.js +0 -37
  647. package/examples/node_modules/ajv/lib/dot/_limit.jst +0 -113
  648. package/examples/node_modules/ajv/lib/dot/_limitItems.jst +0 -12
  649. package/examples/node_modules/ajv/lib/dot/_limitLength.jst +0 -12
  650. package/examples/node_modules/ajv/lib/dot/_limitProperties.jst +0 -12
  651. package/examples/node_modules/ajv/lib/dot/allOf.jst +0 -32
  652. package/examples/node_modules/ajv/lib/dot/anyOf.jst +0 -46
  653. package/examples/node_modules/ajv/lib/dot/coerce.def +0 -51
  654. package/examples/node_modules/ajv/lib/dot/comment.jst +0 -9
  655. package/examples/node_modules/ajv/lib/dot/const.jst +0 -11
  656. package/examples/node_modules/ajv/lib/dot/contains.jst +0 -55
  657. package/examples/node_modules/ajv/lib/dot/custom.jst +0 -191
  658. package/examples/node_modules/ajv/lib/dot/defaults.def +0 -47
  659. package/examples/node_modules/ajv/lib/dot/definitions.def +0 -203
  660. package/examples/node_modules/ajv/lib/dot/dependencies.jst +0 -79
  661. package/examples/node_modules/ajv/lib/dot/enum.jst +0 -30
  662. package/examples/node_modules/ajv/lib/dot/errors.def +0 -194
  663. package/examples/node_modules/ajv/lib/dot/format.jst +0 -106
  664. package/examples/node_modules/ajv/lib/dot/if.jst +0 -73
  665. package/examples/node_modules/ajv/lib/dot/items.jst +0 -98
  666. package/examples/node_modules/ajv/lib/dot/missing.def +0 -39
  667. package/examples/node_modules/ajv/lib/dot/multipleOf.jst +0 -22
  668. package/examples/node_modules/ajv/lib/dot/not.jst +0 -43
  669. package/examples/node_modules/ajv/lib/dot/oneOf.jst +0 -54
  670. package/examples/node_modules/ajv/lib/dot/pattern.jst +0 -14
  671. package/examples/node_modules/ajv/lib/dot/properties.jst +0 -245
  672. package/examples/node_modules/ajv/lib/dot/propertyNames.jst +0 -52
  673. package/examples/node_modules/ajv/lib/dot/ref.jst +0 -85
  674. package/examples/node_modules/ajv/lib/dot/required.jst +0 -108
  675. package/examples/node_modules/ajv/lib/dot/uniqueItems.jst +0 -62
  676. package/examples/node_modules/ajv/lib/dot/validate.jst +0 -276
  677. package/examples/node_modules/ajv/lib/dotjs/README.md +0 -3
  678. package/examples/node_modules/ajv/lib/dotjs/_limit.js +0 -163
  679. package/examples/node_modules/ajv/lib/dotjs/_limitItems.js +0 -80
  680. package/examples/node_modules/ajv/lib/dotjs/_limitLength.js +0 -85
  681. package/examples/node_modules/ajv/lib/dotjs/_limitProperties.js +0 -80
  682. package/examples/node_modules/ajv/lib/dotjs/allOf.js +0 -42
  683. package/examples/node_modules/ajv/lib/dotjs/anyOf.js +0 -73
  684. package/examples/node_modules/ajv/lib/dotjs/comment.js +0 -14
  685. package/examples/node_modules/ajv/lib/dotjs/const.js +0 -56
  686. package/examples/node_modules/ajv/lib/dotjs/contains.js +0 -81
  687. package/examples/node_modules/ajv/lib/dotjs/custom.js +0 -228
  688. package/examples/node_modules/ajv/lib/dotjs/dependencies.js +0 -168
  689. package/examples/node_modules/ajv/lib/dotjs/enum.js +0 -66
  690. package/examples/node_modules/ajv/lib/dotjs/format.js +0 -150
  691. package/examples/node_modules/ajv/lib/dotjs/if.js +0 -103
  692. package/examples/node_modules/ajv/lib/dotjs/index.js +0 -33
  693. package/examples/node_modules/ajv/lib/dotjs/items.js +0 -140
  694. package/examples/node_modules/ajv/lib/dotjs/multipleOf.js +0 -80
  695. package/examples/node_modules/ajv/lib/dotjs/not.js +0 -84
  696. package/examples/node_modules/ajv/lib/dotjs/oneOf.js +0 -73
  697. package/examples/node_modules/ajv/lib/dotjs/pattern.js +0 -75
  698. package/examples/node_modules/ajv/lib/dotjs/properties.js +0 -335
  699. package/examples/node_modules/ajv/lib/dotjs/propertyNames.js +0 -81
  700. package/examples/node_modules/ajv/lib/dotjs/ref.js +0 -124
  701. package/examples/node_modules/ajv/lib/dotjs/required.js +0 -270
  702. package/examples/node_modules/ajv/lib/dotjs/uniqueItems.js +0 -86
  703. package/examples/node_modules/ajv/lib/dotjs/validate.js +0 -482
  704. package/examples/node_modules/ajv/lib/keyword.js +0 -146
  705. package/examples/node_modules/ajv/lib/refs/data.json +0 -17
  706. package/examples/node_modules/ajv/lib/refs/json-schema-draft-04.json +0 -149
  707. package/examples/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -154
  708. package/examples/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -168
  709. package/examples/node_modules/ajv/lib/refs/json-schema-secure.json +0 -94
  710. package/examples/node_modules/ajv/package.json +0 -106
  711. package/examples/node_modules/ajv/scripts/.eslintrc.yml +0 -3
  712. package/examples/node_modules/ajv/scripts/bundle.js +0 -61
  713. package/examples/node_modules/ajv/scripts/compile-dots.js +0 -73
  714. package/examples/node_modules/ajv/scripts/info +0 -10
  715. package/examples/node_modules/ajv/scripts/prepare-tests +0 -12
  716. package/examples/node_modules/ajv/scripts/publish-built-version +0 -32
  717. package/examples/node_modules/ajv/scripts/travis-gh-pages +0 -23
  718. package/examples/node_modules/ajv-keywords/LICENSE +0 -21
  719. package/examples/node_modules/ajv-keywords/README.md +0 -836
  720. package/examples/node_modules/ajv-keywords/ajv-keywords.d.ts +0 -7
  721. package/examples/node_modules/ajv-keywords/index.js +0 -35
  722. package/examples/node_modules/ajv-keywords/keywords/_formatLimit.js +0 -101
  723. package/examples/node_modules/ajv-keywords/keywords/_util.js +0 -15
  724. package/examples/node_modules/ajv-keywords/keywords/allRequired.js +0 -18
  725. package/examples/node_modules/ajv-keywords/keywords/anyRequired.js +0 -24
  726. package/examples/node_modules/ajv-keywords/keywords/deepProperties.js +0 -54
  727. package/examples/node_modules/ajv-keywords/keywords/deepRequired.js +0 -57
  728. package/examples/node_modules/ajv-keywords/keywords/dot/_formatLimit.jst +0 -116
  729. package/examples/node_modules/ajv-keywords/keywords/dot/patternRequired.jst +0 -33
  730. package/examples/node_modules/ajv-keywords/keywords/dot/switch.jst +0 -71
  731. package/examples/node_modules/ajv-keywords/keywords/dotjs/README.md +0 -3
  732. package/examples/node_modules/ajv-keywords/keywords/dotjs/_formatLimit.js +0 -178
  733. package/examples/node_modules/ajv-keywords/keywords/dotjs/patternRequired.js +0 -58
  734. package/examples/node_modules/ajv-keywords/keywords/dotjs/switch.js +0 -129
  735. package/examples/node_modules/ajv-keywords/keywords/dynamicDefaults.js +0 -72
  736. package/examples/node_modules/ajv-keywords/keywords/formatMaximum.js +0 -3
  737. package/examples/node_modules/ajv-keywords/keywords/formatMinimum.js +0 -3
  738. package/examples/node_modules/ajv-keywords/keywords/index.js +0 -22
  739. package/examples/node_modules/ajv-keywords/keywords/instanceof.js +0 -58
  740. package/examples/node_modules/ajv-keywords/keywords/oneRequired.js +0 -24
  741. package/examples/node_modules/ajv-keywords/keywords/patternRequired.js +0 -21
  742. package/examples/node_modules/ajv-keywords/keywords/prohibited.js +0 -24
  743. package/examples/node_modules/ajv-keywords/keywords/range.js +0 -36
  744. package/examples/node_modules/ajv-keywords/keywords/regexp.js +0 -36
  745. package/examples/node_modules/ajv-keywords/keywords/select.js +0 -79
  746. package/examples/node_modules/ajv-keywords/keywords/switch.js +0 -38
  747. package/examples/node_modules/ajv-keywords/keywords/transform.js +0 -80
  748. package/examples/node_modules/ajv-keywords/keywords/typeof.js +0 -32
  749. package/examples/node_modules/ajv-keywords/keywords/uniqueItemProperties.js +0 -59
  750. package/examples/node_modules/ajv-keywords/package.json +0 -53
  751. package/examples/node_modules/browserslist/LICENSE +0 -20
  752. package/examples/node_modules/browserslist/README.md +0 -66
  753. package/examples/node_modules/browserslist/browser.js +0 -50
  754. package/examples/node_modules/browserslist/cli.js +0 -152
  755. package/examples/node_modules/browserslist/error.d.ts +0 -7
  756. package/examples/node_modules/browserslist/error.js +0 -12
  757. package/examples/node_modules/browserslist/index.d.ts +0 -178
  758. package/examples/node_modules/browserslist/index.js +0 -1235
  759. package/examples/node_modules/browserslist/node.js +0 -393
  760. package/examples/node_modules/browserslist/package.json +0 -41
  761. package/examples/node_modules/browserslist/update-db.js +0 -317
  762. package/examples/node_modules/buffer-from/LICENSE +0 -21
  763. package/examples/node_modules/buffer-from/index.js +0 -72
  764. package/examples/node_modules/buffer-from/package.json +0 -19
  765. package/examples/node_modules/buffer-from/readme.md +0 -69
  766. package/examples/node_modules/caniuse-lite/LICENSE +0 -395
  767. package/examples/node_modules/caniuse-lite/README.md +0 -92
  768. package/examples/node_modules/caniuse-lite/data/agents.js +0 -1
  769. package/examples/node_modules/caniuse-lite/data/browserVersions.js +0 -1
  770. package/examples/node_modules/caniuse-lite/data/browsers.js +0 -1
  771. package/examples/node_modules/caniuse-lite/data/features/aac.js +0 -1
  772. package/examples/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
  773. package/examples/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
  774. package/examples/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
  775. package/examples/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
  776. package/examples/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
  777. package/examples/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
  778. package/examples/node_modules/caniuse-lite/data/features/apng.js +0 -1
  779. package/examples/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
  780. package/examples/node_modules/caniuse-lite/data/features/array-find.js +0 -1
  781. package/examples/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
  782. package/examples/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
  783. package/examples/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
  784. package/examples/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
  785. package/examples/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
  786. package/examples/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
  787. package/examples/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
  788. package/examples/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
  789. package/examples/node_modules/caniuse-lite/data/features/audio.js +0 -1
  790. package/examples/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
  791. package/examples/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
  792. package/examples/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
  793. package/examples/node_modules/caniuse-lite/data/features/av1.js +0 -1
  794. package/examples/node_modules/caniuse-lite/data/features/avif.js +0 -1
  795. package/examples/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
  796. package/examples/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
  797. package/examples/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
  798. package/examples/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
  799. package/examples/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
  800. package/examples/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
  801. package/examples/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
  802. package/examples/node_modules/caniuse-lite/data/features/beacon.js +0 -1
  803. package/examples/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
  804. package/examples/node_modules/caniuse-lite/data/features/bigint.js +0 -1
  805. package/examples/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
  806. package/examples/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
  807. package/examples/node_modules/caniuse-lite/data/features/border-image.js +0 -1
  808. package/examples/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
  809. package/examples/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
  810. package/examples/node_modules/caniuse-lite/data/features/brotli.js +0 -1
  811. package/examples/node_modules/caniuse-lite/data/features/calc.js +0 -1
  812. package/examples/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
  813. package/examples/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
  814. package/examples/node_modules/caniuse-lite/data/features/canvas.js +0 -1
  815. package/examples/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
  816. package/examples/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
  817. package/examples/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
  818. package/examples/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
  819. package/examples/node_modules/caniuse-lite/data/features/classlist.js +0 -1
  820. package/examples/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
  821. package/examples/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
  822. package/examples/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
  823. package/examples/node_modules/caniuse-lite/data/features/colr.js +0 -1
  824. package/examples/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
  825. package/examples/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
  826. package/examples/node_modules/caniuse-lite/data/features/console-time.js +0 -1
  827. package/examples/node_modules/caniuse-lite/data/features/const.js +0 -1
  828. package/examples/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
  829. package/examples/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
  830. package/examples/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
  831. package/examples/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
  832. package/examples/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
  833. package/examples/node_modules/caniuse-lite/data/features/cors.js +0 -1
  834. package/examples/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
  835. package/examples/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
  836. package/examples/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
  837. package/examples/node_modules/caniuse-lite/data/features/css-all.js +0 -1
  838. package/examples/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
  839. package/examples/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
  840. package/examples/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
  841. package/examples/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
  842. package/examples/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
  843. package/examples/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
  844. package/examples/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
  845. package/examples/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
  846. package/examples/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
  847. package/examples/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
  848. package/examples/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
  849. package/examples/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
  850. package/examples/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
  851. package/examples/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
  852. package/examples/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
  853. package/examples/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
  854. package/examples/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
  855. package/examples/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
  856. package/examples/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
  857. package/examples/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
  858. package/examples/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
  859. package/examples/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
  860. package/examples/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
  861. package/examples/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
  862. package/examples/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
  863. package/examples/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
  864. package/examples/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
  865. package/examples/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
  866. package/examples/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
  867. package/examples/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
  868. package/examples/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
  869. package/examples/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
  870. package/examples/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
  871. package/examples/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
  872. package/examples/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
  873. package/examples/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
  874. package/examples/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
  875. package/examples/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
  876. package/examples/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
  877. package/examples/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
  878. package/examples/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
  879. package/examples/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
  880. package/examples/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
  881. package/examples/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
  882. package/examples/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
  883. package/examples/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
  884. package/examples/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
  885. package/examples/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
  886. package/examples/node_modules/caniuse-lite/data/features/css-has.js +0 -1
  887. package/examples/node_modules/caniuse-lite/data/features/css-hyphenate.js +0 -1
  888. package/examples/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
  889. package/examples/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
  890. package/examples/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
  891. package/examples/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
  892. package/examples/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
  893. package/examples/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
  894. package/examples/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
  895. package/examples/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
  896. package/examples/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
  897. package/examples/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
  898. package/examples/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
  899. package/examples/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
  900. package/examples/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
  901. package/examples/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
  902. package/examples/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
  903. package/examples/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
  904. package/examples/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
  905. package/examples/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
  906. package/examples/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
  907. package/examples/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
  908. package/examples/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
  909. package/examples/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
  910. package/examples/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
  911. package/examples/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
  912. package/examples/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
  913. package/examples/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
  914. package/examples/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
  915. package/examples/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
  916. package/examples/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
  917. package/examples/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
  918. package/examples/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
  919. package/examples/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
  920. package/examples/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
  921. package/examples/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
  922. package/examples/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
  923. package/examples/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
  924. package/examples/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
  925. package/examples/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
  926. package/examples/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
  927. package/examples/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
  928. package/examples/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
  929. package/examples/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
  930. package/examples/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
  931. package/examples/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
  932. package/examples/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
  933. package/examples/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +0 -1
  934. package/examples/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
  935. package/examples/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
  936. package/examples/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
  937. package/examples/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
  938. package/examples/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
  939. package/examples/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
  940. package/examples/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
  941. package/examples/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
  942. package/examples/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
  943. package/examples/node_modules/caniuse-lite/data/features/css-table.js +0 -1
  944. package/examples/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
  945. package/examples/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
  946. package/examples/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
  947. package/examples/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
  948. package/examples/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
  949. package/examples/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
  950. package/examples/node_modules/caniuse-lite/data/features/css-touch-action-2.js +0 -1
  951. package/examples/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
  952. package/examples/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
  953. package/examples/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
  954. package/examples/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
  955. package/examples/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
  956. package/examples/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
  957. package/examples/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
  958. package/examples/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
  959. package/examples/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
  960. package/examples/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
  961. package/examples/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
  962. package/examples/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
  963. package/examples/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
  964. package/examples/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
  965. package/examples/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
  966. package/examples/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
  967. package/examples/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
  968. package/examples/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
  969. package/examples/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
  970. package/examples/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
  971. package/examples/node_modules/caniuse-lite/data/features/customevent.js +0 -1
  972. package/examples/node_modules/caniuse-lite/data/features/datalist.js +0 -1
  973. package/examples/node_modules/caniuse-lite/data/features/dataset.js +0 -1
  974. package/examples/node_modules/caniuse-lite/data/features/datauri.js +0 -1
  975. package/examples/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
  976. package/examples/node_modules/caniuse-lite/data/features/decorators.js +0 -1
  977. package/examples/node_modules/caniuse-lite/data/features/details.js +0 -1
  978. package/examples/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
  979. package/examples/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
  980. package/examples/node_modules/caniuse-lite/data/features/dialog.js +0 -1
  981. package/examples/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
  982. package/examples/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
  983. package/examples/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
  984. package/examples/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
  985. package/examples/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
  986. package/examples/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
  987. package/examples/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
  988. package/examples/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
  989. package/examples/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
  990. package/examples/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
  991. package/examples/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
  992. package/examples/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
  993. package/examples/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js +0 -1
  994. package/examples/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
  995. package/examples/node_modules/caniuse-lite/data/features/download.js +0 -1
  996. package/examples/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
  997. package/examples/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
  998. package/examples/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
  999. package/examples/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
  1000. package/examples/node_modules/caniuse-lite/data/features/eme.js +0 -1
  1001. package/examples/node_modules/caniuse-lite/data/features/eot.js +0 -1
  1002. package/examples/node_modules/caniuse-lite/data/features/es5.js +0 -1
  1003. package/examples/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
  1004. package/examples/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
  1005. package/examples/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
  1006. package/examples/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
  1007. package/examples/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
  1008. package/examples/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
  1009. package/examples/node_modules/caniuse-lite/data/features/es6.js +0 -1
  1010. package/examples/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
  1011. package/examples/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
  1012. package/examples/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
  1013. package/examples/node_modules/caniuse-lite/data/features/fetch.js +0 -1
  1014. package/examples/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
  1015. package/examples/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
  1016. package/examples/node_modules/caniuse-lite/data/features/filereader.js +0 -1
  1017. package/examples/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
  1018. package/examples/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
  1019. package/examples/node_modules/caniuse-lite/data/features/flac.js +0 -1
  1020. package/examples/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
  1021. package/examples/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
  1022. package/examples/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
  1023. package/examples/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
  1024. package/examples/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js +0 -1
  1025. package/examples/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
  1026. package/examples/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
  1027. package/examples/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
  1028. package/examples/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
  1029. package/examples/node_modules/caniuse-lite/data/features/font-metrics-overrides.js +0 -1
  1030. package/examples/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
  1031. package/examples/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
  1032. package/examples/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
  1033. package/examples/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
  1034. package/examples/node_modules/caniuse-lite/data/features/font-variant-east-asian.js +0 -1
  1035. package/examples/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
  1036. package/examples/node_modules/caniuse-lite/data/features/fontface.js +0 -1
  1037. package/examples/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
  1038. package/examples/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
  1039. package/examples/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
  1040. package/examples/node_modules/caniuse-lite/data/features/forms.js +0 -1
  1041. package/examples/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
  1042. package/examples/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
  1043. package/examples/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
  1044. package/examples/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
  1045. package/examples/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
  1046. package/examples/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
  1047. package/examples/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
  1048. package/examples/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
  1049. package/examples/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
  1050. package/examples/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
  1051. package/examples/node_modules/caniuse-lite/data/features/heif.js +0 -1
  1052. package/examples/node_modules/caniuse-lite/data/features/hevc.js +0 -1
  1053. package/examples/node_modules/caniuse-lite/data/features/hidden.js +0 -1
  1054. package/examples/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
  1055. package/examples/node_modules/caniuse-lite/data/features/history.js +0 -1
  1056. package/examples/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
  1057. package/examples/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
  1058. package/examples/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
  1059. package/examples/node_modules/caniuse-lite/data/features/http2.js +0 -1
  1060. package/examples/node_modules/caniuse-lite/data/features/http3.js +0 -1
  1061. package/examples/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
  1062. package/examples/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
  1063. package/examples/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
  1064. package/examples/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
  1065. package/examples/node_modules/caniuse-lite/data/features/ime.js +0 -1
  1066. package/examples/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
  1067. package/examples/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
  1068. package/examples/node_modules/caniuse-lite/data/features/imports.js +0 -1
  1069. package/examples/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
  1070. package/examples/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
  1071. package/examples/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
  1072. package/examples/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
  1073. package/examples/node_modules/caniuse-lite/data/features/innertext.js +0 -1
  1074. package/examples/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
  1075. package/examples/node_modules/caniuse-lite/data/features/input-color.js +0 -1
  1076. package/examples/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
  1077. package/examples/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
  1078. package/examples/node_modules/caniuse-lite/data/features/input-event.js +0 -1
  1079. package/examples/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
  1080. package/examples/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
  1081. package/examples/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
  1082. package/examples/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
  1083. package/examples/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
  1084. package/examples/node_modules/caniuse-lite/data/features/input-number.js +0 -1
  1085. package/examples/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
  1086. package/examples/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
  1087. package/examples/node_modules/caniuse-lite/data/features/input-range.js +0 -1
  1088. package/examples/node_modules/caniuse-lite/data/features/input-search.js +0 -1
  1089. package/examples/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
  1090. package/examples/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
  1091. package/examples/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
  1092. package/examples/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
  1093. package/examples/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
  1094. package/examples/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
  1095. package/examples/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
  1096. package/examples/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
  1097. package/examples/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
  1098. package/examples/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
  1099. package/examples/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
  1100. package/examples/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
  1101. package/examples/node_modules/caniuse-lite/data/features/json.js +0 -1
  1102. package/examples/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
  1103. package/examples/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
  1104. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
  1105. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
  1106. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
  1107. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
  1108. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
  1109. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
  1110. package/examples/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
  1111. package/examples/node_modules/caniuse-lite/data/features/let.js +0 -1
  1112. package/examples/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
  1113. package/examples/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
  1114. package/examples/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
  1115. package/examples/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
  1116. package/examples/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
  1117. package/examples/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
  1118. package/examples/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
  1119. package/examples/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
  1120. package/examples/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
  1121. package/examples/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
  1122. package/examples/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
  1123. package/examples/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
  1124. package/examples/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
  1125. package/examples/node_modules/caniuse-lite/data/features/mathml.js +0 -1
  1126. package/examples/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
  1127. package/examples/node_modules/caniuse-lite/data/features/media-attribute.js +0 -1
  1128. package/examples/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
  1129. package/examples/node_modules/caniuse-lite/data/features/media-session-api.js +0 -1
  1130. package/examples/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
  1131. package/examples/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
  1132. package/examples/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
  1133. package/examples/node_modules/caniuse-lite/data/features/menu.js +0 -1
  1134. package/examples/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
  1135. package/examples/node_modules/caniuse-lite/data/features/meter.js +0 -1
  1136. package/examples/node_modules/caniuse-lite/data/features/midi.js +0 -1
  1137. package/examples/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
  1138. package/examples/node_modules/caniuse-lite/data/features/mp3.js +0 -1
  1139. package/examples/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
  1140. package/examples/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
  1141. package/examples/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
  1142. package/examples/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
  1143. package/examples/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
  1144. package/examples/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
  1145. package/examples/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
  1146. package/examples/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
  1147. package/examples/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
  1148. package/examples/node_modules/caniuse-lite/data/features/navigator-language.js +0 -1
  1149. package/examples/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
  1150. package/examples/node_modules/caniuse-lite/data/features/notifications.js +0 -1
  1151. package/examples/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
  1152. package/examples/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
  1153. package/examples/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
  1154. package/examples/node_modules/caniuse-lite/data/features/object-values.js +0 -1
  1155. package/examples/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
  1156. package/examples/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
  1157. package/examples/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
  1158. package/examples/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
  1159. package/examples/node_modules/caniuse-lite/data/features/ogv.js +0 -1
  1160. package/examples/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
  1161. package/examples/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
  1162. package/examples/node_modules/caniuse-lite/data/features/online-status.js +0 -1
  1163. package/examples/node_modules/caniuse-lite/data/features/opus.js +0 -1
  1164. package/examples/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
  1165. package/examples/node_modules/caniuse-lite/data/features/outline.js +0 -1
  1166. package/examples/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
  1167. package/examples/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
  1168. package/examples/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
  1169. package/examples/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
  1170. package/examples/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
  1171. package/examples/node_modules/caniuse-lite/data/features/path2d.js +0 -1
  1172. package/examples/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
  1173. package/examples/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
  1174. package/examples/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
  1175. package/examples/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
  1176. package/examples/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
  1177. package/examples/node_modules/caniuse-lite/data/features/picture.js +0 -1
  1178. package/examples/node_modules/caniuse-lite/data/features/ping.js +0 -1
  1179. package/examples/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
  1180. package/examples/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
  1181. package/examples/node_modules/caniuse-lite/data/features/pointer.js +0 -1
  1182. package/examples/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
  1183. package/examples/node_modules/caniuse-lite/data/features/portals.js +0 -1
  1184. package/examples/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
  1185. package/examples/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
  1186. package/examples/node_modules/caniuse-lite/data/features/private-class-fields.js +0 -1
  1187. package/examples/node_modules/caniuse-lite/data/features/private-methods-and-accessors.js +0 -1
  1188. package/examples/node_modules/caniuse-lite/data/features/progress.js +0 -1
  1189. package/examples/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
  1190. package/examples/node_modules/caniuse-lite/data/features/promises.js +0 -1
  1191. package/examples/node_modules/caniuse-lite/data/features/proximity.js +0 -1
  1192. package/examples/node_modules/caniuse-lite/data/features/proxy.js +0 -1
  1193. package/examples/node_modules/caniuse-lite/data/features/public-class-fields.js +0 -1
  1194. package/examples/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
  1195. package/examples/node_modules/caniuse-lite/data/features/push-api.js +0 -1
  1196. package/examples/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
  1197. package/examples/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
  1198. package/examples/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
  1199. package/examples/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
  1200. package/examples/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
  1201. package/examples/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
  1202. package/examples/node_modules/caniuse-lite/data/features/rellist.js +0 -1
  1203. package/examples/node_modules/caniuse-lite/data/features/rem.js +0 -1
  1204. package/examples/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
  1205. package/examples/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
  1206. package/examples/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
  1207. package/examples/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
  1208. package/examples/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
  1209. package/examples/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
  1210. package/examples/node_modules/caniuse-lite/data/features/ruby.js +0 -1
  1211. package/examples/node_modules/caniuse-lite/data/features/run-in.js +0 -1
  1212. package/examples/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
  1213. package/examples/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
  1214. package/examples/node_modules/caniuse-lite/data/features/script-async.js +0 -1
  1215. package/examples/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
  1216. package/examples/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
  1217. package/examples/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
  1218. package/examples/node_modules/caniuse-lite/data/features/sdch.js +0 -1
  1219. package/examples/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
  1220. package/examples/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
  1221. package/examples/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
  1222. package/examples/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
  1223. package/examples/node_modules/caniuse-lite/data/features/sha-2.js +0 -1
  1224. package/examples/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
  1225. package/examples/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
  1226. package/examples/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
  1227. package/examples/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
  1228. package/examples/node_modules/caniuse-lite/data/features/sni.js +0 -1
  1229. package/examples/node_modules/caniuse-lite/data/features/spdy.js +0 -1
  1230. package/examples/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
  1231. package/examples/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
  1232. package/examples/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
  1233. package/examples/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
  1234. package/examples/node_modules/caniuse-lite/data/features/srcset.js +0 -1
  1235. package/examples/node_modules/caniuse-lite/data/features/stream.js +0 -1
  1236. package/examples/node_modules/caniuse-lite/data/features/streams.js +0 -1
  1237. package/examples/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
  1238. package/examples/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
  1239. package/examples/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
  1240. package/examples/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
  1241. package/examples/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
  1242. package/examples/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
  1243. package/examples/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
  1244. package/examples/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
  1245. package/examples/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
  1246. package/examples/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
  1247. package/examples/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
  1248. package/examples/node_modules/caniuse-lite/data/features/svg.js +0 -1
  1249. package/examples/node_modules/caniuse-lite/data/features/sxg.js +0 -1
  1250. package/examples/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
  1251. package/examples/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
  1252. package/examples/node_modules/caniuse-lite/data/features/template.js +0 -1
  1253. package/examples/node_modules/caniuse-lite/data/features/temporal.js +0 -1
  1254. package/examples/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
  1255. package/examples/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
  1256. package/examples/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
  1257. package/examples/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
  1258. package/examples/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
  1259. package/examples/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
  1260. package/examples/node_modules/caniuse-lite/data/features/text-underline-offset.js +0 -1
  1261. package/examples/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
  1262. package/examples/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
  1263. package/examples/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
  1264. package/examples/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
  1265. package/examples/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
  1266. package/examples/node_modules/caniuse-lite/data/features/token-binding.js +0 -1
  1267. package/examples/node_modules/caniuse-lite/data/features/touch.js +0 -1
  1268. package/examples/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
  1269. package/examples/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
  1270. package/examples/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
  1271. package/examples/node_modules/caniuse-lite/data/features/ttf.js +0 -1
  1272. package/examples/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
  1273. package/examples/node_modules/caniuse-lite/data/features/u2f.js +0 -1
  1274. package/examples/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
  1275. package/examples/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
  1276. package/examples/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
  1277. package/examples/node_modules/caniuse-lite/data/features/url.js +0 -1
  1278. package/examples/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
  1279. package/examples/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
  1280. package/examples/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
  1281. package/examples/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
  1282. package/examples/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
  1283. package/examples/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
  1284. package/examples/node_modules/caniuse-lite/data/features/vibration.js +0 -1
  1285. package/examples/node_modules/caniuse-lite/data/features/video.js +0 -1
  1286. package/examples/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
  1287. package/examples/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
  1288. package/examples/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
  1289. package/examples/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
  1290. package/examples/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
  1291. package/examples/node_modules/caniuse-lite/data/features/wasm.js +0 -1
  1292. package/examples/node_modules/caniuse-lite/data/features/wav.js +0 -1
  1293. package/examples/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
  1294. package/examples/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
  1295. package/examples/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
  1296. package/examples/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
  1297. package/examples/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
  1298. package/examples/node_modules/caniuse-lite/data/features/web-share.js +0 -1
  1299. package/examples/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
  1300. package/examples/node_modules/caniuse-lite/data/features/webgl.js +0 -1
  1301. package/examples/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
  1302. package/examples/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
  1303. package/examples/node_modules/caniuse-lite/data/features/webhid.js +0 -1
  1304. package/examples/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
  1305. package/examples/node_modules/caniuse-lite/data/features/webm.js +0 -1
  1306. package/examples/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
  1307. package/examples/node_modules/caniuse-lite/data/features/webp.js +0 -1
  1308. package/examples/node_modules/caniuse-lite/data/features/websockets.js +0 -1
  1309. package/examples/node_modules/caniuse-lite/data/features/webusb.js +0 -1
  1310. package/examples/node_modules/caniuse-lite/data/features/webvr.js +0 -1
  1311. package/examples/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
  1312. package/examples/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
  1313. package/examples/node_modules/caniuse-lite/data/features/webxr.js +0 -1
  1314. package/examples/node_modules/caniuse-lite/data/features/will-change.js +0 -1
  1315. package/examples/node_modules/caniuse-lite/data/features/woff.js +0 -1
  1316. package/examples/node_modules/caniuse-lite/data/features/woff2.js +0 -1
  1317. package/examples/node_modules/caniuse-lite/data/features/word-break.js +0 -1
  1318. package/examples/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
  1319. package/examples/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
  1320. package/examples/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
  1321. package/examples/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
  1322. package/examples/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
  1323. package/examples/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
  1324. package/examples/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
  1325. package/examples/node_modules/caniuse-lite/data/features.js +0 -1
  1326. package/examples/node_modules/caniuse-lite/data/regions/AD.js +0 -1
  1327. package/examples/node_modules/caniuse-lite/data/regions/AE.js +0 -1
  1328. package/examples/node_modules/caniuse-lite/data/regions/AF.js +0 -1
  1329. package/examples/node_modules/caniuse-lite/data/regions/AG.js +0 -1
  1330. package/examples/node_modules/caniuse-lite/data/regions/AI.js +0 -1
  1331. package/examples/node_modules/caniuse-lite/data/regions/AL.js +0 -1
  1332. package/examples/node_modules/caniuse-lite/data/regions/AM.js +0 -1
  1333. package/examples/node_modules/caniuse-lite/data/regions/AO.js +0 -1
  1334. package/examples/node_modules/caniuse-lite/data/regions/AR.js +0 -1
  1335. package/examples/node_modules/caniuse-lite/data/regions/AS.js +0 -1
  1336. package/examples/node_modules/caniuse-lite/data/regions/AT.js +0 -1
  1337. package/examples/node_modules/caniuse-lite/data/regions/AU.js +0 -1
  1338. package/examples/node_modules/caniuse-lite/data/regions/AW.js +0 -1
  1339. package/examples/node_modules/caniuse-lite/data/regions/AX.js +0 -1
  1340. package/examples/node_modules/caniuse-lite/data/regions/AZ.js +0 -1
  1341. package/examples/node_modules/caniuse-lite/data/regions/BA.js +0 -1
  1342. package/examples/node_modules/caniuse-lite/data/regions/BB.js +0 -1
  1343. package/examples/node_modules/caniuse-lite/data/regions/BD.js +0 -1
  1344. package/examples/node_modules/caniuse-lite/data/regions/BE.js +0 -1
  1345. package/examples/node_modules/caniuse-lite/data/regions/BF.js +0 -1
  1346. package/examples/node_modules/caniuse-lite/data/regions/BG.js +0 -1
  1347. package/examples/node_modules/caniuse-lite/data/regions/BH.js +0 -1
  1348. package/examples/node_modules/caniuse-lite/data/regions/BI.js +0 -1
  1349. package/examples/node_modules/caniuse-lite/data/regions/BJ.js +0 -1
  1350. package/examples/node_modules/caniuse-lite/data/regions/BM.js +0 -1
  1351. package/examples/node_modules/caniuse-lite/data/regions/BN.js +0 -1
  1352. package/examples/node_modules/caniuse-lite/data/regions/BO.js +0 -1
  1353. package/examples/node_modules/caniuse-lite/data/regions/BR.js +0 -1
  1354. package/examples/node_modules/caniuse-lite/data/regions/BS.js +0 -1
  1355. package/examples/node_modules/caniuse-lite/data/regions/BT.js +0 -1
  1356. package/examples/node_modules/caniuse-lite/data/regions/BW.js +0 -1
  1357. package/examples/node_modules/caniuse-lite/data/regions/BY.js +0 -1
  1358. package/examples/node_modules/caniuse-lite/data/regions/BZ.js +0 -1
  1359. package/examples/node_modules/caniuse-lite/data/regions/CA.js +0 -1
  1360. package/examples/node_modules/caniuse-lite/data/regions/CD.js +0 -1
  1361. package/examples/node_modules/caniuse-lite/data/regions/CF.js +0 -1
  1362. package/examples/node_modules/caniuse-lite/data/regions/CG.js +0 -1
  1363. package/examples/node_modules/caniuse-lite/data/regions/CH.js +0 -1
  1364. package/examples/node_modules/caniuse-lite/data/regions/CI.js +0 -1
  1365. package/examples/node_modules/caniuse-lite/data/regions/CK.js +0 -1
  1366. package/examples/node_modules/caniuse-lite/data/regions/CL.js +0 -1
  1367. package/examples/node_modules/caniuse-lite/data/regions/CM.js +0 -1
  1368. package/examples/node_modules/caniuse-lite/data/regions/CN.js +0 -1
  1369. package/examples/node_modules/caniuse-lite/data/regions/CO.js +0 -1
  1370. package/examples/node_modules/caniuse-lite/data/regions/CR.js +0 -1
  1371. package/examples/node_modules/caniuse-lite/data/regions/CU.js +0 -1
  1372. package/examples/node_modules/caniuse-lite/data/regions/CV.js +0 -1
  1373. package/examples/node_modules/caniuse-lite/data/regions/CX.js +0 -1
  1374. package/examples/node_modules/caniuse-lite/data/regions/CY.js +0 -1
  1375. package/examples/node_modules/caniuse-lite/data/regions/CZ.js +0 -1
  1376. package/examples/node_modules/caniuse-lite/data/regions/DE.js +0 -1
  1377. package/examples/node_modules/caniuse-lite/data/regions/DJ.js +0 -1
  1378. package/examples/node_modules/caniuse-lite/data/regions/DK.js +0 -1
  1379. package/examples/node_modules/caniuse-lite/data/regions/DM.js +0 -1
  1380. package/examples/node_modules/caniuse-lite/data/regions/DO.js +0 -1
  1381. package/examples/node_modules/caniuse-lite/data/regions/DZ.js +0 -1
  1382. package/examples/node_modules/caniuse-lite/data/regions/EC.js +0 -1
  1383. package/examples/node_modules/caniuse-lite/data/regions/EE.js +0 -1
  1384. package/examples/node_modules/caniuse-lite/data/regions/EG.js +0 -1
  1385. package/examples/node_modules/caniuse-lite/data/regions/ER.js +0 -1
  1386. package/examples/node_modules/caniuse-lite/data/regions/ES.js +0 -1
  1387. package/examples/node_modules/caniuse-lite/data/regions/ET.js +0 -1
  1388. package/examples/node_modules/caniuse-lite/data/regions/FI.js +0 -1
  1389. package/examples/node_modules/caniuse-lite/data/regions/FJ.js +0 -1
  1390. package/examples/node_modules/caniuse-lite/data/regions/FK.js +0 -1
  1391. package/examples/node_modules/caniuse-lite/data/regions/FM.js +0 -1
  1392. package/examples/node_modules/caniuse-lite/data/regions/FO.js +0 -1
  1393. package/examples/node_modules/caniuse-lite/data/regions/FR.js +0 -1
  1394. package/examples/node_modules/caniuse-lite/data/regions/GA.js +0 -1
  1395. package/examples/node_modules/caniuse-lite/data/regions/GB.js +0 -1
  1396. package/examples/node_modules/caniuse-lite/data/regions/GD.js +0 -1
  1397. package/examples/node_modules/caniuse-lite/data/regions/GE.js +0 -1
  1398. package/examples/node_modules/caniuse-lite/data/regions/GF.js +0 -1
  1399. package/examples/node_modules/caniuse-lite/data/regions/GG.js +0 -1
  1400. package/examples/node_modules/caniuse-lite/data/regions/GH.js +0 -1
  1401. package/examples/node_modules/caniuse-lite/data/regions/GI.js +0 -1
  1402. package/examples/node_modules/caniuse-lite/data/regions/GL.js +0 -1
  1403. package/examples/node_modules/caniuse-lite/data/regions/GM.js +0 -1
  1404. package/examples/node_modules/caniuse-lite/data/regions/GN.js +0 -1
  1405. package/examples/node_modules/caniuse-lite/data/regions/GP.js +0 -1
  1406. package/examples/node_modules/caniuse-lite/data/regions/GQ.js +0 -1
  1407. package/examples/node_modules/caniuse-lite/data/regions/GR.js +0 -1
  1408. package/examples/node_modules/caniuse-lite/data/regions/GT.js +0 -1
  1409. package/examples/node_modules/caniuse-lite/data/regions/GU.js +0 -1
  1410. package/examples/node_modules/caniuse-lite/data/regions/GW.js +0 -1
  1411. package/examples/node_modules/caniuse-lite/data/regions/GY.js +0 -1
  1412. package/examples/node_modules/caniuse-lite/data/regions/HK.js +0 -1
  1413. package/examples/node_modules/caniuse-lite/data/regions/HN.js +0 -1
  1414. package/examples/node_modules/caniuse-lite/data/regions/HR.js +0 -1
  1415. package/examples/node_modules/caniuse-lite/data/regions/HT.js +0 -1
  1416. package/examples/node_modules/caniuse-lite/data/regions/HU.js +0 -1
  1417. package/examples/node_modules/caniuse-lite/data/regions/ID.js +0 -1
  1418. package/examples/node_modules/caniuse-lite/data/regions/IE.js +0 -1
  1419. package/examples/node_modules/caniuse-lite/data/regions/IL.js +0 -1
  1420. package/examples/node_modules/caniuse-lite/data/regions/IM.js +0 -1
  1421. package/examples/node_modules/caniuse-lite/data/regions/IN.js +0 -1
  1422. package/examples/node_modules/caniuse-lite/data/regions/IQ.js +0 -1
  1423. package/examples/node_modules/caniuse-lite/data/regions/IR.js +0 -1
  1424. package/examples/node_modules/caniuse-lite/data/regions/IS.js +0 -1
  1425. package/examples/node_modules/caniuse-lite/data/regions/IT.js +0 -1
  1426. package/examples/node_modules/caniuse-lite/data/regions/JE.js +0 -1
  1427. package/examples/node_modules/caniuse-lite/data/regions/JM.js +0 -1
  1428. package/examples/node_modules/caniuse-lite/data/regions/JO.js +0 -1
  1429. package/examples/node_modules/caniuse-lite/data/regions/JP.js +0 -1
  1430. package/examples/node_modules/caniuse-lite/data/regions/KE.js +0 -1
  1431. package/examples/node_modules/caniuse-lite/data/regions/KG.js +0 -1
  1432. package/examples/node_modules/caniuse-lite/data/regions/KH.js +0 -1
  1433. package/examples/node_modules/caniuse-lite/data/regions/KI.js +0 -1
  1434. package/examples/node_modules/caniuse-lite/data/regions/KM.js +0 -1
  1435. package/examples/node_modules/caniuse-lite/data/regions/KN.js +0 -1
  1436. package/examples/node_modules/caniuse-lite/data/regions/KP.js +0 -1
  1437. package/examples/node_modules/caniuse-lite/data/regions/KR.js +0 -1
  1438. package/examples/node_modules/caniuse-lite/data/regions/KW.js +0 -1
  1439. package/examples/node_modules/caniuse-lite/data/regions/KY.js +0 -1
  1440. package/examples/node_modules/caniuse-lite/data/regions/KZ.js +0 -1
  1441. package/examples/node_modules/caniuse-lite/data/regions/LA.js +0 -1
  1442. package/examples/node_modules/caniuse-lite/data/regions/LB.js +0 -1
  1443. package/examples/node_modules/caniuse-lite/data/regions/LC.js +0 -1
  1444. package/examples/node_modules/caniuse-lite/data/regions/LI.js +0 -1
  1445. package/examples/node_modules/caniuse-lite/data/regions/LK.js +0 -1
  1446. package/examples/node_modules/caniuse-lite/data/regions/LR.js +0 -1
  1447. package/examples/node_modules/caniuse-lite/data/regions/LS.js +0 -1
  1448. package/examples/node_modules/caniuse-lite/data/regions/LT.js +0 -1
  1449. package/examples/node_modules/caniuse-lite/data/regions/LU.js +0 -1
  1450. package/examples/node_modules/caniuse-lite/data/regions/LV.js +0 -1
  1451. package/examples/node_modules/caniuse-lite/data/regions/LY.js +0 -1
  1452. package/examples/node_modules/caniuse-lite/data/regions/MA.js +0 -1
  1453. package/examples/node_modules/caniuse-lite/data/regions/MC.js +0 -1
  1454. package/examples/node_modules/caniuse-lite/data/regions/MD.js +0 -1
  1455. package/examples/node_modules/caniuse-lite/data/regions/ME.js +0 -1
  1456. package/examples/node_modules/caniuse-lite/data/regions/MG.js +0 -1
  1457. package/examples/node_modules/caniuse-lite/data/regions/MH.js +0 -1
  1458. package/examples/node_modules/caniuse-lite/data/regions/MK.js +0 -1
  1459. package/examples/node_modules/caniuse-lite/data/regions/ML.js +0 -1
  1460. package/examples/node_modules/caniuse-lite/data/regions/MM.js +0 -1
  1461. package/examples/node_modules/caniuse-lite/data/regions/MN.js +0 -1
  1462. package/examples/node_modules/caniuse-lite/data/regions/MO.js +0 -1
  1463. package/examples/node_modules/caniuse-lite/data/regions/MP.js +0 -1
  1464. package/examples/node_modules/caniuse-lite/data/regions/MQ.js +0 -1
  1465. package/examples/node_modules/caniuse-lite/data/regions/MR.js +0 -1
  1466. package/examples/node_modules/caniuse-lite/data/regions/MS.js +0 -1
  1467. package/examples/node_modules/caniuse-lite/data/regions/MT.js +0 -1
  1468. package/examples/node_modules/caniuse-lite/data/regions/MU.js +0 -1
  1469. package/examples/node_modules/caniuse-lite/data/regions/MV.js +0 -1
  1470. package/examples/node_modules/caniuse-lite/data/regions/MW.js +0 -1
  1471. package/examples/node_modules/caniuse-lite/data/regions/MX.js +0 -1
  1472. package/examples/node_modules/caniuse-lite/data/regions/MY.js +0 -1
  1473. package/examples/node_modules/caniuse-lite/data/regions/MZ.js +0 -1
  1474. package/examples/node_modules/caniuse-lite/data/regions/NA.js +0 -1
  1475. package/examples/node_modules/caniuse-lite/data/regions/NC.js +0 -1
  1476. package/examples/node_modules/caniuse-lite/data/regions/NE.js +0 -1
  1477. package/examples/node_modules/caniuse-lite/data/regions/NF.js +0 -1
  1478. package/examples/node_modules/caniuse-lite/data/regions/NG.js +0 -1
  1479. package/examples/node_modules/caniuse-lite/data/regions/NI.js +0 -1
  1480. package/examples/node_modules/caniuse-lite/data/regions/NL.js +0 -1
  1481. package/examples/node_modules/caniuse-lite/data/regions/NO.js +0 -1
  1482. package/examples/node_modules/caniuse-lite/data/regions/NP.js +0 -1
  1483. package/examples/node_modules/caniuse-lite/data/regions/NR.js +0 -1
  1484. package/examples/node_modules/caniuse-lite/data/regions/NU.js +0 -1
  1485. package/examples/node_modules/caniuse-lite/data/regions/NZ.js +0 -1
  1486. package/examples/node_modules/caniuse-lite/data/regions/OM.js +0 -1
  1487. package/examples/node_modules/caniuse-lite/data/regions/PA.js +0 -1
  1488. package/examples/node_modules/caniuse-lite/data/regions/PE.js +0 -1
  1489. package/examples/node_modules/caniuse-lite/data/regions/PF.js +0 -1
  1490. package/examples/node_modules/caniuse-lite/data/regions/PG.js +0 -1
  1491. package/examples/node_modules/caniuse-lite/data/regions/PH.js +0 -1
  1492. package/examples/node_modules/caniuse-lite/data/regions/PK.js +0 -1
  1493. package/examples/node_modules/caniuse-lite/data/regions/PL.js +0 -1
  1494. package/examples/node_modules/caniuse-lite/data/regions/PM.js +0 -1
  1495. package/examples/node_modules/caniuse-lite/data/regions/PN.js +0 -1
  1496. package/examples/node_modules/caniuse-lite/data/regions/PR.js +0 -1
  1497. package/examples/node_modules/caniuse-lite/data/regions/PS.js +0 -1
  1498. package/examples/node_modules/caniuse-lite/data/regions/PT.js +0 -1
  1499. package/examples/node_modules/caniuse-lite/data/regions/PW.js +0 -1
  1500. package/examples/node_modules/caniuse-lite/data/regions/PY.js +0 -1
  1501. package/examples/node_modules/caniuse-lite/data/regions/QA.js +0 -1
  1502. package/examples/node_modules/caniuse-lite/data/regions/RE.js +0 -1
  1503. package/examples/node_modules/caniuse-lite/data/regions/RO.js +0 -1
  1504. package/examples/node_modules/caniuse-lite/data/regions/RS.js +0 -1
  1505. package/examples/node_modules/caniuse-lite/data/regions/RU.js +0 -1
  1506. package/examples/node_modules/caniuse-lite/data/regions/RW.js +0 -1
  1507. package/examples/node_modules/caniuse-lite/data/regions/SA.js +0 -1
  1508. package/examples/node_modules/caniuse-lite/data/regions/SB.js +0 -1
  1509. package/examples/node_modules/caniuse-lite/data/regions/SC.js +0 -1
  1510. package/examples/node_modules/caniuse-lite/data/regions/SD.js +0 -1
  1511. package/examples/node_modules/caniuse-lite/data/regions/SE.js +0 -1
  1512. package/examples/node_modules/caniuse-lite/data/regions/SG.js +0 -1
  1513. package/examples/node_modules/caniuse-lite/data/regions/SH.js +0 -1
  1514. package/examples/node_modules/caniuse-lite/data/regions/SI.js +0 -1
  1515. package/examples/node_modules/caniuse-lite/data/regions/SK.js +0 -1
  1516. package/examples/node_modules/caniuse-lite/data/regions/SL.js +0 -1
  1517. package/examples/node_modules/caniuse-lite/data/regions/SM.js +0 -1
  1518. package/examples/node_modules/caniuse-lite/data/regions/SN.js +0 -1
  1519. package/examples/node_modules/caniuse-lite/data/regions/SO.js +0 -1
  1520. package/examples/node_modules/caniuse-lite/data/regions/SR.js +0 -1
  1521. package/examples/node_modules/caniuse-lite/data/regions/ST.js +0 -1
  1522. package/examples/node_modules/caniuse-lite/data/regions/SV.js +0 -1
  1523. package/examples/node_modules/caniuse-lite/data/regions/SY.js +0 -1
  1524. package/examples/node_modules/caniuse-lite/data/regions/SZ.js +0 -1
  1525. package/examples/node_modules/caniuse-lite/data/regions/TC.js +0 -1
  1526. package/examples/node_modules/caniuse-lite/data/regions/TD.js +0 -1
  1527. package/examples/node_modules/caniuse-lite/data/regions/TG.js +0 -1
  1528. package/examples/node_modules/caniuse-lite/data/regions/TH.js +0 -1
  1529. package/examples/node_modules/caniuse-lite/data/regions/TJ.js +0 -1
  1530. package/examples/node_modules/caniuse-lite/data/regions/TK.js +0 -1
  1531. package/examples/node_modules/caniuse-lite/data/regions/TL.js +0 -1
  1532. package/examples/node_modules/caniuse-lite/data/regions/TM.js +0 -1
  1533. package/examples/node_modules/caniuse-lite/data/regions/TN.js +0 -1
  1534. package/examples/node_modules/caniuse-lite/data/regions/TO.js +0 -1
  1535. package/examples/node_modules/caniuse-lite/data/regions/TR.js +0 -1
  1536. package/examples/node_modules/caniuse-lite/data/regions/TT.js +0 -1
  1537. package/examples/node_modules/caniuse-lite/data/regions/TV.js +0 -1
  1538. package/examples/node_modules/caniuse-lite/data/regions/TW.js +0 -1
  1539. package/examples/node_modules/caniuse-lite/data/regions/TZ.js +0 -1
  1540. package/examples/node_modules/caniuse-lite/data/regions/UA.js +0 -1
  1541. package/examples/node_modules/caniuse-lite/data/regions/UG.js +0 -1
  1542. package/examples/node_modules/caniuse-lite/data/regions/US.js +0 -1
  1543. package/examples/node_modules/caniuse-lite/data/regions/UY.js +0 -1
  1544. package/examples/node_modules/caniuse-lite/data/regions/UZ.js +0 -1
  1545. package/examples/node_modules/caniuse-lite/data/regions/VA.js +0 -1
  1546. package/examples/node_modules/caniuse-lite/data/regions/VC.js +0 -1
  1547. package/examples/node_modules/caniuse-lite/data/regions/VE.js +0 -1
  1548. package/examples/node_modules/caniuse-lite/data/regions/VG.js +0 -1
  1549. package/examples/node_modules/caniuse-lite/data/regions/VI.js +0 -1
  1550. package/examples/node_modules/caniuse-lite/data/regions/VN.js +0 -1
  1551. package/examples/node_modules/caniuse-lite/data/regions/VU.js +0 -1
  1552. package/examples/node_modules/caniuse-lite/data/regions/WF.js +0 -1
  1553. package/examples/node_modules/caniuse-lite/data/regions/WS.js +0 -1
  1554. package/examples/node_modules/caniuse-lite/data/regions/YE.js +0 -1
  1555. package/examples/node_modules/caniuse-lite/data/regions/YT.js +0 -1
  1556. package/examples/node_modules/caniuse-lite/data/regions/ZA.js +0 -1
  1557. package/examples/node_modules/caniuse-lite/data/regions/ZM.js +0 -1
  1558. package/examples/node_modules/caniuse-lite/data/regions/ZW.js +0 -1
  1559. package/examples/node_modules/caniuse-lite/data/regions/alt-af.js +0 -1
  1560. package/examples/node_modules/caniuse-lite/data/regions/alt-an.js +0 -1
  1561. package/examples/node_modules/caniuse-lite/data/regions/alt-as.js +0 -1
  1562. package/examples/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -1
  1563. package/examples/node_modules/caniuse-lite/data/regions/alt-na.js +0 -1
  1564. package/examples/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -1
  1565. package/examples/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -1
  1566. package/examples/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -1
  1567. package/examples/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
  1568. package/examples/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
  1569. package/examples/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
  1570. package/examples/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
  1571. package/examples/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
  1572. package/examples/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -48
  1573. package/examples/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
  1574. package/examples/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
  1575. package/examples/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
  1576. package/examples/node_modules/caniuse-lite/package.json +0 -34
  1577. package/examples/node_modules/chrome-trace-event/CHANGES.md +0 -26
  1578. package/examples/node_modules/chrome-trace-event/LICENSE.txt +0 -23
  1579. package/examples/node_modules/chrome-trace-event/README.md +0 -31
  1580. package/examples/node_modules/chrome-trace-event/dist/trace-event.d.ts +0 -52
  1581. package/examples/node_modules/chrome-trace-event/dist/trace-event.js +0 -170
  1582. package/examples/node_modules/chrome-trace-event/dist/trace-event.js.map +0 -1
  1583. package/examples/node_modules/chrome-trace-event/package.json +0 -38
  1584. package/examples/node_modules/clone-deep/LICENSE +0 -21
  1585. package/examples/node_modules/clone-deep/README.md +0 -106
  1586. package/examples/node_modules/clone-deep/index.js +0 -49
  1587. package/examples/node_modules/clone-deep/package.json +0 -81
  1588. package/examples/node_modules/colorette/LICENSE.md +0 -7
  1589. package/examples/node_modules/colorette/README.md +0 -134
  1590. package/examples/node_modules/colorette/index.cjs +0 -215
  1591. package/examples/node_modules/colorette/index.d.ts +0 -93
  1592. package/examples/node_modules/colorette/index.js +0 -147
  1593. package/examples/node_modules/colorette/package.json +0 -39
  1594. package/examples/node_modules/commander/CHANGELOG.md +0 -419
  1595. package/examples/node_modules/commander/LICENSE +0 -22
  1596. package/examples/node_modules/commander/Readme.md +0 -428
  1597. package/examples/node_modules/commander/index.js +0 -1224
  1598. package/examples/node_modules/commander/package.json +0 -38
  1599. package/examples/node_modules/commander/typings/index.d.ts +0 -310
  1600. package/examples/node_modules/cross-spawn/CHANGELOG.md +0 -130
  1601. package/examples/node_modules/cross-spawn/LICENSE +0 -21
  1602. package/examples/node_modules/cross-spawn/README.md +0 -96
  1603. package/examples/node_modules/cross-spawn/index.js +0 -39
  1604. package/examples/node_modules/cross-spawn/lib/enoent.js +0 -59
  1605. package/examples/node_modules/cross-spawn/lib/parse.js +0 -91
  1606. package/examples/node_modules/cross-spawn/lib/util/escape.js +0 -45
  1607. package/examples/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  1608. package/examples/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  1609. package/examples/node_modules/cross-spawn/package.json +0 -73
  1610. package/examples/node_modules/electron-to-chromium/CHANGELOG.md +0 -14
  1611. package/examples/node_modules/electron-to-chromium/LICENSE +0 -5
  1612. package/examples/node_modules/electron-to-chromium/README.md +0 -186
  1613. package/examples/node_modules/electron-to-chromium/chromium-versions.js +0 -45
  1614. package/examples/node_modules/electron-to-chromium/chromium-versions.json +0 -1
  1615. package/examples/node_modules/electron-to-chromium/full-chromium-versions.js +0 -1833
  1616. package/examples/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
  1617. package/examples/node_modules/electron-to-chromium/full-versions.js +0 -1335
  1618. package/examples/node_modules/electron-to-chromium/full-versions.json +0 -1
  1619. package/examples/node_modules/electron-to-chromium/index.js +0 -36
  1620. package/examples/node_modules/electron-to-chromium/package.json +0 -42
  1621. package/examples/node_modules/electron-to-chromium/versions.js +0 -89
  1622. package/examples/node_modules/electron-to-chromium/versions.json +0 -1
  1623. package/examples/node_modules/enhanced-resolve/LICENSE +0 -20
  1624. package/examples/node_modules/enhanced-resolve/README.md +0 -167
  1625. package/examples/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +0 -96
  1626. package/examples/node_modules/enhanced-resolve/lib/AliasPlugin.js +0 -120
  1627. package/examples/node_modules/enhanced-resolve/lib/AppendPlugin.js +0 -47
  1628. package/examples/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +0 -477
  1629. package/examples/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +0 -45
  1630. package/examples/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +0 -59
  1631. package/examples/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +0 -96
  1632. package/examples/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +0 -170
  1633. package/examples/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +0 -63
  1634. package/examples/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +0 -149
  1635. package/examples/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +0 -58
  1636. package/examples/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +0 -171
  1637. package/examples/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +0 -64
  1638. package/examples/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +0 -41
  1639. package/examples/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +0 -50
  1640. package/examples/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +0 -81
  1641. package/examples/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js +0 -9
  1642. package/examples/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +0 -80
  1643. package/examples/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +0 -47
  1644. package/examples/node_modules/enhanced-resolve/lib/NextPlugin.js +0 -33
  1645. package/examples/node_modules/enhanced-resolve/lib/ParsePlugin.js +0 -74
  1646. package/examples/node_modules/enhanced-resolve/lib/PnpPlugin.js +0 -103
  1647. package/examples/node_modules/enhanced-resolve/lib/Resolver.js +0 -500
  1648. package/examples/node_modules/enhanced-resolve/lib/ResolverFactory.js +0 -661
  1649. package/examples/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +0 -65
  1650. package/examples/node_modules/enhanced-resolve/lib/ResultPlugin.js +0 -42
  1651. package/examples/node_modules/enhanced-resolve/lib/RootsPlugin.js +0 -62
  1652. package/examples/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +0 -80
  1653. package/examples/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +0 -88
  1654. package/examples/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +0 -95
  1655. package/examples/node_modules/enhanced-resolve/lib/TryNextPlugin.js +0 -41
  1656. package/examples/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +0 -99
  1657. package/examples/node_modules/enhanced-resolve/lib/UseFilePlugin.js +0 -49
  1658. package/examples/node_modules/enhanced-resolve/lib/createInnerContext.js +0 -37
  1659. package/examples/node_modules/enhanced-resolve/lib/forEachBail.js +0 -25
  1660. package/examples/node_modules/enhanced-resolve/lib/getInnerRequest.js +0 -27
  1661. package/examples/node_modules/enhanced-resolve/lib/getPaths.js +0 -37
  1662. package/examples/node_modules/enhanced-resolve/lib/index.js +0 -131
  1663. package/examples/node_modules/enhanced-resolve/lib/util/entrypoints.js +0 -667
  1664. package/examples/node_modules/enhanced-resolve/lib/util/identifier.js +0 -26
  1665. package/examples/node_modules/enhanced-resolve/lib/util/path.js +0 -221
  1666. package/examples/node_modules/enhanced-resolve/lib/util/process-browser.js +0 -16
  1667. package/examples/node_modules/enhanced-resolve/package.json +0 -70
  1668. package/examples/node_modules/enhanced-resolve/types.d.ts +0 -506
  1669. package/examples/node_modules/envinfo/LICENSE +0 -21
  1670. package/examples/node_modules/envinfo/README.md +0 -285
  1671. package/examples/node_modules/envinfo/dist/cli.js +0 -2
  1672. package/examples/node_modules/envinfo/dist/envinfo.js +0 -1
  1673. package/examples/node_modules/envinfo/package.json +0 -96
  1674. package/examples/node_modules/es-module-lexer/LICENSE +0 -10
  1675. package/examples/node_modules/es-module-lexer/README.md +0 -251
  1676. package/examples/node_modules/es-module-lexer/dist/lexer.asm.js +0 -1
  1677. package/examples/node_modules/es-module-lexer/dist/lexer.cjs +0 -1
  1678. package/examples/node_modules/es-module-lexer/dist/lexer.js +0 -2
  1679. package/examples/node_modules/es-module-lexer/lexer.js +0 -899
  1680. package/examples/node_modules/es-module-lexer/package.json +0 -53
  1681. package/examples/node_modules/es-module-lexer/types/lexer.d.ts +0 -86
  1682. package/examples/node_modules/escalade/dist/index.js +0 -22
  1683. package/examples/node_modules/escalade/dist/index.mjs +0 -22
  1684. package/examples/node_modules/escalade/index.d.ts +0 -3
  1685. package/examples/node_modules/escalade/license +0 -9
  1686. package/examples/node_modules/escalade/package.json +0 -61
  1687. package/examples/node_modules/escalade/readme.md +0 -211
  1688. package/examples/node_modules/escalade/sync/index.d.ts +0 -2
  1689. package/examples/node_modules/escalade/sync/index.js +0 -18
  1690. package/examples/node_modules/escalade/sync/index.mjs +0 -18
  1691. package/examples/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1692. package/examples/node_modules/eslint-scope/LICENSE +0 -22
  1693. package/examples/node_modules/eslint-scope/README.md +0 -54
  1694. package/examples/node_modules/eslint-scope/lib/definition.js +0 -86
  1695. package/examples/node_modules/eslint-scope/lib/index.js +0 -165
  1696. package/examples/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1697. package/examples/node_modules/eslint-scope/lib/reference.js +0 -167
  1698. package/examples/node_modules/eslint-scope/lib/referencer.js +0 -629
  1699. package/examples/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1700. package/examples/node_modules/eslint-scope/lib/scope.js +0 -748
  1701. package/examples/node_modules/eslint-scope/lib/variable.js +0 -88
  1702. package/examples/node_modules/eslint-scope/package.json +0 -48
  1703. package/examples/node_modules/esrecurse/.babelrc +0 -3
  1704. package/examples/node_modules/esrecurse/README.md +0 -171
  1705. package/examples/node_modules/esrecurse/esrecurse.js +0 -117
  1706. package/examples/node_modules/esrecurse/gulpfile.babel.js +0 -92
  1707. package/examples/node_modules/esrecurse/node_modules/estraverse/.jshintrc +0 -16
  1708. package/examples/node_modules/esrecurse/node_modules/estraverse/LICENSE.BSD +0 -19
  1709. package/examples/node_modules/esrecurse/node_modules/estraverse/README.md +0 -153
  1710. package/examples/node_modules/esrecurse/node_modules/estraverse/estraverse.js +0 -805
  1711. package/examples/node_modules/esrecurse/node_modules/estraverse/gulpfile.js +0 -70
  1712. package/examples/node_modules/esrecurse/node_modules/estraverse/package.json +0 -40
  1713. package/examples/node_modules/esrecurse/package.json +0 -52
  1714. package/examples/node_modules/estraverse/.jshintrc +0 -16
  1715. package/examples/node_modules/estraverse/LICENSE.BSD +0 -19
  1716. package/examples/node_modules/estraverse/README.md +0 -153
  1717. package/examples/node_modules/estraverse/estraverse.js +0 -782
  1718. package/examples/node_modules/estraverse/gulpfile.js +0 -70
  1719. package/examples/node_modules/estraverse/package.json +0 -40
  1720. package/examples/node_modules/events/.airtap.yml +0 -15
  1721. package/examples/node_modules/events/.github/FUNDING.yml +0 -12
  1722. package/examples/node_modules/events/.travis.yml +0 -18
  1723. package/examples/node_modules/events/History.md +0 -118
  1724. package/examples/node_modules/events/LICENSE +0 -22
  1725. package/examples/node_modules/events/Readme.md +0 -50
  1726. package/examples/node_modules/events/events.js +0 -497
  1727. package/examples/node_modules/events/package.json +0 -37
  1728. package/examples/node_modules/events/security.md +0 -10
  1729. package/examples/node_modules/events/tests/add-listeners.js +0 -111
  1730. package/examples/node_modules/events/tests/check-listener-leaks.js +0 -101
  1731. package/examples/node_modules/events/tests/common.js +0 -104
  1732. package/examples/node_modules/events/tests/errors.js +0 -13
  1733. package/examples/node_modules/events/tests/events-list.js +0 -28
  1734. package/examples/node_modules/events/tests/events-once.js +0 -234
  1735. package/examples/node_modules/events/tests/index.js +0 -64
  1736. package/examples/node_modules/events/tests/legacy-compat.js +0 -16
  1737. package/examples/node_modules/events/tests/listener-count.js +0 -37
  1738. package/examples/node_modules/events/tests/listeners-side-effects.js +0 -56
  1739. package/examples/node_modules/events/tests/listeners.js +0 -168
  1740. package/examples/node_modules/events/tests/max-listeners.js +0 -47
  1741. package/examples/node_modules/events/tests/method-names.js +0 -35
  1742. package/examples/node_modules/events/tests/modify-in-emit.js +0 -90
  1743. package/examples/node_modules/events/tests/num-args.js +0 -60
  1744. package/examples/node_modules/events/tests/once.js +0 -83
  1745. package/examples/node_modules/events/tests/prepend.js +0 -31
  1746. package/examples/node_modules/events/tests/remove-all-listeners.js +0 -133
  1747. package/examples/node_modules/events/tests/remove-listeners.js +0 -212
  1748. package/examples/node_modules/events/tests/set-max-listeners-side-effects.js +0 -31
  1749. package/examples/node_modules/events/tests/special-event-names.js +0 -45
  1750. package/examples/node_modules/events/tests/subclass.js +0 -66
  1751. package/examples/node_modules/events/tests/symbols.js +0 -25
  1752. package/examples/node_modules/execa/index.d.ts +0 -564
  1753. package/examples/node_modules/execa/index.js +0 -268
  1754. package/examples/node_modules/execa/lib/command.js +0 -52
  1755. package/examples/node_modules/execa/lib/error.js +0 -88
  1756. package/examples/node_modules/execa/lib/kill.js +0 -115
  1757. package/examples/node_modules/execa/lib/promise.js +0 -46
  1758. package/examples/node_modules/execa/lib/stdio.js +0 -52
  1759. package/examples/node_modules/execa/lib/stream.js +0 -97
  1760. package/examples/node_modules/execa/license +0 -9
  1761. package/examples/node_modules/execa/package.json +0 -74
  1762. package/examples/node_modules/execa/readme.md +0 -663
  1763. package/examples/node_modules/fast-deep-equal/LICENSE +0 -21
  1764. package/examples/node_modules/fast-deep-equal/README.md +0 -96
  1765. package/examples/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1766. package/examples/node_modules/fast-deep-equal/es6/index.js +0 -72
  1767. package/examples/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1768. package/examples/node_modules/fast-deep-equal/es6/react.js +0 -79
  1769. package/examples/node_modules/fast-deep-equal/index.d.ts +0 -4
  1770. package/examples/node_modules/fast-deep-equal/index.js +0 -46
  1771. package/examples/node_modules/fast-deep-equal/package.json +0 -61
  1772. package/examples/node_modules/fast-deep-equal/react.d.ts +0 -2
  1773. package/examples/node_modules/fast-deep-equal/react.js +0 -53
  1774. package/examples/node_modules/fast-json-stable-stringify/.eslintrc.yml +0 -26
  1775. package/examples/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +0 -1
  1776. package/examples/node_modules/fast-json-stable-stringify/.travis.yml +0 -8
  1777. package/examples/node_modules/fast-json-stable-stringify/LICENSE +0 -21
  1778. package/examples/node_modules/fast-json-stable-stringify/README.md +0 -131
  1779. package/examples/node_modules/fast-json-stable-stringify/benchmark/index.js +0 -31
  1780. package/examples/node_modules/fast-json-stable-stringify/benchmark/test.json +0 -137
  1781. package/examples/node_modules/fast-json-stable-stringify/example/key_cmp.js +0 -7
  1782. package/examples/node_modules/fast-json-stable-stringify/example/nested.js +0 -3
  1783. package/examples/node_modules/fast-json-stable-stringify/example/str.js +0 -3
  1784. package/examples/node_modules/fast-json-stable-stringify/example/value_cmp.js +0 -7
  1785. package/examples/node_modules/fast-json-stable-stringify/index.d.ts +0 -4
  1786. package/examples/node_modules/fast-json-stable-stringify/index.js +0 -59
  1787. package/examples/node_modules/fast-json-stable-stringify/package.json +0 -52
  1788. package/examples/node_modules/fast-json-stable-stringify/test/cmp.js +0 -13
  1789. package/examples/node_modules/fast-json-stable-stringify/test/nested.js +0 -44
  1790. package/examples/node_modules/fast-json-stable-stringify/test/str.js +0 -46
  1791. package/examples/node_modules/fast-json-stable-stringify/test/to-json.js +0 -22
  1792. package/examples/node_modules/fastest-levenshtein/.eslintrc.js +0 -27
  1793. package/examples/node_modules/fastest-levenshtein/.prettierrc +0 -4
  1794. package/examples/node_modules/fastest-levenshtein/.travis.yml +0 -17
  1795. package/examples/node_modules/fastest-levenshtein/LICENSE.md +0 -21
  1796. package/examples/node_modules/fastest-levenshtein/README.md +0 -55
  1797. package/examples/node_modules/fastest-levenshtein/index.d.ts +0 -2
  1798. package/examples/node_modules/fastest-levenshtein/index.js +0 -147
  1799. package/examples/node_modules/fastest-levenshtein/package.json +0 -63
  1800. package/examples/node_modules/fastest-levenshtein/test.js +0 -64
  1801. package/examples/node_modules/find-up/index.d.ts +0 -137
  1802. package/examples/node_modules/find-up/index.js +0 -89
  1803. package/examples/node_modules/find-up/license +0 -9
  1804. package/examples/node_modules/find-up/package.json +0 -53
  1805. package/examples/node_modules/find-up/readme.md +0 -156
  1806. package/examples/node_modules/function-bind/.editorconfig +0 -20
  1807. package/examples/node_modules/function-bind/.eslintrc +0 -15
  1808. package/examples/node_modules/function-bind/.jscs.json +0 -176
  1809. package/examples/node_modules/function-bind/.travis.yml +0 -168
  1810. package/examples/node_modules/function-bind/LICENSE +0 -20
  1811. package/examples/node_modules/function-bind/README.md +0 -48
  1812. package/examples/node_modules/function-bind/implementation.js +0 -52
  1813. package/examples/node_modules/function-bind/index.js +0 -5
  1814. package/examples/node_modules/function-bind/package.json +0 -63
  1815. package/examples/node_modules/function-bind/test/.eslintrc +0 -9
  1816. package/examples/node_modules/function-bind/test/index.js +0 -252
  1817. package/examples/node_modules/get-stream/buffer-stream.js +0 -52
  1818. package/examples/node_modules/get-stream/index.d.ts +0 -105
  1819. package/examples/node_modules/get-stream/index.js +0 -61
  1820. package/examples/node_modules/get-stream/license +0 -9
  1821. package/examples/node_modules/get-stream/package.json +0 -47
  1822. package/examples/node_modules/get-stream/readme.md +0 -124
  1823. package/examples/node_modules/glob-to-regexp/.travis.yml +0 -4
  1824. package/examples/node_modules/glob-to-regexp/README.md +0 -75
  1825. package/examples/node_modules/glob-to-regexp/index.js +0 -130
  1826. package/examples/node_modules/glob-to-regexp/package.json +0 -23
  1827. package/examples/node_modules/glob-to-regexp/test.js +0 -235
  1828. package/examples/node_modules/graceful-fs/LICENSE +0 -15
  1829. package/examples/node_modules/graceful-fs/README.md +0 -143
  1830. package/examples/node_modules/graceful-fs/clone.js +0 -23
  1831. package/examples/node_modules/graceful-fs/graceful-fs.js +0 -429
  1832. package/examples/node_modules/graceful-fs/legacy-streams.js +0 -118
  1833. package/examples/node_modules/graceful-fs/package.json +0 -50
  1834. package/examples/node_modules/graceful-fs/polyfills.js +0 -348
  1835. package/examples/node_modules/has/LICENSE-MIT +0 -22
  1836. package/examples/node_modules/has/README.md +0 -18
  1837. package/examples/node_modules/has/package.json +0 -48
  1838. package/examples/node_modules/has/src/index.js +0 -5
  1839. package/examples/node_modules/has/test/index.js +0 -10
  1840. package/examples/node_modules/has-flag/index.d.ts +0 -39
  1841. package/examples/node_modules/has-flag/index.js +0 -8
  1842. package/examples/node_modules/has-flag/license +0 -9
  1843. package/examples/node_modules/has-flag/package.json +0 -46
  1844. package/examples/node_modules/has-flag/readme.md +0 -89
  1845. package/examples/node_modules/human-signals/CHANGELOG.md +0 -11
  1846. package/examples/node_modules/human-signals/LICENSE +0 -201
  1847. package/examples/node_modules/human-signals/README.md +0 -165
  1848. package/examples/node_modules/human-signals/build/src/core.js +0 -273
  1849. package/examples/node_modules/human-signals/build/src/core.js.map +0 -1
  1850. package/examples/node_modules/human-signals/build/src/main.d.ts +0 -52
  1851. package/examples/node_modules/human-signals/build/src/main.js +0 -71
  1852. package/examples/node_modules/human-signals/build/src/main.js.map +0 -1
  1853. package/examples/node_modules/human-signals/build/src/realtime.js +0 -19
  1854. package/examples/node_modules/human-signals/build/src/realtime.js.map +0 -1
  1855. package/examples/node_modules/human-signals/build/src/signals.js +0 -35
  1856. package/examples/node_modules/human-signals/build/src/signals.js.map +0 -1
  1857. package/examples/node_modules/human-signals/package.json +0 -64
  1858. package/examples/node_modules/import-local/fixtures/cli.js +0 -7
  1859. package/examples/node_modules/import-local/index.js +0 -24
  1860. package/examples/node_modules/import-local/license +0 -9
  1861. package/examples/node_modules/import-local/package.json +0 -52
  1862. package/examples/node_modules/import-local/readme.md +0 -37
  1863. package/examples/node_modules/interpret/CHANGELOG +0 -115
  1864. package/examples/node_modules/interpret/LICENSE +0 -22
  1865. package/examples/node_modules/interpret/README.md +0 -229
  1866. package/examples/node_modules/interpret/index.js +0 -211
  1867. package/examples/node_modules/interpret/mjs-stub.js +0 -1
  1868. package/examples/node_modules/interpret/package.json +0 -75
  1869. package/examples/node_modules/is-core-module/.eslintrc +0 -17
  1870. package/examples/node_modules/is-core-module/.nycrc +0 -9
  1871. package/examples/node_modules/is-core-module/CHANGELOG.md +0 -127
  1872. package/examples/node_modules/is-core-module/LICENSE +0 -20
  1873. package/examples/node_modules/is-core-module/README.md +0 -40
  1874. package/examples/node_modules/is-core-module/core.json +0 -152
  1875. package/examples/node_modules/is-core-module/index.js +0 -69
  1876. package/examples/node_modules/is-core-module/package.json +0 -69
  1877. package/examples/node_modules/is-core-module/test/index.js +0 -130
  1878. package/examples/node_modules/is-plain-object/LICENSE +0 -21
  1879. package/examples/node_modules/is-plain-object/README.md +0 -104
  1880. package/examples/node_modules/is-plain-object/index.d.ts +0 -5
  1881. package/examples/node_modules/is-plain-object/index.js +0 -37
  1882. package/examples/node_modules/is-plain-object/package.json +0 -79
  1883. package/examples/node_modules/is-stream/index.d.ts +0 -79
  1884. package/examples/node_modules/is-stream/index.js +0 -28
  1885. package/examples/node_modules/is-stream/license +0 -9
  1886. package/examples/node_modules/is-stream/package.json +0 -42
  1887. package/examples/node_modules/is-stream/readme.md +0 -60
  1888. package/examples/node_modules/isexe/LICENSE +0 -15
  1889. package/examples/node_modules/isexe/README.md +0 -51
  1890. package/examples/node_modules/isexe/index.js +0 -57
  1891. package/examples/node_modules/isexe/mode.js +0 -41
  1892. package/examples/node_modules/isexe/package.json +0 -31
  1893. package/examples/node_modules/isexe/test/basic.js +0 -221
  1894. package/examples/node_modules/isexe/windows.js +0 -42
  1895. package/examples/node_modules/isobject/LICENSE +0 -21
  1896. package/examples/node_modules/isobject/README.md +0 -122
  1897. package/examples/node_modules/isobject/index.d.ts +0 -5
  1898. package/examples/node_modules/isobject/index.js +0 -12
  1899. package/examples/node_modules/isobject/package.json +0 -74
  1900. package/examples/node_modules/jest-worker/LICENSE +0 -21
  1901. package/examples/node_modules/jest-worker/README.md +0 -247
  1902. package/examples/node_modules/jest-worker/build/Farm.d.ts +0 -29
  1903. package/examples/node_modules/jest-worker/build/Farm.js +0 -206
  1904. package/examples/node_modules/jest-worker/build/FifoQueue.d.ts +0 -18
  1905. package/examples/node_modules/jest-worker/build/FifoQueue.js +0 -171
  1906. package/examples/node_modules/jest-worker/build/PriorityQueue.d.ts +0 -41
  1907. package/examples/node_modules/jest-worker/build/PriorityQueue.js +0 -188
  1908. package/examples/node_modules/jest-worker/build/WorkerPool.d.ts +0 -13
  1909. package/examples/node_modules/jest-worker/build/WorkerPool.js +0 -49
  1910. package/examples/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts +0 -21
  1911. package/examples/node_modules/jest-worker/build/base/BaseWorkerPool.js +0 -201
  1912. package/examples/node_modules/jest-worker/build/index.d.ts +0 -49
  1913. package/examples/node_modules/jest-worker/build/index.js +0 -223
  1914. package/examples/node_modules/jest-worker/build/types.d.ts +0 -143
  1915. package/examples/node_modules/jest-worker/build/types.js +0 -39
  1916. package/examples/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts +0 -51
  1917. package/examples/node_modules/jest-worker/build/workers/ChildProcessWorker.js +0 -333
  1918. package/examples/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts +0 -34
  1919. package/examples/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +0 -344
  1920. package/examples/node_modules/jest-worker/build/workers/messageParent.d.ts +0 -8
  1921. package/examples/node_modules/jest-worker/build/workers/messageParent.js +0 -38
  1922. package/examples/node_modules/jest-worker/build/workers/processChild.d.ts +0 -7
  1923. package/examples/node_modules/jest-worker/build/workers/processChild.js +0 -148
  1924. package/examples/node_modules/jest-worker/build/workers/threadChild.d.ts +0 -7
  1925. package/examples/node_modules/jest-worker/build/workers/threadChild.js +0 -159
  1926. package/examples/node_modules/jest-worker/package.json +0 -38
  1927. package/examples/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  1928. package/examples/node_modules/json-parse-better-errors/LICENSE.md +0 -7
  1929. package/examples/node_modules/json-parse-better-errors/README.md +0 -46
  1930. package/examples/node_modules/json-parse-better-errors/index.js +0 -38
  1931. package/examples/node_modules/json-parse-better-errors/package.json +0 -45
  1932. package/examples/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  1933. package/examples/node_modules/json-schema-traverse/.travis.yml +0 -8
  1934. package/examples/node_modules/json-schema-traverse/LICENSE +0 -21
  1935. package/examples/node_modules/json-schema-traverse/README.md +0 -83
  1936. package/examples/node_modules/json-schema-traverse/index.js +0 -89
  1937. package/examples/node_modules/json-schema-traverse/package.json +0 -43
  1938. package/examples/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  1939. package/examples/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  1940. package/examples/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
  1941. package/examples/node_modules/kind-of/CHANGELOG.md +0 -160
  1942. package/examples/node_modules/kind-of/LICENSE +0 -21
  1943. package/examples/node_modules/kind-of/README.md +0 -367
  1944. package/examples/node_modules/kind-of/index.js +0 -129
  1945. package/examples/node_modules/kind-of/package.json +0 -88
  1946. package/examples/node_modules/loader-runner/LICENSE +0 -21
  1947. package/examples/node_modules/loader-runner/README.md +0 -53
  1948. package/examples/node_modules/loader-runner/lib/LoaderLoadingError.js +0 -11
  1949. package/examples/node_modules/loader-runner/lib/LoaderRunner.js +0 -415
  1950. package/examples/node_modules/loader-runner/lib/loadLoader.js +0 -54
  1951. package/examples/node_modules/loader-runner/package.json +0 -45
  1952. package/examples/node_modules/locate-path/index.d.ts +0 -83
  1953. package/examples/node_modules/locate-path/index.js +0 -65
  1954. package/examples/node_modules/locate-path/license +0 -9
  1955. package/examples/node_modules/locate-path/package.json +0 -45
  1956. package/examples/node_modules/locate-path/readme.md +0 -122
  1957. package/examples/node_modules/merge-stream/LICENSE +0 -21
  1958. package/examples/node_modules/merge-stream/README.md +0 -78
  1959. package/examples/node_modules/merge-stream/index.js +0 -41
  1960. package/examples/node_modules/merge-stream/package.json +0 -19
  1961. package/examples/node_modules/mime-db/HISTORY.md +0 -507
  1962. package/examples/node_modules/mime-db/LICENSE +0 -23
  1963. package/examples/node_modules/mime-db/README.md +0 -100
  1964. package/examples/node_modules/mime-db/db.json +0 -8519
  1965. package/examples/node_modules/mime-db/index.js +0 -12
  1966. package/examples/node_modules/mime-db/package.json +0 -60
  1967. package/examples/node_modules/mime-types/HISTORY.md +0 -397
  1968. package/examples/node_modules/mime-types/LICENSE +0 -23
  1969. package/examples/node_modules/mime-types/README.md +0 -113
  1970. package/examples/node_modules/mime-types/index.js +0 -188
  1971. package/examples/node_modules/mime-types/package.json +0 -44
  1972. package/examples/node_modules/mimic-fn/index.d.ts +0 -54
  1973. package/examples/node_modules/mimic-fn/index.js +0 -13
  1974. package/examples/node_modules/mimic-fn/license +0 -9
  1975. package/examples/node_modules/mimic-fn/package.json +0 -42
  1976. package/examples/node_modules/mimic-fn/readme.md +0 -69
  1977. package/examples/node_modules/neo-async/LICENSE +0 -22
  1978. package/examples/node_modules/neo-async/README.md +0 -273
  1979. package/examples/node_modules/neo-async/all.js +0 -3
  1980. package/examples/node_modules/neo-async/allLimit.js +0 -3
  1981. package/examples/node_modules/neo-async/allSeries.js +0 -3
  1982. package/examples/node_modules/neo-async/angelFall.js +0 -3
  1983. package/examples/node_modules/neo-async/any.js +0 -3
  1984. package/examples/node_modules/neo-async/anyLimit.js +0 -3
  1985. package/examples/node_modules/neo-async/anySeries.js +0 -3
  1986. package/examples/node_modules/neo-async/apply.js +0 -3
  1987. package/examples/node_modules/neo-async/applyEach.js +0 -3
  1988. package/examples/node_modules/neo-async/applyEachSeries.js +0 -3
  1989. package/examples/node_modules/neo-async/async.js +0 -9184
  1990. package/examples/node_modules/neo-async/async.min.js +0 -80
  1991. package/examples/node_modules/neo-async/asyncify.js +0 -3
  1992. package/examples/node_modules/neo-async/auto.js +0 -3
  1993. package/examples/node_modules/neo-async/autoInject.js +0 -3
  1994. package/examples/node_modules/neo-async/cargo.js +0 -3
  1995. package/examples/node_modules/neo-async/compose.js +0 -3
  1996. package/examples/node_modules/neo-async/concat.js +0 -3
  1997. package/examples/node_modules/neo-async/concatLimit.js +0 -3
  1998. package/examples/node_modules/neo-async/concatSeries.js +0 -3
  1999. package/examples/node_modules/neo-async/constant.js +0 -3
  2000. package/examples/node_modules/neo-async/createLogger.js +0 -3
  2001. package/examples/node_modules/neo-async/detect.js +0 -3
  2002. package/examples/node_modules/neo-async/detectLimit.js +0 -3
  2003. package/examples/node_modules/neo-async/detectSeries.js +0 -3
  2004. package/examples/node_modules/neo-async/dir.js +0 -3
  2005. package/examples/node_modules/neo-async/doDuring.js +0 -3
  2006. package/examples/node_modules/neo-async/doUntil.js +0 -3
  2007. package/examples/node_modules/neo-async/doWhilst.js +0 -3
  2008. package/examples/node_modules/neo-async/during.js +0 -3
  2009. package/examples/node_modules/neo-async/each.js +0 -3
  2010. package/examples/node_modules/neo-async/eachLimit.js +0 -3
  2011. package/examples/node_modules/neo-async/eachOf.js +0 -3
  2012. package/examples/node_modules/neo-async/eachOfLimit.js +0 -3
  2013. package/examples/node_modules/neo-async/eachOfSeries.js +0 -3
  2014. package/examples/node_modules/neo-async/eachSeries.js +0 -3
  2015. package/examples/node_modules/neo-async/ensureAsync.js +0 -3
  2016. package/examples/node_modules/neo-async/every.js +0 -3
  2017. package/examples/node_modules/neo-async/everyLimit.js +0 -3
  2018. package/examples/node_modules/neo-async/everySeries.js +0 -3
  2019. package/examples/node_modules/neo-async/fast.js +0 -3
  2020. package/examples/node_modules/neo-async/filter.js +0 -3
  2021. package/examples/node_modules/neo-async/filterLimit.js +0 -3
  2022. package/examples/node_modules/neo-async/filterSeries.js +0 -3
  2023. package/examples/node_modules/neo-async/find.js +0 -3
  2024. package/examples/node_modules/neo-async/findLimit.js +0 -3
  2025. package/examples/node_modules/neo-async/findSeries.js +0 -3
  2026. package/examples/node_modules/neo-async/foldl.js +0 -3
  2027. package/examples/node_modules/neo-async/foldr.js +0 -3
  2028. package/examples/node_modules/neo-async/forEach.js +0 -3
  2029. package/examples/node_modules/neo-async/forEachLimit.js +0 -3
  2030. package/examples/node_modules/neo-async/forEachOf.js +0 -3
  2031. package/examples/node_modules/neo-async/forEachOfLimit.js +0 -3
  2032. package/examples/node_modules/neo-async/forEachOfSeries.js +0 -3
  2033. package/examples/node_modules/neo-async/forEachSeries.js +0 -3
  2034. package/examples/node_modules/neo-async/forever.js +0 -3
  2035. package/examples/node_modules/neo-async/groupBy.js +0 -3
  2036. package/examples/node_modules/neo-async/groupByLimit.js +0 -3
  2037. package/examples/node_modules/neo-async/groupBySeries.js +0 -3
  2038. package/examples/node_modules/neo-async/inject.js +0 -3
  2039. package/examples/node_modules/neo-async/iterator.js +0 -3
  2040. package/examples/node_modules/neo-async/log.js +0 -3
  2041. package/examples/node_modules/neo-async/map.js +0 -3
  2042. package/examples/node_modules/neo-async/mapLimit.js +0 -3
  2043. package/examples/node_modules/neo-async/mapSeries.js +0 -3
  2044. package/examples/node_modules/neo-async/mapValues.js +0 -3
  2045. package/examples/node_modules/neo-async/mapValuesLimit.js +0 -3
  2046. package/examples/node_modules/neo-async/mapValuesSeries.js +0 -3
  2047. package/examples/node_modules/neo-async/memoize.js +0 -3
  2048. package/examples/node_modules/neo-async/nextTick.js +0 -3
  2049. package/examples/node_modules/neo-async/omit.js +0 -3
  2050. package/examples/node_modules/neo-async/omitLimit.js +0 -3
  2051. package/examples/node_modules/neo-async/omitSeries.js +0 -3
  2052. package/examples/node_modules/neo-async/package.json +0 -57
  2053. package/examples/node_modules/neo-async/parallel.js +0 -3
  2054. package/examples/node_modules/neo-async/parallelLimit.js +0 -3
  2055. package/examples/node_modules/neo-async/pick.js +0 -3
  2056. package/examples/node_modules/neo-async/pickLimit.js +0 -3
  2057. package/examples/node_modules/neo-async/pickSeries.js +0 -3
  2058. package/examples/node_modules/neo-async/priorityQueue.js +0 -3
  2059. package/examples/node_modules/neo-async/queue.js +0 -3
  2060. package/examples/node_modules/neo-async/race.js +0 -3
  2061. package/examples/node_modules/neo-async/reduce.js +0 -3
  2062. package/examples/node_modules/neo-async/reduceRight.js +0 -3
  2063. package/examples/node_modules/neo-async/reflect.js +0 -3
  2064. package/examples/node_modules/neo-async/reflectAll.js +0 -3
  2065. package/examples/node_modules/neo-async/reject.js +0 -3
  2066. package/examples/node_modules/neo-async/rejectLimit.js +0 -3
  2067. package/examples/node_modules/neo-async/rejectSeries.js +0 -3
  2068. package/examples/node_modules/neo-async/retry.js +0 -3
  2069. package/examples/node_modules/neo-async/retryable.js +0 -3
  2070. package/examples/node_modules/neo-async/safe.js +0 -3
  2071. package/examples/node_modules/neo-async/select.js +0 -3
  2072. package/examples/node_modules/neo-async/selectLimit.js +0 -3
  2073. package/examples/node_modules/neo-async/selectSeries.js +0 -3
  2074. package/examples/node_modules/neo-async/seq.js +0 -3
  2075. package/examples/node_modules/neo-async/series.js +0 -3
  2076. package/examples/node_modules/neo-async/setImmediate.js +0 -3
  2077. package/examples/node_modules/neo-async/some.js +0 -3
  2078. package/examples/node_modules/neo-async/someLimit.js +0 -3
  2079. package/examples/node_modules/neo-async/someSeries.js +0 -3
  2080. package/examples/node_modules/neo-async/sortBy.js +0 -3
  2081. package/examples/node_modules/neo-async/sortByLimit.js +0 -3
  2082. package/examples/node_modules/neo-async/sortBySeries.js +0 -3
  2083. package/examples/node_modules/neo-async/timeout.js +0 -3
  2084. package/examples/node_modules/neo-async/times.js +0 -3
  2085. package/examples/node_modules/neo-async/timesLimit.js +0 -3
  2086. package/examples/node_modules/neo-async/timesSeries.js +0 -3
  2087. package/examples/node_modules/neo-async/transform.js +0 -3
  2088. package/examples/node_modules/neo-async/transformLimit.js +0 -3
  2089. package/examples/node_modules/neo-async/transformSeries.js +0 -3
  2090. package/examples/node_modules/neo-async/tryEach.js +0 -3
  2091. package/examples/node_modules/neo-async/unmemoize.js +0 -3
  2092. package/examples/node_modules/neo-async/until.js +0 -3
  2093. package/examples/node_modules/neo-async/waterfall.js +0 -3
  2094. package/examples/node_modules/neo-async/whilst.js +0 -3
  2095. package/examples/node_modules/neo-async/wrapSync.js +0 -3
  2096. package/examples/node_modules/node-releases/LICENSE +0 -21
  2097. package/examples/node_modules/node-releases/README.md +0 -31
  2098. package/examples/node_modules/node-releases/data/processed/envs.json +0 -1
  2099. package/examples/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
  2100. package/examples/node_modules/node-releases/package.json +0 -18
  2101. package/examples/node_modules/npm-run-path/index.d.ts +0 -89
  2102. package/examples/node_modules/npm-run-path/index.js +0 -47
  2103. package/examples/node_modules/npm-run-path/license +0 -9
  2104. package/examples/node_modules/npm-run-path/package.json +0 -44
  2105. package/examples/node_modules/npm-run-path/readme.md +0 -115
  2106. package/examples/node_modules/onetime/index.d.ts +0 -64
  2107. package/examples/node_modules/onetime/index.js +0 -44
  2108. package/examples/node_modules/onetime/license +0 -9
  2109. package/examples/node_modules/onetime/package.json +0 -43
  2110. package/examples/node_modules/onetime/readme.md +0 -94
  2111. package/examples/node_modules/p-limit/index.d.ts +0 -38
  2112. package/examples/node_modules/p-limit/index.js +0 -57
  2113. package/examples/node_modules/p-limit/license +0 -9
  2114. package/examples/node_modules/p-limit/package.json +0 -52
  2115. package/examples/node_modules/p-limit/readme.md +0 -101
  2116. package/examples/node_modules/p-locate/index.d.ts +0 -64
  2117. package/examples/node_modules/p-locate/index.js +0 -52
  2118. package/examples/node_modules/p-locate/license +0 -9
  2119. package/examples/node_modules/p-locate/package.json +0 -53
  2120. package/examples/node_modules/p-locate/readme.md +0 -90
  2121. package/examples/node_modules/p-try/index.d.ts +0 -39
  2122. package/examples/node_modules/p-try/index.js +0 -9
  2123. package/examples/node_modules/p-try/license +0 -9
  2124. package/examples/node_modules/p-try/package.json +0 -42
  2125. package/examples/node_modules/p-try/readme.md +0 -58
  2126. package/examples/node_modules/path-exists/index.d.ts +0 -28
  2127. package/examples/node_modules/path-exists/index.js +0 -23
  2128. package/examples/node_modules/path-exists/license +0 -9
  2129. package/examples/node_modules/path-exists/package.json +0 -39
  2130. package/examples/node_modules/path-exists/readme.md +0 -52
  2131. package/examples/node_modules/path-key/index.d.ts +0 -40
  2132. package/examples/node_modules/path-key/index.js +0 -16
  2133. package/examples/node_modules/path-key/license +0 -9
  2134. package/examples/node_modules/path-key/package.json +0 -39
  2135. package/examples/node_modules/path-key/readme.md +0 -61
  2136. package/examples/node_modules/path-parse/LICENSE +0 -21
  2137. package/examples/node_modules/path-parse/README.md +0 -42
  2138. package/examples/node_modules/path-parse/index.js +0 -75
  2139. package/examples/node_modules/path-parse/package.json +0 -33
  2140. package/examples/node_modules/picocolors/LICENSE +0 -15
  2141. package/examples/node_modules/picocolors/README.md +0 -21
  2142. package/examples/node_modules/picocolors/package.json +0 -25
  2143. package/examples/node_modules/picocolors/picocolors.browser.js +0 -4
  2144. package/examples/node_modules/picocolors/picocolors.d.ts +0 -5
  2145. package/examples/node_modules/picocolors/picocolors.js +0 -58
  2146. package/examples/node_modules/picocolors/types.ts +0 -30
  2147. package/examples/node_modules/pkg-dir/index.d.ts +0 -44
  2148. package/examples/node_modules/pkg-dir/index.js +0 -17
  2149. package/examples/node_modules/pkg-dir/license +0 -9
  2150. package/examples/node_modules/pkg-dir/package.json +0 -56
  2151. package/examples/node_modules/pkg-dir/readme.md +0 -66
  2152. package/examples/node_modules/punycode/LICENSE-MIT.txt +0 -20
  2153. package/examples/node_modules/punycode/README.md +0 -122
  2154. package/examples/node_modules/punycode/package.json +0 -58
  2155. package/examples/node_modules/punycode/punycode.es6.js +0 -441
  2156. package/examples/node_modules/punycode/punycode.js +0 -440
  2157. package/examples/node_modules/randombytes/.travis.yml +0 -15
  2158. package/examples/node_modules/randombytes/.zuul.yml +0 -1
  2159. package/examples/node_modules/randombytes/LICENSE +0 -21
  2160. package/examples/node_modules/randombytes/README.md +0 -14
  2161. package/examples/node_modules/randombytes/browser.js +0 -50
  2162. package/examples/node_modules/randombytes/index.js +0 -1
  2163. package/examples/node_modules/randombytes/package.json +0 -36
  2164. package/examples/node_modules/randombytes/test.js +0 -81
  2165. package/examples/node_modules/rechoir/LICENSE +0 -24
  2166. package/examples/node_modules/rechoir/README.md +0 -83
  2167. package/examples/node_modules/rechoir/index.js +0 -67
  2168. package/examples/node_modules/rechoir/lib/extension.js +0 -44
  2169. package/examples/node_modules/rechoir/lib/normalize.js +0 -13
  2170. package/examples/node_modules/rechoir/lib/register.js +0 -15
  2171. package/examples/node_modules/rechoir/package.json +0 -46
  2172. package/examples/node_modules/resolve/.editorconfig +0 -37
  2173. package/examples/node_modules/resolve/.eslintrc +0 -65
  2174. package/examples/node_modules/resolve/.github/FUNDING.yml +0 -12
  2175. package/examples/node_modules/resolve/LICENSE +0 -21
  2176. package/examples/node_modules/resolve/SECURITY.md +0 -3
  2177. package/examples/node_modules/resolve/appveyor.yml +0 -76
  2178. package/examples/node_modules/resolve/async.js +0 -3
  2179. package/examples/node_modules/resolve/bin/resolve +0 -50
  2180. package/examples/node_modules/resolve/example/async.js +0 -5
  2181. package/examples/node_modules/resolve/example/sync.js +0 -3
  2182. package/examples/node_modules/resolve/index.js +0 -6
  2183. package/examples/node_modules/resolve/lib/async.js +0 -329
  2184. package/examples/node_modules/resolve/lib/caller.js +0 -8
  2185. package/examples/node_modules/resolve/lib/core.js +0 -52
  2186. package/examples/node_modules/resolve/lib/core.json +0 -152
  2187. package/examples/node_modules/resolve/lib/homedir.js +0 -24
  2188. package/examples/node_modules/resolve/lib/is-core.js +0 -5
  2189. package/examples/node_modules/resolve/lib/node-modules-paths.js +0 -42
  2190. package/examples/node_modules/resolve/lib/normalize-options.js +0 -10
  2191. package/examples/node_modules/resolve/lib/sync.js +0 -208
  2192. package/examples/node_modules/resolve/package.json +0 -62
  2193. package/examples/node_modules/resolve/readme.markdown +0 -301
  2194. package/examples/node_modules/resolve/sync.js +0 -3
  2195. package/examples/node_modules/resolve/test/core.js +0 -81
  2196. package/examples/node_modules/resolve/test/dotdot/abc/index.js +0 -2
  2197. package/examples/node_modules/resolve/test/dotdot/index.js +0 -1
  2198. package/examples/node_modules/resolve/test/dotdot.js +0 -29
  2199. package/examples/node_modules/resolve/test/faulty_basedir.js +0 -29
  2200. package/examples/node_modules/resolve/test/filter.js +0 -34
  2201. package/examples/node_modules/resolve/test/filter_sync.js +0 -33
  2202. package/examples/node_modules/resolve/test/home_paths.js +0 -127
  2203. package/examples/node_modules/resolve/test/home_paths_sync.js +0 -114
  2204. package/examples/node_modules/resolve/test/mock.js +0 -315
  2205. package/examples/node_modules/resolve/test/mock_sync.js +0 -214
  2206. package/examples/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
  2207. package/examples/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
  2208. package/examples/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
  2209. package/examples/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  2210. package/examples/node_modules/resolve/test/module_dir.js +0 -56
  2211. package/examples/node_modules/resolve/test/node-modules-paths.js +0 -143
  2212. package/examples/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
  2213. package/examples/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
  2214. package/examples/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
  2215. package/examples/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
  2216. package/examples/node_modules/resolve/test/node_path.js +0 -70
  2217. package/examples/node_modules/resolve/test/nonstring.js +0 -9
  2218. package/examples/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  2219. package/examples/node_modules/resolve/test/pathfilter.js +0 -75
  2220. package/examples/node_modules/resolve/test/precedence/aaa/index.js +0 -1
  2221. package/examples/node_modules/resolve/test/precedence/aaa/main.js +0 -1
  2222. package/examples/node_modules/resolve/test/precedence/aaa.js +0 -1
  2223. package/examples/node_modules/resolve/test/precedence/bbb/main.js +0 -1
  2224. package/examples/node_modules/resolve/test/precedence/bbb.js +0 -1
  2225. package/examples/node_modules/resolve/test/precedence.js +0 -23
  2226. package/examples/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  2227. package/examples/node_modules/resolve/test/resolver/baz/package.json +0 -4
  2228. package/examples/node_modules/resolve/test/resolver/baz/quux.js +0 -1
  2229. package/examples/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  2230. package/examples/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  2231. package/examples/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  2232. package/examples/node_modules/resolve/test/resolver/cup.coffee +0 -1
  2233. package/examples/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
  2234. package/examples/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  2235. package/examples/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
  2236. package/examples/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  2237. package/examples/node_modules/resolve/test/resolver/foo.js +0 -1
  2238. package/examples/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
  2239. package/examples/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  2240. package/examples/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  2241. package/examples/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  2242. package/examples/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  2243. package/examples/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2244. package/examples/node_modules/resolve/test/resolver/mug.js +0 -0
  2245. package/examples/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  2246. package/examples/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  2247. package/examples/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
  2248. package/examples/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  2249. package/examples/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  2250. package/examples/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  2251. package/examples/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
  2252. package/examples/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  2253. package/examples/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
  2254. package/examples/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  2255. package/examples/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  2256. package/examples/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
  2257. package/examples/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
  2258. package/examples/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
  2259. package/examples/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  2260. package/examples/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2261. package/examples/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
  2262. package/examples/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  2263. package/examples/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
  2264. package/examples/node_modules/resolve/test/resolver.js +0 -546
  2265. package/examples/node_modules/resolve/test/resolver_sync.js +0 -645
  2266. package/examples/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  2267. package/examples/node_modules/resolve/test/shadowed_core.js +0 -54
  2268. package/examples/node_modules/resolve/test/subdirs.js +0 -13
  2269. package/examples/node_modules/resolve/test/symlinks.js +0 -176
  2270. package/examples/node_modules/resolve-cwd/index.d.ts +0 -48
  2271. package/examples/node_modules/resolve-cwd/index.js +0 -5
  2272. package/examples/node_modules/resolve-cwd/license +0 -9
  2273. package/examples/node_modules/resolve-cwd/package.json +0 -43
  2274. package/examples/node_modules/resolve-cwd/readme.md +0 -58
  2275. package/examples/node_modules/resolve-from/index.d.ts +0 -31
  2276. package/examples/node_modules/resolve-from/index.js +0 -47
  2277. package/examples/node_modules/resolve-from/license +0 -9
  2278. package/examples/node_modules/resolve-from/package.json +0 -36
  2279. package/examples/node_modules/resolve-from/readme.md +0 -72
  2280. package/examples/node_modules/safe-buffer/LICENSE +0 -21
  2281. package/examples/node_modules/safe-buffer/README.md +0 -584
  2282. package/examples/node_modules/safe-buffer/index.d.ts +0 -187
  2283. package/examples/node_modules/safe-buffer/index.js +0 -65
  2284. package/examples/node_modules/safe-buffer/package.json +0 -51
  2285. package/examples/node_modules/schema-utils/LICENSE +0 -20
  2286. package/examples/node_modules/schema-utils/README.md +0 -290
  2287. package/examples/node_modules/schema-utils/declarations/ValidationError.d.ts +0 -74
  2288. package/examples/node_modules/schema-utils/declarations/index.d.ts +0 -3
  2289. package/examples/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts +0 -10
  2290. package/examples/node_modules/schema-utils/declarations/util/Range.d.ts +0 -79
  2291. package/examples/node_modules/schema-utils/declarations/util/hints.d.ts +0 -3
  2292. package/examples/node_modules/schema-utils/declarations/validate.d.ts +0 -37
  2293. package/examples/node_modules/schema-utils/dist/ValidationError.js +0 -1271
  2294. package/examples/node_modules/schema-utils/dist/index.js +0 -11
  2295. package/examples/node_modules/schema-utils/dist/keywords/absolutePath.js +0 -93
  2296. package/examples/node_modules/schema-utils/dist/util/Range.js +0 -163
  2297. package/examples/node_modules/schema-utils/dist/util/hints.js +0 -105
  2298. package/examples/node_modules/schema-utils/dist/validate.js +0 -163
  2299. package/examples/node_modules/schema-utils/package.json +0 -78
  2300. package/examples/node_modules/serialize-javascript/LICENSE +0 -27
  2301. package/examples/node_modules/serialize-javascript/README.md +0 -142
  2302. package/examples/node_modules/serialize-javascript/index.js +0 -268
  2303. package/examples/node_modules/serialize-javascript/package.json +0 -36
  2304. package/examples/node_modules/shallow-clone/LICENSE +0 -21
  2305. package/examples/node_modules/shallow-clone/README.md +0 -153
  2306. package/examples/node_modules/shallow-clone/index.js +0 -83
  2307. package/examples/node_modules/shallow-clone/package.json +0 -64
  2308. package/examples/node_modules/shebang-command/index.js +0 -19
  2309. package/examples/node_modules/shebang-command/license +0 -9
  2310. package/examples/node_modules/shebang-command/package.json +0 -34
  2311. package/examples/node_modules/shebang-command/readme.md +0 -34
  2312. package/examples/node_modules/shebang-regex/index.d.ts +0 -22
  2313. package/examples/node_modules/shebang-regex/index.js +0 -2
  2314. package/examples/node_modules/shebang-regex/license +0 -9
  2315. package/examples/node_modules/shebang-regex/package.json +0 -35
  2316. package/examples/node_modules/shebang-regex/readme.md +0 -33
  2317. package/examples/node_modules/signal-exit/LICENSE.txt +0 -16
  2318. package/examples/node_modules/signal-exit/README.md +0 -39
  2319. package/examples/node_modules/signal-exit/index.js +0 -202
  2320. package/examples/node_modules/signal-exit/package.json +0 -38
  2321. package/examples/node_modules/signal-exit/signals.js +0 -53
  2322. package/examples/node_modules/source-map/CHANGELOG.md +0 -301
  2323. package/examples/node_modules/source-map/LICENSE +0 -28
  2324. package/examples/node_modules/source-map/README.md +0 -742
  2325. package/examples/node_modules/source-map/dist/source-map.debug.js +0 -3234
  2326. package/examples/node_modules/source-map/dist/source-map.js +0 -3233
  2327. package/examples/node_modules/source-map/dist/source-map.min.js +0 -2
  2328. package/examples/node_modules/source-map/dist/source-map.min.js.map +0 -1
  2329. package/examples/node_modules/source-map/lib/array-set.js +0 -121
  2330. package/examples/node_modules/source-map/lib/base64-vlq.js +0 -140
  2331. package/examples/node_modules/source-map/lib/base64.js +0 -67
  2332. package/examples/node_modules/source-map/lib/binary-search.js +0 -111
  2333. package/examples/node_modules/source-map/lib/mapping-list.js +0 -79
  2334. package/examples/node_modules/source-map/lib/quick-sort.js +0 -114
  2335. package/examples/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  2336. package/examples/node_modules/source-map/lib/source-map-generator.js +0 -425
  2337. package/examples/node_modules/source-map/lib/source-node.js +0 -413
  2338. package/examples/node_modules/source-map/lib/util.js +0 -488
  2339. package/examples/node_modules/source-map/package.json +0 -73
  2340. package/examples/node_modules/source-map/source-map.d.ts +0 -98
  2341. package/examples/node_modules/source-map/source-map.js +0 -8
  2342. package/examples/node_modules/source-map-support/LICENSE.md +0 -21
  2343. package/examples/node_modules/source-map-support/README.md +0 -284
  2344. package/examples/node_modules/source-map-support/browser-source-map-support.js +0 -114
  2345. package/examples/node_modules/source-map-support/package.json +0 -31
  2346. package/examples/node_modules/source-map-support/register-hook-require.js +0 -1
  2347. package/examples/node_modules/source-map-support/register.js +0 -1
  2348. package/examples/node_modules/source-map-support/source-map-support.js +0 -625
  2349. package/examples/node_modules/strip-final-newline/index.js +0 -16
  2350. package/examples/node_modules/strip-final-newline/license +0 -9
  2351. package/examples/node_modules/strip-final-newline/package.json +0 -40
  2352. package/examples/node_modules/strip-final-newline/readme.md +0 -30
  2353. package/examples/node_modules/supports-color/browser.js +0 -24
  2354. package/examples/node_modules/supports-color/index.js +0 -152
  2355. package/examples/node_modules/supports-color/license +0 -9
  2356. package/examples/node_modules/supports-color/package.json +0 -58
  2357. package/examples/node_modules/supports-color/readme.md +0 -77
  2358. package/examples/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
  2359. package/examples/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
  2360. package/examples/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
  2361. package/examples/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  2362. package/examples/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
  2363. package/examples/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  2364. package/examples/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
  2365. package/examples/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
  2366. package/examples/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  2367. package/examples/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
  2368. package/examples/node_modules/tapable/LICENSE +0 -21
  2369. package/examples/node_modules/tapable/README.md +0 -296
  2370. package/examples/node_modules/tapable/lib/AsyncParallelBailHook.js +0 -85
  2371. package/examples/node_modules/tapable/lib/AsyncParallelHook.js +0 -37
  2372. package/examples/node_modules/tapable/lib/AsyncSeriesBailHook.js +0 -42
  2373. package/examples/node_modules/tapable/lib/AsyncSeriesHook.js +0 -37
  2374. package/examples/node_modules/tapable/lib/AsyncSeriesLoopHook.js +0 -37
  2375. package/examples/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +0 -47
  2376. package/examples/node_modules/tapable/lib/Hook.js +0 -175
  2377. package/examples/node_modules/tapable/lib/HookCodeFactory.js +0 -468
  2378. package/examples/node_modules/tapable/lib/HookMap.js +0 -61
  2379. package/examples/node_modules/tapable/lib/MultiHook.js +0 -54
  2380. package/examples/node_modules/tapable/lib/SyncBailHook.js +0 -51
  2381. package/examples/node_modules/tapable/lib/SyncHook.js +0 -46
  2382. package/examples/node_modules/tapable/lib/SyncLoopHook.js +0 -46
  2383. package/examples/node_modules/tapable/lib/SyncWaterfallHook.js +0 -57
  2384. package/examples/node_modules/tapable/lib/index.js +0 -19
  2385. package/examples/node_modules/tapable/lib/util-browser.js +0 -16
  2386. package/examples/node_modules/tapable/package.json +0 -44
  2387. package/examples/node_modules/tapable/tapable.d.ts +0 -116
  2388. package/examples/node_modules/terser/CHANGELOG.md +0 -480
  2389. package/examples/node_modules/terser/LICENSE +0 -29
  2390. package/examples/node_modules/terser/PATRONS.md +0 -15
  2391. package/examples/node_modules/terser/README.md +0 -1374
  2392. package/examples/node_modules/terser/bin/package.json +0 -10
  2393. package/examples/node_modules/terser/bin/terser +0 -21
  2394. package/examples/node_modules/terser/bin/uglifyjs +0 -10
  2395. package/examples/node_modules/terser/dist/.gitkeep +0 -0
  2396. package/examples/node_modules/terser/dist/bundle.min.js +0 -28332
  2397. package/examples/node_modules/terser/dist/package.json +0 -10
  2398. package/examples/node_modules/terser/lib/ast.js +0 -1858
  2399. package/examples/node_modules/terser/lib/cli.js +0 -479
  2400. package/examples/node_modules/terser/lib/compress/common.js +0 -296
  2401. package/examples/node_modules/terser/lib/compress/compressor-flags.js +0 -63
  2402. package/examples/node_modules/terser/lib/compress/drop-side-effect-free.js +0 -350
  2403. package/examples/node_modules/terser/lib/compress/evaluate.js +0 -461
  2404. package/examples/node_modules/terser/lib/compress/index.js +0 -4667
  2405. package/examples/node_modules/terser/lib/compress/inference.js +0 -948
  2406. package/examples/node_modules/terser/lib/compress/native-objects.js +0 -184
  2407. package/examples/node_modules/terser/lib/compress/reduce-vars.js +0 -675
  2408. package/examples/node_modules/terser/lib/compress/tighten-body.js +0 -1461
  2409. package/examples/node_modules/terser/lib/equivalent-to.js +0 -313
  2410. package/examples/node_modules/terser/lib/minify.js +0 -335
  2411. package/examples/node_modules/terser/lib/mozilla-ast.js +0 -1376
  2412. package/examples/node_modules/terser/lib/output.js +0 -2347
  2413. package/examples/node_modules/terser/lib/parse.js +0 -3362
  2414. package/examples/node_modules/terser/lib/propmangle.js +0 -376
  2415. package/examples/node_modules/terser/lib/scope.js +0 -1042
  2416. package/examples/node_modules/terser/lib/size.js +0 -490
  2417. package/examples/node_modules/terser/lib/sourcemap.js +0 -114
  2418. package/examples/node_modules/terser/lib/transform.js +0 -318
  2419. package/examples/node_modules/terser/lib/utils/first_in_statement.js +0 -50
  2420. package/examples/node_modules/terser/lib/utils/index.js +0 -302
  2421. package/examples/node_modules/terser/main.js +0 -27
  2422. package/examples/node_modules/terser/node_modules/source-map/CHANGELOG.md +0 -344
  2423. package/examples/node_modules/terser/node_modules/source-map/LICENSE +0 -28
  2424. package/examples/node_modules/terser/node_modules/source-map/README.md +0 -822
  2425. package/examples/node_modules/terser/node_modules/source-map/dist/source-map.js +0 -3351
  2426. package/examples/node_modules/terser/node_modules/source-map/lib/array-set.js +0 -100
  2427. package/examples/node_modules/terser/node_modules/source-map/lib/base64-vlq.js +0 -111
  2428. package/examples/node_modules/terser/node_modules/source-map/lib/base64.js +0 -18
  2429. package/examples/node_modules/terser/node_modules/source-map/lib/binary-search.js +0 -107
  2430. package/examples/node_modules/terser/node_modules/source-map/lib/mapping-list.js +0 -80
  2431. package/examples/node_modules/terser/node_modules/source-map/lib/mappings.wasm +0 -0
  2432. package/examples/node_modules/terser/node_modules/source-map/lib/read-wasm.js +0 -40
  2433. package/examples/node_modules/terser/node_modules/source-map/lib/source-map-consumer.js +0 -1254
  2434. package/examples/node_modules/terser/node_modules/source-map/lib/source-map-generator.js +0 -413
  2435. package/examples/node_modules/terser/node_modules/source-map/lib/source-node.js +0 -404
  2436. package/examples/node_modules/terser/node_modules/source-map/lib/util.js +0 -546
  2437. package/examples/node_modules/terser/node_modules/source-map/lib/wasm.js +0 -107
  2438. package/examples/node_modules/terser/node_modules/source-map/package.json +0 -90
  2439. package/examples/node_modules/terser/node_modules/source-map/source-map.d.ts +0 -369
  2440. package/examples/node_modules/terser/node_modules/source-map/source-map.js +0 -8
  2441. package/examples/node_modules/terser/package.json +0 -152
  2442. package/examples/node_modules/terser/tools/domprops.js +0 -7771
  2443. package/examples/node_modules/terser/tools/exit.cjs +0 -7
  2444. package/examples/node_modules/terser/tools/props.html +0 -55
  2445. package/examples/node_modules/terser/tools/terser.d.ts +0 -207
  2446. package/examples/node_modules/terser-webpack-plugin/LICENSE +0 -20
  2447. package/examples/node_modules/terser-webpack-plugin/README.md +0 -742
  2448. package/examples/node_modules/terser-webpack-plugin/dist/index.js +0 -798
  2449. package/examples/node_modules/terser-webpack-plugin/dist/minify.js +0 -50
  2450. package/examples/node_modules/terser-webpack-plugin/dist/options.json +0 -164
  2451. package/examples/node_modules/terser-webpack-plugin/dist/utils.js +0 -687
  2452. package/examples/node_modules/terser-webpack-plugin/package.json +0 -114
  2453. package/examples/node_modules/terser-webpack-plugin/types/index.d.ts +0 -329
  2454. package/examples/node_modules/terser-webpack-plugin/types/minify.d.ts +0 -17
  2455. package/examples/node_modules/terser-webpack-plugin/types/utils.d.ts +0 -100
  2456. package/examples/node_modules/uri-js/LICENSE +0 -11
  2457. package/examples/node_modules/uri-js/README.md +0 -203
  2458. package/examples/node_modules/uri-js/dist/es5/uri.all.d.ts +0 -59
  2459. package/examples/node_modules/uri-js/dist/es5/uri.all.js +0 -1443
  2460. package/examples/node_modules/uri-js/dist/es5/uri.all.js.map +0 -1
  2461. package/examples/node_modules/uri-js/dist/es5/uri.all.min.d.ts +0 -59
  2462. package/examples/node_modules/uri-js/dist/es5/uri.all.min.js +0 -3
  2463. package/examples/node_modules/uri-js/dist/es5/uri.all.min.js.map +0 -1
  2464. package/examples/node_modules/uri-js/dist/esnext/index.d.ts +0 -1
  2465. package/examples/node_modules/uri-js/dist/esnext/index.js +0 -17
  2466. package/examples/node_modules/uri-js/dist/esnext/index.js.map +0 -1
  2467. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +0 -3
  2468. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.js +0 -3
  2469. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.js.map +0 -1
  2470. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +0 -4
  2471. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.js +0 -42
  2472. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.js.map +0 -1
  2473. package/examples/node_modules/uri-js/dist/esnext/schemes/http.d.ts +0 -3
  2474. package/examples/node_modules/uri-js/dist/esnext/schemes/http.js +0 -28
  2475. package/examples/node_modules/uri-js/dist/esnext/schemes/http.js.map +0 -1
  2476. package/examples/node_modules/uri-js/dist/esnext/schemes/https.d.ts +0 -3
  2477. package/examples/node_modules/uri-js/dist/esnext/schemes/https.js +0 -9
  2478. package/examples/node_modules/uri-js/dist/esnext/schemes/https.js.map +0 -1
  2479. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +0 -12
  2480. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.js +0 -148
  2481. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +0 -1
  2482. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +0 -7
  2483. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +0 -23
  2484. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +0 -1
  2485. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +0 -10
  2486. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.js +0 -49
  2487. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.js.map +0 -1
  2488. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +0 -7
  2489. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.js +0 -41
  2490. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.js.map +0 -1
  2491. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +0 -3
  2492. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.js +0 -9
  2493. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.js.map +0 -1
  2494. package/examples/node_modules/uri-js/dist/esnext/uri.d.ts +0 -59
  2495. package/examples/node_modules/uri-js/dist/esnext/uri.js +0 -480
  2496. package/examples/node_modules/uri-js/dist/esnext/uri.js.map +0 -1
  2497. package/examples/node_modules/uri-js/dist/esnext/util.d.ts +0 -6
  2498. package/examples/node_modules/uri-js/dist/esnext/util.js +0 -36
  2499. package/examples/node_modules/uri-js/dist/esnext/util.js.map +0 -1
  2500. package/examples/node_modules/uri-js/package.json +0 -77
  2501. package/examples/node_modules/uri-js/yarn.lock +0 -2558
  2502. package/examples/node_modules/watchpack/LICENSE +0 -20
  2503. package/examples/node_modules/watchpack/README.md +0 -149
  2504. package/examples/node_modules/watchpack/lib/DirectoryWatcher.js +0 -785
  2505. package/examples/node_modules/watchpack/lib/LinkResolver.js +0 -107
  2506. package/examples/node_modules/watchpack/lib/getWatcherManager.js +0 -52
  2507. package/examples/node_modules/watchpack/lib/reducePlan.js +0 -138
  2508. package/examples/node_modules/watchpack/lib/watchEventSource.js +0 -335
  2509. package/examples/node_modules/watchpack/lib/watchpack.js +0 -383
  2510. package/examples/node_modules/watchpack/package.json +0 -49
  2511. package/examples/node_modules/webpack/LICENSE +0 -20
  2512. package/examples/node_modules/webpack/README.md +0 -711
  2513. package/examples/node_modules/webpack/SECURITY.md +0 -9
  2514. package/examples/node_modules/webpack/bin/webpack.js +0 -163
  2515. package/examples/node_modules/webpack/hot/dev-server.js +0 -61
  2516. package/examples/node_modules/webpack/hot/emitter.js +0 -2
  2517. package/examples/node_modules/webpack/hot/lazy-compilation-node.js +0 -40
  2518. package/examples/node_modules/webpack/hot/lazy-compilation-web.js +0 -74
  2519. package/examples/node_modules/webpack/hot/log-apply-result.js +0 -44
  2520. package/examples/node_modules/webpack/hot/log.js +0 -59
  2521. package/examples/node_modules/webpack/hot/only-dev-server.js +0 -102
  2522. package/examples/node_modules/webpack/hot/poll.js +0 -37
  2523. package/examples/node_modules/webpack/hot/signal.js +0 -62
  2524. package/examples/node_modules/webpack/lib/APIPlugin.js +0 -253
  2525. package/examples/node_modules/webpack/lib/AbstractMethodError.js +0 -49
  2526. package/examples/node_modules/webpack/lib/AsyncDependenciesBlock.js +0 -106
  2527. package/examples/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +0 -31
  2528. package/examples/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +0 -65
  2529. package/examples/node_modules/webpack/lib/BannerPlugin.js +0 -123
  2530. package/examples/node_modules/webpack/lib/Cache.js +0 -161
  2531. package/examples/node_modules/webpack/lib/CacheFacade.js +0 -345
  2532. package/examples/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +0 -71
  2533. package/examples/node_modules/webpack/lib/Chunk.js +0 -820
  2534. package/examples/node_modules/webpack/lib/ChunkGraph.js +0 -1727
  2535. package/examples/node_modules/webpack/lib/ChunkGroup.js +0 -584
  2536. package/examples/node_modules/webpack/lib/ChunkRenderError.js +0 -31
  2537. package/examples/node_modules/webpack/lib/ChunkTemplate.js +0 -138
  2538. package/examples/node_modules/webpack/lib/CleanPlugin.js +0 -420
  2539. package/examples/node_modules/webpack/lib/CodeGenerationError.js +0 -29
  2540. package/examples/node_modules/webpack/lib/CodeGenerationResults.js +0 -155
  2541. package/examples/node_modules/webpack/lib/CommentCompilationWarning.js +0 -33
  2542. package/examples/node_modules/webpack/lib/CompatibilityPlugin.js +0 -152
  2543. package/examples/node_modules/webpack/lib/Compilation.js +0 -5292
  2544. package/examples/node_modules/webpack/lib/Compiler.js +0 -1217
  2545. package/examples/node_modules/webpack/lib/ConcatenationScope.js +0 -159
  2546. package/examples/node_modules/webpack/lib/ConcurrentCompilationError.js +0 -18
  2547. package/examples/node_modules/webpack/lib/ConditionalInitFragment.js +0 -112
  2548. package/examples/node_modules/webpack/lib/ConstPlugin.js +0 -497
  2549. package/examples/node_modules/webpack/lib/ContextExclusionPlugin.js +0 -32
  2550. package/examples/node_modules/webpack/lib/ContextModule.js +0 -1147
  2551. package/examples/node_modules/webpack/lib/ContextModuleFactory.js +0 -437
  2552. package/examples/node_modules/webpack/lib/ContextReplacementPlugin.js +0 -157
  2553. package/examples/node_modules/webpack/lib/DefinePlugin.js +0 -601
  2554. package/examples/node_modules/webpack/lib/DelegatedModule.js +0 -239
  2555. package/examples/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +0 -91
  2556. package/examples/node_modules/webpack/lib/DelegatedPlugin.js +0 -43
  2557. package/examples/node_modules/webpack/lib/DependenciesBlock.js +0 -107
  2558. package/examples/node_modules/webpack/lib/Dependency.js +0 -348
  2559. package/examples/node_modules/webpack/lib/DependencyTemplate.js +0 -57
  2560. package/examples/node_modules/webpack/lib/DependencyTemplates.js +0 -67
  2561. package/examples/node_modules/webpack/lib/DllEntryPlugin.js +0 -55
  2562. package/examples/node_modules/webpack/lib/DllModule.js +0 -157
  2563. package/examples/node_modules/webpack/lib/DllModuleFactory.js +0 -37
  2564. package/examples/node_modules/webpack/lib/DllPlugin.js +0 -68
  2565. package/examples/node_modules/webpack/lib/DllReferencePlugin.js +0 -162
  2566. package/examples/node_modules/webpack/lib/DynamicEntryPlugin.js +0 -79
  2567. package/examples/node_modules/webpack/lib/EntryOptionPlugin.js +0 -93
  2568. package/examples/node_modules/webpack/lib/EntryPlugin.js +0 -67
  2569. package/examples/node_modules/webpack/lib/Entrypoint.js +0 -101
  2570. package/examples/node_modules/webpack/lib/EnvironmentPlugin.js +0 -63
  2571. package/examples/node_modules/webpack/lib/ErrorHelpers.js +0 -61
  2572. package/examples/node_modules/webpack/lib/EvalDevToolModulePlugin.js +0 -117
  2573. package/examples/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +0 -206
  2574. package/examples/node_modules/webpack/lib/ExportsInfo.js +0 -1523
  2575. package/examples/node_modules/webpack/lib/ExportsInfoApiPlugin.js +0 -71
  2576. package/examples/node_modules/webpack/lib/ExternalModule.js +0 -758
  2577. package/examples/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +0 -254
  2578. package/examples/node_modules/webpack/lib/ExternalsPlugin.js +0 -37
  2579. package/examples/node_modules/webpack/lib/FileSystemInfo.js +0 -3559
  2580. package/examples/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +0 -55
  2581. package/examples/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +0 -417
  2582. package/examples/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +0 -347
  2583. package/examples/node_modules/webpack/lib/FlagEntryExportAsUsedPlugin.js +0 -53
  2584. package/examples/node_modules/webpack/lib/Generator.js +0 -149
  2585. package/examples/node_modules/webpack/lib/GraphHelpers.js +0 -37
  2586. package/examples/node_modules/webpack/lib/HarmonyLinkingError.js +0 -16
  2587. package/examples/node_modules/webpack/lib/HookWebpackError.js +0 -93
  2588. package/examples/node_modules/webpack/lib/HotModuleReplacementPlugin.js +0 -778
  2589. package/examples/node_modules/webpack/lib/HotUpdateChunk.js +0 -19
  2590. package/examples/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +0 -39
  2591. package/examples/node_modules/webpack/lib/IgnorePlugin.js +0 -83
  2592. package/examples/node_modules/webpack/lib/IgnoreWarningsPlugin.js +0 -39
  2593. package/examples/node_modules/webpack/lib/InitFragment.js +0 -161
  2594. package/examples/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +0 -44
  2595. package/examples/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +0 -68
  2596. package/examples/node_modules/webpack/lib/LibManifestPlugin.js +0 -115
  2597. package/examples/node_modules/webpack/lib/LibraryTemplatePlugin.js +0 -48
  2598. package/examples/node_modules/webpack/lib/LoaderOptionsPlugin.js +0 -71
  2599. package/examples/node_modules/webpack/lib/LoaderTargetPlugin.js +0 -37
  2600. package/examples/node_modules/webpack/lib/MainTemplate.js +0 -329
  2601. package/examples/node_modules/webpack/lib/Module.js +0 -1091
  2602. package/examples/node_modules/webpack/lib/ModuleBuildError.js +0 -77
  2603. package/examples/node_modules/webpack/lib/ModuleDependencyError.js +0 -40
  2604. package/examples/node_modules/webpack/lib/ModuleDependencyWarning.js +0 -45
  2605. package/examples/node_modules/webpack/lib/ModuleError.js +0 -61
  2606. package/examples/node_modules/webpack/lib/ModuleFactory.js +0 -50
  2607. package/examples/node_modules/webpack/lib/ModuleFilenameHelpers.js +0 -277
  2608. package/examples/node_modules/webpack/lib/ModuleGraph.js +0 -856
  2609. package/examples/node_modules/webpack/lib/ModuleGraphConnection.js +0 -191
  2610. package/examples/node_modules/webpack/lib/ModuleHashingError.js +0 -29
  2611. package/examples/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +0 -255
  2612. package/examples/node_modules/webpack/lib/ModuleNotFoundError.js +0 -86
  2613. package/examples/node_modules/webpack/lib/ModuleParseError.js +0 -109
  2614. package/examples/node_modules/webpack/lib/ModuleProfile.js +0 -107
  2615. package/examples/node_modules/webpack/lib/ModuleRestoreError.js +0 -42
  2616. package/examples/node_modules/webpack/lib/ModuleStoreError.js +0 -42
  2617. package/examples/node_modules/webpack/lib/ModuleTemplate.js +0 -142
  2618. package/examples/node_modules/webpack/lib/ModuleWarning.js +0 -61
  2619. package/examples/node_modules/webpack/lib/MultiCompiler.js +0 -582
  2620. package/examples/node_modules/webpack/lib/MultiStats.js +0 -166
  2621. package/examples/node_modules/webpack/lib/MultiWatching.js +0 -77
  2622. package/examples/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +0 -28
  2623. package/examples/node_modules/webpack/lib/NoModeWarning.js +0 -22
  2624. package/examples/node_modules/webpack/lib/NodeStuffInWebError.js +0 -34
  2625. package/examples/node_modules/webpack/lib/NodeStuffPlugin.js +0 -186
  2626. package/examples/node_modules/webpack/lib/NormalModule.js +0 -1411
  2627. package/examples/node_modules/webpack/lib/NormalModuleFactory.js +0 -1118
  2628. package/examples/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +0 -71
  2629. package/examples/node_modules/webpack/lib/NullFactory.js +0 -23
  2630. package/examples/node_modules/webpack/lib/OptimizationStages.js +0 -10
  2631. package/examples/node_modules/webpack/lib/OptionsApply.js +0 -11
  2632. package/examples/node_modules/webpack/lib/Parser.js +0 -38
  2633. package/examples/node_modules/webpack/lib/PrefetchPlugin.js +0 -50
  2634. package/examples/node_modules/webpack/lib/ProgressPlugin.js +0 -613
  2635. package/examples/node_modules/webpack/lib/ProvidePlugin.js +0 -101
  2636. package/examples/node_modules/webpack/lib/RawModule.js +0 -152
  2637. package/examples/node_modules/webpack/lib/RecordIdsPlugin.js +0 -238
  2638. package/examples/node_modules/webpack/lib/RequestShortener.js +0 -34
  2639. package/examples/node_modules/webpack/lib/RequireJsStuffPlugin.js +0 -77
  2640. package/examples/node_modules/webpack/lib/ResolverFactory.js +0 -151
  2641. package/examples/node_modules/webpack/lib/RuntimeGlobals.js +0 -381
  2642. package/examples/node_modules/webpack/lib/RuntimeModule.js +0 -213
  2643. package/examples/node_modules/webpack/lib/RuntimePlugin.js +0 -444
  2644. package/examples/node_modules/webpack/lib/RuntimeTemplate.js +0 -1041
  2645. package/examples/node_modules/webpack/lib/SelfModuleFactory.js +0 -21
  2646. package/examples/node_modules/webpack/lib/SingleEntryPlugin.js +0 -8
  2647. package/examples/node_modules/webpack/lib/SizeFormatHelpers.js +0 -27
  2648. package/examples/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +0 -57
  2649. package/examples/node_modules/webpack/lib/SourceMapDevToolPlugin.js +0 -560
  2650. package/examples/node_modules/webpack/lib/Stats.js +0 -84
  2651. package/examples/node_modules/webpack/lib/Template.js +0 -419
  2652. package/examples/node_modules/webpack/lib/TemplatedPathPlugin.js +0 -346
  2653. package/examples/node_modules/webpack/lib/UnhandledSchemeError.js +0 -33
  2654. package/examples/node_modules/webpack/lib/UnsupportedFeatureWarning.js +0 -32
  2655. package/examples/node_modules/webpack/lib/UseStrictPlugin.js +0 -56
  2656. package/examples/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +0 -53
  2657. package/examples/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +0 -54
  2658. package/examples/node_modules/webpack/lib/WarnNoModeSetPlugin.js +0 -25
  2659. package/examples/node_modules/webpack/lib/WatchIgnorePlugin.js +0 -132
  2660. package/examples/node_modules/webpack/lib/Watching.js +0 -479
  2661. package/examples/node_modules/webpack/lib/WebpackError.js +0 -61
  2662. package/examples/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +0 -85
  2663. package/examples/node_modules/webpack/lib/WebpackOptionsApply.js +0 -700
  2664. package/examples/node_modules/webpack/lib/WebpackOptionsDefaulter.js +0 -19
  2665. package/examples/node_modules/webpack/lib/asset/AssetGenerator.js +0 -464
  2666. package/examples/node_modules/webpack/lib/asset/AssetModulesPlugin.js +0 -223
  2667. package/examples/node_modules/webpack/lib/asset/AssetParser.js +0 -56
  2668. package/examples/node_modules/webpack/lib/asset/AssetSourceGenerator.js +0 -71
  2669. package/examples/node_modules/webpack/lib/asset/AssetSourceParser.js +0 -31
  2670. package/examples/node_modules/webpack/lib/asset/RawDataUrlModule.js +0 -148
  2671. package/examples/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +0 -69
  2672. package/examples/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +0 -55
  2673. package/examples/node_modules/webpack/lib/buildChunkGraph.js +0 -1401
  2674. package/examples/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +0 -33
  2675. package/examples/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +0 -35
  2676. package/examples/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +0 -227
  2677. package/examples/node_modules/webpack/lib/cache/MemoryCachePlugin.js +0 -57
  2678. package/examples/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +0 -129
  2679. package/examples/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +0 -1426
  2680. package/examples/node_modules/webpack/lib/cache/ResolverCachePlugin.js +0 -354
  2681. package/examples/node_modules/webpack/lib/cache/getLazyHashedEtag.js +0 -81
  2682. package/examples/node_modules/webpack/lib/cache/mergeEtags.js +0 -74
  2683. package/examples/node_modules/webpack/lib/cli.js +0 -655
  2684. package/examples/node_modules/webpack/lib/config/browserslistTargetHandler.js +0 -333
  2685. package/examples/node_modules/webpack/lib/config/defaults.js +0 -1309
  2686. package/examples/node_modules/webpack/lib/config/normalization.js +0 -529
  2687. package/examples/node_modules/webpack/lib/config/target.js +0 -348
  2688. package/examples/node_modules/webpack/lib/container/ContainerEntryDependency.js +0 -47
  2689. package/examples/node_modules/webpack/lib/container/ContainerEntryModule.js +0 -283
  2690. package/examples/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +0 -27
  2691. package/examples/node_modules/webpack/lib/container/ContainerExposedDependency.js +0 -52
  2692. package/examples/node_modules/webpack/lib/container/ContainerPlugin.js +0 -105
  2693. package/examples/node_modules/webpack/lib/container/ContainerReferencePlugin.js +0 -142
  2694. package/examples/node_modules/webpack/lib/container/FallbackDependency.js +0 -51
  2695. package/examples/node_modules/webpack/lib/container/FallbackItemDependency.js +0 -30
  2696. package/examples/node_modules/webpack/lib/container/FallbackModule.js +0 -173
  2697. package/examples/node_modules/webpack/lib/container/FallbackModuleFactory.js +0 -27
  2698. package/examples/node_modules/webpack/lib/container/ModuleFederationPlugin.js +0 -92
  2699. package/examples/node_modules/webpack/lib/container/RemoteModule.js +0 -171
  2700. package/examples/node_modules/webpack/lib/container/RemoteRuntimeModule.js +0 -128
  2701. package/examples/node_modules/webpack/lib/container/RemoteToExternalDependency.js +0 -30
  2702. package/examples/node_modules/webpack/lib/container/options.js +0 -91
  2703. package/examples/node_modules/webpack/lib/css/CssExportsGenerator.js +0 -139
  2704. package/examples/node_modules/webpack/lib/css/CssGenerator.js +0 -109
  2705. package/examples/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +0 -440
  2706. package/examples/node_modules/webpack/lib/css/CssModulesPlugin.js +0 -462
  2707. package/examples/node_modules/webpack/lib/css/CssParser.js +0 -618
  2708. package/examples/node_modules/webpack/lib/css/walkCssTokens.js +0 -659
  2709. package/examples/node_modules/webpack/lib/debug/ProfilingPlugin.js +0 -454
  2710. package/examples/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +0 -221
  2711. package/examples/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +0 -354
  2712. package/examples/node_modules/webpack/lib/dependencies/AMDPlugin.js +0 -216
  2713. package/examples/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +0 -99
  2714. package/examples/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +0 -53
  2715. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +0 -22
  2716. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +0 -279
  2717. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +0 -174
  2718. package/examples/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +0 -35
  2719. package/examples/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +0 -48
  2720. package/examples/node_modules/webpack/lib/dependencies/CachedConstDependency.js +0 -106
  2721. package/examples/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +0 -49
  2722. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +0 -374
  2723. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +0 -160
  2724. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +0 -336
  2725. package/examples/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +0 -136
  2726. package/examples/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +0 -388
  2727. package/examples/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +0 -280
  2728. package/examples/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +0 -55
  2729. package/examples/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +0 -34
  2730. package/examples/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +0 -141
  2731. package/examples/node_modules/webpack/lib/dependencies/ConstDependency.js +0 -108
  2732. package/examples/node_modules/webpack/lib/dependencies/ContextDependency.js +0 -147
  2733. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +0 -232
  2734. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +0 -61
  2735. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +0 -59
  2736. package/examples/node_modules/webpack/lib/dependencies/ContextElementDependency.js +0 -77
  2737. package/examples/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +0 -66
  2738. package/examples/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +0 -25
  2739. package/examples/node_modules/webpack/lib/dependencies/CssExportDependency.js +0 -85
  2740. package/examples/node_modules/webpack/lib/dependencies/CssImportDependency.js +0 -75
  2741. package/examples/node_modules/webpack/lib/dependencies/CssLocalIdentifierDependency.js +0 -119
  2742. package/examples/node_modules/webpack/lib/dependencies/CssSelfLocalIdentifierDependency.js +0 -101
  2743. package/examples/node_modules/webpack/lib/dependencies/CssUrlDependency.js +0 -132
  2744. package/examples/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +0 -30
  2745. package/examples/node_modules/webpack/lib/dependencies/DllEntryDependency.js +0 -47
  2746. package/examples/node_modules/webpack/lib/dependencies/DynamicExports.js +0 -69
  2747. package/examples/node_modules/webpack/lib/dependencies/EntryDependency.js +0 -30
  2748. package/examples/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +0 -143
  2749. package/examples/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +0 -134
  2750. package/examples/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +0 -37
  2751. package/examples/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +0 -91
  2752. package/examples/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +0 -97
  2753. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +0 -185
  2754. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +0 -190
  2755. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +0 -65
  2756. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +0 -1271
  2757. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +0 -168
  2758. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +0 -111
  2759. package/examples/node_modules/webpack/lib/dependencies/HarmonyExports.js +0 -40
  2760. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +0 -359
  2761. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +0 -256
  2762. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +0 -80
  2763. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +0 -331
  2764. package/examples/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +0 -121
  2765. package/examples/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +0 -27
  2766. package/examples/node_modules/webpack/lib/dependencies/ImportContextDependency.js +0 -52
  2767. package/examples/node_modules/webpack/lib/dependencies/ImportDependency.js +0 -101
  2768. package/examples/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +0 -69
  2769. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +0 -35
  2770. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +0 -252
  2771. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +0 -59
  2772. package/examples/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +0 -35
  2773. package/examples/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +0 -36
  2774. package/examples/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +0 -203
  2775. package/examples/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +0 -267
  2776. package/examples/node_modules/webpack/lib/dependencies/ImportPlugin.js +0 -82
  2777. package/examples/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +0 -67
  2778. package/examples/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +0 -103
  2779. package/examples/node_modules/webpack/lib/dependencies/LoaderDependency.js +0 -27
  2780. package/examples/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +0 -28
  2781. package/examples/node_modules/webpack/lib/dependencies/LoaderPlugin.js +0 -261
  2782. package/examples/node_modules/webpack/lib/dependencies/LocalModule.js +0 -44
  2783. package/examples/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +0 -69
  2784. package/examples/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +0 -50
  2785. package/examples/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +0 -129
  2786. package/examples/node_modules/webpack/lib/dependencies/ModuleDependency.js +0 -81
  2787. package/examples/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +0 -34
  2788. package/examples/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +0 -38
  2789. package/examples/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +0 -35
  2790. package/examples/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +0 -36
  2791. package/examples/node_modules/webpack/lib/dependencies/NullDependency.js +0 -40
  2792. package/examples/node_modules/webpack/lib/dependencies/PrefetchDependency.js +0 -24
  2793. package/examples/node_modules/webpack/lib/dependencies/ProvidedDependency.js +0 -122
  2794. package/examples/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +0 -128
  2795. package/examples/node_modules/webpack/lib/dependencies/RequireContextDependency.js +0 -31
  2796. package/examples/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +0 -58
  2797. package/examples/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +0 -150
  2798. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +0 -22
  2799. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +0 -121
  2800. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +0 -101
  2801. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +0 -33
  2802. package/examples/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +0 -66
  2803. package/examples/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +0 -57
  2804. package/examples/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +0 -74
  2805. package/examples/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +0 -77
  2806. package/examples/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +0 -42
  2807. package/examples/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +0 -50
  2808. package/examples/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +0 -51
  2809. package/examples/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +0 -63
  2810. package/examples/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +0 -77
  2811. package/examples/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +0 -66
  2812. package/examples/node_modules/webpack/lib/dependencies/SystemPlugin.js +0 -140
  2813. package/examples/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +0 -35
  2814. package/examples/node_modules/webpack/lib/dependencies/URLDependency.js +0 -158
  2815. package/examples/node_modules/webpack/lib/dependencies/URLPlugin.js +0 -114
  2816. package/examples/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +0 -69
  2817. package/examples/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +0 -79
  2818. package/examples/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +0 -100
  2819. package/examples/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +0 -80
  2820. package/examples/node_modules/webpack/lib/dependencies/WorkerDependency.js +0 -89
  2821. package/examples/node_modules/webpack/lib/dependencies/WorkerPlugin.js +0 -416
  2822. package/examples/node_modules/webpack/lib/dependencies/getFunctionExpression.js +0 -55
  2823. package/examples/node_modules/webpack/lib/dependencies/processExportInfo.js +0 -65
  2824. package/examples/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +0 -68
  2825. package/examples/node_modules/webpack/lib/errors/BuildCycleError.js +0 -27
  2826. package/examples/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +0 -29
  2827. package/examples/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +0 -202
  2828. package/examples/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +0 -76
  2829. package/examples/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +0 -242
  2830. package/examples/node_modules/webpack/lib/formatLocation.js +0 -68
  2831. package/examples/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +0 -394
  2832. package/examples/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +0 -42
  2833. package/examples/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +0 -462
  2834. package/examples/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +0 -418
  2835. package/examples/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +0 -143
  2836. package/examples/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +0 -80
  2837. package/examples/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +0 -70
  2838. package/examples/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +0 -93
  2839. package/examples/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +0 -77
  2840. package/examples/node_modules/webpack/lib/ids/IdHelpers.js +0 -477
  2841. package/examples/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +0 -81
  2842. package/examples/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +0 -58
  2843. package/examples/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +0 -33
  2844. package/examples/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +0 -39
  2845. package/examples/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +0 -80
  2846. package/examples/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +0 -159
  2847. package/examples/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +0 -140
  2848. package/examples/node_modules/webpack/lib/index.js +0 -579
  2849. package/examples/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +0 -154
  2850. package/examples/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +0 -480
  2851. package/examples/node_modules/webpack/lib/javascript/ChunkHelpers.js +0 -33
  2852. package/examples/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +0 -172
  2853. package/examples/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +0 -118
  2854. package/examples/node_modules/webpack/lib/javascript/JavascriptGenerator.js +0 -225
  2855. package/examples/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +0 -1370
  2856. package/examples/node_modules/webpack/lib/javascript/JavascriptParser.js +0 -3776
  2857. package/examples/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +0 -107
  2858. package/examples/node_modules/webpack/lib/javascript/StartupHelpers.js +0 -132
  2859. package/examples/node_modules/webpack/lib/json/JsonData.js +0 -41
  2860. package/examples/node_modules/webpack/lib/json/JsonGenerator.js +0 -191
  2861. package/examples/node_modules/webpack/lib/json/JsonModulesPlugin.js +0 -50
  2862. package/examples/node_modules/webpack/lib/json/JsonParser.js +0 -57
  2863. package/examples/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +0 -297
  2864. package/examples/node_modules/webpack/lib/library/AmdLibraryPlugin.js +0 -162
  2865. package/examples/node_modules/webpack/lib/library/AssignLibraryPlugin.js +0 -375
  2866. package/examples/node_modules/webpack/lib/library/EnableLibraryPlugin.js +0 -248
  2867. package/examples/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +0 -113
  2868. package/examples/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +0 -88
  2869. package/examples/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +0 -104
  2870. package/examples/node_modules/webpack/lib/library/SystemLibraryPlugin.js +0 -233
  2871. package/examples/node_modules/webpack/lib/library/UmdLibraryPlugin.js +0 -324
  2872. package/examples/node_modules/webpack/lib/logging/Logger.js +0 -163
  2873. package/examples/node_modules/webpack/lib/logging/createConsoleLogger.js +0 -228
  2874. package/examples/node_modules/webpack/lib/logging/runtime.js +0 -46
  2875. package/examples/node_modules/webpack/lib/logging/truncateArgs.js +0 -82
  2876. package/examples/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +0 -105
  2877. package/examples/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +0 -60
  2878. package/examples/node_modules/webpack/lib/node/NodeSourcePlugin.js +0 -19
  2879. package/examples/node_modules/webpack/lib/node/NodeTargetPlugin.js +0 -81
  2880. package/examples/node_modules/webpack/lib/node/NodeTemplatePlugin.js +0 -33
  2881. package/examples/node_modules/webpack/lib/node/NodeWatchFileSystem.js +0 -194
  2882. package/examples/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +0 -291
  2883. package/examples/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +0 -107
  2884. package/examples/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +0 -93
  2885. package/examples/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +0 -238
  2886. package/examples/node_modules/webpack/lib/node/nodeConsole.js +0 -143
  2887. package/examples/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +0 -92
  2888. package/examples/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +0 -329
  2889. package/examples/node_modules/webpack/lib/optimize/ConcatenatedModule.js +0 -1879
  2890. package/examples/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +0 -85
  2891. package/examples/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +0 -118
  2892. package/examples/node_modules/webpack/lib/optimize/InnerGraph.js +0 -346
  2893. package/examples/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +0 -368
  2894. package/examples/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +0 -256
  2895. package/examples/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +0 -177
  2896. package/examples/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +0 -115
  2897. package/examples/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +0 -113
  2898. package/examples/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +0 -30
  2899. package/examples/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +0 -866
  2900. package/examples/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +0 -408
  2901. package/examples/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +0 -57
  2902. package/examples/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +0 -121
  2903. package/examples/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +0 -44
  2904. package/examples/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +0 -337
  2905. package/examples/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +0 -1723
  2906. package/examples/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +0 -32
  2907. package/examples/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +0 -35
  2908. package/examples/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +0 -20
  2909. package/examples/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +0 -165
  2910. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +0 -44
  2911. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +0 -95
  2912. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +0 -52
  2913. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +0 -49
  2914. package/examples/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +0 -43
  2915. package/examples/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +0 -39
  2916. package/examples/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +0 -47
  2917. package/examples/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +0 -47
  2918. package/examples/node_modules/webpack/lib/rules/RuleSetCompiler.js +0 -379
  2919. package/examples/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +0 -194
  2920. package/examples/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +0 -156
  2921. package/examples/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +0 -69
  2922. package/examples/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +0 -27
  2923. package/examples/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +0 -37
  2924. package/examples/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +0 -78
  2925. package/examples/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +0 -66
  2926. package/examples/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +0 -36
  2927. package/examples/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +0 -36
  2928. package/examples/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +0 -39
  2929. package/examples/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +0 -54
  2930. package/examples/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +0 -282
  2931. package/examples/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +0 -29
  2932. package/examples/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +0 -44
  2933. package/examples/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +0 -76
  2934. package/examples/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +0 -47
  2935. package/examples/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +0 -32
  2936. package/examples/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +0 -18
  2937. package/examples/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +0 -158
  2938. package/examples/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +0 -36
  2939. package/examples/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +0 -76
  2940. package/examples/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +0 -30
  2941. package/examples/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +0 -41
  2942. package/examples/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +0 -28
  2943. package/examples/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +0 -74
  2944. package/examples/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +0 -67
  2945. package/examples/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +0 -50
  2946. package/examples/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +0 -25
  2947. package/examples/node_modules/webpack/lib/schemes/DataUriPlugin.js +0 -56
  2948. package/examples/node_modules/webpack/lib/schemes/FileUriPlugin.js +0 -49
  2949. package/examples/node_modules/webpack/lib/schemes/HttpUriPlugin.js +0 -1118
  2950. package/examples/node_modules/webpack/lib/serialization/ArraySerializer.js +0 -22
  2951. package/examples/node_modules/webpack/lib/serialization/BinaryMiddleware.js +0 -950
  2952. package/examples/node_modules/webpack/lib/serialization/DateObjectSerializer.js +0 -16
  2953. package/examples/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +0 -27
  2954. package/examples/node_modules/webpack/lib/serialization/FileMiddleware.js +0 -665
  2955. package/examples/node_modules/webpack/lib/serialization/MapObjectSerializer.js +0 -31
  2956. package/examples/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +0 -33
  2957. package/examples/node_modules/webpack/lib/serialization/ObjectMiddleware.js +0 -734
  2958. package/examples/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +0 -80
  2959. package/examples/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +0 -17
  2960. package/examples/node_modules/webpack/lib/serialization/Serializer.js +0 -46
  2961. package/examples/node_modules/webpack/lib/serialization/SerializerMiddleware.js +0 -153
  2962. package/examples/node_modules/webpack/lib/serialization/SetObjectSerializer.js +0 -24
  2963. package/examples/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +0 -34
  2964. package/examples/node_modules/webpack/lib/serialization/types.js +0 -13
  2965. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +0 -30
  2966. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +0 -251
  2967. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +0 -319
  2968. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +0 -360
  2969. package/examples/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +0 -34
  2970. package/examples/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +0 -63
  2971. package/examples/node_modules/webpack/lib/sharing/ProvideSharedModule.js +0 -184
  2972. package/examples/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +0 -35
  2973. package/examples/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +0 -237
  2974. package/examples/node_modules/webpack/lib/sharing/SharePlugin.js +0 -92
  2975. package/examples/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +0 -141
  2976. package/examples/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +0 -91
  2977. package/examples/node_modules/webpack/lib/sharing/utils.js +0 -90
  2978. package/examples/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +0 -2398
  2979. package/examples/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +0 -326
  2980. package/examples/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +0 -1380
  2981. package/examples/node_modules/webpack/lib/stats/StatsFactory.js +0 -292
  2982. package/examples/node_modules/webpack/lib/stats/StatsPrinter.js +0 -249
  2983. package/examples/node_modules/webpack/lib/util/ArrayHelpers.js +0 -44
  2984. package/examples/node_modules/webpack/lib/util/ArrayQueue.js +0 -111
  2985. package/examples/node_modules/webpack/lib/util/AsyncQueue.js +0 -373
  2986. package/examples/node_modules/webpack/lib/util/Hash.js +0 -35
  2987. package/examples/node_modules/webpack/lib/util/IterableHelpers.js +0 -46
  2988. package/examples/node_modules/webpack/lib/util/LazyBucketSortedSet.js +0 -236
  2989. package/examples/node_modules/webpack/lib/util/LazySet.js +0 -208
  2990. package/examples/node_modules/webpack/lib/util/MapHelpers.js +0 -22
  2991. package/examples/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +0 -59
  2992. package/examples/node_modules/webpack/lib/util/Queue.js +0 -51
  2993. package/examples/node_modules/webpack/lib/util/Semaphore.js +0 -54
  2994. package/examples/node_modules/webpack/lib/util/SetHelpers.js +0 -94
  2995. package/examples/node_modules/webpack/lib/util/SortableSet.js +0 -160
  2996. package/examples/node_modules/webpack/lib/util/StackedCacheMap.js +0 -110
  2997. package/examples/node_modules/webpack/lib/util/StackedMap.js +0 -166
  2998. package/examples/node_modules/webpack/lib/util/StringXor.js +0 -55
  2999. package/examples/node_modules/webpack/lib/util/TupleQueue.js +0 -61
  3000. package/examples/node_modules/webpack/lib/util/TupleSet.js +0 -150
  3001. package/examples/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +0 -87
  3002. package/examples/node_modules/webpack/lib/util/WeakTupleMap.js +0 -171
  3003. package/examples/node_modules/webpack/lib/util/binarySearchBounds.js +0 -86
  3004. package/examples/node_modules/webpack/lib/util/cleverMerge.js +0 -568
  3005. package/examples/node_modules/webpack/lib/util/comparators.js +0 -459
  3006. package/examples/node_modules/webpack/lib/util/compileBooleanMatcher.js +0 -206
  3007. package/examples/node_modules/webpack/lib/util/create-schema-validation.js +0 -28
  3008. package/examples/node_modules/webpack/lib/util/createHash.js +0 -171
  3009. package/examples/node_modules/webpack/lib/util/deprecation.js +0 -264
  3010. package/examples/node_modules/webpack/lib/util/deterministicGrouping.js +0 -508
  3011. package/examples/node_modules/webpack/lib/util/extractUrlAndGlobal.js +0 -18
  3012. package/examples/node_modules/webpack/lib/util/findGraphRoots.js +0 -229
  3013. package/examples/node_modules/webpack/lib/util/fs.js +0 -337
  3014. package/examples/node_modules/webpack/lib/util/hash/BatchedHash.js +0 -68
  3015. package/examples/node_modules/webpack/lib/util/hash/md4.js +0 -20
  3016. package/examples/node_modules/webpack/lib/util/hash/wasm-hash.js +0 -163
  3017. package/examples/node_modules/webpack/lib/util/hash/xxhash64.js +0 -20
  3018. package/examples/node_modules/webpack/lib/util/identifier.js +0 -377
  3019. package/examples/node_modules/webpack/lib/util/internalSerializables.js +0 -211
  3020. package/examples/node_modules/webpack/lib/util/makeSerializable.js +0 -30
  3021. package/examples/node_modules/webpack/lib/util/memoize.js +0 -32
  3022. package/examples/node_modules/webpack/lib/util/nonNumericOnlyHash.js +0 -22
  3023. package/examples/node_modules/webpack/lib/util/numberHash.js +0 -45
  3024. package/examples/node_modules/webpack/lib/util/objectToMap.js +0 -15
  3025. package/examples/node_modules/webpack/lib/util/processAsyncTree.js +0 -62
  3026. package/examples/node_modules/webpack/lib/util/propertyAccess.js +0 -78
  3027. package/examples/node_modules/webpack/lib/util/registerExternalSerializer.js +0 -337
  3028. package/examples/node_modules/webpack/lib/util/runtime.js +0 -623
  3029. package/examples/node_modules/webpack/lib/util/semver.js +0 -484
  3030. package/examples/node_modules/webpack/lib/util/serialization.js +0 -128
  3031. package/examples/node_modules/webpack/lib/util/smartGrouping.js +0 -206
  3032. package/examples/node_modules/webpack/lib/util/source.js +0 -61
  3033. package/examples/node_modules/webpack/lib/validateSchema.js +0 -175
  3034. package/examples/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +0 -118
  3035. package/examples/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +0 -78
  3036. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +0 -53
  3037. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +0 -194
  3038. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +0 -198
  3039. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +0 -75
  3040. package/examples/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +0 -16
  3041. package/examples/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +0 -372
  3042. package/examples/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +0 -82
  3043. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +0 -501
  3044. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +0 -106
  3045. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +0 -216
  3046. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +0 -142
  3047. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +0 -192
  3048. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +0 -65
  3049. package/examples/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +0 -62
  3050. package/examples/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +0 -71
  3051. package/examples/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +0 -91
  3052. package/examples/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +0 -450
  3053. package/examples/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +0 -38
  3054. package/examples/node_modules/webpack/lib/webpack.js +0 -171
  3055. package/examples/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +0 -94
  3056. package/examples/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +0 -238
  3057. package/examples/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +0 -25
  3058. package/examples/node_modules/webpack/module.d.ts +0 -215
  3059. package/examples/node_modules/webpack/package.json +0 -242
  3060. package/examples/node_modules/webpack/schemas/WebpackOptions.check.d.ts +0 -7
  3061. package/examples/node_modules/webpack/schemas/WebpackOptions.check.js +0 -6
  3062. package/examples/node_modules/webpack/schemas/WebpackOptions.json +0 -5321
  3063. package/examples/node_modules/webpack/schemas/_container.json +0 -155
  3064. package/examples/node_modules/webpack/schemas/_sharing.json +0 -118
  3065. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.check.d.ts +0 -7
  3066. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +0 -6
  3067. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.json +0 -103
  3068. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.check.d.ts +0 -7
  3069. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.check.js +0 -6
  3070. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.json +0 -36
  3071. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.d.ts +0 -7
  3072. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +0 -6
  3073. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +0 -206
  3074. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts +0 -7
  3075. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js +0 -6
  3076. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json +0 -44
  3077. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.check.d.ts +0 -7
  3078. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +0 -6
  3079. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.json +0 -34
  3080. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.d.ts +0 -7
  3081. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.js +0 -6
  3082. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json +0 -12
  3083. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.d.ts +0 -7
  3084. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +0 -6
  3085. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +0 -27
  3086. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.check.d.ts +0 -7
  3087. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +0 -6
  3088. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.json +0 -65
  3089. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.d.ts +0 -7
  3090. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +0 -6
  3091. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +0 -143
  3092. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.d.ts +0 -7
  3093. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +0 -6
  3094. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +0 -25
  3095. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.d.ts +0 -7
  3096. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +0 -6
  3097. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.json +0 -3
  3098. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.d.ts +0 -7
  3099. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +0 -6
  3100. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.json +0 -3
  3101. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.d.ts +0 -7
  3102. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +0 -6
  3103. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.json +0 -3
  3104. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.d.ts +0 -7
  3105. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +0 -6
  3106. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.json +0 -3
  3107. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts +0 -7
  3108. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +0 -6
  3109. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +0 -286
  3110. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts +0 -7
  3111. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +0 -6
  3112. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +0 -128
  3113. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts +0 -7
  3114. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +0 -6
  3115. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.json +0 -3
  3116. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts +0 -7
  3117. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +0 -6
  3118. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +0 -513
  3119. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts +0 -7
  3120. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +0 -6
  3121. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json +0 -3
  3122. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts +0 -7
  3123. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +0 -6
  3124. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.json +0 -3
  3125. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts +0 -7
  3126. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +0 -6
  3127. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +0 -12
  3128. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts +0 -7
  3129. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +0 -6
  3130. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +0 -11
  3131. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts +0 -7
  3132. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +0 -6
  3133. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +0 -11
  3134. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.d.ts +0 -7
  3135. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +0 -6
  3136. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +0 -23
  3137. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.d.ts +0 -7
  3138. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +0 -6
  3139. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +0 -21
  3140. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.d.ts +0 -7
  3141. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +0 -6
  3142. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +0 -20
  3143. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts +0 -7
  3144. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +0 -6
  3145. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +0 -74
  3146. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts +0 -7
  3147. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +0 -6
  3148. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +0 -120
  3149. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts +0 -7
  3150. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +0 -6
  3151. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +0 -94
  3152. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts +0 -7
  3153. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js +0 -6
  3154. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.json +0 -133
  3155. package/examples/node_modules/webpack/types.d.ts +0 -13072
  3156. package/examples/node_modules/webpack-cli/README.md +0 -147
  3157. package/examples/node_modules/webpack-cli/bin/cli.js +0 -17
  3158. package/examples/node_modules/webpack-cli/lib/bootstrap.js +0 -15
  3159. package/examples/node_modules/webpack-cli/lib/index.js +0 -5
  3160. package/examples/node_modules/webpack-cli/lib/plugins/CLIPlugin.js +0 -132
  3161. package/examples/node_modules/webpack-cli/lib/utils/dynamic-import-loader.js +0 -13
  3162. package/examples/node_modules/webpack-cli/lib/webpack-cli.js +0 -2343
  3163. package/examples/node_modules/webpack-cli/node_modules/commander/CHANGELOG.md +0 -440
  3164. package/examples/node_modules/webpack-cli/node_modules/commander/LICENSE +0 -22
  3165. package/examples/node_modules/webpack-cli/node_modules/commander/Readme.md +0 -917
  3166. package/examples/node_modules/webpack-cli/node_modules/commander/esm.mjs +0 -4
  3167. package/examples/node_modules/webpack-cli/node_modules/commander/index.js +0 -2217
  3168. package/examples/node_modules/webpack-cli/node_modules/commander/package-support.json +0 -16
  3169. package/examples/node_modules/webpack-cli/node_modules/commander/package.json +0 -68
  3170. package/examples/node_modules/webpack-cli/node_modules/commander/typings/index.d.ts +0 -627
  3171. package/examples/node_modules/webpack-cli/package.json +0 -63
  3172. package/examples/node_modules/webpack-merge/CHANGELOG.md +0 -426
  3173. package/examples/node_modules/webpack-merge/LICENSE +0 -20
  3174. package/examples/node_modules/webpack-merge/README.md +0 -314
  3175. package/examples/node_modules/webpack-merge/dist/index.d.ts +0 -15
  3176. package/examples/node_modules/webpack-merge/dist/index.js +0 -263
  3177. package/examples/node_modules/webpack-merge/dist/index.js.map +0 -1
  3178. package/examples/node_modules/webpack-merge/dist/join-arrays.d.ts +0 -6
  3179. package/examples/node_modules/webpack-merge/dist/join-arrays.js +0 -70
  3180. package/examples/node_modules/webpack-merge/dist/join-arrays.js.map +0 -1
  3181. package/examples/node_modules/webpack-merge/dist/merge-with.d.ts +0 -2
  3182. package/examples/node_modules/webpack-merge/dist/merge-with.js +0 -38
  3183. package/examples/node_modules/webpack-merge/dist/merge-with.js.map +0 -1
  3184. package/examples/node_modules/webpack-merge/dist/types.d.ts +0 -14
  3185. package/examples/node_modules/webpack-merge/dist/types.js +0 -12
  3186. package/examples/node_modules/webpack-merge/dist/types.js.map +0 -1
  3187. package/examples/node_modules/webpack-merge/dist/unique.d.ts +0 -2
  3188. package/examples/node_modules/webpack-merge/dist/unique.js +0 -41
  3189. package/examples/node_modules/webpack-merge/dist/unique.js.map +0 -1
  3190. package/examples/node_modules/webpack-merge/dist/utils.d.ts +0 -5
  3191. package/examples/node_modules/webpack-merge/dist/utils.js +0 -24
  3192. package/examples/node_modules/webpack-merge/dist/utils.js.map +0 -1
  3193. package/examples/node_modules/webpack-merge/package.json +0 -58
  3194. package/examples/node_modules/webpack-sources/LICENSE +0 -21
  3195. package/examples/node_modules/webpack-sources/README.md +0 -228
  3196. package/examples/node_modules/webpack-sources/lib/CachedSource.js +0 -274
  3197. package/examples/node_modules/webpack-sources/lib/CompatSource.js +0 -66
  3198. package/examples/node_modules/webpack-sources/lib/ConcatSource.js +0 -319
  3199. package/examples/node_modules/webpack-sources/lib/OriginalSource.js +0 -135
  3200. package/examples/node_modules/webpack-sources/lib/PrefixSource.js +0 -114
  3201. package/examples/node_modules/webpack-sources/lib/RawSource.js +0 -81
  3202. package/examples/node_modules/webpack-sources/lib/ReplaceSource.js +0 -467
  3203. package/examples/node_modules/webpack-sources/lib/SizeOnlySource.js +0 -42
  3204. package/examples/node_modules/webpack-sources/lib/Source.js +0 -38
  3205. package/examples/node_modules/webpack-sources/lib/SourceMapSource.js +0 -247
  3206. package/examples/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +0 -206
  3207. package/examples/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +0 -129
  3208. package/examples/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +0 -33
  3209. package/examples/node_modules/webpack-sources/lib/helpers/getName.js +0 -14
  3210. package/examples/node_modules/webpack-sources/lib/helpers/getSource.js +0 -17
  3211. package/examples/node_modules/webpack-sources/lib/helpers/readMappings.js +0 -116
  3212. package/examples/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +0 -21
  3213. package/examples/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +0 -41
  3214. package/examples/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +0 -102
  3215. package/examples/node_modules/webpack-sources/lib/helpers/streamChunks.js +0 -36
  3216. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +0 -329
  3217. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +0 -34
  3218. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +0 -412
  3219. package/examples/node_modules/webpack-sources/lib/index.js +0 -30
  3220. package/examples/node_modules/webpack-sources/package.json +0 -58
  3221. package/examples/node_modules/which/CHANGELOG.md +0 -166
  3222. package/examples/node_modules/which/LICENSE +0 -15
  3223. package/examples/node_modules/which/README.md +0 -54
  3224. package/examples/node_modules/which/bin/node-which +0 -52
  3225. package/examples/node_modules/which/package.json +0 -43
  3226. package/examples/node_modules/which/which.js +0 -125
  3227. package/examples/node_modules/wildcard/.travis.yml +0 -9
  3228. package/examples/node_modules/wildcard/README.md +0 -99
  3229. package/examples/node_modules/wildcard/docs.json +0 -9
  3230. package/examples/node_modules/wildcard/examples/arrays.js +0 -10
  3231. package/examples/node_modules/wildcard/examples/objects.js +0 -10
  3232. package/examples/node_modules/wildcard/examples/strings.js +0 -7
  3233. package/examples/node_modules/wildcard/index.js +0 -114
  3234. package/examples/node_modules/wildcard/package.json +0 -53
  3235. package/examples/node_modules/wildcard/test/all.js +0 -3
  3236. package/examples/node_modules/wildcard/test/arrays.js +0 -33
  3237. package/examples/node_modules/wildcard/test/objects.js +0 -106
  3238. package/examples/node_modules/wildcard/test/strings.js +0 -46
  3239. package/examples/node_modules/wildcard/yarn.lock +0 -228
  3240. package/examples/objects.js +0 -35
  3241. package/examples/package.json +0 -3
  3242. package/examples/serialization.js +0 -16
  3243. package/examples/sparse_matrices.js +0 -19
  3244. package/examples/units.js +0 -108
@@ -1,2100 +0,0 @@
1
- /**
2
- * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It
3
- * can be accessed using:
4
- *
5
- * ```js
6
- * const http2 = require('http2');
7
- * ```
8
- * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/http2.js)
10
- */
11
- declare module 'http2' {
12
- import EventEmitter = require('node:events');
13
- import * as fs from 'node:fs';
14
- import * as net from 'node:net';
15
- import * as stream from 'node:stream';
16
- import * as tls from 'node:tls';
17
- import * as url from 'node:url';
18
- import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http';
19
- export { OutgoingHttpHeaders } from 'node:http';
20
- export interface IncomingHttpStatusHeader {
21
- ':status'?: number | undefined;
22
- }
23
- export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders {
24
- ':path'?: string | undefined;
25
- ':method'?: string | undefined;
26
- ':authority'?: string | undefined;
27
- ':scheme'?: string | undefined;
28
- }
29
- // Http2Stream
30
- export interface StreamPriorityOptions {
31
- exclusive?: boolean | undefined;
32
- parent?: number | undefined;
33
- weight?: number | undefined;
34
- silent?: boolean | undefined;
35
- }
36
- export interface StreamState {
37
- localWindowSize?: number | undefined;
38
- state?: number | undefined;
39
- localClose?: number | undefined;
40
- remoteClose?: number | undefined;
41
- sumDependencyWeight?: number | undefined;
42
- weight?: number | undefined;
43
- }
44
- export interface ServerStreamResponseOptions {
45
- endStream?: boolean | undefined;
46
- waitForTrailers?: boolean | undefined;
47
- }
48
- export interface StatOptions {
49
- offset: number;
50
- length: number;
51
- }
52
- export interface ServerStreamFileResponseOptions {
53
- statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean;
54
- waitForTrailers?: boolean | undefined;
55
- offset?: number | undefined;
56
- length?: number | undefined;
57
- }
58
- export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions {
59
- onError?(err: NodeJS.ErrnoException): void;
60
- }
61
- export interface Http2Stream extends stream.Duplex {
62
- /**
63
- * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set,
64
- * the `'aborted'` event will have been emitted.
65
- * @since v8.4.0
66
- */
67
- readonly aborted: boolean;
68
- /**
69
- * This property shows the number of characters currently buffered to be written.
70
- * See `net.Socket.bufferSize` for details.
71
- * @since v11.2.0, v10.16.0
72
- */
73
- readonly bufferSize: number;
74
- /**
75
- * Set to `true` if the `Http2Stream` instance has been closed.
76
- * @since v9.4.0
77
- */
78
- readonly closed: boolean;
79
- /**
80
- * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer
81
- * usable.
82
- * @since v8.4.0
83
- */
84
- readonly destroyed: boolean;
85
- /**
86
- * Set the `true` if the `END_STREAM` flag was set in the request or response
87
- * HEADERS frame received, indicating that no additional data should be received
88
- * and the readable side of the `Http2Stream` will be closed.
89
- * @since v10.11.0
90
- */
91
- readonly endAfterHeaders: boolean;
92
- /**
93
- * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned.
94
- * @since v8.4.0
95
- */
96
- readonly id?: number | undefined;
97
- /**
98
- * Set to `true` if the `Http2Stream` instance has not yet been assigned a
99
- * numeric stream identifier.
100
- * @since v9.4.0
101
- */
102
- readonly pending: boolean;
103
- /**
104
- * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is
105
- * destroyed after either receiving an `RST_STREAM` frame from the connected peer,
106
- * calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed.
107
- * @since v8.4.0
108
- */
109
- readonly rstCode: number;
110
- /**
111
- * An object containing the outbound headers sent for this `Http2Stream`.
112
- * @since v9.5.0
113
- */
114
- readonly sentHeaders: OutgoingHttpHeaders;
115
- /**
116
- * An array of objects containing the outbound informational (additional) headers
117
- * sent for this `Http2Stream`.
118
- * @since v9.5.0
119
- */
120
- readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined;
121
- /**
122
- * An object containing the outbound trailers sent for this `HttpStream`.
123
- * @since v9.5.0
124
- */
125
- readonly sentTrailers?: OutgoingHttpHeaders | undefined;
126
- /**
127
- * A reference to the `Http2Session` instance that owns this `Http2Stream`. The
128
- * value will be `undefined` after the `Http2Stream` instance is destroyed.
129
- * @since v8.4.0
130
- */
131
- readonly session: Http2Session;
132
- /**
133
- * Provides miscellaneous information about the current state of the`Http2Stream`.
134
- *
135
- * A current state of this `Http2Stream`.
136
- * @since v8.4.0
137
- */
138
- readonly state: StreamState;
139
- /**
140
- * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the
141
- * connected HTTP/2 peer.
142
- * @since v8.4.0
143
- * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code.
144
- * @param callback An optional function registered to listen for the `'close'` event.
145
- */
146
- close(code?: number, callback?: () => void): void;
147
- /**
148
- * Updates the priority for this `Http2Stream` instance.
149
- * @since v8.4.0
150
- */
151
- priority(options: StreamPriorityOptions): void;
152
- /**
153
- * ```js
154
- * const http2 = require('http2');
155
- * const client = http2.connect('http://example.org:8000');
156
- * const { NGHTTP2_CANCEL } = http2.constants;
157
- * const req = client.request({ ':path': '/' });
158
- *
159
- * // Cancel the stream if there's no activity after 5 seconds
160
- * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL));
161
- * ```
162
- * @since v8.4.0
163
- */
164
- setTimeout(msecs: number, callback?: () => void): void;
165
- /**
166
- * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method
167
- * will cause the `Http2Stream` to be immediately closed and must only be
168
- * called after the `'wantTrailers'` event has been emitted. When sending a
169
- * request or sending a response, the `options.waitForTrailers` option must be set
170
- * in order to keep the `Http2Stream` open after the final `DATA` frame so that
171
- * trailers can be sent.
172
- *
173
- * ```js
174
- * const http2 = require('http2');
175
- * const server = http2.createServer();
176
- * server.on('stream', (stream) => {
177
- * stream.respond(undefined, { waitForTrailers: true });
178
- * stream.on('wantTrailers', () => {
179
- * stream.sendTrailers({ xyz: 'abc' });
180
- * });
181
- * stream.end('Hello World');
182
- * });
183
- * ```
184
- *
185
- * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header
186
- * fields (e.g. `':method'`, `':path'`, etc).
187
- * @since v10.0.0
188
- */
189
- sendTrailers(headers: OutgoingHttpHeaders): void;
190
- addListener(event: 'aborted', listener: () => void): this;
191
- addListener(event: 'close', listener: () => void): this;
192
- addListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
193
- addListener(event: 'drain', listener: () => void): this;
194
- addListener(event: 'end', listener: () => void): this;
195
- addListener(event: 'error', listener: (err: Error) => void): this;
196
- addListener(event: 'finish', listener: () => void): this;
197
- addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
198
- addListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
199
- addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
200
- addListener(event: 'streamClosed', listener: (code: number) => void): this;
201
- addListener(event: 'timeout', listener: () => void): this;
202
- addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
203
- addListener(event: 'wantTrailers', listener: () => void): this;
204
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
205
- emit(event: 'aborted'): boolean;
206
- emit(event: 'close'): boolean;
207
- emit(event: 'data', chunk: Buffer | string): boolean;
208
- emit(event: 'drain'): boolean;
209
- emit(event: 'end'): boolean;
210
- emit(event: 'error', err: Error): boolean;
211
- emit(event: 'finish'): boolean;
212
- emit(event: 'frameError', frameType: number, errorCode: number): boolean;
213
- emit(event: 'pipe', src: stream.Readable): boolean;
214
- emit(event: 'unpipe', src: stream.Readable): boolean;
215
- emit(event: 'streamClosed', code: number): boolean;
216
- emit(event: 'timeout'): boolean;
217
- emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean;
218
- emit(event: 'wantTrailers'): boolean;
219
- emit(event: string | symbol, ...args: any[]): boolean;
220
- on(event: 'aborted', listener: () => void): this;
221
- on(event: 'close', listener: () => void): this;
222
- on(event: 'data', listener: (chunk: Buffer | string) => void): this;
223
- on(event: 'drain', listener: () => void): this;
224
- on(event: 'end', listener: () => void): this;
225
- on(event: 'error', listener: (err: Error) => void): this;
226
- on(event: 'finish', listener: () => void): this;
227
- on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
228
- on(event: 'pipe', listener: (src: stream.Readable) => void): this;
229
- on(event: 'unpipe', listener: (src: stream.Readable) => void): this;
230
- on(event: 'streamClosed', listener: (code: number) => void): this;
231
- on(event: 'timeout', listener: () => void): this;
232
- on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
233
- on(event: 'wantTrailers', listener: () => void): this;
234
- on(event: string | symbol, listener: (...args: any[]) => void): this;
235
- once(event: 'aborted', listener: () => void): this;
236
- once(event: 'close', listener: () => void): this;
237
- once(event: 'data', listener: (chunk: Buffer | string) => void): this;
238
- once(event: 'drain', listener: () => void): this;
239
- once(event: 'end', listener: () => void): this;
240
- once(event: 'error', listener: (err: Error) => void): this;
241
- once(event: 'finish', listener: () => void): this;
242
- once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
243
- once(event: 'pipe', listener: (src: stream.Readable) => void): this;
244
- once(event: 'unpipe', listener: (src: stream.Readable) => void): this;
245
- once(event: 'streamClosed', listener: (code: number) => void): this;
246
- once(event: 'timeout', listener: () => void): this;
247
- once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
248
- once(event: 'wantTrailers', listener: () => void): this;
249
- once(event: string | symbol, listener: (...args: any[]) => void): this;
250
- prependListener(event: 'aborted', listener: () => void): this;
251
- prependListener(event: 'close', listener: () => void): this;
252
- prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
253
- prependListener(event: 'drain', listener: () => void): this;
254
- prependListener(event: 'end', listener: () => void): this;
255
- prependListener(event: 'error', listener: (err: Error) => void): this;
256
- prependListener(event: 'finish', listener: () => void): this;
257
- prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
258
- prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
259
- prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
260
- prependListener(event: 'streamClosed', listener: (code: number) => void): this;
261
- prependListener(event: 'timeout', listener: () => void): this;
262
- prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
263
- prependListener(event: 'wantTrailers', listener: () => void): this;
264
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
265
- prependOnceListener(event: 'aborted', listener: () => void): this;
266
- prependOnceListener(event: 'close', listener: () => void): this;
267
- prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
268
- prependOnceListener(event: 'drain', listener: () => void): this;
269
- prependOnceListener(event: 'end', listener: () => void): this;
270
- prependOnceListener(event: 'error', listener: (err: Error) => void): this;
271
- prependOnceListener(event: 'finish', listener: () => void): this;
272
- prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this;
273
- prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
274
- prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
275
- prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this;
276
- prependOnceListener(event: 'timeout', listener: () => void): this;
277
- prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
278
- prependOnceListener(event: 'wantTrailers', listener: () => void): this;
279
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
280
- }
281
- export interface ClientHttp2Stream extends Http2Stream {
282
- addListener(event: 'continue', listener: () => {}): this;
283
- addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
284
- addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
285
- addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
286
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
287
- emit(event: 'continue'): boolean;
288
- emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
289
- emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean;
290
- emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
291
- emit(event: string | symbol, ...args: any[]): boolean;
292
- on(event: 'continue', listener: () => {}): this;
293
- on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
294
- on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
295
- on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
296
- on(event: string | symbol, listener: (...args: any[]) => void): this;
297
- once(event: 'continue', listener: () => {}): this;
298
- once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
299
- once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
300
- once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
301
- once(event: string | symbol, listener: (...args: any[]) => void): this;
302
- prependListener(event: 'continue', listener: () => {}): this;
303
- prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
304
- prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
305
- prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
306
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
307
- prependOnceListener(event: 'continue', listener: () => {}): this;
308
- prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
309
- prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
310
- prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
311
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
312
- }
313
- export interface ServerHttp2Stream extends Http2Stream {
314
- /**
315
- * True if headers were sent, false otherwise (read-only).
316
- * @since v8.4.0
317
- */
318
- readonly headersSent: boolean;
319
- /**
320
- * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote
321
- * client's most recent `SETTINGS` frame. Will be `true` if the remote peer
322
- * accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`.
323
- * @since v8.4.0
324
- */
325
- readonly pushAllowed: boolean;
326
- /**
327
- * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer.
328
- * @since v8.4.0
329
- */
330
- additionalHeaders(headers: OutgoingHttpHeaders): void;
331
- /**
332
- * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument.
333
- *
334
- * ```js
335
- * const http2 = require('http2');
336
- * const server = http2.createServer();
337
- * server.on('stream', (stream) => {
338
- * stream.respond({ ':status': 200 });
339
- * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => {
340
- * if (err) throw err;
341
- * pushStream.respond({ ':status': 200 });
342
- * pushStream.end('some pushed data');
343
- * });
344
- * stream.end('some data');
345
- * });
346
- * ```
347
- *
348
- * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass
349
- * a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams.
350
- *
351
- * Calling `http2stream.pushStream()` from within a pushed stream is not permitted
352
- * and will throw an error.
353
- * @since v8.4.0
354
- * @param callback Callback that is called once the push stream has been initiated.
355
- */
356
- pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
357
- pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
358
- /**
359
- * ```js
360
- * const http2 = require('http2');
361
- * const server = http2.createServer();
362
- * server.on('stream', (stream) => {
363
- * stream.respond({ ':status': 200 });
364
- * stream.end('some data');
365
- * });
366
- * ```
367
- *
368
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
369
- * will be emitted immediately after queuing the last chunk of payload data to be
370
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
371
- * header fields to the peer.
372
- *
373
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
374
- * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
375
- *
376
- * ```js
377
- * const http2 = require('http2');
378
- * const server = http2.createServer();
379
- * server.on('stream', (stream) => {
380
- * stream.respond({ ':status': 200 }, { waitForTrailers: true });
381
- * stream.on('wantTrailers', () => {
382
- * stream.sendTrailers({ ABC: 'some value to send' });
383
- * });
384
- * stream.end('some data');
385
- * });
386
- * ```
387
- * @since v8.4.0
388
- */
389
- respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void;
390
- /**
391
- * Initiates a response whose data is read from the given file descriptor. No
392
- * validation is performed on the given file descriptor. If an error occurs while
393
- * attempting to read data using the file descriptor, the `Http2Stream` will be
394
- * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code.
395
- *
396
- * When used, the `Http2Stream` object's `Duplex` interface will be closed
397
- * automatically.
398
- *
399
- * ```js
400
- * const http2 = require('http2');
401
- * const fs = require('fs');
402
- *
403
- * const server = http2.createServer();
404
- * server.on('stream', (stream) => {
405
- * const fd = fs.openSync('/some/file', 'r');
406
- *
407
- * const stat = fs.fstatSync(fd);
408
- * const headers = {
409
- * 'content-length': stat.size,
410
- * 'last-modified': stat.mtime.toUTCString(),
411
- * 'content-type': 'text/plain; charset=utf-8'
412
- * };
413
- * stream.respondWithFD(fd, headers);
414
- * stream.on('close', () => fs.closeSync(fd));
415
- * });
416
- * ```
417
- *
418
- * The optional `options.statCheck` function may be specified to give user code
419
- * an opportunity to set additional content headers based on the `fs.Stat` details
420
- * of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to
421
- * collect details on the provided file descriptor.
422
- *
423
- * The `offset` and `length` options may be used to limit the response to a
424
- * specific range subset. This can be used, for instance, to support HTTP Range
425
- * requests.
426
- *
427
- * The file descriptor or `FileHandle` is not closed when the stream is closed,
428
- * so it will need to be closed manually once it is no longer needed.
429
- * Using the same file descriptor concurrently for multiple streams
430
- * is not supported and may result in data loss. Re-using a file descriptor
431
- * after a stream has finished is supported.
432
- *
433
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
434
- * will be emitted immediately after queuing the last chunk of payload data to be
435
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
436
- * header fields to the peer.
437
- *
438
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
439
- * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
440
- *
441
- * ```js
442
- * const http2 = require('http2');
443
- * const fs = require('fs');
444
- *
445
- * const server = http2.createServer();
446
- * server.on('stream', (stream) => {
447
- * const fd = fs.openSync('/some/file', 'r');
448
- *
449
- * const stat = fs.fstatSync(fd);
450
- * const headers = {
451
- * 'content-length': stat.size,
452
- * 'last-modified': stat.mtime.toUTCString(),
453
- * 'content-type': 'text/plain; charset=utf-8'
454
- * };
455
- * stream.respondWithFD(fd, headers, { waitForTrailers: true });
456
- * stream.on('wantTrailers', () => {
457
- * stream.sendTrailers({ ABC: 'some value to send' });
458
- * });
459
- *
460
- * stream.on('close', () => fs.closeSync(fd));
461
- * });
462
- * ```
463
- * @since v8.4.0
464
- * @param fd A readable file descriptor.
465
- */
466
- respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void;
467
- /**
468
- * Sends a regular file as the response. The `path` must specify a regular file
469
- * or an `'error'` event will be emitted on the `Http2Stream` object.
470
- *
471
- * When used, the `Http2Stream` object's `Duplex` interface will be closed
472
- * automatically.
473
- *
474
- * The optional `options.statCheck` function may be specified to give user code
475
- * an opportunity to set additional content headers based on the `fs.Stat` details
476
- * of the given file:
477
- *
478
- * If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is
479
- * defined, then it will be called. Otherwise
480
- * the stream will be destroyed.
481
- *
482
- * Example using a file path:
483
- *
484
- * ```js
485
- * const http2 = require('http2');
486
- * const server = http2.createServer();
487
- * server.on('stream', (stream) => {
488
- * function statCheck(stat, headers) {
489
- * headers['last-modified'] = stat.mtime.toUTCString();
490
- * }
491
- *
492
- * function onError(err) {
493
- * // stream.respond() can throw if the stream has been destroyed by
494
- * // the other side.
495
- * try {
496
- * if (err.code === 'ENOENT') {
497
- * stream.respond({ ':status': 404 });
498
- * } else {
499
- * stream.respond({ ':status': 500 });
500
- * }
501
- * } catch (err) {
502
- * // Perform actual error handling.
503
- * console.log(err);
504
- * }
505
- * stream.end();
506
- * }
507
- *
508
- * stream.respondWithFile('/some/file',
509
- * { 'content-type': 'text/plain; charset=utf-8' },
510
- * { statCheck, onError });
511
- * });
512
- * ```
513
- *
514
- * The `options.statCheck` function may also be used to cancel the send operation
515
- * by returning `false`. For instance, a conditional request may check the stat
516
- * results to determine if the file has been modified to return an appropriate`304` response:
517
- *
518
- * ```js
519
- * const http2 = require('http2');
520
- * const server = http2.createServer();
521
- * server.on('stream', (stream) => {
522
- * function statCheck(stat, headers) {
523
- * // Check the stat here...
524
- * stream.respond({ ':status': 304 });
525
- * return false; // Cancel the send operation
526
- * }
527
- * stream.respondWithFile('/some/file',
528
- * { 'content-type': 'text/plain; charset=utf-8' },
529
- * { statCheck });
530
- * });
531
- * ```
532
- *
533
- * The `content-length` header field will be automatically set.
534
- *
535
- * The `offset` and `length` options may be used to limit the response to a
536
- * specific range subset. This can be used, for instance, to support HTTP Range
537
- * requests.
538
- *
539
- * The `options.onError` function may also be used to handle all the errors
540
- * that could happen before the delivery of the file is initiated. The
541
- * default behavior is to destroy the stream.
542
- *
543
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
544
- * will be emitted immediately after queuing the last chunk of payload data to be
545
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
546
- * header fields to the peer.
547
- *
548
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
549
- * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
550
- *
551
- * ```js
552
- * const http2 = require('http2');
553
- * const server = http2.createServer();
554
- * server.on('stream', (stream) => {
555
- * stream.respondWithFile('/some/file',
556
- * { 'content-type': 'text/plain; charset=utf-8' },
557
- * { waitForTrailers: true });
558
- * stream.on('wantTrailers', () => {
559
- * stream.sendTrailers({ ABC: 'some value to send' });
560
- * });
561
- * });
562
- * ```
563
- * @since v8.4.0
564
- */
565
- respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void;
566
- }
567
- // Http2Session
568
- export interface Settings {
569
- headerTableSize?: number | undefined;
570
- enablePush?: boolean | undefined;
571
- initialWindowSize?: number | undefined;
572
- maxFrameSize?: number | undefined;
573
- maxConcurrentStreams?: number | undefined;
574
- maxHeaderListSize?: number | undefined;
575
- enableConnectProtocol?: boolean | undefined;
576
- }
577
- export interface ClientSessionRequestOptions {
578
- endStream?: boolean | undefined;
579
- exclusive?: boolean | undefined;
580
- parent?: number | undefined;
581
- weight?: number | undefined;
582
- waitForTrailers?: boolean | undefined;
583
- }
584
- export interface SessionState {
585
- effectiveLocalWindowSize?: number | undefined;
586
- effectiveRecvDataLength?: number | undefined;
587
- nextStreamID?: number | undefined;
588
- localWindowSize?: number | undefined;
589
- lastProcStreamID?: number | undefined;
590
- remoteWindowSize?: number | undefined;
591
- outboundQueueSize?: number | undefined;
592
- deflateDynamicTableSize?: number | undefined;
593
- inflateDynamicTableSize?: number | undefined;
594
- }
595
- export interface Http2Session extends EventEmitter {
596
- /**
597
- * Value will be `undefined` if the `Http2Session` is not yet connected to a
598
- * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or
599
- * will return the value of the connected `TLSSocket`'s own `alpnProtocol`property.
600
- * @since v9.4.0
601
- */
602
- readonly alpnProtocol?: string | undefined;
603
- /**
604
- * Will be `true` if this `Http2Session` instance has been closed, otherwise`false`.
605
- * @since v9.4.0
606
- */
607
- readonly closed: boolean;
608
- /**
609
- * Will be `true` if this `Http2Session` instance is still connecting, will be set
610
- * to `false` before emitting `connect` event and/or calling the `http2.connect`callback.
611
- * @since v10.0.0
612
- */
613
- readonly connecting: boolean;
614
- /**
615
- * Will be `true` if this `Http2Session` instance has been destroyed and must no
616
- * longer be used, otherwise `false`.
617
- * @since v8.4.0
618
- */
619
- readonly destroyed: boolean;
620
- /**
621
- * Value is `undefined` if the `Http2Session` session socket has not yet been
622
- * connected, `true` if the `Http2Session` is connected with a `TLSSocket`,
623
- * and `false` if the `Http2Session` is connected to any other kind of socket
624
- * or stream.
625
- * @since v9.4.0
626
- */
627
- readonly encrypted?: boolean | undefined;
628
- /**
629
- * A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance.
630
- * @since v8.4.0
631
- */
632
- readonly localSettings: Settings;
633
- /**
634
- * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property
635
- * will return an `Array` of origins for which the `Http2Session` may be
636
- * considered authoritative.
637
- *
638
- * The `originSet` property is only available when using a secure TLS connection.
639
- * @since v9.4.0
640
- */
641
- readonly originSet?: string[] | undefined;
642
- /**
643
- * Indicates whether the `Http2Session` is currently waiting for acknowledgment of
644
- * a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged.
645
- * @since v8.4.0
646
- */
647
- readonly pendingSettingsAck: boolean;
648
- /**
649
- * A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer.
650
- * @since v8.4.0
651
- */
652
- readonly remoteSettings: Settings;
653
- /**
654
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
655
- * limits available methods to ones safe to use with HTTP/2.
656
- *
657
- * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw
658
- * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information.
659
- *
660
- * `setTimeout` method will be called on this `Http2Session`.
661
- *
662
- * All other interactions will be routed directly to the socket.
663
- * @since v8.4.0
664
- */
665
- readonly socket: net.Socket | tls.TLSSocket;
666
- /**
667
- * Provides miscellaneous information about the current state of the`Http2Session`.
668
- *
669
- * An object describing the current status of this `Http2Session`.
670
- * @since v8.4.0
671
- */
672
- readonly state: SessionState;
673
- /**
674
- * The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a
675
- * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a
676
- * client.
677
- * @since v8.4.0
678
- */
679
- readonly type: number;
680
- /**
681
- * Gracefully closes the `Http2Session`, allowing any existing streams to
682
- * complete on their own and preventing new `Http2Stream` instances from being
683
- * created. Once closed, `http2session.destroy()`_might_ be called if there
684
- * are no open `Http2Stream` instances.
685
- *
686
- * If specified, the `callback` function is registered as a handler for the`'close'` event.
687
- * @since v9.4.0
688
- */
689
- close(callback?: () => void): void;
690
- /**
691
- * Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`.
692
- *
693
- * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event.
694
- *
695
- * If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed.
696
- * @since v8.4.0
697
- * @param error An `Error` object if the `Http2Session` is being destroyed due to an error.
698
- * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`.
699
- */
700
- destroy(error?: Error, code?: number): void;
701
- /**
702
- * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`.
703
- * @since v9.4.0
704
- * @param code An HTTP/2 error code
705
- * @param lastStreamID The numeric ID of the last processed `Http2Stream`
706
- * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame.
707
- */
708
- goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void;
709
- /**
710
- * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must
711
- * be provided. The method will return `true` if the `PING` was sent, `false`otherwise.
712
- *
713
- * The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10.
714
- *
715
- * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and
716
- * returned with the ping acknowledgment.
717
- *
718
- * The callback will be invoked with three arguments: an error argument that will
719
- * be `null` if the `PING` was successfully acknowledged, a `duration` argument
720
- * that reports the number of milliseconds elapsed since the ping was sent and the
721
- * acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload.
722
- *
723
- * ```js
724
- * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => {
725
- * if (!err) {
726
- * console.log(`Ping acknowledged in ${duration} milliseconds`);
727
- * console.log(`With payload '${payload.toString()}'`);
728
- * }
729
- * });
730
- * ```
731
- *
732
- * If the `payload` argument is not specified, the default payload will be the
733
- * 64-bit timestamp (little endian) marking the start of the `PING` duration.
734
- * @since v8.9.3
735
- * @param payload Optional ping payload.
736
- */
737
- ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
738
- ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
739
- /**
740
- * Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`.
741
- * @since v9.4.0
742
- */
743
- ref(): void;
744
- /**
745
- * Sets the local endpoint's window size.
746
- * The `windowSize` is the total window size to set, not
747
- * the delta.
748
- *
749
- * ```js
750
- * const http2 = require('http2');
751
- *
752
- * const server = http2.createServer();
753
- * const expectedWindowSize = 2 ** 20;
754
- * server.on('connect', (session) => {
755
- *
756
- * // Set local window size to be 2 ** 20
757
- * session.setLocalWindowSize(expectedWindowSize);
758
- * });
759
- * ```
760
- * @since v15.3.0, v14.18.0
761
- */
762
- setLocalWindowSize(windowSize: number): void;
763
- /**
764
- * Used to set a callback function that is called when there is no activity on
765
- * the `Http2Session` after `msecs` milliseconds. The given `callback` is
766
- * registered as a listener on the `'timeout'` event.
767
- * @since v8.4.0
768
- */
769
- setTimeout(msecs: number, callback?: () => void): void;
770
- /**
771
- * Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer.
772
- *
773
- * Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new
774
- * settings.
775
- *
776
- * The new settings will not become effective until the `SETTINGS` acknowledgment
777
- * is received and the `'localSettings'` event is emitted. It is possible to send
778
- * multiple `SETTINGS` frames while acknowledgment is still pending.
779
- * @since v8.4.0
780
- * @param callback Callback that is called once the session is connected or right away if the session is already connected.
781
- */
782
- settings(settings: Settings): void;
783
- /**
784
- * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`.
785
- * @since v9.4.0
786
- */
787
- unref(): void;
788
- addListener(event: 'close', listener: () => void): this;
789
- addListener(event: 'error', listener: (err: Error) => void): this;
790
- addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
791
- addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
792
- addListener(event: 'localSettings', listener: (settings: Settings) => void): this;
793
- addListener(event: 'ping', listener: () => void): this;
794
- addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
795
- addListener(event: 'timeout', listener: () => void): this;
796
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
797
- emit(event: 'close'): boolean;
798
- emit(event: 'error', err: Error): boolean;
799
- emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean;
800
- emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean;
801
- emit(event: 'localSettings', settings: Settings): boolean;
802
- emit(event: 'ping'): boolean;
803
- emit(event: 'remoteSettings', settings: Settings): boolean;
804
- emit(event: 'timeout'): boolean;
805
- emit(event: string | symbol, ...args: any[]): boolean;
806
- on(event: 'close', listener: () => void): this;
807
- on(event: 'error', listener: (err: Error) => void): this;
808
- on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
809
- on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
810
- on(event: 'localSettings', listener: (settings: Settings) => void): this;
811
- on(event: 'ping', listener: () => void): this;
812
- on(event: 'remoteSettings', listener: (settings: Settings) => void): this;
813
- on(event: 'timeout', listener: () => void): this;
814
- on(event: string | symbol, listener: (...args: any[]) => void): this;
815
- once(event: 'close', listener: () => void): this;
816
- once(event: 'error', listener: (err: Error) => void): this;
817
- once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
818
- once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
819
- once(event: 'localSettings', listener: (settings: Settings) => void): this;
820
- once(event: 'ping', listener: () => void): this;
821
- once(event: 'remoteSettings', listener: (settings: Settings) => void): this;
822
- once(event: 'timeout', listener: () => void): this;
823
- once(event: string | symbol, listener: (...args: any[]) => void): this;
824
- prependListener(event: 'close', listener: () => void): this;
825
- prependListener(event: 'error', listener: (err: Error) => void): this;
826
- prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
827
- prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
828
- prependListener(event: 'localSettings', listener: (settings: Settings) => void): this;
829
- prependListener(event: 'ping', listener: () => void): this;
830
- prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
831
- prependListener(event: 'timeout', listener: () => void): this;
832
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
833
- prependOnceListener(event: 'close', listener: () => void): this;
834
- prependOnceListener(event: 'error', listener: (err: Error) => void): this;
835
- prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this;
836
- prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
837
- prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this;
838
- prependOnceListener(event: 'ping', listener: () => void): this;
839
- prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this;
840
- prependOnceListener(event: 'timeout', listener: () => void): this;
841
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
842
- }
843
- export interface ClientHttp2Session extends Http2Session {
844
- /**
845
- * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an
846
- * HTTP/2 request to the connected server.
847
- *
848
- * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`.
849
- *
850
- * ```js
851
- * const http2 = require('http2');
852
- * const clientSession = http2.connect('https://localhost:1234');
853
- * const {
854
- * HTTP2_HEADER_PATH,
855
- * HTTP2_HEADER_STATUS
856
- * } = http2.constants;
857
- *
858
- * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' });
859
- * req.on('response', (headers) => {
860
- * console.log(headers[HTTP2_HEADER_STATUS]);
861
- * req.on('data', (chunk) => { // .. });
862
- * req.on('end', () => { // .. });
863
- * });
864
- * ```
865
- *
866
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
867
- * is emitted immediately after queuing the last chunk of payload data to be sent.
868
- * The `http2stream.sendTrailers()` method can then be called to send trailing
869
- * headers to the peer.
870
- *
871
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
872
- * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
873
- *
874
- * When `options.signal` is set with an `AbortSignal` and then `abort` on the
875
- * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error.
876
- *
877
- * The `:method` and `:path` pseudo-headers are not specified within `headers`,
878
- * they respectively default to:
879
- *
880
- * * `:method` \= `'GET'`
881
- * * `:path` \= `/`
882
- * @since v8.4.0
883
- */
884
- request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream;
885
- addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
886
- addListener(event: 'origin', listener: (origins: string[]) => void): this;
887
- addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
888
- addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
889
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
890
- emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean;
891
- emit(event: 'origin', origins: ReadonlyArray<string>): boolean;
892
- emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
893
- emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
894
- emit(event: string | symbol, ...args: any[]): boolean;
895
- on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
896
- on(event: 'origin', listener: (origins: string[]) => void): this;
897
- on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
898
- on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
899
- on(event: string | symbol, listener: (...args: any[]) => void): this;
900
- once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
901
- once(event: 'origin', listener: (origins: string[]) => void): this;
902
- once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
903
- once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
904
- once(event: string | symbol, listener: (...args: any[]) => void): this;
905
- prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
906
- prependListener(event: 'origin', listener: (origins: string[]) => void): this;
907
- prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
908
- prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
909
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
910
- prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this;
911
- prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this;
912
- prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
913
- prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
914
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
915
- }
916
- export interface AlternativeServiceOptions {
917
- origin: number | string | url.URL;
918
- }
919
- export interface ServerHttp2Session extends Http2Session {
920
- readonly server: Http2Server | Http2SecureServer;
921
- /**
922
- * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client.
923
- *
924
- * ```js
925
- * const http2 = require('http2');
926
- *
927
- * const server = http2.createServer();
928
- * server.on('session', (session) => {
929
- * // Set altsvc for origin https://example.org:80
930
- * session.altsvc('h2=":8000"', 'https://example.org:80');
931
- * });
932
- *
933
- * server.on('stream', (stream) => {
934
- * // Set altsvc for a specific stream
935
- * stream.session.altsvc('h2=":8000"', stream.id);
936
- * });
937
- * ```
938
- *
939
- * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate
940
- * service is associated with the origin of the given `Http2Stream`.
941
- *
942
- * The `alt` and origin string _must_ contain only ASCII bytes and are
943
- * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given
944
- * domain.
945
- *
946
- * When a string is passed for the `originOrStream` argument, it will be parsed as
947
- * a URL and the origin will be derived. For instance, the origin for the
948
- * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string
949
- * cannot be parsed as a URL or if a valid origin cannot be derived.
950
- *
951
- * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be
952
- * used. The value of the `origin` property _must_ be a properly serialized
953
- * ASCII origin.
954
- * @since v9.4.0
955
- * @param alt A description of the alternative service configuration as defined by `RFC 7838`.
956
- * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the
957
- * `http2stream.id` property.
958
- */
959
- altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
960
- /**
961
- * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client
962
- * to advertise the set of origins for which the server is capable of providing
963
- * authoritative responses.
964
- *
965
- * ```js
966
- * const http2 = require('http2');
967
- * const options = getSecureOptionsSomehow();
968
- * const server = http2.createSecureServer(options);
969
- * server.on('stream', (stream) => {
970
- * stream.respond();
971
- * stream.end('ok');
972
- * });
973
- * server.on('session', (session) => {
974
- * session.origin('https://example.com', 'https://example.org');
975
- * });
976
- * ```
977
- *
978
- * When a string is passed as an `origin`, it will be parsed as a URL and the
979
- * origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given
980
- * string
981
- * cannot be parsed as a URL or if a valid origin cannot be derived.
982
- *
983
- * A `URL` object, or any object with an `origin` property, may be passed as
984
- * an `origin`, in which case the value of the `origin` property will be
985
- * used. The value of the `origin` property _must_ be a properly serialized
986
- * ASCII origin.
987
- *
988
- * Alternatively, the `origins` option may be used when creating a new HTTP/2
989
- * server using the `http2.createSecureServer()` method:
990
- *
991
- * ```js
992
- * const http2 = require('http2');
993
- * const options = getSecureOptionsSomehow();
994
- * options.origins = ['https://example.com', 'https://example.org'];
995
- * const server = http2.createSecureServer(options);
996
- * server.on('stream', (stream) => {
997
- * stream.respond();
998
- * stream.end('ok');
999
- * });
1000
- * ```
1001
- * @since v10.12.0
1002
- * @param origins One or more URL Strings passed as separate arguments.
1003
- */
1004
- origin(
1005
- ...origins: Array<
1006
- | string
1007
- | url.URL
1008
- | {
1009
- origin: string;
1010
- }
1011
- >
1012
- ): void;
1013
- addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
1014
- addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1015
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1016
- emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
1017
- emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1018
- emit(event: string | symbol, ...args: any[]): boolean;
1019
- on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
1020
- on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1021
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1022
- once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
1023
- once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1024
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1025
- prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
1026
- prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1027
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1028
- prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
1029
- prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1030
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1031
- }
1032
- // Http2Server
1033
- export interface SessionOptions {
1034
- maxDeflateDynamicTableSize?: number | undefined;
1035
- maxSessionMemory?: number | undefined;
1036
- maxHeaderListPairs?: number | undefined;
1037
- maxOutstandingPings?: number | undefined;
1038
- maxSendHeaderBlockLength?: number | undefined;
1039
- paddingStrategy?: number | undefined;
1040
- peerMaxConcurrentStreams?: number | undefined;
1041
- settings?: Settings | undefined;
1042
- /**
1043
- * Specifies a timeout in milliseconds that
1044
- * a server should wait when an [`'unknownProtocol'`][] is emitted. If the
1045
- * socket has not been destroyed by that time the server will destroy it.
1046
- * @default 100000
1047
- */
1048
- unknownProtocolTimeout?: number | undefined;
1049
- selectPadding?(frameLen: number, maxFrameLen: number): number;
1050
- createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex;
1051
- }
1052
- export interface ClientSessionOptions extends SessionOptions {
1053
- maxReservedRemoteStreams?: number | undefined;
1054
- createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined;
1055
- protocol?: 'http:' | 'https:' | undefined;
1056
- }
1057
- export interface ServerSessionOptions extends SessionOptions {
1058
- Http1IncomingMessage?: typeof IncomingMessage | undefined;
1059
- Http1ServerResponse?: typeof ServerResponse | undefined;
1060
- Http2ServerRequest?: typeof Http2ServerRequest | undefined;
1061
- Http2ServerResponse?: typeof Http2ServerResponse | undefined;
1062
- }
1063
- export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {}
1064
- export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {}
1065
- export interface ServerOptions extends ServerSessionOptions {}
1066
- export interface SecureServerOptions extends SecureServerSessionOptions {
1067
- allowHTTP1?: boolean | undefined;
1068
- origins?: string[] | undefined;
1069
- }
1070
- interface HTTP2ServerCommon {
1071
- setTimeout(msec?: number, callback?: () => void): this;
1072
- /**
1073
- * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values.
1074
- * Throws ERR_INVALID_ARG_TYPE for invalid settings argument.
1075
- */
1076
- updateSettings(settings: Settings): void;
1077
- }
1078
- export interface Http2Server extends net.Server, HTTP2ServerCommon {
1079
- addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1080
- addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1081
- addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1082
- addListener(event: 'sessionError', listener: (err: Error) => void): this;
1083
- addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1084
- addListener(event: 'timeout', listener: () => void): this;
1085
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1086
- emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
1087
- emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
1088
- emit(event: 'session', session: ServerHttp2Session): boolean;
1089
- emit(event: 'sessionError', err: Error): boolean;
1090
- emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1091
- emit(event: 'timeout'): boolean;
1092
- emit(event: string | symbol, ...args: any[]): boolean;
1093
- on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1094
- on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1095
- on(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1096
- on(event: 'sessionError', listener: (err: Error) => void): this;
1097
- on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1098
- on(event: 'timeout', listener: () => void): this;
1099
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1100
- once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1101
- once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1102
- once(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1103
- once(event: 'sessionError', listener: (err: Error) => void): this;
1104
- once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1105
- once(event: 'timeout', listener: () => void): this;
1106
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1107
- prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1108
- prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1109
- prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1110
- prependListener(event: 'sessionError', listener: (err: Error) => void): this;
1111
- prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1112
- prependListener(event: 'timeout', listener: () => void): this;
1113
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1114
- prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1115
- prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1116
- prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1117
- prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this;
1118
- prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1119
- prependOnceListener(event: 'timeout', listener: () => void): this;
1120
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1121
- }
1122
- export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon {
1123
- addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1124
- addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1125
- addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1126
- addListener(event: 'sessionError', listener: (err: Error) => void): this;
1127
- addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1128
- addListener(event: 'timeout', listener: () => void): this;
1129
- addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
1130
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1131
- emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
1132
- emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean;
1133
- emit(event: 'session', session: ServerHttp2Session): boolean;
1134
- emit(event: 'sessionError', err: Error): boolean;
1135
- emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1136
- emit(event: 'timeout'): boolean;
1137
- emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean;
1138
- emit(event: string | symbol, ...args: any[]): boolean;
1139
- on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1140
- on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1141
- on(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1142
- on(event: 'sessionError', listener: (err: Error) => void): this;
1143
- on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1144
- on(event: 'timeout', listener: () => void): this;
1145
- on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
1146
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1147
- once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1148
- once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1149
- once(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1150
- once(event: 'sessionError', listener: (err: Error) => void): this;
1151
- once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1152
- once(event: 'timeout', listener: () => void): this;
1153
- once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
1154
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1155
- prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1156
- prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1157
- prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1158
- prependListener(event: 'sessionError', listener: (err: Error) => void): this;
1159
- prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1160
- prependListener(event: 'timeout', listener: () => void): this;
1161
- prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
1162
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1163
- prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1164
- prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
1165
- prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this;
1166
- prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this;
1167
- prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
1168
- prependOnceListener(event: 'timeout', listener: () => void): this;
1169
- prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this;
1170
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1171
- }
1172
- /**
1173
- * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status,
1174
- * headers, and
1175
- * data.
1176
- * @since v8.4.0
1177
- */
1178
- export class Http2ServerRequest extends stream.Readable {
1179
- constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray<string>);
1180
- /**
1181
- * The `request.aborted` property will be `true` if the request has
1182
- * been aborted.
1183
- * @since v10.1.0
1184
- */
1185
- readonly aborted: boolean;
1186
- /**
1187
- * The request authority pseudo header field. Because HTTP/2 allows requests
1188
- * to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`.
1189
- * @since v8.4.0
1190
- */
1191
- readonly authority: string;
1192
- /**
1193
- * See `request.socket`.
1194
- * @since v8.4.0
1195
- * @deprecated Since v13.0.0 - Use `socket`.
1196
- */
1197
- readonly connection: net.Socket | tls.TLSSocket;
1198
- /**
1199
- * The `request.complete` property will be `true` if the request has
1200
- * been completed, aborted, or destroyed.
1201
- * @since v12.10.0
1202
- */
1203
- readonly complete: boolean;
1204
- /**
1205
- * The request/response headers object.
1206
- *
1207
- * Key-value pairs of header names and values. Header names are lower-cased.
1208
- *
1209
- * ```js
1210
- * // Prints something like:
1211
- * //
1212
- * // { 'user-agent': 'curl/7.22.0',
1213
- * // host: '127.0.0.1:8000',
1214
- * // accept: '*' }
1215
- * console.log(request.headers);
1216
- * ```
1217
- *
1218
- * See `HTTP/2 Headers Object`.
1219
- *
1220
- * In HTTP/2, the request path, host name, protocol, and method are represented as
1221
- * special headers prefixed with the `:` character (e.g. `':path'`). These special
1222
- * headers will be included in the `request.headers` object. Care must be taken not
1223
- * to inadvertently modify these special headers or errors may occur. For instance,
1224
- * removing all headers from the request will cause errors to occur:
1225
- *
1226
- * ```js
1227
- * removeAllHeaders(request.headers);
1228
- * assert(request.url); // Fails because the :path header has been removed
1229
- * ```
1230
- * @since v8.4.0
1231
- */
1232
- readonly headers: IncomingHttpHeaders;
1233
- /**
1234
- * In case of server request, the HTTP version sent by the client. In the case of
1235
- * client response, the HTTP version of the connected-to server. Returns`'2.0'`.
1236
- *
1237
- * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second.
1238
- * @since v8.4.0
1239
- */
1240
- readonly httpVersion: string;
1241
- readonly httpVersionMinor: number;
1242
- readonly httpVersionMajor: number;
1243
- /**
1244
- * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`.
1245
- * @since v8.4.0
1246
- */
1247
- readonly method: string;
1248
- /**
1249
- * The raw request/response headers list exactly as they were received.
1250
- *
1251
- * The keys and values are in the same list. It is _not_ a
1252
- * list of tuples. So, the even-numbered offsets are key values, and the
1253
- * odd-numbered offsets are the associated values.
1254
- *
1255
- * Header names are not lowercased, and duplicates are not merged.
1256
- *
1257
- * ```js
1258
- * // Prints something like:
1259
- * //
1260
- * // [ 'user-agent',
1261
- * // 'this is invalid because there can be only one',
1262
- * // 'User-Agent',
1263
- * // 'curl/7.22.0',
1264
- * // 'Host',
1265
- * // '127.0.0.1:8000',
1266
- * // 'ACCEPT',
1267
- * // '*' ]
1268
- * console.log(request.rawHeaders);
1269
- * ```
1270
- * @since v8.4.0
1271
- */
1272
- readonly rawHeaders: string[];
1273
- /**
1274
- * The raw request/response trailer keys and values exactly as they were
1275
- * received. Only populated at the `'end'` event.
1276
- * @since v8.4.0
1277
- */
1278
- readonly rawTrailers: string[];
1279
- /**
1280
- * The request scheme pseudo header field indicating the scheme
1281
- * portion of the target URL.
1282
- * @since v8.4.0
1283
- */
1284
- readonly scheme: string;
1285
- /**
1286
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
1287
- * applies getters, setters, and methods based on HTTP/2 logic.
1288
- *
1289
- * `destroyed`, `readable`, and `writable` properties will be retrieved from and
1290
- * set on `request.stream`.
1291
- *
1292
- * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`.
1293
- *
1294
- * `setTimeout` method will be called on `request.stream.session`.
1295
- *
1296
- * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
1297
- * more information.
1298
- *
1299
- * All other interactions will be routed directly to the socket. With TLS support,
1300
- * use `request.socket.getPeerCertificate()` to obtain the client's
1301
- * authentication details.
1302
- * @since v8.4.0
1303
- */
1304
- readonly socket: net.Socket | tls.TLSSocket;
1305
- /**
1306
- * The `Http2Stream` object backing the request.
1307
- * @since v8.4.0
1308
- */
1309
- readonly stream: ServerHttp2Stream;
1310
- /**
1311
- * The request/response trailers object. Only populated at the `'end'` event.
1312
- * @since v8.4.0
1313
- */
1314
- readonly trailers: IncomingHttpHeaders;
1315
- /**
1316
- * Request URL string. This contains only the URL that is present in the actual
1317
- * HTTP request. If the request is:
1318
- *
1319
- * ```http
1320
- * GET /status?name=ryan HTTP/1.1
1321
- * Accept: text/plain
1322
- * ```
1323
- *
1324
- * Then `request.url` will be:
1325
- *
1326
- * ```js
1327
- * '/status?name=ryan'
1328
- * ```
1329
- *
1330
- * To parse the url into its parts, `new URL()` can be used:
1331
- *
1332
- * ```console
1333
- * $ node
1334
- * > new URL('/status?name=ryan', 'http://example.com')
1335
- * URL {
1336
- * href: 'http://example.com/status?name=ryan',
1337
- * origin: 'http://example.com',
1338
- * protocol: 'http:',
1339
- * username: '',
1340
- * password: '',
1341
- * host: 'example.com',
1342
- * hostname: 'example.com',
1343
- * port: '',
1344
- * pathname: '/status',
1345
- * search: '?name=ryan',
1346
- * searchParams: URLSearchParams { 'name' => 'ryan' },
1347
- * hash: ''
1348
- * }
1349
- * ```
1350
- * @since v8.4.0
1351
- */
1352
- url: string;
1353
- /**
1354
- * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
1355
- * provided, then it is added as a listener on the `'timeout'` event on
1356
- * the response object.
1357
- *
1358
- * If no `'timeout'` listener is added to the request, the response, or
1359
- * the server, then `Http2Stream` s are destroyed when they time out. If a
1360
- * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly.
1361
- * @since v8.4.0
1362
- */
1363
- setTimeout(msecs: number, callback?: () => void): void;
1364
- read(size?: number): Buffer | string | null;
1365
- addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
1366
- addListener(event: 'close', listener: () => void): this;
1367
- addListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
1368
- addListener(event: 'end', listener: () => void): this;
1369
- addListener(event: 'readable', listener: () => void): this;
1370
- addListener(event: 'error', listener: (err: Error) => void): this;
1371
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1372
- emit(event: 'aborted', hadError: boolean, code: number): boolean;
1373
- emit(event: 'close'): boolean;
1374
- emit(event: 'data', chunk: Buffer | string): boolean;
1375
- emit(event: 'end'): boolean;
1376
- emit(event: 'readable'): boolean;
1377
- emit(event: 'error', err: Error): boolean;
1378
- emit(event: string | symbol, ...args: any[]): boolean;
1379
- on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
1380
- on(event: 'close', listener: () => void): this;
1381
- on(event: 'data', listener: (chunk: Buffer | string) => void): this;
1382
- on(event: 'end', listener: () => void): this;
1383
- on(event: 'readable', listener: () => void): this;
1384
- on(event: 'error', listener: (err: Error) => void): this;
1385
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1386
- once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
1387
- once(event: 'close', listener: () => void): this;
1388
- once(event: 'data', listener: (chunk: Buffer | string) => void): this;
1389
- once(event: 'end', listener: () => void): this;
1390
- once(event: 'readable', listener: () => void): this;
1391
- once(event: 'error', listener: (err: Error) => void): this;
1392
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1393
- prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
1394
- prependListener(event: 'close', listener: () => void): this;
1395
- prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
1396
- prependListener(event: 'end', listener: () => void): this;
1397
- prependListener(event: 'readable', listener: () => void): this;
1398
- prependListener(event: 'error', listener: (err: Error) => void): this;
1399
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1400
- prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this;
1401
- prependOnceListener(event: 'close', listener: () => void): this;
1402
- prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this;
1403
- prependOnceListener(event: 'end', listener: () => void): this;
1404
- prependOnceListener(event: 'readable', listener: () => void): this;
1405
- prependOnceListener(event: 'error', listener: (err: Error) => void): this;
1406
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1407
- }
1408
- /**
1409
- * This object is created internally by an HTTP server, not by the user. It is
1410
- * passed as the second parameter to the `'request'` event.
1411
- * @since v8.4.0
1412
- */
1413
- export class Http2ServerResponse extends stream.Writable {
1414
- constructor(stream: ServerHttp2Stream);
1415
- /**
1416
- * See `response.socket`.
1417
- * @since v8.4.0
1418
- * @deprecated Since v13.0.0 - Use `socket`.
1419
- */
1420
- readonly connection: net.Socket | tls.TLSSocket;
1421
- /**
1422
- * Boolean value that indicates whether the response has completed. Starts
1423
- * as `false`. After `response.end()` executes, the value will be `true`.
1424
- * @since v8.4.0
1425
- * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`.
1426
- */
1427
- readonly finished: boolean;
1428
- /**
1429
- * True if headers were sent, false otherwise (read-only).
1430
- * @since v8.4.0
1431
- */
1432
- readonly headersSent: boolean;
1433
- /**
1434
- * A reference to the original HTTP2 request object.
1435
- * @since v15.7.0
1436
- */
1437
- readonly req: Http2ServerRequest;
1438
- /**
1439
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
1440
- * applies getters, setters, and methods based on HTTP/2 logic.
1441
- *
1442
- * `destroyed`, `readable`, and `writable` properties will be retrieved from and
1443
- * set on `response.stream`.
1444
- *
1445
- * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`.
1446
- *
1447
- * `setTimeout` method will be called on `response.stream.session`.
1448
- *
1449
- * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
1450
- * more information.
1451
- *
1452
- * All other interactions will be routed directly to the socket.
1453
- *
1454
- * ```js
1455
- * const http2 = require('http2');
1456
- * const server = http2.createServer((req, res) => {
1457
- * const ip = req.socket.remoteAddress;
1458
- * const port = req.socket.remotePort;
1459
- * res.end(`Your IP address is ${ip} and your source port is ${port}.`);
1460
- * }).listen(3000);
1461
- * ```
1462
- * @since v8.4.0
1463
- */
1464
- readonly socket: net.Socket | tls.TLSSocket;
1465
- /**
1466
- * The `Http2Stream` object backing the response.
1467
- * @since v8.4.0
1468
- */
1469
- readonly stream: ServerHttp2Stream;
1470
- /**
1471
- * When true, the Date header will be automatically generated and sent in
1472
- * the response if it is not already present in the headers. Defaults to true.
1473
- *
1474
- * This should only be disabled for testing; HTTP requires the Date header
1475
- * in responses.
1476
- * @since v8.4.0
1477
- */
1478
- sendDate: boolean;
1479
- /**
1480
- * When using implicit headers (not calling `response.writeHead()` explicitly),
1481
- * this property controls the status code that will be sent to the client when
1482
- * the headers get flushed.
1483
- *
1484
- * ```js
1485
- * response.statusCode = 404;
1486
- * ```
1487
- *
1488
- * After response header was sent to the client, this property indicates the
1489
- * status code which was sent out.
1490
- * @since v8.4.0
1491
- */
1492
- statusCode: number;
1493
- /**
1494
- * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns
1495
- * an empty string.
1496
- * @since v8.4.0
1497
- */
1498
- statusMessage: '';
1499
- /**
1500
- * This method adds HTTP trailing headers (a header but at the end of the
1501
- * message) to the response.
1502
- *
1503
- * Attempting to set a header field name or value that contains invalid characters
1504
- * will result in a `TypeError` being thrown.
1505
- * @since v8.4.0
1506
- */
1507
- addTrailers(trailers: OutgoingHttpHeaders): void;
1508
- /**
1509
- * This method signals to the server that all of the response headers and body
1510
- * have been sent; that server should consider this message complete.
1511
- * The method, `response.end()`, MUST be called on each response.
1512
- *
1513
- * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`.
1514
- *
1515
- * If `callback` is specified, it will be called when the response stream
1516
- * is finished.
1517
- * @since v8.4.0
1518
- */
1519
- end(callback?: () => void): this;
1520
- end(data: string | Uint8Array, callback?: () => void): this;
1521
- end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this;
1522
- /**
1523
- * Reads out a header that has already been queued but not sent to the client.
1524
- * The name is case-insensitive.
1525
- *
1526
- * ```js
1527
- * const contentType = response.getHeader('content-type');
1528
- * ```
1529
- * @since v8.4.0
1530
- */
1531
- getHeader(name: string): string;
1532
- /**
1533
- * Returns an array containing the unique names of the current outgoing headers.
1534
- * All header names are lowercase.
1535
- *
1536
- * ```js
1537
- * response.setHeader('Foo', 'bar');
1538
- * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
1539
- *
1540
- * const headerNames = response.getHeaderNames();
1541
- * // headerNames === ['foo', 'set-cookie']
1542
- * ```
1543
- * @since v8.4.0
1544
- */
1545
- getHeaderNames(): string[];
1546
- /**
1547
- * Returns a shallow copy of the current outgoing headers. Since a shallow copy
1548
- * is used, array values may be mutated without additional calls to various
1549
- * header-related http module methods. The keys of the returned object are the
1550
- * header names and the values are the respective header values. All header names
1551
- * are lowercase.
1552
- *
1553
- * The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`,
1554
- * `obj.hasOwnProperty()`, and others
1555
- * are not defined and _will not work_.
1556
- *
1557
- * ```js
1558
- * response.setHeader('Foo', 'bar');
1559
- * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
1560
- *
1561
- * const headers = response.getHeaders();
1562
- * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] }
1563
- * ```
1564
- * @since v8.4.0
1565
- */
1566
- getHeaders(): OutgoingHttpHeaders;
1567
- /**
1568
- * Returns `true` if the header identified by `name` is currently set in the
1569
- * outgoing headers. The header name matching is case-insensitive.
1570
- *
1571
- * ```js
1572
- * const hasContentType = response.hasHeader('content-type');
1573
- * ```
1574
- * @since v8.4.0
1575
- */
1576
- hasHeader(name: string): boolean;
1577
- /**
1578
- * Removes a header that has been queued for implicit sending.
1579
- *
1580
- * ```js
1581
- * response.removeHeader('Content-Encoding');
1582
- * ```
1583
- * @since v8.4.0
1584
- */
1585
- removeHeader(name: string): void;
1586
- /**
1587
- * Sets a single header value for implicit headers. If this header already exists
1588
- * in the to-be-sent headers, its value will be replaced. Use an array of strings
1589
- * here to send multiple headers with the same name.
1590
- *
1591
- * ```js
1592
- * response.setHeader('Content-Type', 'text/html; charset=utf-8');
1593
- * ```
1594
- *
1595
- * or
1596
- *
1597
- * ```js
1598
- * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']);
1599
- * ```
1600
- *
1601
- * Attempting to set a header field name or value that contains invalid characters
1602
- * will result in a `TypeError` being thrown.
1603
- *
1604
- * When headers have been set with `response.setHeader()`, they will be merged
1605
- * with any headers passed to `response.writeHead()`, with the headers passed
1606
- * to `response.writeHead()` given precedence.
1607
- *
1608
- * ```js
1609
- * // Returns content-type = text/plain
1610
- * const server = http2.createServer((req, res) => {
1611
- * res.setHeader('Content-Type', 'text/html; charset=utf-8');
1612
- * res.setHeader('X-Foo', 'bar');
1613
- * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
1614
- * res.end('ok');
1615
- * });
1616
- * ```
1617
- * @since v8.4.0
1618
- */
1619
- setHeader(name: string, value: number | string | ReadonlyArray<string>): void;
1620
- /**
1621
- * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
1622
- * provided, then it is added as a listener on the `'timeout'` event on
1623
- * the response object.
1624
- *
1625
- * If no `'timeout'` listener is added to the request, the response, or
1626
- * the server, then `Http2Stream` s are destroyed when they time out. If a
1627
- * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly.
1628
- * @since v8.4.0
1629
- */
1630
- setTimeout(msecs: number, callback?: () => void): void;
1631
- /**
1632
- * If this method is called and `response.writeHead()` has not been called,
1633
- * it will switch to implicit header mode and flush the implicit headers.
1634
- *
1635
- * This sends a chunk of the response body. This method may
1636
- * be called multiple times to provide successive parts of the body.
1637
- *
1638
- * In the `http` module, the response body is omitted when the
1639
- * request is a HEAD request. Similarly, the `204` and `304` responses_must not_ include a message body.
1640
- *
1641
- * `chunk` can be a string or a buffer. If `chunk` is a string,
1642
- * the second parameter specifies how to encode it into a byte stream.
1643
- * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk
1644
- * of data is flushed.
1645
- *
1646
- * This is the raw HTTP body and has nothing to do with higher-level multi-part
1647
- * body encodings that may be used.
1648
- *
1649
- * The first time `response.write()` is called, it will send the buffered
1650
- * header information and the first chunk of the body to the client. The second
1651
- * time `response.write()` is called, Node.js assumes data will be streamed,
1652
- * and sends the new data separately. That is, the response is buffered up to the
1653
- * first chunk of the body.
1654
- *
1655
- * Returns `true` if the entire data was flushed successfully to the kernel
1656
- * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again.
1657
- * @since v8.4.0
1658
- */
1659
- write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean;
1660
- write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean;
1661
- /**
1662
- * Sends a status `100 Continue` to the client, indicating that the request body
1663
- * should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`.
1664
- * @since v8.4.0
1665
- */
1666
- writeContinue(): void;
1667
- /**
1668
- * Sends a response header to the request. The status code is a 3-digit HTTP
1669
- * status code, like `404`. The last argument, `headers`, are the response headers.
1670
- *
1671
- * Returns a reference to the `Http2ServerResponse`, so that calls can be chained.
1672
- *
1673
- * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be
1674
- * passed as the second argument. However, because the `statusMessage` has no
1675
- * meaning within HTTP/2, the argument will have no effect and a process warning
1676
- * will be emitted.
1677
- *
1678
- * ```js
1679
- * const body = 'hello world';
1680
- * response.writeHead(200, {
1681
- * 'Content-Length': Buffer.byteLength(body),
1682
- * 'Content-Type': 'text/plain; charset=utf-8',
1683
- * });
1684
- * ```
1685
- *
1686
- * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a
1687
- * given encoding. On outbound messages, Node.js does not check if Content-Length
1688
- * and the length of the body being transmitted are equal or not. However, when
1689
- * receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size.
1690
- *
1691
- * This method may be called at most one time on a message before `response.end()` is called.
1692
- *
1693
- * If `response.write()` or `response.end()` are called before calling
1694
- * this, the implicit/mutable headers will be calculated and call this function.
1695
- *
1696
- * When headers have been set with `response.setHeader()`, they will be merged
1697
- * with any headers passed to `response.writeHead()`, with the headers passed
1698
- * to `response.writeHead()` given precedence.
1699
- *
1700
- * ```js
1701
- * // Returns content-type = text/plain
1702
- * const server = http2.createServer((req, res) => {
1703
- * res.setHeader('Content-Type', 'text/html; charset=utf-8');
1704
- * res.setHeader('X-Foo', 'bar');
1705
- * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
1706
- * res.end('ok');
1707
- * });
1708
- * ```
1709
- *
1710
- * Attempting to set a header field name or value that contains invalid characters
1711
- * will result in a `TypeError` being thrown.
1712
- * @since v8.4.0
1713
- */
1714
- writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this;
1715
- writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this;
1716
- /**
1717
- * Call `http2stream.pushStream()` with the given headers, and wrap the
1718
- * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback
1719
- * parameter if successful. When `Http2ServerRequest` is closed, the callback is
1720
- * called with an error `ERR_HTTP2_INVALID_STREAM`.
1721
- * @since v8.4.0
1722
- * @param headers An object describing the headers
1723
- * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of
1724
- * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method
1725
- */
1726
- createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void;
1727
- addListener(event: 'close', listener: () => void): this;
1728
- addListener(event: 'drain', listener: () => void): this;
1729
- addListener(event: 'error', listener: (error: Error) => void): this;
1730
- addListener(event: 'finish', listener: () => void): this;
1731
- addListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
1732
- addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
1733
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1734
- emit(event: 'close'): boolean;
1735
- emit(event: 'drain'): boolean;
1736
- emit(event: 'error', error: Error): boolean;
1737
- emit(event: 'finish'): boolean;
1738
- emit(event: 'pipe', src: stream.Readable): boolean;
1739
- emit(event: 'unpipe', src: stream.Readable): boolean;
1740
- emit(event: string | symbol, ...args: any[]): boolean;
1741
- on(event: 'close', listener: () => void): this;
1742
- on(event: 'drain', listener: () => void): this;
1743
- on(event: 'error', listener: (error: Error) => void): this;
1744
- on(event: 'finish', listener: () => void): this;
1745
- on(event: 'pipe', listener: (src: stream.Readable) => void): this;
1746
- on(event: 'unpipe', listener: (src: stream.Readable) => void): this;
1747
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1748
- once(event: 'close', listener: () => void): this;
1749
- once(event: 'drain', listener: () => void): this;
1750
- once(event: 'error', listener: (error: Error) => void): this;
1751
- once(event: 'finish', listener: () => void): this;
1752
- once(event: 'pipe', listener: (src: stream.Readable) => void): this;
1753
- once(event: 'unpipe', listener: (src: stream.Readable) => void): this;
1754
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1755
- prependListener(event: 'close', listener: () => void): this;
1756
- prependListener(event: 'drain', listener: () => void): this;
1757
- prependListener(event: 'error', listener: (error: Error) => void): this;
1758
- prependListener(event: 'finish', listener: () => void): this;
1759
- prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
1760
- prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
1761
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1762
- prependOnceListener(event: 'close', listener: () => void): this;
1763
- prependOnceListener(event: 'drain', listener: () => void): this;
1764
- prependOnceListener(event: 'error', listener: (error: Error) => void): this;
1765
- prependOnceListener(event: 'finish', listener: () => void): this;
1766
- prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
1767
- prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
1768
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1769
- }
1770
- export namespace constants {
1771
- const NGHTTP2_SESSION_SERVER: number;
1772
- const NGHTTP2_SESSION_CLIENT: number;
1773
- const NGHTTP2_STREAM_STATE_IDLE: number;
1774
- const NGHTTP2_STREAM_STATE_OPEN: number;
1775
- const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number;
1776
- const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number;
1777
- const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number;
1778
- const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number;
1779
- const NGHTTP2_STREAM_STATE_CLOSED: number;
1780
- const NGHTTP2_NO_ERROR: number;
1781
- const NGHTTP2_PROTOCOL_ERROR: number;
1782
- const NGHTTP2_INTERNAL_ERROR: number;
1783
- const NGHTTP2_FLOW_CONTROL_ERROR: number;
1784
- const NGHTTP2_SETTINGS_TIMEOUT: number;
1785
- const NGHTTP2_STREAM_CLOSED: number;
1786
- const NGHTTP2_FRAME_SIZE_ERROR: number;
1787
- const NGHTTP2_REFUSED_STREAM: number;
1788
- const NGHTTP2_CANCEL: number;
1789
- const NGHTTP2_COMPRESSION_ERROR: number;
1790
- const NGHTTP2_CONNECT_ERROR: number;
1791
- const NGHTTP2_ENHANCE_YOUR_CALM: number;
1792
- const NGHTTP2_INADEQUATE_SECURITY: number;
1793
- const NGHTTP2_HTTP_1_1_REQUIRED: number;
1794
- const NGHTTP2_ERR_FRAME_SIZE_ERROR: number;
1795
- const NGHTTP2_FLAG_NONE: number;
1796
- const NGHTTP2_FLAG_END_STREAM: number;
1797
- const NGHTTP2_FLAG_END_HEADERS: number;
1798
- const NGHTTP2_FLAG_ACK: number;
1799
- const NGHTTP2_FLAG_PADDED: number;
1800
- const NGHTTP2_FLAG_PRIORITY: number;
1801
- const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number;
1802
- const DEFAULT_SETTINGS_ENABLE_PUSH: number;
1803
- const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number;
1804
- const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number;
1805
- const MAX_MAX_FRAME_SIZE: number;
1806
- const MIN_MAX_FRAME_SIZE: number;
1807
- const MAX_INITIAL_WINDOW_SIZE: number;
1808
- const NGHTTP2_DEFAULT_WEIGHT: number;
1809
- const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number;
1810
- const NGHTTP2_SETTINGS_ENABLE_PUSH: number;
1811
- const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number;
1812
- const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number;
1813
- const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number;
1814
- const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number;
1815
- const PADDING_STRATEGY_NONE: number;
1816
- const PADDING_STRATEGY_MAX: number;
1817
- const PADDING_STRATEGY_CALLBACK: number;
1818
- const HTTP2_HEADER_STATUS: string;
1819
- const HTTP2_HEADER_METHOD: string;
1820
- const HTTP2_HEADER_AUTHORITY: string;
1821
- const HTTP2_HEADER_SCHEME: string;
1822
- const HTTP2_HEADER_PATH: string;
1823
- const HTTP2_HEADER_ACCEPT_CHARSET: string;
1824
- const HTTP2_HEADER_ACCEPT_ENCODING: string;
1825
- const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
1826
- const HTTP2_HEADER_ACCEPT_RANGES: string;
1827
- const HTTP2_HEADER_ACCEPT: string;
1828
- const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
1829
- const HTTP2_HEADER_AGE: string;
1830
- const HTTP2_HEADER_ALLOW: string;
1831
- const HTTP2_HEADER_AUTHORIZATION: string;
1832
- const HTTP2_HEADER_CACHE_CONTROL: string;
1833
- const HTTP2_HEADER_CONNECTION: string;
1834
- const HTTP2_HEADER_CONTENT_DISPOSITION: string;
1835
- const HTTP2_HEADER_CONTENT_ENCODING: string;
1836
- const HTTP2_HEADER_CONTENT_LANGUAGE: string;
1837
- const HTTP2_HEADER_CONTENT_LENGTH: string;
1838
- const HTTP2_HEADER_CONTENT_LOCATION: string;
1839
- const HTTP2_HEADER_CONTENT_MD5: string;
1840
- const HTTP2_HEADER_CONTENT_RANGE: string;
1841
- const HTTP2_HEADER_CONTENT_TYPE: string;
1842
- const HTTP2_HEADER_COOKIE: string;
1843
- const HTTP2_HEADER_DATE: string;
1844
- const HTTP2_HEADER_ETAG: string;
1845
- const HTTP2_HEADER_EXPECT: string;
1846
- const HTTP2_HEADER_EXPIRES: string;
1847
- const HTTP2_HEADER_FROM: string;
1848
- const HTTP2_HEADER_HOST: string;
1849
- const HTTP2_HEADER_IF_MATCH: string;
1850
- const HTTP2_HEADER_IF_MODIFIED_SINCE: string;
1851
- const HTTP2_HEADER_IF_NONE_MATCH: string;
1852
- const HTTP2_HEADER_IF_RANGE: string;
1853
- const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string;
1854
- const HTTP2_HEADER_LAST_MODIFIED: string;
1855
- const HTTP2_HEADER_LINK: string;
1856
- const HTTP2_HEADER_LOCATION: string;
1857
- const HTTP2_HEADER_MAX_FORWARDS: string;
1858
- const HTTP2_HEADER_PREFER: string;
1859
- const HTTP2_HEADER_PROXY_AUTHENTICATE: string;
1860
- const HTTP2_HEADER_PROXY_AUTHORIZATION: string;
1861
- const HTTP2_HEADER_RANGE: string;
1862
- const HTTP2_HEADER_REFERER: string;
1863
- const HTTP2_HEADER_REFRESH: string;
1864
- const HTTP2_HEADER_RETRY_AFTER: string;
1865
- const HTTP2_HEADER_SERVER: string;
1866
- const HTTP2_HEADER_SET_COOKIE: string;
1867
- const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string;
1868
- const HTTP2_HEADER_TRANSFER_ENCODING: string;
1869
- const HTTP2_HEADER_TE: string;
1870
- const HTTP2_HEADER_UPGRADE: string;
1871
- const HTTP2_HEADER_USER_AGENT: string;
1872
- const HTTP2_HEADER_VARY: string;
1873
- const HTTP2_HEADER_VIA: string;
1874
- const HTTP2_HEADER_WWW_AUTHENTICATE: string;
1875
- const HTTP2_HEADER_HTTP2_SETTINGS: string;
1876
- const HTTP2_HEADER_KEEP_ALIVE: string;
1877
- const HTTP2_HEADER_PROXY_CONNECTION: string;
1878
- const HTTP2_METHOD_ACL: string;
1879
- const HTTP2_METHOD_BASELINE_CONTROL: string;
1880
- const HTTP2_METHOD_BIND: string;
1881
- const HTTP2_METHOD_CHECKIN: string;
1882
- const HTTP2_METHOD_CHECKOUT: string;
1883
- const HTTP2_METHOD_CONNECT: string;
1884
- const HTTP2_METHOD_COPY: string;
1885
- const HTTP2_METHOD_DELETE: string;
1886
- const HTTP2_METHOD_GET: string;
1887
- const HTTP2_METHOD_HEAD: string;
1888
- const HTTP2_METHOD_LABEL: string;
1889
- const HTTP2_METHOD_LINK: string;
1890
- const HTTP2_METHOD_LOCK: string;
1891
- const HTTP2_METHOD_MERGE: string;
1892
- const HTTP2_METHOD_MKACTIVITY: string;
1893
- const HTTP2_METHOD_MKCALENDAR: string;
1894
- const HTTP2_METHOD_MKCOL: string;
1895
- const HTTP2_METHOD_MKREDIRECTREF: string;
1896
- const HTTP2_METHOD_MKWORKSPACE: string;
1897
- const HTTP2_METHOD_MOVE: string;
1898
- const HTTP2_METHOD_OPTIONS: string;
1899
- const HTTP2_METHOD_ORDERPATCH: string;
1900
- const HTTP2_METHOD_PATCH: string;
1901
- const HTTP2_METHOD_POST: string;
1902
- const HTTP2_METHOD_PRI: string;
1903
- const HTTP2_METHOD_PROPFIND: string;
1904
- const HTTP2_METHOD_PROPPATCH: string;
1905
- const HTTP2_METHOD_PUT: string;
1906
- const HTTP2_METHOD_REBIND: string;
1907
- const HTTP2_METHOD_REPORT: string;
1908
- const HTTP2_METHOD_SEARCH: string;
1909
- const HTTP2_METHOD_TRACE: string;
1910
- const HTTP2_METHOD_UNBIND: string;
1911
- const HTTP2_METHOD_UNCHECKOUT: string;
1912
- const HTTP2_METHOD_UNLINK: string;
1913
- const HTTP2_METHOD_UNLOCK: string;
1914
- const HTTP2_METHOD_UPDATE: string;
1915
- const HTTP2_METHOD_UPDATEREDIRECTREF: string;
1916
- const HTTP2_METHOD_VERSION_CONTROL: string;
1917
- const HTTP_STATUS_CONTINUE: number;
1918
- const HTTP_STATUS_SWITCHING_PROTOCOLS: number;
1919
- const HTTP_STATUS_PROCESSING: number;
1920
- const HTTP_STATUS_OK: number;
1921
- const HTTP_STATUS_CREATED: number;
1922
- const HTTP_STATUS_ACCEPTED: number;
1923
- const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number;
1924
- const HTTP_STATUS_NO_CONTENT: number;
1925
- const HTTP_STATUS_RESET_CONTENT: number;
1926
- const HTTP_STATUS_PARTIAL_CONTENT: number;
1927
- const HTTP_STATUS_MULTI_STATUS: number;
1928
- const HTTP_STATUS_ALREADY_REPORTED: number;
1929
- const HTTP_STATUS_IM_USED: number;
1930
- const HTTP_STATUS_MULTIPLE_CHOICES: number;
1931
- const HTTP_STATUS_MOVED_PERMANENTLY: number;
1932
- const HTTP_STATUS_FOUND: number;
1933
- const HTTP_STATUS_SEE_OTHER: number;
1934
- const HTTP_STATUS_NOT_MODIFIED: number;
1935
- const HTTP_STATUS_USE_PROXY: number;
1936
- const HTTP_STATUS_TEMPORARY_REDIRECT: number;
1937
- const HTTP_STATUS_PERMANENT_REDIRECT: number;
1938
- const HTTP_STATUS_BAD_REQUEST: number;
1939
- const HTTP_STATUS_UNAUTHORIZED: number;
1940
- const HTTP_STATUS_PAYMENT_REQUIRED: number;
1941
- const HTTP_STATUS_FORBIDDEN: number;
1942
- const HTTP_STATUS_NOT_FOUND: number;
1943
- const HTTP_STATUS_METHOD_NOT_ALLOWED: number;
1944
- const HTTP_STATUS_NOT_ACCEPTABLE: number;
1945
- const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number;
1946
- const HTTP_STATUS_REQUEST_TIMEOUT: number;
1947
- const HTTP_STATUS_CONFLICT: number;
1948
- const HTTP_STATUS_GONE: number;
1949
- const HTTP_STATUS_LENGTH_REQUIRED: number;
1950
- const HTTP_STATUS_PRECONDITION_FAILED: number;
1951
- const HTTP_STATUS_PAYLOAD_TOO_LARGE: number;
1952
- const HTTP_STATUS_URI_TOO_LONG: number;
1953
- const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number;
1954
- const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number;
1955
- const HTTP_STATUS_EXPECTATION_FAILED: number;
1956
- const HTTP_STATUS_TEAPOT: number;
1957
- const HTTP_STATUS_MISDIRECTED_REQUEST: number;
1958
- const HTTP_STATUS_UNPROCESSABLE_ENTITY: number;
1959
- const HTTP_STATUS_LOCKED: number;
1960
- const HTTP_STATUS_FAILED_DEPENDENCY: number;
1961
- const HTTP_STATUS_UNORDERED_COLLECTION: number;
1962
- const HTTP_STATUS_UPGRADE_REQUIRED: number;
1963
- const HTTP_STATUS_PRECONDITION_REQUIRED: number;
1964
- const HTTP_STATUS_TOO_MANY_REQUESTS: number;
1965
- const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number;
1966
- const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number;
1967
- const HTTP_STATUS_INTERNAL_SERVER_ERROR: number;
1968
- const HTTP_STATUS_NOT_IMPLEMENTED: number;
1969
- const HTTP_STATUS_BAD_GATEWAY: number;
1970
- const HTTP_STATUS_SERVICE_UNAVAILABLE: number;
1971
- const HTTP_STATUS_GATEWAY_TIMEOUT: number;
1972
- const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number;
1973
- const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number;
1974
- const HTTP_STATUS_INSUFFICIENT_STORAGE: number;
1975
- const HTTP_STATUS_LOOP_DETECTED: number;
1976
- const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number;
1977
- const HTTP_STATUS_NOT_EXTENDED: number;
1978
- const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number;
1979
- }
1980
- /**
1981
- * This symbol can be set as a property on the HTTP/2 headers object with
1982
- * an array value in order to provide a list of headers considered sensitive.
1983
- */
1984
- export const sensitiveHeaders: symbol;
1985
- /**
1986
- * Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called
1987
- * so instances returned may be safely modified for use.
1988
- * @since v8.4.0
1989
- */
1990
- export function getDefaultSettings(): Settings;
1991
- /**
1992
- * Returns a `Buffer` instance containing serialized representation of the given
1993
- * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended
1994
- * for use with the `HTTP2-Settings` header field.
1995
- *
1996
- * ```js
1997
- * const http2 = require('http2');
1998
- *
1999
- * const packed = http2.getPackedSettings({ enablePush: false });
2000
- *
2001
- * console.log(packed.toString('base64'));
2002
- * // Prints: AAIAAAAA
2003
- * ```
2004
- * @since v8.4.0
2005
- */
2006
- export function getPackedSettings(settings: Settings): Buffer;
2007
- /**
2008
- * Returns a `HTTP/2 Settings Object` containing the deserialized settings from
2009
- * the given `Buffer` as generated by `http2.getPackedSettings()`.
2010
- * @since v8.4.0
2011
- * @param buf The packed settings.
2012
- */
2013
- export function getUnpackedSettings(buf: Uint8Array): Settings;
2014
- /**
2015
- * Returns a `net.Server` instance that creates and manages `Http2Session`instances.
2016
- *
2017
- * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when
2018
- * communicating
2019
- * with browser clients.
2020
- *
2021
- * ```js
2022
- * const http2 = require('http2');
2023
- *
2024
- * // Create an unencrypted HTTP/2 server.
2025
- * // Since there are no browsers known that support
2026
- * // unencrypted HTTP/2, the use of `http2.createSecureServer()`
2027
- * // is necessary when communicating with browser clients.
2028
- * const server = http2.createServer();
2029
- *
2030
- * server.on('stream', (stream, headers) => {
2031
- * stream.respond({
2032
- * 'content-type': 'text/html; charset=utf-8',
2033
- * ':status': 200
2034
- * });
2035
- * stream.end('<h1>Hello World</h1>');
2036
- * });
2037
- *
2038
- * server.listen(80);
2039
- * ```
2040
- * @since v8.4.0
2041
- * @param onRequestHandler See `Compatibility API`
2042
- */
2043
- export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
2044
- export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
2045
- /**
2046
- * Returns a `tls.Server` instance that creates and manages `Http2Session`instances.
2047
- *
2048
- * ```js
2049
- * const http2 = require('http2');
2050
- * const fs = require('fs');
2051
- *
2052
- * const options = {
2053
- * key: fs.readFileSync('server-key.pem'),
2054
- * cert: fs.readFileSync('server-cert.pem')
2055
- * };
2056
- *
2057
- * // Create a secure HTTP/2 server
2058
- * const server = http2.createSecureServer(options);
2059
- *
2060
- * server.on('stream', (stream, headers) => {
2061
- * stream.respond({
2062
- * 'content-type': 'text/html; charset=utf-8',
2063
- * ':status': 200
2064
- * });
2065
- * stream.end('<h1>Hello World</h1>');
2066
- * });
2067
- *
2068
- * server.listen(80);
2069
- * ```
2070
- * @since v8.4.0
2071
- * @param onRequestHandler See `Compatibility API`
2072
- */
2073
- export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
2074
- export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
2075
- /**
2076
- * Returns a `ClientHttp2Session` instance.
2077
- *
2078
- * ```js
2079
- * const http2 = require('http2');
2080
- * const client = http2.connect('https://localhost:1234');
2081
- *
2082
- * // Use the client
2083
- *
2084
- * client.close();
2085
- * ```
2086
- * @since v8.4.0
2087
- * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port
2088
- * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored.
2089
- * @param listener Will be registered as a one-time listener of the {@link 'connect'} event.
2090
- */
2091
- export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session;
2092
- export function connect(
2093
- authority: string | url.URL,
2094
- options?: ClientSessionOptions | SecureClientSessionOptions,
2095
- listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void
2096
- ): ClientHttp2Session;
2097
- }
2098
- declare module 'node:http2' {
2099
- export * from 'http2';
2100
- }