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,296 @@
1
+ // Copyright Joyent, Inc. and other Node contributors.
2
+ //
3
+ // Permission is hereby granted, free of charge, to any person obtaining a
4
+ // copy of this software and associated documentation files (the
5
+ // "Software"), to deal in the Software without restriction, including
6
+ // without limitation the rights to use, copy, modify, merge, publish,
7
+ // distribute, sublicense, and/or sell copies of the Software, and to permit
8
+ // persons to whom the Software is furnished to do so, subject to the
9
+ // following conditions:
10
+ //
11
+ // The above copyright notice and this permission notice shall be included
12
+ // in all copies or substantial portions of the Software.
13
+ //
14
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15
+ // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
17
+ // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18
+ // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19
+ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20
+ // USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
22
+ 'use strict';
23
+
24
+ /*<replacement>*/
25
+
26
+ var Buffer = require('safe-buffer').Buffer;
27
+ /*</replacement>*/
28
+
29
+ var isEncoding = Buffer.isEncoding || function (encoding) {
30
+ encoding = '' + encoding;
31
+ switch (encoding && encoding.toLowerCase()) {
32
+ case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':
33
+ return true;
34
+ default:
35
+ return false;
36
+ }
37
+ };
38
+
39
+ function _normalizeEncoding(enc) {
40
+ if (!enc) return 'utf8';
41
+ var retried;
42
+ while (true) {
43
+ switch (enc) {
44
+ case 'utf8':
45
+ case 'utf-8':
46
+ return 'utf8';
47
+ case 'ucs2':
48
+ case 'ucs-2':
49
+ case 'utf16le':
50
+ case 'utf-16le':
51
+ return 'utf16le';
52
+ case 'latin1':
53
+ case 'binary':
54
+ return 'latin1';
55
+ case 'base64':
56
+ case 'ascii':
57
+ case 'hex':
58
+ return enc;
59
+ default:
60
+ if (retried) return; // undefined
61
+ enc = ('' + enc).toLowerCase();
62
+ retried = true;
63
+ }
64
+ }
65
+ };
66
+
67
+ // Do not cache `Buffer.isEncoding` when checking encoding names as some
68
+ // modules monkey-patch it to support additional encodings
69
+ function normalizeEncoding(enc) {
70
+ var nenc = _normalizeEncoding(enc);
71
+ if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);
72
+ return nenc || enc;
73
+ }
74
+
75
+ // StringDecoder provides an interface for efficiently splitting a series of
76
+ // buffers into a series of JS strings without breaking apart multi-byte
77
+ // characters.
78
+ exports.StringDecoder = StringDecoder;
79
+ function StringDecoder(encoding) {
80
+ this.encoding = normalizeEncoding(encoding);
81
+ var nb;
82
+ switch (this.encoding) {
83
+ case 'utf16le':
84
+ this.text = utf16Text;
85
+ this.end = utf16End;
86
+ nb = 4;
87
+ break;
88
+ case 'utf8':
89
+ this.fillLast = utf8FillLast;
90
+ nb = 4;
91
+ break;
92
+ case 'base64':
93
+ this.text = base64Text;
94
+ this.end = base64End;
95
+ nb = 3;
96
+ break;
97
+ default:
98
+ this.write = simpleWrite;
99
+ this.end = simpleEnd;
100
+ return;
101
+ }
102
+ this.lastNeed = 0;
103
+ this.lastTotal = 0;
104
+ this.lastChar = Buffer.allocUnsafe(nb);
105
+ }
106
+
107
+ StringDecoder.prototype.write = function (buf) {
108
+ if (buf.length === 0) return '';
109
+ var r;
110
+ var i;
111
+ if (this.lastNeed) {
112
+ r = this.fillLast(buf);
113
+ if (r === undefined) return '';
114
+ i = this.lastNeed;
115
+ this.lastNeed = 0;
116
+ } else {
117
+ i = 0;
118
+ }
119
+ if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);
120
+ return r || '';
121
+ };
122
+
123
+ StringDecoder.prototype.end = utf8End;
124
+
125
+ // Returns only complete characters in a Buffer
126
+ StringDecoder.prototype.text = utf8Text;
127
+
128
+ // Attempts to complete a partial non-UTF-8 character using bytes from a Buffer
129
+ StringDecoder.prototype.fillLast = function (buf) {
130
+ if (this.lastNeed <= buf.length) {
131
+ buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132
+ return this.lastChar.toString(this.encoding, 0, this.lastTotal);
133
+ }
134
+ buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
135
+ this.lastNeed -= buf.length;
136
+ };
137
+
138
+ // Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a
139
+ // continuation byte. If an invalid byte is detected, -2 is returned.
140
+ function utf8CheckByte(byte) {
141
+ if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;
142
+ return byte >> 6 === 0x02 ? -1 : -2;
143
+ }
144
+
145
+ // Checks at most 3 bytes at the end of a Buffer in order to detect an
146
+ // incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)
147
+ // needed to complete the UTF-8 character (if applicable) are returned.
148
+ function utf8CheckIncomplete(self, buf, i) {
149
+ var j = buf.length - 1;
150
+ if (j < i) return 0;
151
+ var nb = utf8CheckByte(buf[j]);
152
+ if (nb >= 0) {
153
+ if (nb > 0) self.lastNeed = nb - 1;
154
+ return nb;
155
+ }
156
+ if (--j < i || nb === -2) return 0;
157
+ nb = utf8CheckByte(buf[j]);
158
+ if (nb >= 0) {
159
+ if (nb > 0) self.lastNeed = nb - 2;
160
+ return nb;
161
+ }
162
+ if (--j < i || nb === -2) return 0;
163
+ nb = utf8CheckByte(buf[j]);
164
+ if (nb >= 0) {
165
+ if (nb > 0) {
166
+ if (nb === 2) nb = 0;else self.lastNeed = nb - 3;
167
+ }
168
+ return nb;
169
+ }
170
+ return 0;
171
+ }
172
+
173
+ // Validates as many continuation bytes for a multi-byte UTF-8 character as
174
+ // needed or are available. If we see a non-continuation byte where we expect
175
+ // one, we "replace" the validated continuation bytes we've seen so far with
176
+ // a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding
177
+ // behavior. The continuation byte check is included three times in the case
178
+ // where all of the continuation bytes for a character exist in the same buffer.
179
+ // It is also done this way as a slight performance increase instead of using a
180
+ // loop.
181
+ function utf8CheckExtraBytes(self, buf, p) {
182
+ if ((buf[0] & 0xC0) !== 0x80) {
183
+ self.lastNeed = 0;
184
+ return '\ufffd';
185
+ }
186
+ if (self.lastNeed > 1 && buf.length > 1) {
187
+ if ((buf[1] & 0xC0) !== 0x80) {
188
+ self.lastNeed = 1;
189
+ return '\ufffd';
190
+ }
191
+ if (self.lastNeed > 2 && buf.length > 2) {
192
+ if ((buf[2] & 0xC0) !== 0x80) {
193
+ self.lastNeed = 2;
194
+ return '\ufffd';
195
+ }
196
+ }
197
+ }
198
+ }
199
+
200
+ // Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.
201
+ function utf8FillLast(buf) {
202
+ var p = this.lastTotal - this.lastNeed;
203
+ var r = utf8CheckExtraBytes(this, buf, p);
204
+ if (r !== undefined) return r;
205
+ if (this.lastNeed <= buf.length) {
206
+ buf.copy(this.lastChar, p, 0, this.lastNeed);
207
+ return this.lastChar.toString(this.encoding, 0, this.lastTotal);
208
+ }
209
+ buf.copy(this.lastChar, p, 0, buf.length);
210
+ this.lastNeed -= buf.length;
211
+ }
212
+
213
+ // Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a
214
+ // partial character, the character's bytes are buffered until the required
215
+ // number of bytes are available.
216
+ function utf8Text(buf, i) {
217
+ var total = utf8CheckIncomplete(this, buf, i);
218
+ if (!this.lastNeed) return buf.toString('utf8', i);
219
+ this.lastTotal = total;
220
+ var end = buf.length - (total - this.lastNeed);
221
+ buf.copy(this.lastChar, 0, end);
222
+ return buf.toString('utf8', i, end);
223
+ }
224
+
225
+ // For UTF-8, a replacement character is added when ending on a partial
226
+ // character.
227
+ function utf8End(buf) {
228
+ var r = buf && buf.length ? this.write(buf) : '';
229
+ if (this.lastNeed) return r + '\ufffd';
230
+ return r;
231
+ }
232
+
233
+ // UTF-16LE typically needs two bytes per character, but even if we have an even
234
+ // number of bytes available, we need to check if we end on a leading/high
235
+ // surrogate. In that case, we need to wait for the next two bytes in order to
236
+ // decode the last character properly.
237
+ function utf16Text(buf, i) {
238
+ if ((buf.length - i) % 2 === 0) {
239
+ var r = buf.toString('utf16le', i);
240
+ if (r) {
241
+ var c = r.charCodeAt(r.length - 1);
242
+ if (c >= 0xD800 && c <= 0xDBFF) {
243
+ this.lastNeed = 2;
244
+ this.lastTotal = 4;
245
+ this.lastChar[0] = buf[buf.length - 2];
246
+ this.lastChar[1] = buf[buf.length - 1];
247
+ return r.slice(0, -1);
248
+ }
249
+ }
250
+ return r;
251
+ }
252
+ this.lastNeed = 1;
253
+ this.lastTotal = 2;
254
+ this.lastChar[0] = buf[buf.length - 1];
255
+ return buf.toString('utf16le', i, buf.length - 1);
256
+ }
257
+
258
+ // For UTF-16LE we do not explicitly append special replacement characters if we
259
+ // end on a partial character, we simply let v8 handle that.
260
+ function utf16End(buf) {
261
+ var r = buf && buf.length ? this.write(buf) : '';
262
+ if (this.lastNeed) {
263
+ var end = this.lastTotal - this.lastNeed;
264
+ return r + this.lastChar.toString('utf16le', 0, end);
265
+ }
266
+ return r;
267
+ }
268
+
269
+ function base64Text(buf, i) {
270
+ var n = (buf.length - i) % 3;
271
+ if (n === 0) return buf.toString('base64', i);
272
+ this.lastNeed = 3 - n;
273
+ this.lastTotal = 3;
274
+ if (n === 1) {
275
+ this.lastChar[0] = buf[buf.length - 1];
276
+ } else {
277
+ this.lastChar[0] = buf[buf.length - 2];
278
+ this.lastChar[1] = buf[buf.length - 1];
279
+ }
280
+ return buf.toString('base64', i, buf.length - n);
281
+ }
282
+
283
+ function base64End(buf) {
284
+ var r = buf && buf.length ? this.write(buf) : '';
285
+ if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);
286
+ return r;
287
+ }
288
+
289
+ // Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)
290
+ function simpleWrite(buf) {
291
+ return buf.toString(this.encoding);
292
+ }
293
+
294
+ function simpleEnd(buf) {
295
+ return buf && buf.length ? this.write(buf) : '';
296
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "string_decoder",
3
+ "version": "1.1.1",
4
+ "description": "The string_decoder module from Node core",
5
+ "main": "lib/string_decoder.js",
6
+ "dependencies": {
7
+ "safe-buffer": "~5.1.0"
8
+ },
9
+ "devDependencies": {
10
+ "babel-polyfill": "^6.23.0",
11
+ "core-util-is": "^1.0.2",
12
+ "inherits": "^2.0.3",
13
+ "tap": "~0.4.8"
14
+ },
15
+ "scripts": {
16
+ "test": "tap test/parallel/*.js && node test/verify-dependencies",
17
+ "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git://github.com/nodejs/string_decoder.git"
22
+ },
23
+ "homepage": "https://github.com/nodejs/string_decoder",
24
+ "keywords": [
25
+ "string",
26
+ "decoder",
27
+ "browser",
28
+ "browserify"
29
+ ],
30
+ "license": "MIT"
31
+ }
@@ -0,0 +1,16 @@
1
+
2
+ 1.0.2 / 2015-10-07
3
+ ==================
4
+
5
+ * use try/catch when checking `localStorage` (#3, @kumavis)
6
+
7
+ 1.0.1 / 2014-11-25
8
+ ==================
9
+
10
+ * browser: use `console.warn()` for deprecation calls
11
+ * browser: more jsdocs
12
+
13
+ 1.0.0 / 2014-04-30
14
+ ==================
15
+
16
+ * initial commit
@@ -0,0 +1,24 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
4
+
5
+ Permission is hereby granted, free of charge, to any person
6
+ obtaining a copy of this software and associated documentation
7
+ files (the "Software"), to deal in the Software without
8
+ restriction, including without limitation the rights to use,
9
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the
11
+ Software is furnished to do so, subject to the following
12
+ conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24
+ OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,53 @@
1
+ util-deprecate
2
+ ==============
3
+ ### The Node.js `util.deprecate()` function with browser support
4
+
5
+ In Node.js, this module simply re-exports the `util.deprecate()` function.
6
+
7
+ In the web browser (i.e. via browserify), a browser-specific implementation
8
+ of the `util.deprecate()` function is used.
9
+
10
+
11
+ ## API
12
+
13
+ A `deprecate()` function is the only thing exposed by this module.
14
+
15
+ ``` javascript
16
+ // setup:
17
+ exports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead');
18
+
19
+
20
+ // users see:
21
+ foo();
22
+ // foo() is deprecated, use bar() instead
23
+ foo();
24
+ foo();
25
+ ```
26
+
27
+
28
+ ## License
29
+
30
+ (The MIT License)
31
+
32
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
33
+
34
+ Permission is hereby granted, free of charge, to any person
35
+ obtaining a copy of this software and associated documentation
36
+ files (the "Software"), to deal in the Software without
37
+ restriction, including without limitation the rights to use,
38
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ copies of the Software, and to permit persons to whom the
40
+ Software is furnished to do so, subject to the following
41
+ conditions:
42
+
43
+ The above copyright notice and this permission notice shall be
44
+ included in all copies or substantial portions of the Software.
45
+
46
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
47
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
48
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
49
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
50
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
51
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
52
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
53
+ OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,67 @@
1
+
2
+ /**
3
+ * Module exports.
4
+ */
5
+
6
+ module.exports = deprecate;
7
+
8
+ /**
9
+ * Mark that a method should not be used.
10
+ * Returns a modified function which warns once by default.
11
+ *
12
+ * If `localStorage.noDeprecation = true` is set, then it is a no-op.
13
+ *
14
+ * If `localStorage.throwDeprecation = true` is set, then deprecated functions
15
+ * will throw an Error when invoked.
16
+ *
17
+ * If `localStorage.traceDeprecation = true` is set, then deprecated functions
18
+ * will invoke `console.trace()` instead of `console.error()`.
19
+ *
20
+ * @param {Function} fn - the function to deprecate
21
+ * @param {String} msg - the string to print to the console when `fn` is invoked
22
+ * @returns {Function} a new "deprecated" version of `fn`
23
+ * @api public
24
+ */
25
+
26
+ function deprecate (fn, msg) {
27
+ if (config('noDeprecation')) {
28
+ return fn;
29
+ }
30
+
31
+ var warned = false;
32
+ function deprecated() {
33
+ if (!warned) {
34
+ if (config('throwDeprecation')) {
35
+ throw new Error(msg);
36
+ } else if (config('traceDeprecation')) {
37
+ console.trace(msg);
38
+ } else {
39
+ console.warn(msg);
40
+ }
41
+ warned = true;
42
+ }
43
+ return fn.apply(this, arguments);
44
+ }
45
+
46
+ return deprecated;
47
+ }
48
+
49
+ /**
50
+ * Checks `localStorage` for boolean values for the given `name`.
51
+ *
52
+ * @param {String} name
53
+ * @returns {Boolean}
54
+ * @api private
55
+ */
56
+
57
+ function config (name) {
58
+ // accessing global.localStorage can trigger a DOMException in sandboxed iframes
59
+ try {
60
+ if (!global.localStorage) return false;
61
+ } catch (_) {
62
+ return false;
63
+ }
64
+ var val = global.localStorage[name];
65
+ if (null == val) return false;
66
+ return String(val).toLowerCase() === 'true';
67
+ }
@@ -0,0 +1,6 @@
1
+
2
+ /**
3
+ * For Node.js, simply re-export the core `util.deprecate` function.
4
+ */
5
+
6
+ module.exports = require('util').deprecate;
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "util-deprecate",
3
+ "version": "1.0.2",
4
+ "description": "The Node.js `util.deprecate()` function with browser support",
5
+ "main": "node.js",
6
+ "browser": "browser.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git://github.com/TooTallNate/util-deprecate.git"
13
+ },
14
+ "keywords": [
15
+ "util",
16
+ "deprecate",
17
+ "browserify",
18
+ "browser",
19
+ "node"
20
+ ],
21
+ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
22
+ "license": "MIT",
23
+ "bugs": {
24
+ "url": "https://github.com/TooTallNate/util-deprecate/issues"
25
+ },
26
+ "homepage": "https://github.com/TooTallNate/util-deprecate"
27
+ }
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "open-agreements",
3
- "version": "0.3.1",
3
+ "version": "0.5.0",
4
4
  "workspaces": [
5
5
  "packages/allure-test-factory",
6
6
  "packages/contract-templates-mcp",
7
7
  "packages/contracts-workspace",
8
8
  "packages/contracts-workspace-mcp",
9
- "packages/docx-core"
9
+ "packages/docx-core",
10
+ "packages/checklist-mcp"
10
11
  ],
