open-agreements 0.3.1 → 0.5.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 (578) hide show
  1. package/README.de.md +6 -1
  2. package/README.es.md +6 -1
  3. package/README.md +13 -1
  4. package/README.pt-br.md +6 -1
  5. package/README.zh.md +6 -1
  6. package/content/external/yc-safe-discount/metadata.yaml +1 -1
  7. package/content/external/yc-safe-mfn/metadata.yaml +1 -1
  8. package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -1
  9. package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -1
  10. package/content/recipes/QUALITY_TRACKER.md +35 -0
  11. package/content/recipes/nvca-certificate-of-incorporation/clean.json +14 -2
  12. package/content/recipes/nvca-certificate-of-incorporation/computed.json +78 -0
  13. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +115 -2
  14. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +50 -2
  15. package/content/recipes/nvca-certificate-of-incorporation/selections-roadmap.md +47 -0
  16. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +5 -1
  17. package/content/recipes/nvca-indemnification-agreement/replacements.json +30 -5
  18. package/content/recipes/nvca-investors-rights-agreement/clean.json +9 -1
  19. package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -1
  20. package/content/recipes/nvca-investors-rights-agreement/replacements.json +4 -1
  21. package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -1
  22. package/content/recipes/nvca-rofr-co-sale-agreement/clean.json +11 -1
  23. package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +5 -1
  24. package/content/recipes/nvca-rofr-co-sale-agreement/replacements.json +62 -3
  25. package/content/recipes/nvca-stock-purchase-agreement/clean.json +8 -3
  26. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +6 -1
  27. package/content/recipes/nvca-stock-purchase-agreement/normalize.json +0 -16
  28. package/content/recipes/nvca-stock-purchase-agreement/replacements.json +15 -12
  29. package/content/recipes/nvca-stock-purchase-agreement/selections.json +17 -0
  30. package/content/recipes/nvca-voting-agreement/clean.json +11 -1
  31. package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -1
  32. package/content/recipes/nvca-voting-agreement/replacements.json +2 -1
  33. package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -1
  34. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -1
  35. package/content/templates/closing-checklist/metadata.yaml +1 -1
  36. package/content/templates/closing-checklist/template.docx +0 -0
  37. package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -1
  38. package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -1
  39. package/content/templates/common-paper-amendment/metadata.yaml +1 -1
  40. package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -1
  41. package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -1
  42. package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -1
  43. package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -1
  44. package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -1
  45. package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -1
  46. package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -1
  47. package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -1
  48. package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -1
  49. package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -1
  50. package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -1
  51. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
  52. package/content/templates/common-paper-order-form/metadata.yaml +1 -1
  53. package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -1
  54. package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -1
  55. package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -1
  56. package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -1
  57. package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -1
  58. package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -1
  59. package/content/templates/common-paper-term-sheet/metadata.yaml +1 -1
  60. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
  61. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -1
  62. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
  63. package/content/templates/working-group-list/metadata.yaml +1 -1
  64. package/dist/cli/index.d.ts.map +1 -1
  65. package/dist/cli/index.js +8 -4
  66. package/dist/cli/index.js.map +1 -1
  67. package/dist/commands/fill.js +3 -3
  68. package/dist/commands/fill.js.map +1 -1
  69. package/dist/commands/list.js +19 -15
  70. package/dist/commands/list.js.map +1 -1
  71. package/dist/core/checklist/docx-import.d.ts +50 -0
  72. package/dist/core/checklist/docx-import.d.ts.map +1 -0
  73. package/dist/core/checklist/docx-import.js +613 -0
  74. package/dist/core/checklist/docx-import.js.map +1 -0
  75. package/dist/core/checklist/docx-table-helpers.d.ts +33 -0
  76. package/dist/core/checklist/docx-table-helpers.d.ts.map +1 -0
  77. package/dist/core/checklist/docx-table-helpers.js +154 -0
  78. package/dist/core/checklist/docx-table-helpers.js.map +1 -0
  79. package/dist/core/checklist/format-checklist-docx.d.ts.map +1 -1
  80. package/dist/core/checklist/format-checklist-docx.js +37 -88
  81. package/dist/core/checklist/format-checklist-docx.js.map +1 -1
  82. package/dist/core/checklist/index.d.ts +15 -12
  83. package/dist/core/checklist/index.d.ts.map +1 -1
  84. package/dist/core/checklist/index.js +48 -30
  85. package/dist/core/checklist/index.js.map +1 -1
  86. package/dist/core/checklist/status-labels.d.ts +6 -0
  87. package/dist/core/checklist/status-labels.d.ts.map +1 -1
  88. package/dist/core/checklist/status-labels.js +8 -0
  89. package/dist/core/checklist/status-labels.js.map +1 -1
  90. package/dist/core/command-generation/adapters/claude.js +4 -4
  91. package/dist/core/employment/memo.js +3 -3
  92. package/dist/core/engine.js +1 -1
  93. package/dist/core/external/index.js +1 -1
  94. package/dist/core/fill-pipeline.d.ts +3 -3
  95. package/dist/core/fill-pipeline.js +6 -6
  96. package/dist/core/fill-pipeline.js.map +1 -1
  97. package/dist/core/metadata.d.ts +13 -3
  98. package/dist/core/metadata.d.ts.map +1 -1
  99. package/dist/core/metadata.js +19 -11
  100. package/dist/core/metadata.js.map +1 -1
  101. package/dist/core/recipe/bracket-normalizer.d.ts +4 -5
  102. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
  103. package/dist/core/recipe/bracket-normalizer.js +67 -149
  104. package/dist/core/recipe/bracket-normalizer.js.map +1 -1
  105. package/dist/core/recipe/cleaner.d.ts.map +1 -1
  106. package/dist/core/recipe/cleaner.js +91 -7
  107. package/dist/core/recipe/cleaner.js.map +1 -1
  108. package/dist/core/recipe/downloader.d.ts.map +1 -1
  109. package/dist/core/recipe/downloader.js +8 -3
  110. package/dist/core/recipe/downloader.js.map +1 -1
  111. package/dist/core/recipe/index.d.ts +2 -1
  112. package/dist/core/recipe/index.d.ts.map +1 -1
  113. package/dist/core/recipe/index.js +11 -4
  114. package/dist/core/recipe/index.js.map +1 -1
  115. package/dist/core/recipe/patcher.d.ts +9 -5
  116. package/dist/core/recipe/patcher.d.ts.map +1 -1
  117. package/dist/core/recipe/patcher.js +183 -136
  118. package/dist/core/recipe/patcher.js.map +1 -1
  119. package/dist/core/recipe/replacement-keys.d.ts +2 -7
  120. package/dist/core/recipe/replacement-keys.d.ts.map +1 -1
  121. package/dist/core/recipe/replacement-keys.js +3 -20
  122. package/dist/core/recipe/replacement-keys.js.map +1 -1
  123. package/dist/core/recipe/source-drift.js +1 -1
  124. package/dist/core/recipe/source-drift.js.map +1 -1
  125. package/dist/core/recipe/verifier.d.ts +7 -1
  126. package/dist/core/recipe/verifier.d.ts.map +1 -1
  127. package/dist/core/recipe/verifier.js +69 -3
  128. package/dist/core/recipe/verifier.js.map +1 -1
  129. package/dist/core/selector.d.ts +2 -0
  130. package/dist/core/selector.d.ts.map +1 -1
  131. package/dist/core/selector.js +97 -1
  132. package/dist/core/selector.js.map +1 -1
  133. package/dist/core/template-listing.d.ts +3 -1
  134. package/dist/core/template-listing.d.ts.map +1 -1
  135. package/dist/core/template-listing.js +4 -3
  136. package/dist/core/template-listing.js.map +1 -1
  137. package/dist/core/unified-pipeline.d.ts +1 -1
  138. package/dist/core/unified-pipeline.d.ts.map +1 -1
  139. package/dist/core/unified-pipeline.js +21 -3
  140. package/dist/core/unified-pipeline.js.map +1 -1
  141. package/dist/core/validation/external.d.ts.map +1 -1
  142. package/dist/core/validation/external.js +0 -2
  143. package/dist/core/validation/external.js.map +1 -1
  144. package/dist/core/validation/recipe.d.ts.map +1 -1
  145. package/dist/core/validation/recipe.js +0 -2
  146. package/dist/core/validation/recipe.js.map +1 -1
  147. package/dist/core/validation/scan-metadata.d.ts.map +1 -1
  148. package/dist/core/validation/scan-metadata.js +17 -1
  149. package/dist/core/validation/scan-metadata.js.map +1 -1
  150. package/dist/core/validation/template.js +5 -5
  151. package/dist/index.d.ts +1 -1
  152. package/dist/index.d.ts.map +1 -1
  153. package/dist/index.js +1 -1
  154. package/dist/index.js.map +1 -1
  155. package/node_modules/@usejunior/docx-core/dist/atomizer.d.ts +218 -0
  156. package/node_modules/@usejunior/docx-core/dist/atomizer.d.ts.map +1 -0
  157. package/node_modules/@usejunior/docx-core/dist/atomizer.js +869 -0
  158. package/node_modules/@usejunior/docx-core/dist/atomizer.js.map +1 -0
  159. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.d.ts +96 -0
  160. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.d.ts.map +1 -0
  161. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.js +347 -0
  162. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.js.map +1 -0
  163. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/consumerCompatibility.d.ts +2 -0
  164. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/consumerCompatibility.d.ts.map +1 -0
  165. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/consumerCompatibility.js +188 -0
  166. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/consumerCompatibility.js.map +1 -0
  167. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/debug.d.ts +41 -0
  168. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/debug.d.ts.map +1 -0
  169. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/debug.js +85 -0
  170. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/debug.js.map +1 -0
  171. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.d.ts +64 -0
  172. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.d.ts.map +1 -0
  173. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.js +985 -0
  174. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.js.map +1 -0
  175. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.d.ts +111 -0
  176. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.d.ts.map +1 -0
  177. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.js +469 -0
  178. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.js.map +1 -0
  179. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.d.ts +277 -0
  180. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.d.ts.map +1 -0
  181. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.js +2279 -0
  182. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.js.map +1 -0
  183. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/numberingIntegration.d.ts +59 -0
  184. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/numberingIntegration.d.ts.map +1 -0
  185. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/numberingIntegration.js +209 -0
  186. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/numberingIntegration.js.map +1 -0
  187. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.d.ts +69 -0
  188. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.d.ts.map +1 -0
  189. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.js +910 -0
  190. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.js.map +1 -0
  191. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/premergeRuns.d.ts +26 -0
  192. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/premergeRuns.d.ts.map +1 -0
  193. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/premergeRuns.js +153 -0
  194. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/premergeRuns.js.map +1 -0
  195. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptor.d.ts +63 -0
  196. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptor.d.ts.map +1 -0
  197. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptor.js +254 -0
  198. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptor.js.map +1 -0
  199. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptorAst.d.ts +64 -0
  200. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptorAst.d.ts.map +1 -0
  201. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptorAst.js +616 -0
  202. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/trackChangesAcceptorAst.js.map +1 -0
  203. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.d.ts +65 -0
  204. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.d.ts.map +1 -0
  205. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.js +95 -0
  206. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.js.map +1 -0
  207. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DocxodusWasm.d.ts +51 -0
  208. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DocxodusWasm.d.ts.map +1 -0
  209. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DocxodusWasm.js +83 -0
  210. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DocxodusWasm.js.map +1 -0
  211. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DotnetCli.d.ts +40 -0
  212. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DotnetCli.d.ts.map +1 -0
  213. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DotnetCli.js +135 -0
  214. package/node_modules/@usejunior/docx-core/dist/baselines/wmlcomparer/DotnetCli.js.map +1 -0
  215. package/node_modules/@usejunior/docx-core/dist/cli/compare-two.d.ts +28 -0
  216. package/node_modules/@usejunior/docx-core/dist/cli/compare-two.d.ts.map +1 -0
  217. package/node_modules/@usejunior/docx-core/dist/cli/compare-two.js +110 -0
  218. package/node_modules/@usejunior/docx-core/dist/cli/compare-two.js.map +1 -0
  219. package/node_modules/@usejunior/docx-core/dist/cli/index.d.ts +3 -0
  220. package/node_modules/@usejunior/docx-core/dist/cli/index.d.ts.map +1 -0
  221. package/node_modules/@usejunior/docx-core/dist/cli/index.js +21 -0
  222. package/node_modules/@usejunior/docx-core/dist/cli/index.js.map +1 -0
  223. package/node_modules/@usejunior/docx-core/dist/core-types.d.ts +296 -0
  224. package/node_modules/@usejunior/docx-core/dist/core-types.d.ts.map +1 -0
  225. package/node_modules/@usejunior/docx-core/dist/core-types.js +122 -0
  226. package/node_modules/@usejunior/docx-core/dist/core-types.js.map +1 -0
  227. package/node_modules/@usejunior/docx-core/dist/footnotes.d.ts +144 -0
  228. package/node_modules/@usejunior/docx-core/dist/footnotes.d.ts.map +1 -0
  229. package/node_modules/@usejunior/docx-core/dist/footnotes.js +291 -0
  230. package/node_modules/@usejunior/docx-core/dist/footnotes.js.map +1 -0
  231. package/node_modules/@usejunior/docx-core/dist/format-detection.d.ts +120 -0
  232. package/node_modules/@usejunior/docx-core/dist/format-detection.d.ts.map +1 -0
  233. package/node_modules/@usejunior/docx-core/dist/format-detection.js +338 -0
  234. package/node_modules/@usejunior/docx-core/dist/format-detection.js.map +1 -0
  235. package/node_modules/@usejunior/docx-core/dist/index.d.ts +177 -0
  236. package/node_modules/@usejunior/docx-core/dist/index.d.ts.map +1 -0
  237. package/node_modules/@usejunior/docx-core/dist/index.js +55 -0
  238. package/node_modules/@usejunior/docx-core/dist/index.js.map +1 -0
  239. package/node_modules/@usejunior/docx-core/dist/integration/output-artifacts.d.ts +6 -0
  240. package/node_modules/@usejunior/docx-core/dist/integration/output-artifacts.d.ts.map +1 -0
  241. package/node_modules/@usejunior/docx-core/dist/integration/output-artifacts.js +30 -0
  242. package/node_modules/@usejunior/docx-core/dist/integration/output-artifacts.js.map +1 -0
  243. package/node_modules/@usejunior/docx-core/dist/move-detection.d.ts +211 -0
  244. package/node_modules/@usejunior/docx-core/dist/move-detection.d.ts.map +1 -0
  245. package/node_modules/@usejunior/docx-core/dist/move-detection.js +391 -0
  246. package/node_modules/@usejunior/docx-core/dist/move-detection.js.map +1 -0
  247. package/node_modules/@usejunior/docx-core/dist/numbering.d.ts +136 -0
  248. package/node_modules/@usejunior/docx-core/dist/numbering.d.ts.map +1 -0
  249. package/node_modules/@usejunior/docx-core/dist/numbering.js +446 -0
  250. package/node_modules/@usejunior/docx-core/dist/numbering.js.map +1 -0
  251. package/node_modules/@usejunior/docx-core/dist/primitives/accept_changes.d.ts +30 -0
  252. package/node_modules/@usejunior/docx-core/dist/primitives/accept_changes.d.ts.map +1 -0
  253. package/node_modules/@usejunior/docx-core/dist/primitives/accept_changes.js +241 -0
  254. package/node_modules/@usejunior/docx-core/dist/primitives/accept_changes.js.map +1 -0
  255. package/node_modules/@usejunior/docx-core/dist/primitives/bookmarks.d.ts +12 -0
  256. package/node_modules/@usejunior/docx-core/dist/primitives/bookmarks.d.ts.map +1 -0
  257. package/node_modules/@usejunior/docx-core/dist/primitives/bookmarks.js +248 -0
  258. package/node_modules/@usejunior/docx-core/dist/primitives/bookmarks.js.map +1 -0
  259. package/node_modules/@usejunior/docx-core/dist/primitives/comments.d.ts +88 -0
  260. package/node_modules/@usejunior/docx-core/dist/primitives/comments.d.ts.map +1 -0
  261. package/node_modules/@usejunior/docx-core/dist/primitives/comments.js +703 -0
  262. package/node_modules/@usejunior/docx-core/dist/primitives/comments.js.map +1 -0
  263. package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts +186 -0
  264. package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts.map +1 -0
  265. package/node_modules/@usejunior/docx-core/dist/primitives/document.js +555 -0
  266. package/node_modules/@usejunior/docx-core/dist/primitives/document.js.map +1 -0
  267. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts +97 -0
  268. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts.map +1 -0
  269. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js +749 -0
  270. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js.map +1 -0
  271. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts +94 -0
  272. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts.map +1 -0
  273. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js +219 -0
  274. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js.map +1 -0
  275. package/node_modules/@usejunior/docx-core/dist/primitives/errors.d.ts +7 -0
  276. package/node_modules/@usejunior/docx-core/dist/primitives/errors.d.ts.map +1 -0
  277. package/node_modules/@usejunior/docx-core/dist/primitives/errors.js +10 -0
  278. package/node_modules/@usejunior/docx-core/dist/primitives/errors.js.map +1 -0
  279. package/node_modules/@usejunior/docx-core/dist/primitives/extract_revisions.d.ts +50 -0
  280. package/node_modules/@usejunior/docx-core/dist/primitives/extract_revisions.d.ts.map +1 -0
  281. package/node_modules/@usejunior/docx-core/dist/primitives/extract_revisions.js +340 -0
  282. package/node_modules/@usejunior/docx-core/dist/primitives/extract_revisions.js.map +1 -0
  283. package/node_modules/@usejunior/docx-core/dist/primitives/footnotes.d.ts +37 -0
  284. package/node_modules/@usejunior/docx-core/dist/primitives/footnotes.d.ts.map +1 -0
  285. package/node_modules/@usejunior/docx-core/dist/primitives/footnotes.js +552 -0
  286. package/node_modules/@usejunior/docx-core/dist/primitives/footnotes.js.map +1 -0
  287. package/node_modules/@usejunior/docx-core/dist/primitives/formatting_tags.d.ts +43 -0
  288. package/node_modules/@usejunior/docx-core/dist/primitives/formatting_tags.d.ts.map +1 -0
  289. package/node_modules/@usejunior/docx-core/dist/primitives/formatting_tags.js +291 -0
  290. package/node_modules/@usejunior/docx-core/dist/primitives/formatting_tags.js.map +1 -0
  291. package/node_modules/@usejunior/docx-core/dist/primitives/index.d.ts +27 -0
  292. package/node_modules/@usejunior/docx-core/dist/primitives/index.d.ts.map +1 -0
  293. package/node_modules/@usejunior/docx-core/dist/primitives/index.js +27 -0
  294. package/node_modules/@usejunior/docx-core/dist/primitives/index.js.map +1 -0
  295. package/node_modules/@usejunior/docx-core/dist/primitives/layout.d.ts +53 -0
  296. package/node_modules/@usejunior/docx-core/dist/primitives/layout.d.ts.map +1 -0
  297. package/node_modules/@usejunior/docx-core/dist/primitives/layout.js +178 -0
  298. package/node_modules/@usejunior/docx-core/dist/primitives/layout.js.map +1 -0
  299. package/node_modules/@usejunior/docx-core/dist/primitives/list_labels.d.ts +19 -0
  300. package/node_modules/@usejunior/docx-core/dist/primitives/list_labels.d.ts.map +1 -0
  301. package/node_modules/@usejunior/docx-core/dist/primitives/list_labels.js +57 -0
  302. package/node_modules/@usejunior/docx-core/dist/primitives/list_labels.js.map +1 -0
  303. package/node_modules/@usejunior/docx-core/dist/primitives/matching.d.ts +31 -0
  304. package/node_modules/@usejunior/docx-core/dist/primitives/matching.d.ts.map +1 -0
  305. package/node_modules/@usejunior/docx-core/dist/primitives/matching.js +223 -0
  306. package/node_modules/@usejunior/docx-core/dist/primitives/matching.js.map +1 -0
  307. package/node_modules/@usejunior/docx-core/dist/primitives/merge_runs.d.ts +23 -0
  308. package/node_modules/@usejunior/docx-core/dist/primitives/merge_runs.d.ts.map +1 -0
  309. package/node_modules/@usejunior/docx-core/dist/primitives/merge_runs.js +243 -0
  310. package/node_modules/@usejunior/docx-core/dist/primitives/merge_runs.js.map +1 -0
  311. package/node_modules/@usejunior/docx-core/dist/primitives/namespaces.d.ts +91 -0
  312. package/node_modules/@usejunior/docx-core/dist/primitives/namespaces.d.ts.map +1 -0
  313. package/node_modules/@usejunior/docx-core/dist/primitives/namespaces.js +108 -0
  314. package/node_modules/@usejunior/docx-core/dist/primitives/namespaces.js.map +1 -0
  315. package/node_modules/@usejunior/docx-core/dist/primitives/numbering.d.ts +27 -0
  316. package/node_modules/@usejunior/docx-core/dist/primitives/numbering.d.ts.map +1 -0
  317. package/node_modules/@usejunior/docx-core/dist/primitives/numbering.js +182 -0
  318. package/node_modules/@usejunior/docx-core/dist/primitives/numbering.js.map +1 -0
  319. package/node_modules/@usejunior/docx-core/dist/primitives/prevent_double_elevation.d.ts +18 -0
  320. package/node_modules/@usejunior/docx-core/dist/primitives/prevent_double_elevation.d.ts.map +1 -0
  321. package/node_modules/@usejunior/docx-core/dist/primitives/prevent_double_elevation.js +190 -0
  322. package/node_modules/@usejunior/docx-core/dist/primitives/prevent_double_elevation.js.map +1 -0
  323. package/node_modules/@usejunior/docx-core/dist/primitives/reject_changes.d.ts +27 -0
  324. package/node_modules/@usejunior/docx-core/dist/primitives/reject_changes.d.ts.map +1 -0
  325. package/node_modules/@usejunior/docx-core/dist/primitives/reject_changes.js +371 -0
  326. package/node_modules/@usejunior/docx-core/dist/primitives/reject_changes.js.map +1 -0
  327. package/node_modules/@usejunior/docx-core/dist/primitives/relationships.d.ts +7 -0
  328. package/node_modules/@usejunior/docx-core/dist/primitives/relationships.d.ts.map +1 -0
  329. package/node_modules/@usejunior/docx-core/dist/primitives/relationships.js +24 -0
  330. package/node_modules/@usejunior/docx-core/dist/primitives/relationships.js.map +1 -0
  331. package/node_modules/@usejunior/docx-core/dist/primitives/semantic_tags.d.ts +17 -0
  332. package/node_modules/@usejunior/docx-core/dist/primitives/semantic_tags.d.ts.map +1 -0
  333. package/node_modules/@usejunior/docx-core/dist/primitives/semantic_tags.js +58 -0
  334. package/node_modules/@usejunior/docx-core/dist/primitives/semantic_tags.js.map +1 -0
  335. package/node_modules/@usejunior/docx-core/dist/primitives/simplify_redlines.d.ts +19 -0
  336. package/node_modules/@usejunior/docx-core/dist/primitives/simplify_redlines.d.ts.map +1 -0
  337. package/node_modules/@usejunior/docx-core/dist/primitives/simplify_redlines.js +94 -0
  338. package/node_modules/@usejunior/docx-core/dist/primitives/simplify_redlines.js.map +1 -0
  339. package/node_modules/@usejunior/docx-core/dist/primitives/styles.d.ts +36 -0
  340. package/node_modules/@usejunior/docx-core/dist/primitives/styles.d.ts.map +1 -0
  341. package/node_modules/@usejunior/docx-core/dist/primitives/styles.js +205 -0
  342. package/node_modules/@usejunior/docx-core/dist/primitives/styles.js.map +1 -0
  343. package/node_modules/@usejunior/docx-core/dist/primitives/tables.d.ts +54 -0
  344. package/node_modules/@usejunior/docx-core/dist/primitives/tables.d.ts.map +1 -0
  345. package/node_modules/@usejunior/docx-core/dist/primitives/tables.js +205 -0
  346. package/node_modules/@usejunior/docx-core/dist/primitives/tables.js.map +1 -0
  347. package/node_modules/@usejunior/docx-core/dist/primitives/text.d.ts +30 -0
  348. package/node_modules/@usejunior/docx-core/dist/primitives/text.d.ts.map +1 -0
  349. package/node_modules/@usejunior/docx-core/dist/primitives/text.js +461 -0
  350. package/node_modules/@usejunior/docx-core/dist/primitives/text.js.map +1 -0
  351. package/node_modules/@usejunior/docx-core/dist/primitives/validate_document.d.ts +24 -0
  352. package/node_modules/@usejunior/docx-core/dist/primitives/validate_document.d.ts.map +1 -0
  353. package/node_modules/@usejunior/docx-core/dist/primitives/validate_document.js +147 -0
  354. package/node_modules/@usejunior/docx-core/dist/primitives/validate_document.js.map +1 -0
  355. package/node_modules/@usejunior/docx-core/dist/primitives/xml.d.ts +5 -0
  356. package/node_modules/@usejunior/docx-core/dist/primitives/xml.d.ts.map +1 -0
  357. package/node_modules/@usejunior/docx-core/dist/primitives/xml.js +19 -0
  358. package/node_modules/@usejunior/docx-core/dist/primitives/xml.js.map +1 -0
  359. package/node_modules/@usejunior/docx-core/dist/primitives/zip.d.ts +25 -0
  360. package/node_modules/@usejunior/docx-core/dist/primitives/zip.d.ts.map +1 -0
  361. package/node_modules/@usejunior/docx-core/dist/primitives/zip.js +78 -0
  362. package/node_modules/@usejunior/docx-core/dist/primitives/zip.js.map +1 -0
  363. package/node_modules/@usejunior/docx-core/dist/shared/docx/DocxArchive.d.ts +94 -0
  364. package/node_modules/@usejunior/docx-core/dist/shared/docx/DocxArchive.d.ts.map +1 -0
  365. package/node_modules/@usejunior/docx-core/dist/shared/docx/DocxArchive.js +169 -0
  366. package/node_modules/@usejunior/docx-core/dist/shared/docx/DocxArchive.js.map +1 -0
  367. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/namespaces.d.ts +149 -0
  368. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/namespaces.d.ts.map +1 -0
  369. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/namespaces.js +224 -0
  370. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/namespaces.js.map +1 -0
  371. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/types.d.ts +136 -0
  372. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/types.d.ts.map +1 -0
  373. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/types.js +7 -0
  374. package/node_modules/@usejunior/docx-core/dist/shared/ooxml/types.js.map +1 -0
  375. package/node_modules/@usejunior/docx-core/dist/shared/validators/structural.d.ts +31 -0
  376. package/node_modules/@usejunior/docx-core/dist/shared/validators/structural.d.ts.map +1 -0
  377. package/node_modules/@usejunior/docx-core/dist/shared/validators/structural.js +110 -0
  378. package/node_modules/@usejunior/docx-core/dist/shared/validators/structural.js.map +1 -0
  379. package/node_modules/@usejunior/docx-core/package.json +26 -0
  380. package/node_modules/core-util-is/LICENSE +19 -0
  381. package/node_modules/core-util-is/README.md +3 -0
  382. package/node_modules/core-util-is/lib/util.js +107 -0
  383. package/node_modules/core-util-is/package.json +38 -0
  384. package/node_modules/diff-match-patch/LICENSE +202 -0
  385. package/node_modules/diff-match-patch/README.md +94 -0
  386. package/node_modules/diff-match-patch/index.js +2218 -0
  387. package/node_modules/diff-match-patch/package.json +22 -0
  388. package/node_modules/immediate/LICENSE.txt +20 -0
  389. package/node_modules/immediate/README.md +93 -0
  390. package/node_modules/immediate/dist/immediate.js +75 -0
  391. package/node_modules/immediate/dist/immediate.min.js +1 -0
  392. package/node_modules/immediate/lib/browser.js +69 -0
  393. package/node_modules/immediate/lib/index.js +73 -0
  394. package/node_modules/immediate/package.json +42 -0
  395. package/node_modules/inherits/LICENSE +16 -0
  396. package/node_modules/inherits/README.md +42 -0
  397. package/node_modules/inherits/inherits.js +9 -0
  398. package/node_modules/inherits/inherits_browser.js +27 -0
  399. package/node_modules/inherits/package.json +29 -0
  400. package/node_modules/isarray/.npmignore +1 -0
  401. package/node_modules/isarray/.travis.yml +4 -0
  402. package/node_modules/isarray/Makefile +6 -0
  403. package/node_modules/isarray/README.md +60 -0
  404. package/node_modules/isarray/component.json +19 -0
  405. package/node_modules/isarray/index.js +5 -0
  406. package/node_modules/isarray/package.json +45 -0
  407. package/node_modules/isarray/test.js +20 -0
  408. package/node_modules/jszip/.codeclimate.yml +16 -0
  409. package/node_modules/jszip/.editorconfig +8 -0
  410. package/node_modules/jszip/.eslintrc.js +43 -0
  411. package/node_modules/jszip/.github/workflows/pr.yaml +58 -0
  412. package/node_modules/jszip/.jekyll-metadata +0 -0
  413. package/node_modules/jszip/.travis.yml +17 -0
  414. package/node_modules/jszip/CHANGES.md +204 -0
  415. package/node_modules/jszip/LICENSE.markdown +651 -0
  416. package/node_modules/jszip/README.markdown +33 -0
  417. package/node_modules/jszip/deps.js +37 -0
  418. package/node_modules/jszip/dist/jszip.js +11577 -0
  419. package/node_modules/jszip/dist/jszip.min.js +13 -0
  420. package/node_modules/jszip/graph.svg +601 -0
  421. package/node_modules/jszip/index.d.ts +330 -0
  422. package/node_modules/jszip/lib/base64.js +106 -0
  423. package/node_modules/jszip/lib/compressedObject.js +74 -0
  424. package/node_modules/jszip/lib/compressions.js +14 -0
  425. package/node_modules/jszip/lib/crc32.js +77 -0
  426. package/node_modules/jszip/lib/defaults.js +11 -0
  427. package/node_modules/jszip/lib/external.js +18 -0
  428. package/node_modules/jszip/lib/flate.js +85 -0
  429. package/node_modules/jszip/lib/generate/ZipFileWorker.js +539 -0
  430. package/node_modules/jszip/lib/generate/index.js +57 -0
  431. package/node_modules/jszip/lib/index.js +55 -0
  432. package/node_modules/jszip/lib/license_header.js +11 -0
  433. package/node_modules/jszip/lib/load.js +88 -0
  434. package/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js +74 -0
  435. package/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +42 -0
  436. package/node_modules/jszip/lib/nodejsUtils.js +57 -0
  437. package/node_modules/jszip/lib/object.js +384 -0
  438. package/node_modules/jszip/lib/readable-stream-browser.js +10 -0
  439. package/node_modules/jszip/lib/reader/ArrayReader.js +57 -0
  440. package/node_modules/jszip/lib/reader/DataReader.js +116 -0
  441. package/node_modules/jszip/lib/reader/NodeBufferReader.js +19 -0
  442. package/node_modules/jszip/lib/reader/StringReader.js +38 -0
  443. package/node_modules/jszip/lib/reader/Uint8ArrayReader.js +22 -0
  444. package/node_modules/jszip/lib/reader/readerFor.js +28 -0
  445. package/node_modules/jszip/lib/signature.js +7 -0
  446. package/node_modules/jszip/lib/stream/ConvertWorker.js +26 -0
  447. package/node_modules/jszip/lib/stream/Crc32Probe.js +24 -0
  448. package/node_modules/jszip/lib/stream/DataLengthProbe.js +29 -0
  449. package/node_modules/jszip/lib/stream/DataWorker.js +116 -0
  450. package/node_modules/jszip/lib/stream/GenericWorker.js +263 -0
  451. package/node_modules/jszip/lib/stream/StreamHelper.js +214 -0
  452. package/node_modules/jszip/lib/support.js +38 -0
  453. package/node_modules/jszip/lib/utf8.js +275 -0
  454. package/node_modules/jszip/lib/utils.js +501 -0
  455. package/node_modules/jszip/lib/zipEntries.js +261 -0
  456. package/node_modules/jszip/lib/zipEntry.js +293 -0
  457. package/node_modules/jszip/lib/zipObject.js +133 -0
  458. package/node_modules/jszip/package.json +67 -0
  459. package/node_modules/jszip/sponsors.md +21 -0
  460. package/node_modules/jszip/tsconfig.json +101 -0
  461. package/node_modules/jszip/vendor/FileSaver.js +247 -0
  462. package/node_modules/lie/README.md +62 -0
  463. package/node_modules/lie/dist/lie.js +350 -0
  464. package/node_modules/lie/dist/lie.min.js +1 -0
  465. package/node_modules/lie/dist/lie.polyfill.js +358 -0
  466. package/node_modules/lie/dist/lie.polyfill.min.js +1 -0
  467. package/node_modules/lie/lib/browser.js +273 -0
  468. package/node_modules/lie/lib/index.js +298 -0
  469. package/node_modules/lie/license.md +7 -0
  470. package/node_modules/lie/lie.d.ts +244 -0
  471. package/node_modules/lie/package.json +69 -0
  472. package/node_modules/lie/polyfill.js +4 -0
  473. package/node_modules/pako/LICENSE +21 -0
  474. package/node_modules/pako/README.md +191 -0
  475. package/node_modules/pako/dist/pako.js +6818 -0
  476. package/node_modules/pako/dist/pako.min.js +1 -0
  477. package/node_modules/pako/dist/pako_deflate.js +3997 -0
  478. package/node_modules/pako/dist/pako_deflate.min.js +1 -0
  479. package/node_modules/pako/dist/pako_inflate.js +3300 -0
  480. package/node_modules/pako/dist/pako_inflate.min.js +1 -0
  481. package/node_modules/pako/index.js +14 -0
  482. package/node_modules/pako/lib/deflate.js +400 -0
  483. package/node_modules/pako/lib/inflate.js +423 -0
  484. package/node_modules/pako/lib/utils/common.js +105 -0
  485. package/node_modules/pako/lib/utils/strings.js +187 -0
  486. package/node_modules/pako/lib/zlib/README +59 -0
  487. package/node_modules/pako/lib/zlib/adler32.js +51 -0
  488. package/node_modules/pako/lib/zlib/constants.js +68 -0
  489. package/node_modules/pako/lib/zlib/crc32.js +59 -0
  490. package/node_modules/pako/lib/zlib/deflate.js +1874 -0
  491. package/node_modules/pako/lib/zlib/gzheader.js +58 -0
  492. package/node_modules/pako/lib/zlib/inffast.js +345 -0
  493. package/node_modules/pako/lib/zlib/inflate.js +1556 -0
  494. package/node_modules/pako/lib/zlib/inftrees.js +343 -0
  495. package/node_modules/pako/lib/zlib/messages.js +32 -0
  496. package/node_modules/pako/lib/zlib/trees.js +1222 -0
  497. package/node_modules/pako/lib/zlib/zstream.js +47 -0
  498. package/node_modules/pako/package.json +44 -0
  499. package/node_modules/process-nextick-args/index.js +45 -0
  500. package/node_modules/process-nextick-args/license.md +19 -0
  501. package/node_modules/process-nextick-args/package.json +25 -0
  502. package/node_modules/process-nextick-args/readme.md +18 -0
  503. package/node_modules/readable-stream/.travis.yml +34 -0
  504. package/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  505. package/node_modules/readable-stream/GOVERNANCE.md +136 -0
  506. package/node_modules/readable-stream/LICENSE +47 -0
  507. package/node_modules/readable-stream/README.md +58 -0
  508. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  509. package/node_modules/readable-stream/duplex-browser.js +1 -0
  510. package/node_modules/readable-stream/duplex.js +1 -0
  511. package/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  512. package/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  513. package/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  514. package/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  515. package/node_modules/readable-stream/lib/_stream_writable.js +685 -0
  516. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +78 -0
  517. package/node_modules/readable-stream/lib/internal/streams/destroy.js +84 -0
  518. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  519. package/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  520. package/node_modules/readable-stream/package.json +52 -0
  521. package/node_modules/readable-stream/passthrough.js +1 -0
  522. package/node_modules/readable-stream/readable-browser.js +7 -0
  523. package/node_modules/readable-stream/readable.js +19 -0
  524. package/node_modules/readable-stream/transform.js +1 -0
  525. package/node_modules/readable-stream/writable-browser.js +1 -0
  526. package/node_modules/readable-stream/writable.js +8 -0
  527. package/node_modules/safe-buffer/LICENSE +21 -0
  528. package/node_modules/safe-buffer/README.md +584 -0
  529. package/node_modules/safe-buffer/index.d.ts +187 -0
  530. package/node_modules/safe-buffer/index.js +62 -0
  531. package/node_modules/safe-buffer/package.json +37 -0
  532. package/node_modules/setimmediate/LICENSE.txt +20 -0
  533. package/node_modules/setimmediate/package.json +30 -0
  534. package/node_modules/setimmediate/setImmediate.js +186 -0
  535. package/node_modules/string_decoder/.travis.yml +50 -0
  536. package/node_modules/string_decoder/LICENSE +48 -0
  537. package/node_modules/string_decoder/README.md +47 -0
  538. package/node_modules/string_decoder/lib/string_decoder.js +296 -0
  539. package/node_modules/string_decoder/package.json +31 -0
  540. package/node_modules/util-deprecate/History.md +16 -0
  541. package/node_modules/util-deprecate/LICENSE +24 -0
  542. package/node_modules/util-deprecate/README.md +53 -0
  543. package/node_modules/util-deprecate/browser.js +67 -0
  544. package/node_modules/util-deprecate/node.js +6 -0
  545. package/node_modules/util-deprecate/package.json +27 -0
  546. package/package.json +11 -5
  547. package/packages/docx-core/node_modules/@xmldom/xmldom/CHANGELOG.md +468 -0
  548. package/packages/docx-core/node_modules/@xmldom/xmldom/LICENSE +8 -0
  549. package/packages/docx-core/node_modules/@xmldom/xmldom/SECURITY.md +50 -0
  550. package/packages/docx-core/node_modules/@xmldom/xmldom/index.d.ts +43 -0
  551. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +2 -0
  552. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/conventions.js +203 -0
  553. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/dom-parser.js +322 -0
  554. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/dom.js +1879 -0
  555. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/entities.js +2166 -0
  556. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/index.js +4 -0
  557. package/packages/docx-core/node_modules/@xmldom/xmldom/lib/sax.js +662 -0
  558. package/packages/docx-core/node_modules/@xmldom/xmldom/package.json +71 -0
  559. package/packages/docx-core/node_modules/@xmldom/xmldom/readme.md +356 -0
  560. package/server.json +31 -0
  561. package/skills/client-email/SKILL.md +143 -0
  562. package/skills/cloud-service-agreement/SKILL.md +8 -99
  563. package/skills/data-privacy-agreement/SKILL.md +10 -97
  564. package/skills/delaware-franchise-tax/SKILL.md +7 -1
  565. package/skills/edit-docx-agreement/SKILL.md +10 -3
  566. package/skills/employment-contract/SKILL.md +10 -95
  567. package/skills/iso-27001-evidence-collection/SKILL.md +7 -1
  568. package/skills/iso-27001-internal-audit/SKILL.md +6 -0
  569. package/skills/nda/SKILL.md +7 -99
  570. package/skills/open-agreements/CONNECTORS.md +1 -1
  571. package/skills/open-agreements/SKILL.md +17 -104
  572. package/skills/recipe-quality-audit/SKILL.md +116 -0
  573. package/skills/safe/SKILL.md +12 -97
  574. package/skills/services-agreement/SKILL.md +8 -99
  575. package/skills/shared/template-filling-execution.md +92 -0
  576. package/skills/soc2-readiness/SKILL.md +7 -1
  577. package/skills/unit-test-philosophy/SKILL.md +12 -1
  578. package/skills/venture-financing/SKILL.md +11 -96
@@ -0,0 +1,601 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <!-- Generated by graphviz version 5.0.0 (20220707.1540)
5
+ -->
6
+ <!-- Title: G Pages: 1 -->
7
+ <svg width="1779pt" height="983pt"
8
+ viewBox="0.00 0.00 1779.20 982.66" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
+ <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(21.6 961.06)">
10
+ <title>G</title>
11
+ <polygon fill="#111111" stroke="transparent" points="-21.6,21.6 -21.6,-961.06 1757.6,-961.06 1757.6,21.6 -21.6,21.6"/>
12
+ <!-- base64.js -->
13
+ <g id="node1" class="node">
14
+ <title>base64.js</title>
15
+ <path fill="none" stroke="#cfffac" d="M119.83,-306C119.83,-306 61.17,-306 61.17,-306 57.33,-306 53.5,-302.17 53.5,-298.33 53.5,-298.33 53.5,-290.67 53.5,-290.67 53.5,-286.83 57.33,-283 61.17,-283 61.17,-283 119.83,-283 119.83,-283 123.67,-283 127.5,-286.83 127.5,-290.67 127.5,-290.67 127.5,-298.33 127.5,-298.33 127.5,-302.17 123.67,-306 119.83,-306"/>
16
+ <text text-anchor="middle" x="90.5" y="-290.8" font-family="Arial" font-size="14.00" fill="#cfffac">base64.js</text>
17
+ </g>
18
+ <!-- compressedObject.js -->
19
+ <g id="node2" class="node">
20
+ <title>compressedObject.js</title>
21
+ <path fill="none" stroke="#c6c5fe" d="M1141.33,-296C1141.33,-296 1012.67,-296 1012.67,-296 1008.83,-296 1005,-292.17 1005,-288.33 1005,-288.33 1005,-280.67 1005,-280.67 1005,-276.83 1008.83,-273 1012.67,-273 1012.67,-273 1141.33,-273 1141.33,-273 1145.17,-273 1149,-276.83 1149,-280.67 1149,-280.67 1149,-288.33 1149,-288.33 1149,-292.17 1145.17,-296 1141.33,-296"/>
22
+ <text text-anchor="middle" x="1077" y="-280.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">compressedObject.js</text>
23
+ </g>
24
+ <!-- stream/Crc32Probe.js -->
25
+ <g id="node3" class="node">
26
+ <title>stream/Crc32Probe.js</title>
27
+ <path fill="none" stroke="#c6c5fe" d="M1348.83,-415C1348.83,-415 1216.17,-415 1216.17,-415 1212.33,-415 1208.5,-411.17 1208.5,-407.33 1208.5,-407.33 1208.5,-399.67 1208.5,-399.67 1208.5,-395.83 1212.33,-392 1216.17,-392 1216.17,-392 1348.83,-392 1348.83,-392 1352.67,-392 1356.5,-395.83 1356.5,-399.67 1356.5,-399.67 1356.5,-407.33 1356.5,-407.33 1356.5,-411.17 1352.67,-415 1348.83,-415"/>
28
+ <text text-anchor="middle" x="1282.5" y="-399.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">stream/Crc32Probe.js</text>
29
+ </g>
30
+ <!-- compressedObject.js&#45;&gt;stream/Crc32Probe.js -->
31
+ <g id="edge1" class="edge">
32
+ <title>compressedObject.js&#45;&gt;stream/Crc32Probe.js</title>
33
+ <path fill="none" stroke="#757575" d="M1089.24,-296.19C1109.84,-316.93 1155.86,-360.17 1203,-383.5 1206.76,-385.36 1210.7,-387.06 1214.75,-388.61"/>
34
+ <polygon fill="#757575" stroke="#757575" points="1213.71,-391.95 1224.3,-391.95 1216.02,-385.35 1213.71,-391.95"/>
35
+ </g>
36
+ <!-- stream/DataLengthProbe.js -->
37
+ <g id="node4" class="node">
38
+ <title>stream/DataLengthProbe.js</title>
39
+ <path fill="none" stroke="#c6c5fe" d="M1605.33,-337C1605.33,-337 1438.67,-337 1438.67,-337 1434.83,-337 1431,-333.17 1431,-329.33 1431,-329.33 1431,-321.67 1431,-321.67 1431,-317.83 1434.83,-314 1438.67,-314 1438.67,-314 1605.33,-314 1605.33,-314 1609.17,-314 1613,-317.83 1613,-321.67 1613,-321.67 1613,-329.33 1613,-329.33 1613,-333.17 1609.17,-337 1605.33,-337"/>
40
+ <text text-anchor="middle" x="1522" y="-321.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">stream/DataLengthProbe.js</text>
41
+ </g>
42
+ <!-- compressedObject.js&#45;&gt;stream/DataLengthProbe.js -->
43
+ <g id="edge2" class="edge">
44
+ <title>compressedObject.js&#45;&gt;stream/DataLengthProbe.js</title>
45
+ <path fill="none" stroke="#757575" d="M1146.96,-296.01C1165.15,-298.77 1184.78,-301.49 1203,-303.5 1275.56,-311.51 1357.77,-317.11 1420.42,-320.65"/>
46
+ <polygon fill="#757575" stroke="#757575" points="1420.52,-324.16 1430.7,-321.22 1420.91,-317.17 1420.52,-324.16"/>
47
+ </g>
48
+ <!-- stream/DataWorker.js -->
49
+ <g id="node5" class="node">
50
+ <title>stream/DataWorker.js</title>
51
+ <path fill="none" stroke="#c6c5fe" d="M1348.33,-294C1348.33,-294 1216.67,-294 1216.67,-294 1212.83,-294 1209,-290.17 1209,-286.33 1209,-286.33 1209,-278.67 1209,-278.67 1209,-274.83 1212.83,-271 1216.67,-271 1216.67,-271 1348.33,-271 1348.33,-271 1352.17,-271 1356,-274.83 1356,-278.67 1356,-278.67 1356,-286.33 1356,-286.33 1356,-290.17 1352.17,-294 1348.33,-294"/>
52
+ <text text-anchor="middle" x="1282.5" y="-278.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">stream/DataWorker.js</text>
53
+ </g>
54
+ <!-- compressedObject.js&#45;&gt;stream/DataWorker.js -->
55
+ <g id="edge3" class="edge">
56
+ <title>compressedObject.js&#45;&gt;stream/DataWorker.js</title>
57
+ <path fill="none" stroke="#757575" d="M1149.17,-283.8C1165.22,-283.64 1182.37,-283.47 1198.84,-283.31"/>
58
+ <polygon fill="#757575" stroke="#757575" points="1199.02,-286.81 1208.99,-283.21 1198.95,-279.81 1199.02,-286.81"/>
59
+ </g>
60
+ <!-- crc32.js -->
61
+ <g id="node8" class="node">
62
+ <title>crc32.js</title>
63
+ <path fill="none" stroke="#c6c5fe" d="M1545.83,-495C1545.83,-495 1498.17,-495 1498.17,-495 1494.33,-495 1490.5,-491.17 1490.5,-487.33 1490.5,-487.33 1490.5,-479.67 1490.5,-479.67 1490.5,-475.83 1494.33,-472 1498.17,-472 1498.17,-472 1545.83,-472 1545.83,-472 1549.67,-472 1553.5,-475.83 1553.5,-479.67 1553.5,-479.67 1553.5,-487.33 1553.5,-487.33 1553.5,-491.17 1549.67,-495 1545.83,-495"/>
64
+ <text text-anchor="middle" x="1522" y="-479.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">crc32.js</text>
65
+ </g>
66
+ <!-- stream/Crc32Probe.js&#45;&gt;crc32.js -->
67
+ <g id="edge42" class="edge">
68
+ <title>stream/Crc32Probe.js&#45;&gt;crc32.js</title>
69
+ <path fill="none" stroke="#757575" d="M1317.78,-415.05C1360.98,-429.6 1435.12,-454.57 1480.9,-469.99"/>
70
+ <polygon fill="#757575" stroke="#757575" points="1479.91,-473.35 1490.5,-473.23 1482.14,-466.72 1479.91,-473.35"/>
71
+ </g>
72
+ <!-- utils.js -->
73
+ <g id="node9" class="node">
74
+ <title>utils.js</title>
75
+ <path fill="none" stroke="#cfffac" d="M1728.33,-495C1728.33,-495 1689.67,-495 1689.67,-495 1685.83,-495 1682,-491.17 1682,-487.33 1682,-487.33 1682,-479.67 1682,-479.67 1682,-475.83 1685.83,-472 1689.67,-472 1689.67,-472 1728.33,-472 1728.33,-472 1732.17,-472 1736,-475.83 1736,-479.67 1736,-479.67 1736,-487.33 1736,-487.33 1736,-491.17 1732.17,-495 1728.33,-495"/>
76
+ <text text-anchor="middle" x="1709" y="-479.8" font-family="Arial" font-size="14.00" fill="#cfffac">utils.js</text>
77
+ </g>
78
+ <!-- stream/Crc32Probe.js&#45;&gt;utils.js -->
79
+ <g id="edge43" class="edge">
80
+ <title>stream/Crc32Probe.js&#45;&gt;utils.js</title>
81
+ <path fill="none" stroke="#757575" d="M1356.76,-395.52C1432.27,-390.27 1551.91,-390.38 1646,-429.5 1663.95,-436.96 1680.34,-451.77 1691.76,-463.99"/>
82
+ <polygon fill="#757575" stroke="#757575" points="1689.24,-466.42 1698.51,-471.54 1694.46,-461.75 1689.24,-466.42"/>
83
+ </g>
84
+ <!-- stream/DataLengthProbe.js&#45;&gt;utils.js -->
85
+ <g id="edge44" class="edge">
86
+ <title>stream/DataLengthProbe.js&#45;&gt;utils.js</title>
87
+ <path fill="none" stroke="#757575" d="M1613.06,-335.12C1624.95,-339.19 1636.34,-344.81 1646,-352.5 1680.91,-380.29 1697.21,-432.45 1703.92,-461.87"/>
88
+ <polygon fill="#757575" stroke="#757575" points="1700.56,-462.88 1706.05,-471.94 1707.41,-461.43 1700.56,-462.88"/>
89
+ </g>
90
+ <!-- stream/DataWorker.js&#45;&gt;utils.js -->
91
+ <g id="edge45" class="edge">
92
+ <title>stream/DataWorker.js&#45;&gt;utils.js</title>
93
+ <path fill="none" stroke="#757575" d="M1328.44,-270.94C1402.75,-254.67 1552.34,-234.37 1646,-305.5 1695.57,-343.15 1705.71,-423.13 1707.64,-461.74"/>
94
+ <polygon fill="#757575" stroke="#757575" points="1704.15,-462.02 1708.01,-471.89 1711.15,-461.77 1704.15,-462.02"/>
95
+ </g>
96
+ <!-- compressions.js -->
97
+ <g id="node6" class="node">
98
+ <title>compressions.js</title>
99
+ <path fill="none" stroke="#c6c5fe" d="M1126.33,-608C1126.33,-608 1027.67,-608 1027.67,-608 1023.83,-608 1020,-604.17 1020,-600.33 1020,-600.33 1020,-592.67 1020,-592.67 1020,-588.83 1023.83,-585 1027.67,-585 1027.67,-585 1126.33,-585 1126.33,-585 1130.17,-585 1134,-588.83 1134,-592.67 1134,-592.67 1134,-600.33 1134,-600.33 1134,-604.17 1130.17,-608 1126.33,-608"/>
100
+ <text text-anchor="middle" x="1077" y="-592.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">compressions.js</text>
101
+ </g>
102
+ <!-- flate.js -->
103
+ <g id="node7" class="node">
104
+ <title>flate.js</title>
105
+ <path fill="none" stroke="#c6c5fe" d="M1542.33,-608C1542.33,-608 1501.67,-608 1501.67,-608 1497.83,-608 1494,-604.17 1494,-600.33 1494,-600.33 1494,-592.67 1494,-592.67 1494,-588.83 1497.83,-585 1501.67,-585 1501.67,-585 1542.33,-585 1542.33,-585 1546.17,-585 1550,-588.83 1550,-592.67 1550,-592.67 1550,-600.33 1550,-600.33 1550,-604.17 1546.17,-608 1542.33,-608"/>
106
+ <text text-anchor="middle" x="1522" y="-592.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">flate.js</text>
107
+ </g>
108
+ <!-- compressions.js&#45;&gt;flate.js -->
109
+ <g id="edge4" class="edge">
110
+ <title>compressions.js&#45;&gt;flate.js</title>
111
+ <path fill="none" stroke="#757575" d="M1134.11,-596.5C1225.94,-596.5 1405.91,-596.5 1483.7,-596.5"/>
112
+ <polygon fill="#757575" stroke="#757575" points="1483.98,-600 1493.98,-596.5 1483.98,-593 1483.98,-600"/>
113
+ </g>
114
+ <!-- flate.js&#45;&gt;utils.js -->
115
+ <g id="edge6" class="edge">
116
+ <title>flate.js&#45;&gt;utils.js</title>
117
+ <path fill="none" stroke="#757575" d="M1550.09,-596.32C1576.55,-594.94 1616.97,-589.52 1646,-570.5 1670.69,-554.33 1688.64,-524.65 1698.69,-504.5"/>
118
+ <polygon fill="#757575" stroke="#757575" points="1701.97,-505.75 1703.1,-495.22 1695.65,-502.75 1701.97,-505.75"/>
119
+ </g>
120
+ <!-- crc32.js&#45;&gt;utils.js -->
121
+ <g id="edge5" class="edge">
122
+ <title>crc32.js&#45;&gt;utils.js</title>
123
+ <path fill="none" stroke="#757575" d="M1553.55,-483.5C1586.01,-483.5 1637.3,-483.5 1671.78,-483.5"/>
124
+ <polygon fill="#757575" stroke="#757575" points="1671.9,-487 1681.9,-483.5 1671.9,-480 1671.9,-487"/>
125
+ </g>
126
+ <!-- defaults.js -->
127
+ <g id="node10" class="node">
128
+ <title>defaults.js</title>
129
+ <path fill="none" stroke="#cfffac" d="M121.33,-388C121.33,-388 59.67,-388 59.67,-388 55.83,-388 52,-384.17 52,-380.33 52,-380.33 52,-372.67 52,-372.67 52,-368.83 55.83,-365 59.67,-365 59.67,-365 121.33,-365 121.33,-365 125.17,-365 129,-368.83 129,-372.67 129,-372.67 129,-380.33 129,-380.33 129,-384.17 125.17,-388 121.33,-388"/>
130
+ <text text-anchor="middle" x="90.5" y="-372.8" font-family="Arial" font-size="14.00" fill="#cfffac">defaults.js</text>
131
+ </g>
132
+ <!-- external.js -->
133
+ <g id="node11" class="node">
134
+ <title>external.js</title>
135
+ <path fill="none" stroke="#cfffac" d="M121.83,-429C121.83,-429 59.17,-429 59.17,-429 55.33,-429 51.5,-425.17 51.5,-421.33 51.5,-421.33 51.5,-413.67 51.5,-413.67 51.5,-409.83 55.33,-406 59.17,-406 59.17,-406 121.83,-406 121.83,-406 125.67,-406 129.5,-409.83 129.5,-413.67 129.5,-413.67 129.5,-421.33 129.5,-421.33 129.5,-425.17 125.67,-429 121.83,-429"/>
136
+ <text text-anchor="middle" x="90.5" y="-413.8" font-family="Arial" font-size="14.00" fill="#cfffac">external.js</text>
137
+ </g>
138
+ <!-- generate/ZipFileWorker.js -->
139
+ <g id="node12" class="node">
140
+ <title>generate/ZipFileWorker.js</title>
141
+ <path fill="none" stroke="#c6c5fe" d="M1154.33,-490C1154.33,-490 999.67,-490 999.67,-490 995.83,-490 992,-486.17 992,-482.33 992,-482.33 992,-474.67 992,-474.67 992,-470.83 995.83,-467 999.67,-467 999.67,-467 1154.33,-467 1154.33,-467 1158.17,-467 1162,-470.83 1162,-474.67 1162,-474.67 1162,-482.33 1162,-482.33 1162,-486.17 1158.17,-490 1154.33,-490"/>
142
+ <text text-anchor="middle" x="1077" y="-474.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">generate/ZipFileWorker.js</text>
143
+ </g>
144
+ <!-- generate/ZipFileWorker.js&#45;&gt;crc32.js -->
145
+ <g id="edge7" class="edge">
146
+ <title>generate/ZipFileWorker.js&#45;&gt;crc32.js</title>
147
+ <path fill="none" stroke="#757575" d="M1162.11,-479.45C1257.3,-480.52 1408.45,-482.23 1480.38,-483.04"/>
148
+ <polygon fill="#757575" stroke="#757575" points="1480.36,-486.54 1490.4,-483.15 1480.44,-479.54 1480.36,-486.54"/>
149
+ </g>
150
+ <!-- generate/ZipFileWorker.js&#45;&gt;utils.js -->
151
+ <g id="edge9" class="edge">
152
+ <title>generate/ZipFileWorker.js&#45;&gt;utils.js</title>
153
+ <path fill="none" stroke="#757575" d="M1160.91,-466.95C1272.08,-453.58 1475.22,-436.64 1646,-463.5 1654.67,-464.86 1663.79,-467.24 1672.28,-469.89"/>
154
+ <polygon fill="#757575" stroke="#757575" points="1671.3,-473.25 1681.89,-473.08 1673.5,-466.61 1671.3,-473.25"/>
155
+ </g>
156
+ <!-- utf8.js -->
157
+ <g id="node13" class="node">
158
+ <title>utf8.js</title>
159
+ <path fill="none" stroke="#c6c5fe" d="M1301.83,-374C1301.83,-374 1263.17,-374 1263.17,-374 1259.33,-374 1255.5,-370.17 1255.5,-366.33 1255.5,-366.33 1255.5,-358.67 1255.5,-358.67 1255.5,-354.83 1259.33,-351 1263.17,-351 1263.17,-351 1301.83,-351 1301.83,-351 1305.67,-351 1309.5,-354.83 1309.5,-358.67 1309.5,-358.67 1309.5,-366.33 1309.5,-366.33 1309.5,-370.17 1305.67,-374 1301.83,-374"/>
160
+ <text text-anchor="middle" x="1282.5" y="-358.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">utf8.js</text>
161
+ </g>
162
+ <!-- generate/ZipFileWorker.js&#45;&gt;utf8.js -->
163
+ <g id="edge8" class="edge">
164
+ <title>generate/ZipFileWorker.js&#45;&gt;utf8.js</title>
165
+ <path fill="none" stroke="#757575" d="M1095.05,-466.9C1113.21,-454.39 1142.63,-433.7 1167,-414.5 1183.59,-401.44 1184.33,-393.37 1203,-383.5 1216.02,-376.62 1231.48,-371.86 1245.21,-368.63"/>
166
+ <polygon fill="#757575" stroke="#757575" points="1246.28,-371.98 1255.32,-366.45 1244.8,-365.14 1246.28,-371.98"/>
167
+ </g>
168
+ <!-- utf8.js&#45;&gt;utils.js -->
169
+ <g id="edge49" class="edge">
170
+ <title>utf8.js&#45;&gt;utils.js</title>
171
+ <path fill="none" stroke="#757575" d="M1309.66,-361.43C1383.03,-358.9 1589.11,-355.01 1646,-388.5 1674.11,-405.05 1691.8,-439.95 1700.79,-462.53"/>
172
+ <polygon fill="#757575" stroke="#757575" points="1697.52,-463.79 1704.31,-471.93 1704.08,-461.34 1697.52,-463.79"/>
173
+ </g>
174
+ <!-- generate/index.js -->
175
+ <g id="node14" class="node">
176
+ <title>generate/index.js</title>
177
+ <path fill="none" stroke="#c6c5fe" d="M884.83,-490C884.83,-490 781.17,-490 781.17,-490 777.33,-490 773.5,-486.17 773.5,-482.33 773.5,-482.33 773.5,-474.67 773.5,-474.67 773.5,-470.83 777.33,-467 781.17,-467 781.17,-467 884.83,-467 884.83,-467 888.67,-467 892.5,-470.83 892.5,-474.67 892.5,-474.67 892.5,-482.33 892.5,-482.33 892.5,-486.17 888.67,-490 884.83,-490"/>
178
+ <text text-anchor="middle" x="833" y="-474.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">generate/index.js</text>
179
+ </g>
180
+ <!-- generate/index.js&#45;&gt;compressions.js -->
181
+ <g id="edge10" class="edge">
182
+ <title>generate/index.js&#45;&gt;compressions.js</title>
183
+ <path fill="none" stroke="#757575" d="M857.64,-490.03C901.11,-511.22 993.77,-556.4 1043.25,-580.53"/>
184
+ <polygon fill="#757575" stroke="#757575" points="1041.74,-583.69 1052.26,-584.92 1044.81,-577.4 1041.74,-583.69"/>
185
+ </g>
186
+ <!-- generate/index.js&#45;&gt;generate/ZipFileWorker.js -->
187
+ <g id="edge11" class="edge">
188
+ <title>generate/index.js&#45;&gt;generate/ZipFileWorker.js</title>
189
+ <path fill="none" stroke="#757575" d="M892.58,-478.5C919.35,-478.5 951.73,-478.5 981.79,-478.5"/>
190
+ <polygon fill="#757575" stroke="#757575" points="981.89,-482 991.89,-478.5 981.89,-475 981.89,-482"/>
191
+ </g>
192
+ <!-- index.js -->
193
+ <g id="node15" class="node">
194
+ <title>index.js</title>
195
+ <path fill="none" stroke="#c6c5fe" d="M113.83,-347C113.83,-347 67.17,-347 67.17,-347 63.33,-347 59.5,-343.17 59.5,-339.33 59.5,-339.33 59.5,-331.67 59.5,-331.67 59.5,-327.83 63.33,-324 67.17,-324 67.17,-324 113.83,-324 113.83,-324 117.67,-324 121.5,-327.83 121.5,-331.67 121.5,-331.67 121.5,-339.33 121.5,-339.33 121.5,-343.17 117.67,-347 113.83,-347"/>
196
+ <text text-anchor="middle" x="90.5" y="-331.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">index.js</text>
197
+ </g>
198
+ <!-- load.js -->
199
+ <g id="node16" class="node">
200
+ <title>load.js</title>
201
+ <path fill="none" stroke="#c6c5fe" d="M265.33,-416C265.33,-416 224.67,-416 224.67,-416 220.83,-416 217,-412.17 217,-408.33 217,-408.33 217,-400.67 217,-400.67 217,-396.83 220.83,-393 224.67,-393 224.67,-393 265.33,-393 265.33,-393 269.17,-393 273,-396.83 273,-400.67 273,-400.67 273,-408.33 273,-408.33 273,-412.17 269.17,-416 265.33,-416"/>
202
+ <text text-anchor="middle" x="245" y="-400.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">load.js</text>
203
+ </g>
204
+ <!-- index.js&#45;&gt;load.js -->
205
+ <g id="edge12" class="edge">
206
+ <title>index.js&#45;&gt;load.js</title>
207
+ <path fill="none" stroke="#757575" d="M121.56,-339.32C139.45,-342.37 162.23,-347.65 181,-356.5 196.81,-363.96 212.46,-375.85 224.2,-385.93"/>
208
+ <polygon fill="#757575" stroke="#757575" points="222.21,-388.84 232.01,-392.86 226.85,-383.6 222.21,-388.84"/>
209
+ </g>
210
+ <!-- object.js -->
211
+ <g id="node17" class="node">
212
+ <title>object.js</title>
213
+ <path fill="none" stroke="#c6c5fe" d="M638.83,-240C638.83,-240 588.17,-240 588.17,-240 584.33,-240 580.5,-236.17 580.5,-232.33 580.5,-232.33 580.5,-224.67 580.5,-224.67 580.5,-220.83 584.33,-217 588.17,-217 588.17,-217 638.83,-217 638.83,-217 642.67,-217 646.5,-220.83 646.5,-224.67 646.5,-224.67 646.5,-232.33 646.5,-232.33 646.5,-236.17 642.67,-240 638.83,-240"/>
214
+ <text text-anchor="middle" x="613.5" y="-224.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">object.js</text>
215
+ </g>
216
+ <!-- index.js&#45;&gt;object.js -->
217
+ <g id="edge13" class="edge">
218
+ <title>index.js&#45;&gt;object.js</title>
219
+ <path fill="none" stroke="#757575" d="M121.76,-329.28C210.16,-311.13 468.14,-258.15 570.22,-237.18"/>
220
+ <polygon fill="#757575" stroke="#757575" points="571.08,-240.58 580.17,-235.14 569.67,-233.72 571.08,-240.58"/>
221
+ </g>
222
+ <!-- load.js&#45;&gt;stream/Crc32Probe.js -->
223
+ <g id="edge14" class="edge">
224
+ <title>load.js&#45;&gt;stream/Crc32Probe.js</title>
225
+ <path fill="none" stroke="#757575" d="M273.16,-404.47C405.01,-404.35 980.76,-403.79 1198.06,-403.58"/>
226
+ <polygon fill="#757575" stroke="#757575" points="1198.14,-407.08 1208.14,-403.57 1198.14,-400.08 1198.14,-407.08"/>
227
+ </g>
228
+ <!-- load.js&#45;&gt;utils.js -->
229
+ <g id="edge16" class="edge">
230
+ <title>load.js&#45;&gt;utils.js</title>
231
+ <path fill="none" stroke="#757575" d="M273.2,-411.94C344.82,-431.09 544.77,-481.85 715,-499.5 1016.95,-530.8 1094.44,-503.39 1398,-504.5 1508.22,-504.9 1537.24,-522.42 1646,-504.5 1654.7,-503.07 1663.83,-500.57 1672.32,-497.79"/>
232
+ <polygon fill="#757575" stroke="#757575" points="1673.64,-501.04 1681.94,-494.44 1671.34,-494.43 1673.64,-501.04"/>
233
+ </g>
234
+ <!-- load.js&#45;&gt;utf8.js -->
235
+ <g id="edge15" class="edge">
236
+ <title>load.js&#45;&gt;utf8.js</title>
237
+ <path fill="none" stroke="#757575" d="M273.18,-396.1C315.32,-383.84 399.17,-362.5 472,-362.5 472,-362.5 472,-362.5 834,-362.5 986.85,-362.5 1169.08,-362.5 1245.24,-362.5"/>
238
+ <polygon fill="#757575" stroke="#757575" points="1245.27,-366 1255.27,-362.5 1245.27,-359 1245.27,-366"/>
239
+ </g>
240
+ <!-- zipEntries.js -->
241
+ <g id="node19" class="node">
242
+ <title>zipEntries.js</title>
243
+ <path fill="none" stroke="#c6c5fe" d="M390.33,-648C390.33,-648 316.67,-648 316.67,-648 312.83,-648 309,-644.17 309,-640.33 309,-640.33 309,-632.67 309,-632.67 309,-628.83 312.83,-625 316.67,-625 316.67,-625 390.33,-625 390.33,-625 394.17,-625 398,-628.83 398,-632.67 398,-632.67 398,-640.33 398,-640.33 398,-644.17 394.17,-648 390.33,-648"/>
244
+ <text text-anchor="middle" x="353.5" y="-632.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">zipEntries.js</text>
245
+ </g>
246
+ <!-- load.js&#45;&gt;zipEntries.js -->
247
+ <g id="edge17" class="edge">
248
+ <title>load.js&#45;&gt;zipEntries.js</title>
249
+ <path fill="none" stroke="#757575" d="M251.28,-416C268.17,-452.8 321.05,-568 342.9,-615.6"/>
250
+ <polygon fill="#757575" stroke="#757575" points="339.83,-617.3 347.19,-624.93 346.2,-614.38 339.83,-617.3"/>
251
+ </g>
252
+ <!-- object.js&#45;&gt;compressedObject.js -->
253
+ <g id="edge20" class="edge">
254
+ <title>object.js&#45;&gt;compressedObject.js</title>
255
+ <path fill="none" stroke="#757575" d="M646.59,-232.39C717.9,-241.05 891.41,-262.1 994.73,-274.64"/>
256
+ <polygon fill="#757575" stroke="#757575" points="994.46,-278.13 1004.81,-275.86 995.31,-271.18 994.46,-278.13"/>
257
+ </g>
258
+ <!-- object.js&#45;&gt;utils.js -->
259
+ <g id="edge25" class="edge">
260
+ <title>object.js&#45;&gt;utils.js</title>
261
+ <path fill="none" stroke="#757575" d="M637.38,-216.91C657.32,-207.43 687.31,-194.61 715,-188.5 871.92,-153.89 915.31,-168.5 1076,-168.5 1076,-168.5 1076,-168.5 1283.5,-168.5 1448.68,-168.5 1527.02,-135.92 1646,-250.5 1676.62,-279.99 1697.68,-409.34 1705.07,-461.54"/>
262
+ <polygon fill="#757575" stroke="#757575" points="1701.64,-462.29 1706.48,-471.71 1708.58,-461.33 1701.64,-462.29"/>
263
+ </g>
264
+ <!-- object.js&#45;&gt;utf8.js -->
265
+ <g id="edge24" class="edge">
266
+ <title>object.js&#45;&gt;utf8.js</title>
267
+ <path fill="none" stroke="#757575" d="M639.18,-240.05C659.22,-249 688.41,-261.09 715,-268.5 816.54,-296.78 1136.85,-342.48 1245.24,-357.52"/>
268
+ <polygon fill="#757575" stroke="#757575" points="1244.96,-361.02 1255.35,-358.92 1245.92,-354.08 1244.96,-361.02"/>
269
+ </g>
270
+ <!-- object.js&#45;&gt;generate/index.js -->
271
+ <g id="edge21" class="edge">
272
+ <title>object.js&#45;&gt;generate/index.js</title>
273
+ <path fill="none" stroke="#757575" d="M624.7,-240.22C659.23,-279.92 772.01,-409.55 815.08,-459.05"/>
274
+ <polygon fill="#757575" stroke="#757575" points="812.62,-461.56 821.82,-466.8 817.9,-456.96 812.62,-461.56"/>
275
+ </g>
276
+ <!-- nodejs/NodejsStreamInputAdapter.js -->
277
+ <g id="node20" class="node">
278
+ <title>nodejs/NodejsStreamInputAdapter.js</title>
279
+ <path fill="none" stroke="#c6c5fe" d="M943.33,-123C943.33,-123 722.67,-123 722.67,-123 718.83,-123 715,-119.17 715,-115.33 715,-115.33 715,-107.67 715,-107.67 715,-103.83 718.83,-100 722.67,-100 722.67,-100 943.33,-100 943.33,-100 947.17,-100 951,-103.83 951,-107.67 951,-107.67 951,-115.33 951,-115.33 951,-119.17 947.17,-123 943.33,-123"/>
280
+ <text text-anchor="middle" x="833" y="-107.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">nodejs/NodejsStreamInputAdapter.js</text>
281
+ </g>
282
+ <!-- object.js&#45;&gt;nodejs/NodejsStreamInputAdapter.js -->
283
+ <g id="edge22" class="edge">
284
+ <title>object.js&#45;&gt;nodejs/NodejsStreamInputAdapter.js</title>
285
+ <path fill="none" stroke="#757575" d="M627.66,-216.9C646.11,-201.09 681.22,-172.67 715,-154.5 736.24,-143.08 761.16,-133.45 782.53,-126.22"/>
286
+ <polygon fill="#757575" stroke="#757575" points="783.67,-129.53 792.07,-123.07 781.47,-122.88 783.67,-129.53"/>
287
+ </g>
288
+ <!-- stream/StreamHelper.js -->
289
+ <g id="node23" class="node">
290
+ <title>stream/StreamHelper.js</title>
291
+ <path fill="none" stroke="#c6c5fe" d="M1354.33,-66C1354.33,-66 1210.67,-66 1210.67,-66 1206.83,-66 1203,-62.17 1203,-58.33 1203,-58.33 1203,-50.67 1203,-50.67 1203,-46.83 1206.83,-43 1210.67,-43 1210.67,-43 1354.33,-43 1354.33,-43 1358.17,-43 1362,-46.83 1362,-50.67 1362,-50.67 1362,-58.33 1362,-58.33 1362,-62.17 1358.17,-66 1354.33,-66"/>
292
+ <text text-anchor="middle" x="1282.5" y="-50.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">stream/StreamHelper.js</text>
293
+ </g>
294
+ <!-- object.js&#45;&gt;stream/StreamHelper.js -->
295
+ <g id="edge23" class="edge">
296
+ <title>object.js&#45;&gt;stream/StreamHelper.js</title>
297
+ <path fill="none" stroke="#757575" d="M618.86,-216.93C629.97,-189.27 662.27,-119.47 715,-90.5 875.6,-2.26 1101.77,-23.21 1213.53,-41.29"/>
298
+ <polygon fill="#757575" stroke="#757575" points="1213.22,-44.78 1223.66,-42.97 1214.37,-37.88 1213.22,-44.78"/>
299
+ </g>
300
+ <!-- zipObject.js -->
301
+ <g id="node24" class="node">
302
+ <title>zipObject.js</title>
303
+ <path fill="none" stroke="#c6c5fe" d="M868.83,-220C868.83,-220 797.17,-220 797.17,-220 793.33,-220 789.5,-216.17 789.5,-212.33 789.5,-212.33 789.5,-204.67 789.5,-204.67 789.5,-200.83 793.33,-197 797.17,-197 797.17,-197 868.83,-197 868.83,-197 872.67,-197 876.5,-200.83 876.5,-204.67 876.5,-204.67 876.5,-212.33 876.5,-212.33 876.5,-216.17 872.67,-220 868.83,-220"/>
304
+ <text text-anchor="middle" x="833" y="-204.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">zipObject.js</text>
305
+ </g>
306
+ <!-- object.js&#45;&gt;zipObject.js -->
307
+ <g id="edge26" class="edge">
308
+ <title>object.js&#45;&gt;zipObject.js</title>
309
+ <path fill="none" stroke="#757575" d="M646.59,-225.55C681.45,-222.34 737.69,-217.17 779.1,-213.36"/>
310
+ <polygon fill="#757575" stroke="#757575" points="779.65,-216.83 789.29,-212.43 779.01,-209.86 779.65,-216.83"/>
311
+ </g>
312
+ <!-- license_header.js -->
313
+ <g id="node18" class="node">
314
+ <title>license_header.js</title>
315
+ <path fill="none" stroke="#cfffac" d="M143.33,-470C143.33,-470 37.67,-470 37.67,-470 33.83,-470 30,-466.17 30,-462.33 30,-462.33 30,-454.67 30,-454.67 30,-450.83 33.83,-447 37.67,-447 37.67,-447 143.33,-447 143.33,-447 147.17,-447 151,-450.83 151,-454.67 151,-454.67 151,-462.33 151,-462.33 151,-466.17 147.17,-470 143.33,-470"/>
316
+ <text text-anchor="middle" x="90.5" y="-454.8" font-family="Arial" font-size="14.00" fill="#cfffac">license_header.js</text>
317
+ </g>
318
+ <!-- zipEntries.js&#45;&gt;utils.js -->
319
+ <g id="edge51" class="edge">
320
+ <title>zipEntries.js&#45;&gt;utils.js</title>
321
+ <path fill="none" stroke="#757575" d="M358.78,-648.1C378.66,-699.78 467.27,-906.5 612.5,-906.5 612.5,-906.5 612.5,-906.5 1283.5,-906.5 1444.91,-906.5 1526.7,-993.22 1646,-884.5 1702.34,-833.16 1707.73,-582.1 1708.05,-505.64"/>
322
+ <polygon fill="#757575" stroke="#757575" points="1711.55,-505.3 1708.07,-495.3 1704.55,-505.29 1711.55,-505.3"/>
323
+ </g>
324
+ <!-- reader/readerFor.js -->
325
+ <g id="node31" class="node">
326
+ <title>reader/readerFor.js</title>
327
+ <path fill="none" stroke="#c6c5fe" d="M671.33,-728C671.33,-728 555.67,-728 555.67,-728 551.83,-728 548,-724.17 548,-720.33 548,-720.33 548,-712.67 548,-712.67 548,-708.83 551.83,-705 555.67,-705 555.67,-705 671.33,-705 671.33,-705 675.17,-705 679,-708.83 679,-712.67 679,-712.67 679,-720.33 679,-720.33 679,-724.17 675.17,-728 671.33,-728"/>
328
+ <text text-anchor="middle" x="613.5" y="-712.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/readerFor.js</text>
329
+ </g>
330
+ <!-- zipEntries.js&#45;&gt;reader/readerFor.js -->
331
+ <g id="edge50" class="edge">
332
+ <title>zipEntries.js&#45;&gt;reader/readerFor.js</title>
333
+ <path fill="none" stroke="#757575" d="M391.74,-648.05C437.66,-662.29 515.74,-686.5 565.68,-701.98"/>
334
+ <polygon fill="#757575" stroke="#757575" points="564.68,-705.34 575.27,-704.96 566.76,-698.65 564.68,-705.34"/>
335
+ </g>
336
+ <!-- zipEntry.js -->
337
+ <g id="node36" class="node">
338
+ <title>zipEntry.js</title>
339
+ <path fill="none" stroke="#c6c5fe" d="M504.33,-608C504.33,-608 441.67,-608 441.67,-608 437.83,-608 434,-604.17 434,-600.33 434,-600.33 434,-592.67 434,-592.67 434,-588.83 437.83,-585 441.67,-585 441.67,-585 504.33,-585 504.33,-585 508.17,-585 512,-588.83 512,-592.67 512,-592.67 512,-600.33 512,-600.33 512,-604.17 508.17,-608 504.33,-608"/>
340
+ <text text-anchor="middle" x="473" y="-592.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">zipEntry.js</text>
341
+ </g>
342
+ <!-- zipEntries.js&#45;&gt;zipEntry.js -->
343
+ <g id="edge52" class="edge">
344
+ <title>zipEntries.js&#45;&gt;zipEntry.js</title>
345
+ <path fill="none" stroke="#757575" d="M388.49,-624.93C400.91,-620.7 415.14,-615.86 428.29,-611.38"/>
346
+ <polygon fill="#757575" stroke="#757575" points="429.75,-614.58 438.09,-608.04 427.5,-607.95 429.75,-614.58"/>
347
+ </g>
348
+ <!-- nodejs/NodejsStreamInputAdapter.js&#45;&gt;utils.js -->
349
+ <g id="edge18" class="edge">
350
+ <title>nodejs/NodejsStreamInputAdapter.js&#45;&gt;utils.js</title>
351
+ <path fill="none" stroke="#757575" d="M951.31,-109.85C1163.75,-108 1595,-109.88 1646,-154.5 1692.42,-195.11 1704.48,-394.49 1707.25,-461.49"/>
352
+ <polygon fill="#757575" stroke="#757575" points="1703.77,-461.87 1707.65,-471.73 1710.76,-461.61 1703.77,-461.87"/>
353
+ </g>
354
+ <!-- nodejs/NodejsStreamOutputAdapter.js -->
355
+ <g id="node21" class="node">
356
+ <title>nodejs/NodejsStreamOutputAdapter.js</title>
357
+ <path fill="none" stroke="#c6c5fe" d="M1638.33,-64C1638.33,-64 1405.67,-64 1405.67,-64 1401.83,-64 1398,-60.17 1398,-56.33 1398,-56.33 1398,-48.67 1398,-48.67 1398,-44.83 1401.83,-41 1405.67,-41 1405.67,-41 1638.33,-41 1638.33,-41 1642.17,-41 1646,-44.83 1646,-48.67 1646,-48.67 1646,-56.33 1646,-56.33 1646,-60.17 1642.17,-64 1638.33,-64"/>
358
+ <text text-anchor="middle" x="1522" y="-48.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">nodejs/NodejsStreamOutputAdapter.js</text>
359
+ </g>
360
+ <!-- nodejs/NodejsStreamOutputAdapter.js&#45;&gt;utils.js -->
361
+ <g id="edge19" class="edge">
362
+ <title>nodejs/NodejsStreamOutputAdapter.js&#45;&gt;utils.js</title>
363
+ <path fill="none" stroke="#757575" d="M1626.86,-64.14C1633.94,-67.92 1640.45,-72.63 1646,-78.5 1698.86,-134.43 1706.66,-385.18 1707.8,-461.43"/>
364
+ <polygon fill="#757575" stroke="#757575" points="1704.31,-461.79 1707.93,-471.75 1711.31,-461.7 1704.31,-461.79"/>
365
+ </g>
366
+ <!-- nodejsUtils.js -->
367
+ <g id="node22" class="node">
368
+ <title>nodejsUtils.js</title>
369
+ <path fill="none" stroke="#cfffac" d="M130.83,-511C130.83,-511 50.17,-511 50.17,-511 46.33,-511 42.5,-507.17 42.5,-503.33 42.5,-503.33 42.5,-495.67 42.5,-495.67 42.5,-491.83 46.33,-488 50.17,-488 50.17,-488 130.83,-488 130.83,-488 134.67,-488 138.5,-491.83 138.5,-495.67 138.5,-495.67 138.5,-503.33 138.5,-503.33 138.5,-507.17 134.67,-511 130.83,-511"/>
370
+ <text text-anchor="middle" x="90.5" y="-495.8" font-family="Arial" font-size="14.00" fill="#cfffac">nodejsUtils.js</text>
371
+ </g>
372
+ <!-- stream/StreamHelper.js&#45;&gt;utils.js -->
373
+ <g id="edge48" class="edge">
374
+ <title>stream/StreamHelper.js&#45;&gt;utils.js</title>
375
+ <path fill="none" stroke="#757575" d="M1354.06,-66.05C1458.79,-83.26 1643.42,-113.91 1646,-116.5 1694.96,-165.56 1705.4,-390.11 1707.5,-461.58"/>
376
+ <polygon fill="#757575" stroke="#757575" points="1704,-461.79 1707.77,-471.69 1711,-461.6 1704,-461.79"/>
377
+ </g>
378
+ <!-- stream/StreamHelper.js&#45;&gt;nodejs/NodejsStreamOutputAdapter.js -->
379
+ <g id="edge46" class="edge">
380
+ <title>stream/StreamHelper.js&#45;&gt;nodejs/NodejsStreamOutputAdapter.js</title>
381
+ <path fill="none" stroke="#757575" d="M1362.25,-53.84C1370.5,-53.77 1379.04,-53.7 1387.69,-53.62"/>
382
+ <polygon fill="#757575" stroke="#757575" points="1387.91,-57.12 1397.88,-53.54 1387.85,-50.12 1387.91,-57.12"/>
383
+ </g>
384
+ <!-- stream/ConvertWorker.js -->
385
+ <g id="node33" class="node">
386
+ <title>stream/ConvertWorker.js</title>
387
+ <path fill="none" stroke="#c6c5fe" d="M1597.33,-23C1597.33,-23 1446.67,-23 1446.67,-23 1442.83,-23 1439,-19.17 1439,-15.33 1439,-15.33 1439,-7.67 1439,-7.67 1439,-3.83 1442.83,0 1446.67,0 1446.67,0 1597.33,0 1597.33,0 1601.17,0 1605,-3.83 1605,-7.67 1605,-7.67 1605,-15.33 1605,-15.33 1605,-19.17 1601.17,-23 1597.33,-23"/>
388
+ <text text-anchor="middle" x="1522" y="-7.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">stream/ConvertWorker.js</text>
389
+ </g>
390
+ <!-- stream/StreamHelper.js&#45;&gt;stream/ConvertWorker.js -->
391
+ <g id="edge47" class="edge">
392
+ <title>stream/StreamHelper.js&#45;&gt;stream/ConvertWorker.js</title>
393
+ <path fill="none" stroke="#757575" d="M1338.75,-42.97C1357.52,-39.17 1378.65,-35.02 1398,-31.5 1410.72,-29.19 1424.21,-26.87 1437.41,-24.66"/>
394
+ <polygon fill="#757575" stroke="#757575" points="1438.13,-28.09 1447.43,-23.01 1436.99,-21.19 1438.13,-28.09"/>
395
+ </g>
396
+ <!-- zipObject.js&#45;&gt;compressedObject.js -->
397
+ <g id="edge59" class="edge">
398
+ <title>zipObject.js&#45;&gt;compressedObject.js</title>
399
+ <path fill="none" stroke="#757575" d="M876.59,-214.08C899.3,-218.01 927.36,-224.41 951,-234.5 968.69,-242.05 969.57,-250.38 987,-258.5 996.4,-262.88 1006.7,-266.7 1016.86,-269.97"/>
400
+ <polygon fill="#757575" stroke="#757575" points="1015.93,-273.35 1026.52,-272.93 1017.99,-266.65 1015.93,-273.35"/>
401
+ </g>
402
+ <!-- zipObject.js&#45;&gt;stream/DataWorker.js -->
403
+ <g id="edge60" class="edge">
404
+ <title>zipObject.js&#45;&gt;stream/DataWorker.js</title>
405
+ <path fill="none" stroke="#757575" d="M876.54,-206.49C940.6,-204.53 1065.15,-204.91 1167,-230.5 1197.57,-238.18 1230.08,-253.74 1252.61,-265.84"/>
406
+ <polygon fill="#757575" stroke="#757575" points="1251.18,-269.05 1261.63,-270.79 1254.54,-262.91 1251.18,-269.05"/>
407
+ </g>
408
+ <!-- zipObject.js&#45;&gt;utf8.js -->
409
+ <g id="edge62" class="edge">
410
+ <title>zipObject.js&#45;&gt;utf8.js</title>
411
+ <path fill="none" stroke="#757575" d="M876.56,-214.91C963.47,-228.1 1154.29,-257.62 1167,-264.5 1187.75,-275.73 1185.5,-287.68 1203,-303.5 1219.75,-318.64 1240.19,-333.91 1256.01,-345.12"/>
412
+ <polygon fill="#757575" stroke="#757575" points="1254.07,-348.04 1264.27,-350.91 1258.08,-342.3 1254.07,-348.04"/>
413
+ </g>
414
+ <!-- zipObject.js&#45;&gt;stream/StreamHelper.js -->
415
+ <g id="edge61" class="edge">
416
+ <title>zipObject.js&#45;&gt;stream/StreamHelper.js</title>
417
+ <path fill="none" stroke="#757575" d="M867.64,-196.92C947.67,-169.38 1149.36,-99.97 1238.27,-69.38"/>
418
+ <polygon fill="#757575" stroke="#757575" points="1239.46,-72.67 1247.78,-66.1 1237.19,-66.05 1239.46,-72.67"/>
419
+ </g>
420
+ <!-- readable&#45;stream&#45;browser.js -->
421
+ <g id="node25" class="node">
422
+ <title>readable&#45;stream&#45;browser.js</title>
423
+ <path fill="none" stroke="#cfffac" d="M173.33,-552C173.33,-552 7.67,-552 7.67,-552 3.83,-552 0,-548.17 0,-544.33 0,-544.33 0,-536.67 0,-536.67 0,-532.83 3.83,-529 7.67,-529 7.67,-529 173.33,-529 173.33,-529 177.17,-529 181,-532.83 181,-536.67 181,-536.67 181,-544.33 181,-544.33 181,-548.17 177.17,-552 173.33,-552"/>
424
+ <text text-anchor="middle" x="90.5" y="-536.8" font-family="Arial" font-size="14.00" fill="#cfffac">readable&#45;stream&#45;browser.js</text>
425
+ </g>
426
+ <!-- reader/ArrayReader.js -->
427
+ <g id="node26" class="node">
428
+ <title>reader/ArrayReader.js</title>
429
+ <path fill="none" stroke="#c6c5fe" d="M1349.33,-802C1349.33,-802 1215.67,-802 1215.67,-802 1211.83,-802 1208,-798.17 1208,-794.33 1208,-794.33 1208,-786.67 1208,-786.67 1208,-782.83 1211.83,-779 1215.67,-779 1215.67,-779 1349.33,-779 1349.33,-779 1353.17,-779 1357,-782.83 1357,-786.67 1357,-786.67 1357,-794.33 1357,-794.33 1357,-798.17 1353.17,-802 1349.33,-802"/>
430
+ <text text-anchor="middle" x="1282.5" y="-786.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/ArrayReader.js</text>
431
+ </g>
432
+ <!-- reader/ArrayReader.js&#45;&gt;utils.js -->
433
+ <g id="edge28" class="edge">
434
+ <title>reader/ArrayReader.js&#45;&gt;utils.js</title>
435
+ <path fill="none" stroke="#757575" d="M1357.26,-795.2C1450.61,-799.5 1604.29,-800.54 1646,-764.5 1685.42,-730.44 1701.76,-565.37 1706.46,-505.36"/>
436
+ <polygon fill="#757575" stroke="#757575" points="1709.97,-505.37 1707.23,-495.13 1702.99,-504.84 1709.97,-505.37"/>
437
+ </g>
438
+ <!-- reader/DataReader.js -->
439
+ <g id="node27" class="node">
440
+ <title>reader/DataReader.js</title>
441
+ <path fill="none" stroke="#c6c5fe" d="M1586.83,-840C1586.83,-840 1457.17,-840 1457.17,-840 1453.33,-840 1449.5,-836.17 1449.5,-832.33 1449.5,-832.33 1449.5,-824.67 1449.5,-824.67 1449.5,-820.83 1453.33,-817 1457.17,-817 1457.17,-817 1586.83,-817 1586.83,-817 1590.67,-817 1594.5,-820.83 1594.5,-824.67 1594.5,-824.67 1594.5,-832.33 1594.5,-832.33 1594.5,-836.17 1590.67,-840 1586.83,-840"/>
442
+ <text text-anchor="middle" x="1522" y="-824.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/DataReader.js</text>
443
+ </g>
444
+ <!-- reader/ArrayReader.js&#45;&gt;reader/DataReader.js -->
445
+ <g id="edge27" class="edge">
446
+ <title>reader/ArrayReader.js&#45;&gt;reader/DataReader.js</title>
447
+ <path fill="none" stroke="#757575" d="M1355.4,-802C1381.91,-806.25 1412.13,-811.08 1439.43,-815.45"/>
448
+ <polygon fill="#757575" stroke="#757575" points="1438.91,-818.91 1449.34,-817.03 1440.02,-812 1438.91,-818.91"/>
449
+ </g>
450
+ <!-- reader/DataReader.js&#45;&gt;utils.js -->
451
+ <g id="edge29" class="edge">
452
+ <title>reader/DataReader.js&#45;&gt;utils.js</title>
453
+ <path fill="none" stroke="#757575" d="M1594.67,-827.36C1613.57,-823.63 1632.45,-816.27 1646,-802.5 1687.8,-760.01 1702.84,-570.31 1706.81,-505.38"/>
454
+ <polygon fill="#757575" stroke="#757575" points="1710.33,-505.28 1707.41,-495.1 1703.34,-504.87 1710.33,-505.28"/>
455
+ </g>
456
+ <!-- reader/NodeBufferReader.js -->
457
+ <g id="node28" class="node">
458
+ <title>reader/NodeBufferReader.js</title>
459
+ <path fill="none" stroke="#c6c5fe" d="M917.83,-688C917.83,-688 748.17,-688 748.17,-688 744.33,-688 740.5,-684.17 740.5,-680.33 740.5,-680.33 740.5,-672.67 740.5,-672.67 740.5,-668.83 744.33,-665 748.17,-665 748.17,-665 917.83,-665 917.83,-665 921.67,-665 925.5,-668.83 925.5,-672.67 925.5,-672.67 925.5,-680.33 925.5,-680.33 925.5,-684.17 921.67,-688 917.83,-688"/>
460
+ <text text-anchor="middle" x="833" y="-672.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/NodeBufferReader.js</text>
461
+ </g>
462
+ <!-- reader/NodeBufferReader.js&#45;&gt;utils.js -->
463
+ <g id="edge31" class="edge">
464
+ <title>reader/NodeBufferReader.js&#45;&gt;utils.js</title>
465
+ <path fill="none" stroke="#757575" d="M925.72,-679.23C1125.93,-684.4 1588.79,-691.66 1646,-650.5 1693.09,-616.62 1704.46,-542.72 1707.17,-505.64"/>
466
+ <polygon fill="#757575" stroke="#757575" points="1710.68,-505.59 1707.77,-495.4 1703.69,-505.18 1710.68,-505.59"/>
467
+ </g>
468
+ <!-- reader/Uint8ArrayReader.js -->
469
+ <g id="node29" class="node">
470
+ <title>reader/Uint8ArrayReader.js</title>
471
+ <path fill="none" stroke="#c6c5fe" d="M1159.33,-726C1159.33,-726 994.67,-726 994.67,-726 990.83,-726 987,-722.17 987,-718.33 987,-718.33 987,-710.67 987,-710.67 987,-706.83 990.83,-703 994.67,-703 994.67,-703 1159.33,-703 1159.33,-703 1163.17,-703 1167,-706.83 1167,-710.67 1167,-710.67 1167,-718.33 1167,-718.33 1167,-722.17 1163.17,-726 1159.33,-726"/>
472
+ <text text-anchor="middle" x="1077" y="-710.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/Uint8ArrayReader.js</text>
473
+ </g>
474
+ <!-- reader/NodeBufferReader.js&#45;&gt;reader/Uint8ArrayReader.js -->
475
+ <g id="edge30" class="edge">
476
+ <title>reader/NodeBufferReader.js&#45;&gt;reader/Uint8ArrayReader.js</title>
477
+ <path fill="none" stroke="#757575" d="M907.26,-688C934.15,-692.23 964.78,-697.04 992.5,-701.39"/>
478
+ <polygon fill="#757575" stroke="#757575" points="992.15,-704.88 1002.57,-702.97 993.23,-697.96 992.15,-704.88"/>
479
+ </g>
480
+ <!-- reader/Uint8ArrayReader.js&#45;&gt;utils.js -->
481
+ <g id="edge35" class="edge">
482
+ <title>reader/Uint8ArrayReader.js&#45;&gt;utils.js</title>
483
+ <path fill="none" stroke="#757575" d="M1167.07,-722.47C1307.97,-733.13 1573.75,-744.74 1646,-688.5 1703.1,-644.05 1709.22,-548.71 1708.86,-505.54"/>
484
+ <polygon fill="#757575" stroke="#757575" points="1712.36,-505.22 1708.65,-495.3 1705.36,-505.37 1712.36,-505.22"/>
485
+ </g>
486
+ <!-- reader/Uint8ArrayReader.js&#45;&gt;reader/ArrayReader.js -->
487
+ <g id="edge34" class="edge">
488
+ <title>reader/Uint8ArrayReader.js&#45;&gt;reader/ArrayReader.js</title>
489
+ <path fill="none" stroke="#757575" d="M1108.91,-726.04C1144.27,-739.25 1202.3,-760.92 1241.19,-775.44"/>
490
+ <polygon fill="#757575" stroke="#757575" points="1240.04,-778.75 1250.64,-778.97 1242.49,-772.2 1240.04,-778.75"/>
491
+ </g>
492
+ <!-- reader/StringReader.js -->
493
+ <g id="node30" class="node">
494
+ <title>reader/StringReader.js</title>
495
+ <path fill="none" stroke="#c6c5fe" d="M1350.83,-843C1350.83,-843 1214.17,-843 1214.17,-843 1210.33,-843 1206.5,-839.17 1206.5,-835.33 1206.5,-835.33 1206.5,-827.67 1206.5,-827.67 1206.5,-823.83 1210.33,-820 1214.17,-820 1214.17,-820 1350.83,-820 1350.83,-820 1354.67,-820 1358.5,-823.83 1358.5,-827.67 1358.5,-827.67 1358.5,-835.33 1358.5,-835.33 1358.5,-839.17 1354.67,-843 1350.83,-843"/>
496
+ <text text-anchor="middle" x="1282.5" y="-827.8" font-family="Arial" font-size="14.00" fill="#c6c5fe">reader/StringReader.js</text>
497
+ </g>
498
+ <!-- reader/StringReader.js&#45;&gt;utils.js -->
499
+ <g id="edge33" class="edge">
500
+ <title>reader/StringReader.js&#45;&gt;utils.js</title>
501
+ <path fill="none" stroke="#757575" d="M1308.71,-843.08C1373.39,-870.87 1547.09,-933.07 1646,-849.5 1698.92,-804.79 1706.68,-577.03 1707.81,-505.22"/>
502
+ <polygon fill="#757575" stroke="#757575" points="1711.31,-505.13 1707.94,-495.08 1704.31,-505.04 1711.31,-505.13"/>
503
+ </g>
504
+ <!-- reader/StringReader.js&#45;&gt;reader/DataReader.js -->
505
+ <g id="edge32" class="edge">
506
+ <title>reader/StringReader.js&#45;&gt;reader/DataReader.js</title>
507
+ <path fill="none" stroke="#757575" d="M1358.65,-830.55C1384.2,-830.23 1412.88,-829.87 1438.95,-829.54"/>
508
+ <polygon fill="#757575" stroke="#757575" points="1439.22,-833.03 1449.18,-829.41 1439.13,-826.03 1439.22,-833.03"/>
509
+ </g>
510
+ <!-- reader/readerFor.js&#45;&gt;utils.js -->
511
+ <g id="edge40" class="edge">
512
+ <title>reader/readerFor.js&#45;&gt;utils.js</title>
513
+ <path fill="none" stroke="#757575" d="M679,-725.88C690.95,-727.32 703.33,-728.62 715,-729.5 835.58,-738.6 866.09,-733.89 987,-735.5 1060.23,-736.48 1589.14,-769.66 1646,-723.5 1680.16,-695.77 1699.3,-559.25 1705.63,-505.4"/>
514
+ <polygon fill="#757575" stroke="#757575" points="1709.13,-505.56 1706.78,-495.23 1702.17,-504.77 1709.13,-505.56"/>
515
+ </g>
516
+ <!-- reader/readerFor.js&#45;&gt;reader/ArrayReader.js -->
517
+ <g id="edge36" class="edge">
518
+ <title>reader/readerFor.js&#45;&gt;reader/ArrayReader.js</title>
519
+ <path fill="none" stroke="#757575" d="M631.34,-728.18C650.57,-740.78 683.47,-760.17 715,-768.5 881.57,-812.48 1085.19,-806.6 1197.33,-798.49"/>
520
+ <polygon fill="#757575" stroke="#757575" points="1197.85,-801.96 1207.56,-797.72 1197.33,-794.98 1197.85,-801.96"/>
521
+ </g>
522
+ <!-- reader/readerFor.js&#45;&gt;reader/NodeBufferReader.js -->
523
+ <g id="edge37" class="edge">
524
+ <title>reader/readerFor.js&#45;&gt;reader/NodeBufferReader.js</title>
525
+ <path fill="none" stroke="#757575" d="M677.12,-704.98C702.82,-700.26 732.75,-694.75 759.41,-689.85"/>
526
+ <polygon fill="#757575" stroke="#757575" points="760.25,-693.26 769.45,-688 758.98,-686.37 760.25,-693.26"/>
527
+ </g>
528
+ <!-- reader/readerFor.js&#45;&gt;reader/Uint8ArrayReader.js -->
529
+ <g id="edge39" class="edge">
530
+ <title>reader/readerFor.js&#45;&gt;reader/Uint8ArrayReader.js</title>
531
+ <path fill="none" stroke="#757575" d="M679.16,-716.22C756.43,-715.88 886.56,-715.32 976.64,-714.93"/>
532
+ <polygon fill="#757575" stroke="#757575" points="976.88,-718.43 986.87,-714.89 976.85,-711.43 976.88,-718.43"/>
533
+ </g>
534
+ <!-- reader/readerFor.js&#45;&gt;reader/StringReader.js -->
535
+ <g id="edge38" class="edge">
536
+ <title>reader/readerFor.js&#45;&gt;reader/StringReader.js</title>
537
+ <path fill="none" stroke="#757575" d="M624.19,-728.1C640.63,-746.82 676.03,-783.15 715,-798.5 875.83,-861.85 1082.3,-853.86 1196.31,-842.57"/>
538
+ <polygon fill="#757575" stroke="#757575" points="1196.79,-846.04 1206.38,-841.54 1196.07,-839.07 1196.79,-846.04"/>
539
+ </g>
540
+ <!-- signature.js -->
541
+ <g id="node32" class="node">
542
+ <title>signature.js</title>
543
+ <path fill="none" stroke="#cfffac" d="M125.83,-593C125.83,-593 55.17,-593 55.17,-593 51.33,-593 47.5,-589.17 47.5,-585.33 47.5,-585.33 47.5,-577.67 47.5,-577.67 47.5,-573.83 51.33,-570 55.17,-570 55.17,-570 125.83,-570 125.83,-570 129.67,-570 133.5,-573.83 133.5,-577.67 133.5,-577.67 133.5,-585.33 133.5,-585.33 133.5,-589.17 129.67,-593 125.83,-593"/>
544
+ <text text-anchor="middle" x="90.5" y="-577.8" font-family="Arial" font-size="14.00" fill="#cfffac">signature.js</text>
545
+ </g>
546
+ <!-- stream/ConvertWorker.js&#45;&gt;utils.js -->
547
+ <g id="edge41" class="edge">
548
+ <title>stream/ConvertWorker.js&#45;&gt;utils.js</title>
549
+ <path fill="none" stroke="#757575" d="M1605.11,-10.29C1620.43,-13.8 1635.05,-20.27 1646,-31.5 1706.48,-93.51 1708.87,-379.48 1708.29,-461.47"/>
550
+ <polygon fill="#757575" stroke="#757575" points="1704.79,-461.61 1708.19,-471.64 1711.78,-461.68 1704.79,-461.61"/>
551
+ </g>
552
+ <!-- stream/GenericWorker.js -->
553
+ <g id="node34" class="node">
554
+ <title>stream/GenericWorker.js</title>
555
+ <path fill="none" stroke="#cfffac" d="M166.33,-634C166.33,-634 14.67,-634 14.67,-634 10.83,-634 7,-630.17 7,-626.33 7,-626.33 7,-618.67 7,-618.67 7,-614.83 10.83,-611 14.67,-611 14.67,-611 166.33,-611 166.33,-611 170.17,-611 174,-614.83 174,-618.67 174,-618.67 174,-626.33 174,-626.33 174,-630.17 170.17,-634 166.33,-634"/>
556
+ <text text-anchor="middle" x="90.5" y="-618.8" font-family="Arial" font-size="14.00" fill="#cfffac">stream/GenericWorker.js</text>
557
+ </g>
558
+ <!-- support.js -->
559
+ <g id="node35" class="node">
560
+ <title>support.js</title>
561
+ <path fill="none" stroke="#cfffac" d="M120.33,-675C120.33,-675 60.67,-675 60.67,-675 56.83,-675 53,-671.17 53,-667.33 53,-667.33 53,-659.67 53,-659.67 53,-655.83 56.83,-652 60.67,-652 60.67,-652 120.33,-652 120.33,-652 124.17,-652 128,-655.83 128,-659.67 128,-659.67 128,-667.33 128,-667.33 128,-671.17 124.17,-675 120.33,-675"/>
562
+ <text text-anchor="middle" x="90.5" y="-659.8" font-family="Arial" font-size="14.00" fill="#cfffac">support.js</text>
563
+ </g>
564
+ <!-- zipEntry.js&#45;&gt;compressedObject.js -->
565
+ <g id="edge53" class="edge">
566
+ <title>zipEntry.js&#45;&gt;compressedObject.js</title>
567
+ <path fill="none" stroke="#757575" d="M481.75,-584.89C494.31,-566.55 520.51,-530.33 548,-504.5 614.23,-442.27 632.98,-425.64 715,-386.5 808.66,-341.8 925.59,-313.23 1000.53,-298.03"/>
568
+ <polygon fill="#757575" stroke="#757575" points="1001.25,-301.45 1010.37,-296.06 999.87,-294.59 1001.25,-301.45"/>
569
+ </g>
570
+ <!-- zipEntry.js&#45;&gt;compressions.js -->
571
+ <g id="edge54" class="edge">
572
+ <title>zipEntry.js&#45;&gt;compressions.js</title>
573
+ <path fill="none" stroke="#757575" d="M512.11,-596.5C612.17,-596.5 883.28,-596.5 1009.58,-596.5"/>
574
+ <polygon fill="#757575" stroke="#757575" points="1009.88,-600 1019.88,-596.5 1009.88,-593 1009.88,-600"/>
575
+ </g>
576
+ <!-- zipEntry.js&#45;&gt;crc32.js -->
577
+ <g id="edge55" class="edge">
578
+ <title>zipEntry.js&#45;&gt;crc32.js</title>
579
+ <path fill="none" stroke="#757575" d="M512.19,-592.38C675.12,-574.79 1311.33,-506.13 1479.85,-487.94"/>
580
+ <polygon fill="#757575" stroke="#757575" points="1480.47,-491.39 1490.04,-486.84 1479.72,-484.44 1480.47,-491.39"/>
581
+ </g>
582
+ <!-- zipEntry.js&#45;&gt;utils.js -->
583
+ <g id="edge58" class="edge">
584
+ <title>zipEntry.js&#45;&gt;utils.js</title>
585
+ <path fill="none" stroke="#757575" d="M512.29,-604.47C523.74,-606.65 536.35,-608.87 548,-610.5 673.53,-628.08 705.25,-636.5 832,-636.5 832,-636.5 832,-636.5 1283.5,-636.5 1364.17,-636.5 1579.19,-662.71 1646,-617.5 1684,-591.78 1699.17,-536.51 1704.86,-505.59"/>
586
+ <polygon fill="#757575" stroke="#757575" points="1708.37,-505.84 1706.55,-495.4 1701.46,-504.69 1708.37,-505.84"/>
587
+ </g>
588
+ <!-- zipEntry.js&#45;&gt;utf8.js -->
589
+ <g id="edge57" class="edge">
590
+ <title>zipEntry.js&#45;&gt;utf8.js</title>
591
+ <path fill="none" stroke="#757575" d="M488.53,-584.79C503.1,-573.32 526.42,-555.68 548,-542.5 618.91,-499.2 636.06,-484.39 715,-458.5 815.21,-425.63 1136.39,-381.56 1245.12,-367.22"/>
592
+ <polygon fill="#757575" stroke="#757575" points="1245.8,-370.66 1255.26,-365.89 1244.89,-363.72 1245.8,-370.66"/>
593
+ </g>
594
+ <!-- zipEntry.js&#45;&gt;reader/readerFor.js -->
595
+ <g id="edge56" class="edge">
596
+ <title>zipEntry.js&#45;&gt;reader/readerFor.js</title>
597
+ <path fill="none" stroke="#757575" d="M487.28,-608.01C511.31,-628.83 562.21,-672.93 591.17,-698.02"/>
598
+ <polygon fill="#757575" stroke="#757575" points="589.21,-700.95 599.06,-704.85 593.79,-695.66 589.21,-700.95"/>
599
+ </g>
600
+ </g>
601
+ </svg>