11
12
  "description": "Open-source legal template filling CLI and library",
12
13
  "repository": {
13
14
  "type": "git",
14
15
  "url": "https://github.com/open-agreements/open-agreements.git"
15
16
  },
16
- "homepage": "https://github.com/open-agreements/open-agreements#readme",
17
+ "homepage": "https://usejunior.com/developer-tools/open-agreements",
17
18
  "bugs": {
18
19
  "url": "https://github.com/open-agreements/open-agreements/issues"
19
20
  },
@@ -35,13 +36,18 @@
35
36
  "content/",
36
37
  "skills/",
37
38
  "README.md",
38
- "LICENSE"
39
+ "LICENSE",
40
+ "server.json"
41
+ ],
42
+ "bundleDependencies": [
43
+ "@usejunior/docx-core"
39
44
  ],
40
45
  "scripts": {
41
46
  "build": "tsc",
42
47
  "build:workspace": "tsc -p packages/contracts-workspace/tsconfig.json",
43
48
  "build:workspace-mcp": "tsc -p packages/contracts-workspace-mcp/tsconfig.json",
44
49
  "build:contract-templates-mcp": "tsc -p packages/contract-templates-mcp/tsconfig.json",
50
+ "build:checklist-mcp": "tsc -p packages/checklist-mcp/tsconfig.json",
45
51
  "dev": "tsc --watch",
46
52
  "check:spec-coverage": "node scripts/validate_openspec_coverage.mjs",
47
53
  "check:template-previews": "node scripts/check_template_previews.mjs",
@@ -123,6 +129,7 @@
123
129
  "commander": "^13.1.0",
124
130
  "docx-templates": "^4.13.0",
125
131
  "js-yaml": "^4.1.0",
132
+ "@usejunior/docx-core": "*",
126
133
  "zod": "^4.0.0"
127
134
  },
128
135
  "devDependencies": {
@@ -133,7 +140,6 @@
133
140
  "@types/js-yaml": "^4.0.9",
134
141
  "@types/node": "^22.13.0",
135
142
  "@usejunior/allure-test-factory": "*",
136
- "@usejunior/docx-core": "*",
137
143
  "@vitest/coverage-v8": "^3.2.4",
138
144
  "allure-vitest": "^3.4.5",
139
145
  "docx": "^9.5.1",