@prismer/sdk 2.0.7 → 2.2.55

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 (387) hide show
  1. package/README.md +13 -7
  2. package/dist/chunk-R7POPVJR.mjs +35 -0
  3. package/dist/cli.js +59723 -8280
  4. package/dist/index.d.mts +724 -229
  5. package/dist/index.d.ts +724 -229
  6. package/dist/index.js +325 -23
  7. package/dist/index.mjs +324 -23
  8. package/dist/katex-OIP2Q473.mjs +14515 -0
  9. package/dist/pkf-schema.json +35 -0
  10. package/dist/pkf.d.mts +1 -0
  11. package/dist/pkf.d.ts +1 -0
  12. package/dist/pkf.js +48370 -0
  13. package/dist/pkf.mjs +33683 -0
  14. package/node_modules/@clack/core/CHANGELOG.md +249 -0
  15. package/node_modules/@clack/core/LICENSE +9 -0
  16. package/node_modules/@clack/core/README.md +22 -0
  17. package/node_modules/@clack/core/dist/index.cjs +15 -0
  18. package/node_modules/@clack/core/dist/index.cjs.map +1 -0
  19. package/node_modules/@clack/core/dist/index.d.cts +209 -0
  20. package/node_modules/@clack/core/dist/index.d.mts +209 -0
  21. package/node_modules/@clack/core/dist/index.d.ts +209 -0
  22. package/node_modules/@clack/core/dist/index.mjs +15 -0
  23. package/node_modules/@clack/core/dist/index.mjs.map +1 -0
  24. package/node_modules/@clack/core/package.json +62 -0
  25. package/node_modules/@clack/prompts/CHANGELOG.md +374 -0
  26. package/node_modules/@clack/prompts/LICENSE +9 -0
  27. package/node_modules/@clack/prompts/README.md +191 -0
  28. package/node_modules/@clack/prompts/dist/index.cjs +80 -0
  29. package/node_modules/@clack/prompts/dist/index.cjs.map +1 -0
  30. package/node_modules/@clack/prompts/dist/index.d.cts +151 -0
  31. package/node_modules/@clack/prompts/dist/index.d.mts +151 -0
  32. package/node_modules/@clack/prompts/dist/index.d.ts +151 -0
  33. package/node_modules/@clack/prompts/dist/index.mjs +80 -0
  34. package/node_modules/@clack/prompts/dist/index.mjs.map +1 -0
  35. package/node_modules/@clack/prompts/package.json +61 -0
  36. package/node_modules/@iarna/toml/LICENSE +14 -0
  37. package/node_modules/@iarna/toml/README.md +301 -0
  38. package/node_modules/@iarna/toml/index.d.ts +57 -0
  39. package/node_modules/@iarna/toml/lib/create-date.js +23 -0
  40. package/node_modules/@iarna/toml/lib/create-datetime-float.js +24 -0
  41. package/node_modules/@iarna/toml/lib/create-datetime.js +10 -0
  42. package/node_modules/@iarna/toml/lib/create-time.js +22 -0
  43. package/node_modules/@iarna/toml/lib/format-num.js +6 -0
  44. package/node_modules/@iarna/toml/lib/parser-debug.js +60 -0
  45. package/node_modules/@iarna/toml/lib/parser.js +127 -0
  46. package/node_modules/@iarna/toml/lib/toml-parser.js +1379 -0
  47. package/node_modules/@iarna/toml/package.json +82 -0
  48. package/node_modules/@iarna/toml/parse-async.js +30 -0
  49. package/node_modules/@iarna/toml/parse-pretty-error.js +33 -0
  50. package/node_modules/@iarna/toml/parse-stream.js +80 -0
  51. package/node_modules/@iarna/toml/parse-string.js +18 -0
  52. package/node_modules/@iarna/toml/parse.js +5 -0
  53. package/node_modules/@iarna/toml/stringify.js +296 -0
  54. package/node_modules/@iarna/toml/toml.js +3 -0
  55. package/node_modules/@prismer/aip-sdk/README.md +36 -0
  56. package/node_modules/@prismer/aip-sdk/dist/cli/chunk-LIJDUCHB.js +104 -0
  57. package/node_modules/@prismer/aip-sdk/dist/cli/chunk-QUQXZ2LD.js +99 -0
  58. package/node_modules/@prismer/aip-sdk/dist/cli/credentials-5GGZEJFG.js +56 -0
  59. package/node_modules/@prismer/aip-sdk/dist/cli/delegation-3J35VGBZ.js +64 -0
  60. package/node_modules/@prismer/aip-sdk/dist/cli/identity-LXVWKSVB.js +7 -0
  61. package/node_modules/@prismer/aip-sdk/dist/cli/index.js +259 -0
  62. package/node_modules/@prismer/aip-sdk/dist/cli/resolver-TGOPKW52.js +26 -0
  63. package/node_modules/@prismer/aip-sdk/dist/index.cjs +368 -0
  64. package/node_modules/@prismer/aip-sdk/dist/index.d.cts +174 -0
  65. package/node_modules/@prismer/aip-sdk/dist/index.d.ts +174 -0
  66. package/node_modules/@prismer/aip-sdk/dist/index.js +322 -0
  67. package/node_modules/@prismer/aip-sdk/package.json +53 -0
  68. package/node_modules/ansi-regex/index.d.ts +37 -0
  69. package/node_modules/ansi-regex/index.js +10 -0
  70. package/node_modules/ansi-regex/license +9 -0
  71. package/node_modules/ansi-regex/package.json +55 -0
  72. package/node_modules/ansi-regex/readme.md +78 -0
  73. package/node_modules/camelcase/index.d.ts +63 -0
  74. package/node_modules/camelcase/index.js +76 -0
  75. package/node_modules/camelcase/license +9 -0
  76. package/node_modules/camelcase/package.json +43 -0
  77. package/node_modules/camelcase/readme.md +99 -0
  78. package/node_modules/cliui/LICENSE.txt +14 -0
  79. package/node_modules/cliui/README.md +115 -0
  80. package/node_modules/cliui/index.js +354 -0
  81. package/node_modules/cliui/package.json +65 -0
  82. package/node_modules/color-convert/LICENSE +21 -0
  83. package/node_modules/color-convert/README.md +68 -0
  84. package/node_modules/color-convert/conversions.js +839 -0
  85. package/node_modules/color-convert/index.js +81 -0
  86. package/node_modules/color-convert/package.json +48 -0
  87. package/node_modules/color-convert/route.js +97 -0
  88. package/node_modules/color-name/LICENSE +8 -0
  89. package/node_modules/color-name/README.md +11 -0
  90. package/node_modules/color-name/index.js +152 -0
  91. package/node_modules/color-name/package.json +28 -0
  92. package/node_modules/commander/LICENSE +22 -0
  93. package/node_modules/commander/Readme.md +1157 -0
  94. package/node_modules/commander/esm.mjs +16 -0
  95. package/node_modules/commander/index.js +24 -0
  96. package/node_modules/commander/lib/argument.js +149 -0
  97. package/node_modules/commander/lib/command.js +2509 -0
  98. package/node_modules/commander/lib/error.js +39 -0
  99. package/node_modules/commander/lib/help.js +520 -0
  100. package/node_modules/commander/lib/option.js +330 -0
  101. package/node_modules/commander/lib/suggestSimilar.js +101 -0
  102. package/node_modules/commander/package-support.json +16 -0
  103. package/node_modules/commander/package.json +84 -0
  104. package/node_modules/commander/typings/esm.d.mts +3 -0
  105. package/node_modules/commander/typings/index.d.ts +969 -0
  106. package/node_modules/decamelize/index.js +13 -0
  107. package/node_modules/decamelize/license +21 -0
  108. package/node_modules/decamelize/package.json +38 -0
  109. package/node_modules/decamelize/readme.md +48 -0
  110. package/node_modules/dijkstrajs/.travis.yml +4 -0
  111. package/node_modules/dijkstrajs/CONTRIBUTING.md +8 -0
  112. package/node_modules/dijkstrajs/LICENSE.md +19 -0
  113. package/node_modules/dijkstrajs/README.md +18 -0
  114. package/node_modules/dijkstrajs/dijkstra.js +165 -0
  115. package/node_modules/dijkstrajs/package.json +60 -0
  116. package/node_modules/dijkstrajs/test/dijkstra.test.js +96 -0
  117. package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  118. package/node_modules/emoji-regex/README.md +73 -0
  119. package/node_modules/emoji-regex/es2015/index.js +6 -0
  120. package/node_modules/emoji-regex/es2015/text.js +6 -0
  121. package/node_modules/emoji-regex/index.d.ts +23 -0
  122. package/node_modules/emoji-regex/index.js +6 -0
  123. package/node_modules/emoji-regex/package.json +50 -0
  124. package/node_modules/emoji-regex/text.js +6 -0
  125. package/node_modules/find-up/index.d.ts +137 -0
  126. package/node_modules/find-up/index.js +89 -0
  127. package/node_modules/find-up/license +9 -0
  128. package/node_modules/find-up/package.json +53 -0
  129. package/node_modules/find-up/readme.md +156 -0
  130. package/node_modules/get-caller-file/LICENSE.md +6 -0
  131. package/node_modules/get-caller-file/README.md +41 -0
  132. package/node_modules/get-caller-file/index.d.ts +2 -0
  133. package/node_modules/get-caller-file/index.js +22 -0
  134. package/node_modules/get-caller-file/index.js.map +1 -0
  135. package/node_modules/get-caller-file/package.json +42 -0
  136. package/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  137. package/node_modules/is-fullwidth-code-point/index.js +50 -0
  138. package/node_modules/is-fullwidth-code-point/license +9 -0
  139. package/node_modules/is-fullwidth-code-point/package.json +42 -0
  140. package/node_modules/is-fullwidth-code-point/readme.md +39 -0
  141. package/node_modules/locate-path/index.d.ts +83 -0
  142. package/node_modules/locate-path/index.js +65 -0
  143. package/node_modules/locate-path/license +9 -0
  144. package/node_modules/locate-path/package.json +45 -0
  145. package/node_modules/locate-path/readme.md +122 -0
  146. package/node_modules/p-locate/index.d.ts +64 -0
  147. package/node_modules/p-locate/index.js +52 -0
  148. package/node_modules/p-locate/license +9 -0
  149. package/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
  150. package/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
  151. package/node_modules/p-locate/node_modules/p-limit/license +9 -0
  152. package/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
  153. package/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
  154. package/node_modules/p-locate/package.json +53 -0
  155. package/node_modules/p-locate/readme.md +90 -0
  156. package/node_modules/p-try/index.d.ts +39 -0
  157. package/node_modules/p-try/index.js +9 -0
  158. package/node_modules/p-try/license +9 -0
  159. package/node_modules/p-try/package.json +42 -0
  160. package/node_modules/p-try/readme.md +58 -0
  161. package/node_modules/path-exists/index.d.ts +28 -0
  162. package/node_modules/path-exists/index.js +23 -0
  163. package/node_modules/path-exists/license +9 -0
  164. package/node_modules/path-exists/package.json +39 -0
  165. package/node_modules/path-exists/readme.md +52 -0
  166. package/node_modules/picocolors/LICENSE +15 -0
  167. package/node_modules/picocolors/README.md +21 -0
  168. package/node_modules/picocolors/package.json +25 -0
  169. package/node_modules/picocolors/picocolors.browser.js +4 -0
  170. package/node_modules/picocolors/picocolors.d.ts +5 -0
  171. package/node_modules/picocolors/picocolors.js +75 -0
  172. package/node_modules/picocolors/types.d.ts +51 -0
  173. package/node_modules/pngjs/.eslintignore +2 -0
  174. package/node_modules/pngjs/.eslintrc.json +19 -0
  175. package/node_modules/pngjs/.prettierignore +3 -0
  176. package/node_modules/pngjs/LICENSE +20 -0
  177. package/node_modules/pngjs/README.md +429 -0
  178. package/node_modules/pngjs/browser.js +16096 -0
  179. package/node_modules/pngjs/coverage/lcov-report/base.css +354 -0
  180. package/node_modules/pngjs/coverage/lcov-report/bitmapper.js.html +881 -0
  181. package/node_modules/pngjs/coverage/lcov-report/bitpacker.js.html +554 -0
  182. package/node_modules/pngjs/coverage/lcov-report/block-navigation.js +77 -0
  183. package/node_modules/pngjs/coverage/lcov-report/chunkstream.js.html +647 -0
  184. package/node_modules/pngjs/coverage/lcov-report/constants.js.html +176 -0
  185. package/node_modules/pngjs/coverage/lcov-report/crc.js.html +200 -0
  186. package/node_modules/pngjs/coverage/lcov-report/favicon.png +0 -0
  187. package/node_modules/pngjs/coverage/lcov-report/filter-pack.js.html +593 -0
  188. package/node_modules/pngjs/coverage/lcov-report/filter-parse-async.js.html +152 -0
  189. package/node_modules/pngjs/coverage/lcov-report/filter-parse-sync.js.html +143 -0
  190. package/node_modules/pngjs/coverage/lcov-report/filter-parse.js.html +611 -0
  191. package/node_modules/pngjs/coverage/lcov-report/format-normaliser.js.html +359 -0
  192. package/node_modules/pngjs/coverage/lcov-report/index.html +426 -0
  193. package/node_modules/pngjs/coverage/lcov-report/interlace.js.html +365 -0
  194. package/node_modules/pngjs/coverage/lcov-report/packer-async.js.html +230 -0
  195. package/node_modules/pngjs/coverage/lcov-report/packer-sync.js.html +248 -0
  196. package/node_modules/pngjs/coverage/lcov-report/packer.js.html +467 -0
  197. package/node_modules/pngjs/coverage/lcov-report/paeth-predictor.js.html +128 -0
  198. package/node_modules/pngjs/coverage/lcov-report/parser-async.js.html +575 -0
  199. package/node_modules/pngjs/coverage/lcov-report/parser-sync.js.html +404 -0
  200. package/node_modules/pngjs/coverage/lcov-report/parser.js.html +950 -0
  201. package/node_modules/pngjs/coverage/lcov-report/png-sync.js.html +116 -0
  202. package/node_modules/pngjs/coverage/lcov-report/png.js.html +662 -0
  203. package/node_modules/pngjs/coverage/lcov-report/prettify.css +101 -0
  204. package/node_modules/pngjs/coverage/lcov-report/prettify.js +1007 -0
  205. package/node_modules/pngjs/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  206. package/node_modules/pngjs/coverage/lcov-report/sorter.js +169 -0
  207. package/node_modules/pngjs/coverage/lcov-report/sync-inflate.js.html +584 -0
  208. package/node_modules/pngjs/coverage/lcov-report/sync-reader.js.html +215 -0
  209. package/node_modules/pngjs/coverage/lcov.info +2177 -0
  210. package/node_modules/pngjs/lib/bitmapper.js +267 -0
  211. package/node_modules/pngjs/lib/bitpacker.js +158 -0
  212. package/node_modules/pngjs/lib/chunkstream.js +189 -0
  213. package/node_modules/pngjs/lib/constants.js +32 -0
  214. package/node_modules/pngjs/lib/crc.js +40 -0
  215. package/node_modules/pngjs/lib/filter-pack.js +171 -0
  216. package/node_modules/pngjs/lib/filter-parse-async.js +24 -0
  217. package/node_modules/pngjs/lib/filter-parse-sync.js +21 -0
  218. package/node_modules/pngjs/lib/filter-parse.js +177 -0
  219. package/node_modules/pngjs/lib/format-normaliser.js +93 -0
  220. package/node_modules/pngjs/lib/interlace.js +95 -0
  221. package/node_modules/pngjs/lib/packer-async.js +50 -0
  222. package/node_modules/pngjs/lib/packer-sync.js +56 -0
  223. package/node_modules/pngjs/lib/packer.js +129 -0
  224. package/node_modules/pngjs/lib/paeth-predictor.js +16 -0
  225. package/node_modules/pngjs/lib/parser-async.js +165 -0
  226. package/node_modules/pngjs/lib/parser-sync.js +108 -0
  227. package/node_modules/pngjs/lib/parser.js +290 -0
  228. package/node_modules/pngjs/lib/png-sync.js +12 -0
  229. package/node_modules/pngjs/lib/png.js +194 -0
  230. package/node_modules/pngjs/lib/sync-inflate.js +168 -0
  231. package/node_modules/pngjs/lib/sync-reader.js +45 -0
  232. package/node_modules/pngjs/package.json +73 -0
  233. package/node_modules/qrcode/README.md +770 -0
  234. package/node_modules/qrcode/bin/qrcode +159 -0
  235. package/node_modules/qrcode/helper/to-sjis-browser.js +2 -0
  236. package/node_modules/qrcode/helper/to-sjis.js +105 -0
  237. package/node_modules/qrcode/lib/browser.js +76 -0
  238. package/node_modules/qrcode/lib/can-promise.js +7 -0
  239. package/node_modules/qrcode/lib/core/alignment-pattern.js +83 -0
  240. package/node_modules/qrcode/lib/core/alphanumeric-data.js +59 -0
  241. package/node_modules/qrcode/lib/core/bit-buffer.js +37 -0
  242. package/node_modules/qrcode/lib/core/bit-matrix.js +65 -0
  243. package/node_modules/qrcode/lib/core/byte-data.js +30 -0
  244. package/node_modules/qrcode/lib/core/error-correction-code.js +135 -0
  245. package/node_modules/qrcode/lib/core/error-correction-level.js +50 -0
  246. package/node_modules/qrcode/lib/core/finder-pattern.js +22 -0
  247. package/node_modules/qrcode/lib/core/format-info.js +29 -0
  248. package/node_modules/qrcode/lib/core/galois-field.js +69 -0
  249. package/node_modules/qrcode/lib/core/kanji-data.js +54 -0
  250. package/node_modules/qrcode/lib/core/mask-pattern.js +234 -0
  251. package/node_modules/qrcode/lib/core/mode.js +167 -0
  252. package/node_modules/qrcode/lib/core/numeric-data.js +43 -0
  253. package/node_modules/qrcode/lib/core/polynomial.js +62 -0
  254. package/node_modules/qrcode/lib/core/qrcode.js +495 -0
  255. package/node_modules/qrcode/lib/core/reed-solomon-encoder.js +56 -0
  256. package/node_modules/qrcode/lib/core/regex.js +31 -0
  257. package/node_modules/qrcode/lib/core/segments.js +330 -0
  258. package/node_modules/qrcode/lib/core/utils.js +63 -0
  259. package/node_modules/qrcode/lib/core/version-check.js +9 -0
  260. package/node_modules/qrcode/lib/core/version.js +163 -0
  261. package/node_modules/qrcode/lib/index.js +12 -0
  262. package/node_modules/qrcode/lib/renderer/canvas.js +63 -0
  263. package/node_modules/qrcode/lib/renderer/png.js +78 -0
  264. package/node_modules/qrcode/lib/renderer/svg-tag.js +81 -0
  265. package/node_modules/qrcode/lib/renderer/svg.js +19 -0
  266. package/node_modules/qrcode/lib/renderer/terminal/terminal-small.js +85 -0
  267. package/node_modules/qrcode/lib/renderer/terminal/terminal.js +49 -0
  268. package/node_modules/qrcode/lib/renderer/terminal.js +9 -0
  269. package/node_modules/qrcode/lib/renderer/utf8.js +71 -0
  270. package/node_modules/qrcode/lib/renderer/utils.js +99 -0
  271. package/node_modules/qrcode/lib/server.js +138 -0
  272. package/node_modules/qrcode/license +10 -0
  273. package/node_modules/qrcode/package.json +77 -0
  274. package/node_modules/require-directory/.jshintrc +67 -0
  275. package/node_modules/require-directory/.npmignore +1 -0
  276. package/node_modules/require-directory/.travis.yml +3 -0
  277. package/node_modules/require-directory/LICENSE +22 -0
  278. package/node_modules/require-directory/README.markdown +184 -0
  279. package/node_modules/require-directory/index.js +86 -0
  280. package/node_modules/require-directory/package.json +40 -0
  281. package/node_modules/require-main-filename/LICENSE.txt +14 -0
  282. package/node_modules/require-main-filename/README.md +26 -0
  283. package/node_modules/require-main-filename/index.js +18 -0
  284. package/node_modules/require-main-filename/package.json +35 -0
  285. package/node_modules/set-blocking/LICENSE.txt +14 -0
  286. package/node_modules/set-blocking/README.md +31 -0
  287. package/node_modules/set-blocking/index.js +7 -0
  288. package/node_modules/set-blocking/package.json +42 -0
  289. package/node_modules/sisteransi/license +21 -0
  290. package/node_modules/sisteransi/package.json +34 -0
  291. package/node_modules/sisteransi/readme.md +113 -0
  292. package/node_modules/sisteransi/src/index.js +58 -0
  293. package/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
  294. package/node_modules/string-width/index.d.ts +29 -0
  295. package/node_modules/string-width/index.js +47 -0
  296. package/node_modules/string-width/license +9 -0
  297. package/node_modules/string-width/package.json +56 -0
  298. package/node_modules/string-width/readme.md +50 -0
  299. package/node_modules/strip-ansi/index.d.ts +17 -0
  300. package/node_modules/strip-ansi/index.js +4 -0
  301. package/node_modules/strip-ansi/license +9 -0
  302. package/node_modules/strip-ansi/package.json +54 -0
  303. package/node_modules/strip-ansi/readme.md +46 -0
  304. package/node_modules/which-module/LICENSE +13 -0
  305. package/node_modules/which-module/README.md +58 -0
  306. package/node_modules/which-module/index.js +9 -0
  307. package/node_modules/which-module/package.json +41 -0
  308. package/node_modules/wrap-ansi/index.js +186 -0
  309. package/node_modules/wrap-ansi/license +9 -0
  310. package/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +345 -0
  311. package/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +163 -0
  312. package/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
  313. package/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +56 -0
  314. package/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +152 -0
  315. package/node_modules/wrap-ansi/package.json +61 -0
  316. package/node_modules/wrap-ansi/readme.md +97 -0
  317. package/node_modules/y18n/LICENSE +13 -0
  318. package/node_modules/y18n/README.md +109 -0
  319. package/node_modules/y18n/index.js +188 -0
  320. package/node_modules/y18n/package.json +39 -0
  321. package/node_modules/yargs/LICENSE +21 -0
  322. package/node_modules/yargs/README.md +140 -0
  323. package/node_modules/yargs/build/lib/apply-extends.d.ts +2 -0
  324. package/node_modules/yargs/build/lib/apply-extends.js +65 -0
  325. package/node_modules/yargs/build/lib/argsert.d.ts +2 -0
  326. package/node_modules/yargs/build/lib/argsert.js +65 -0
  327. package/node_modules/yargs/build/lib/command.d.ts +64 -0
  328. package/node_modules/yargs/build/lib/command.js +416 -0
  329. package/node_modules/yargs/build/lib/common-types.d.ts +36 -0
  330. package/node_modules/yargs/build/lib/common-types.js +25 -0
  331. package/node_modules/yargs/build/lib/completion-templates.d.ts +2 -0
  332. package/node_modules/yargs/build/lib/completion-templates.js +50 -0
  333. package/node_modules/yargs/build/lib/completion.d.ts +21 -0
  334. package/node_modules/yargs/build/lib/completion.js +135 -0
  335. package/node_modules/yargs/build/lib/is-promise.d.ts +1 -0
  336. package/node_modules/yargs/build/lib/is-promise.js +9 -0
  337. package/node_modules/yargs/build/lib/levenshtein.d.ts +1 -0
  338. package/node_modules/yargs/build/lib/levenshtein.js +58 -0
  339. package/node_modules/yargs/build/lib/middleware.d.ts +10 -0
  340. package/node_modules/yargs/build/lib/middleware.js +57 -0
  341. package/node_modules/yargs/build/lib/obj-filter.d.ts +1 -0
  342. package/node_modules/yargs/build/lib/obj-filter.js +14 -0
  343. package/node_modules/yargs/build/lib/parse-command.d.ts +11 -0
  344. package/node_modules/yargs/build/lib/parse-command.js +36 -0
  345. package/node_modules/yargs/build/lib/process-argv.d.ts +2 -0
  346. package/node_modules/yargs/build/lib/process-argv.js +31 -0
  347. package/node_modules/yargs/build/lib/usage.d.ts +49 -0
  348. package/node_modules/yargs/build/lib/usage.js +540 -0
  349. package/node_modules/yargs/build/lib/validation.d.ts +34 -0
  350. package/node_modules/yargs/build/lib/validation.js +330 -0
  351. package/node_modules/yargs/build/lib/yargs.d.ts +274 -0
  352. package/node_modules/yargs/build/lib/yargs.js +1190 -0
  353. package/node_modules/yargs/build/lib/yerror.d.ts +4 -0
  354. package/node_modules/yargs/build/lib/yerror.js +11 -0
  355. package/node_modules/yargs/index.js +40 -0
  356. package/node_modules/yargs/locales/be.json +46 -0
  357. package/node_modules/yargs/locales/de.json +46 -0
  358. package/node_modules/yargs/locales/en.json +51 -0
  359. package/node_modules/yargs/locales/es.json +46 -0
  360. package/node_modules/yargs/locales/fi.json +49 -0
  361. package/node_modules/yargs/locales/fr.json +53 -0
  362. package/node_modules/yargs/locales/hi.json +49 -0
  363. package/node_modules/yargs/locales/hu.json +46 -0
  364. package/node_modules/yargs/locales/id.json +50 -0
  365. package/node_modules/yargs/locales/it.json +46 -0
  366. package/node_modules/yargs/locales/ja.json +51 -0
  367. package/node_modules/yargs/locales/ko.json +49 -0
  368. package/node_modules/yargs/locales/nb.json +44 -0
  369. package/node_modules/yargs/locales/nl.json +49 -0
  370. package/node_modules/yargs/locales/nn.json +44 -0
  371. package/node_modules/yargs/locales/pirate.json +13 -0
  372. package/node_modules/yargs/locales/pl.json +49 -0
  373. package/node_modules/yargs/locales/pt.json +45 -0
  374. package/node_modules/yargs/locales/pt_BR.json +48 -0
  375. package/node_modules/yargs/locales/ru.json +46 -0
  376. package/node_modules/yargs/locales/th.json +46 -0
  377. package/node_modules/yargs/locales/tr.json +48 -0
  378. package/node_modules/yargs/locales/zh_CN.json +48 -0
  379. package/node_modules/yargs/locales/zh_TW.json +47 -0
  380. package/node_modules/yargs/package.json +92 -0
  381. package/node_modules/yargs/yargs.js +14 -0
  382. package/node_modules/yargs-parser/LICENSE.txt +14 -0
  383. package/node_modules/yargs-parser/README.md +449 -0
  384. package/node_modules/yargs-parser/index.js +1032 -0
  385. package/node_modules/yargs-parser/lib/tokenize-arg-string.js +40 -0
  386. package/node_modules/yargs-parser/package.json +46 -0
  387. package/package.json +28 -5
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ let parse = require("./parser-sync");
4
+ let pack = require("./packer-sync");
5
+
6
+ exports.read = function (buffer, options) {
7
+ return parse(buffer, options || {});
8
+ };
9
+
10
+ exports.write = function (png, options) {
11
+ return pack(png, options);
12
+ };
@@ -0,0 +1,194 @@
1
+ "use strict";
2
+
3
+ let util = require("util");
4
+ let Stream = require("stream");
5
+ let Parser = require("./parser-async");
6
+ let Packer = require("./packer-async");
7
+ let PNGSync = require("./png-sync");
8
+
9
+ let PNG = (exports.PNG = function (options) {
10
+ Stream.call(this);
11
+
12
+ options = options || {}; // eslint-disable-line no-param-reassign
13
+
14
+ // coerce pixel dimensions to integers (also coerces undefined -> 0):
15
+ this.width = options.width | 0;
16
+ this.height = options.height | 0;
17
+
18
+ this.data =
19
+ this.width > 0 && this.height > 0
20
+ ? Buffer.alloc(4 * this.width * this.height)
21
+ : null;
22
+
23
+ if (options.fill && this.data) {
24
+ this.data.fill(0);
25
+ }
26
+
27
+ this.gamma = 0;
28
+ this.readable = this.writable = true;
29
+
30
+ this._parser = new Parser(options);
31
+
32
+ this._parser.on("error", this.emit.bind(this, "error"));
33
+ this._parser.on("close", this._handleClose.bind(this));
34
+ this._parser.on("metadata", this._metadata.bind(this));
35
+ this._parser.on("gamma", this._gamma.bind(this));
36
+ this._parser.on(
37
+ "parsed",
38
+ function (data) {
39
+ this.data = data;
40
+ this.emit("parsed", data);
41
+ }.bind(this)
42
+ );
43
+
44
+ this._packer = new Packer(options);
45
+ this._packer.on("data", this.emit.bind(this, "data"));
46
+ this._packer.on("end", this.emit.bind(this, "end"));
47
+ this._parser.on("close", this._handleClose.bind(this));
48
+ this._packer.on("error", this.emit.bind(this, "error"));
49
+ });
50
+ util.inherits(PNG, Stream);
51
+
52
+ PNG.sync = PNGSync;
53
+
54
+ PNG.prototype.pack = function () {
55
+ if (!this.data || !this.data.length) {
56
+ this.emit("error", "No data provided");
57
+ return this;
58
+ }
59
+
60
+ process.nextTick(
61
+ function () {
62
+ this._packer.pack(this.data, this.width, this.height, this.gamma);
63
+ }.bind(this)
64
+ );
65
+
66
+ return this;
67
+ };
68
+
69
+ PNG.prototype.parse = function (data, callback) {
70
+ if (callback) {
71
+ let onParsed, onError;
72
+
73
+ onParsed = function (parsedData) {
74
+ this.removeListener("error", onError);
75
+
76
+ this.data = parsedData;
77
+ callback(null, this);
78
+ }.bind(this);
79
+
80
+ onError = function (err) {
81
+ this.removeListener("parsed", onParsed);
82
+
83
+ callback(err, null);
84
+ }.bind(this);
85
+
86
+ this.once("parsed", onParsed);
87
+ this.once("error", onError);
88
+ }
89
+
90
+ this.end(data);
91
+ return this;
92
+ };
93
+
94
+ PNG.prototype.write = function (data) {
95
+ this._parser.write(data);
96
+ return true;
97
+ };
98
+
99
+ PNG.prototype.end = function (data) {
100
+ this._parser.end(data);
101
+ };
102
+
103
+ PNG.prototype._metadata = function (metadata) {
104
+ this.width = metadata.width;
105
+ this.height = metadata.height;
106
+
107
+ this.emit("metadata", metadata);
108
+ };
109
+
110
+ PNG.prototype._gamma = function (gamma) {
111
+ this.gamma = gamma;
112
+ };
113
+
114
+ PNG.prototype._handleClose = function () {
115
+ if (!this._parser.writable && !this._packer.readable) {
116
+ this.emit("close");
117
+ }
118
+ };
119
+
120
+ PNG.bitblt = function (src, dst, srcX, srcY, width, height, deltaX, deltaY) {
121
+ // eslint-disable-line max-params
122
+ // coerce pixel dimensions to integers (also coerces undefined -> 0):
123
+ /* eslint-disable no-param-reassign */
124
+ srcX |= 0;
125
+ srcY |= 0;
126
+ width |= 0;
127
+ height |= 0;
128
+ deltaX |= 0;
129
+ deltaY |= 0;
130
+ /* eslint-enable no-param-reassign */
131
+
132
+ if (
133
+ srcX > src.width ||
134
+ srcY > src.height ||
135
+ srcX + width > src.width ||
136
+ srcY + height > src.height
137
+ ) {
138
+ throw new Error("bitblt reading outside image");
139
+ }
140
+
141
+ if (
142
+ deltaX > dst.width ||
143
+ deltaY > dst.height ||
144
+ deltaX + width > dst.width ||
145
+ deltaY + height > dst.height
146
+ ) {
147
+ throw new Error("bitblt writing outside image");
148
+ }
149
+
150
+ for (let y = 0; y < height; y++) {
151
+ src.data.copy(
152
+ dst.data,
153
+ ((deltaY + y) * dst.width + deltaX) << 2,
154
+ ((srcY + y) * src.width + srcX) << 2,
155
+ ((srcY + y) * src.width + srcX + width) << 2
156
+ );
157
+ }
158
+ };
159
+
160
+ PNG.prototype.bitblt = function (
161
+ dst,
162
+ srcX,
163
+ srcY,
164
+ width,
165
+ height,
166
+ deltaX,
167
+ deltaY
168
+ ) {
169
+ // eslint-disable-line max-params
170
+
171
+ PNG.bitblt(this, dst, srcX, srcY, width, height, deltaX, deltaY);
172
+ return this;
173
+ };
174
+
175
+ PNG.adjustGamma = function (src) {
176
+ if (src.gamma) {
177
+ for (let y = 0; y < src.height; y++) {
178
+ for (let x = 0; x < src.width; x++) {
179
+ let idx = (src.width * y + x) << 2;
180
+
181
+ for (let i = 0; i < 3; i++) {
182
+ let sample = src.data[idx + i] / 255;
183
+ sample = Math.pow(sample, 1 / 2.2 / src.gamma);
184
+ src.data[idx + i] = Math.round(sample * 255);
185
+ }
186
+ }
187
+ }
188
+ src.gamma = 0;
189
+ }
190
+ };
191
+
192
+ PNG.prototype.adjustGamma = function () {
193
+ PNG.adjustGamma(this);
194
+ };
@@ -0,0 +1,168 @@
1
+ "use strict";
2
+
3
+ let assert = require("assert").ok;
4
+ let zlib = require("zlib");
5
+ let util = require("util");
6
+
7
+ let kMaxLength = require("buffer").kMaxLength;
8
+
9
+ function Inflate(opts) {
10
+ if (!(this instanceof Inflate)) {
11
+ return new Inflate(opts);
12
+ }
13
+
14
+ if (opts && opts.chunkSize < zlib.Z_MIN_CHUNK) {
15
+ opts.chunkSize = zlib.Z_MIN_CHUNK;
16
+ }
17
+
18
+ zlib.Inflate.call(this, opts);
19
+
20
+ // Node 8 --> 9 compatibility check
21
+ this._offset = this._offset === undefined ? this._outOffset : this._offset;
22
+ this._buffer = this._buffer || this._outBuffer;
23
+
24
+ if (opts && opts.maxLength != null) {
25
+ this._maxLength = opts.maxLength;
26
+ }
27
+ }
28
+
29
+ function createInflate(opts) {
30
+ return new Inflate(opts);
31
+ }
32
+
33
+ function _close(engine, callback) {
34
+ if (callback) {
35
+ process.nextTick(callback);
36
+ }
37
+
38
+ // Caller may invoke .close after a zlib error (which will null _handle).
39
+ if (!engine._handle) {
40
+ return;
41
+ }
42
+
43
+ engine._handle.close();
44
+ engine._handle = null;
45
+ }
46
+
47
+ Inflate.prototype._processChunk = function (chunk, flushFlag, asyncCb) {
48
+ if (typeof asyncCb === "function") {
49
+ return zlib.Inflate._processChunk.call(this, chunk, flushFlag, asyncCb);
50
+ }
51
+
52
+ let self = this;
53
+
54
+ let availInBefore = chunk && chunk.length;
55
+ let availOutBefore = this._chunkSize - this._offset;
56
+ let leftToInflate = this._maxLength;
57
+ let inOff = 0;
58
+
59
+ let buffers = [];
60
+ let nread = 0;
61
+
62
+ let error;
63
+ this.on("error", function (err) {
64
+ error = err;
65
+ });
66
+
67
+ function handleChunk(availInAfter, availOutAfter) {
68
+ if (self._hadError) {
69
+ return;
70
+ }
71
+
72
+ let have = availOutBefore - availOutAfter;
73
+ assert(have >= 0, "have should not go down");
74
+
75
+ if (have > 0) {
76
+ let out = self._buffer.slice(self._offset, self._offset + have);
77
+ self._offset += have;
78
+
79
+ if (out.length > leftToInflate) {
80
+ out = out.slice(0, leftToInflate);
81
+ }
82
+
83
+ buffers.push(out);
84
+ nread += out.length;
85
+ leftToInflate -= out.length;
86
+
87
+ if (leftToInflate === 0) {
88
+ return false;
89
+ }
90
+ }
91
+
92
+ if (availOutAfter === 0 || self._offset >= self._chunkSize) {
93
+ availOutBefore = self._chunkSize;
94
+ self._offset = 0;
95
+ self._buffer = Buffer.allocUnsafe(self._chunkSize);
96
+ }
97
+
98
+ if (availOutAfter === 0) {
99
+ inOff += availInBefore - availInAfter;
100
+ availInBefore = availInAfter;
101
+
102
+ return true;
103
+ }
104
+
105
+ return false;
106
+ }
107
+
108
+ assert(this._handle, "zlib binding closed");
109
+ let res;
110
+ do {
111
+ res = this._handle.writeSync(
112
+ flushFlag,
113
+ chunk, // in
114
+ inOff, // in_off
115
+ availInBefore, // in_len
116
+ this._buffer, // out
117
+ this._offset, //out_off
118
+ availOutBefore
119
+ ); // out_len
120
+ // Node 8 --> 9 compatibility check
121
+ res = res || this._writeState;
122
+ } while (!this._hadError && handleChunk(res[0], res[1]));
123
+
124
+ if (this._hadError) {
125
+ throw error;
126
+ }
127
+
128
+ if (nread >= kMaxLength) {
129
+ _close(this);
130
+ throw new RangeError(
131
+ "Cannot create final Buffer. It would be larger than 0x" +
132
+ kMaxLength.toString(16) +
133
+ " bytes"
134
+ );
135
+ }
136
+
137
+ let buf = Buffer.concat(buffers, nread);
138
+ _close(this);
139
+
140
+ return buf;
141
+ };
142
+
143
+ util.inherits(Inflate, zlib.Inflate);
144
+
145
+ function zlibBufferSync(engine, buffer) {
146
+ if (typeof buffer === "string") {
147
+ buffer = Buffer.from(buffer);
148
+ }
149
+ if (!(buffer instanceof Buffer)) {
150
+ throw new TypeError("Not a string or buffer");
151
+ }
152
+
153
+ let flushFlag = engine._finishFlushFlag;
154
+ if (flushFlag == null) {
155
+ flushFlag = zlib.Z_FINISH;
156
+ }
157
+
158
+ return engine._processChunk(buffer, flushFlag);
159
+ }
160
+
161
+ function inflateSync(buffer, opts) {
162
+ return zlibBufferSync(new Inflate(opts), buffer);
163
+ }
164
+
165
+ module.exports = exports = inflateSync;
166
+ exports.Inflate = Inflate;
167
+ exports.createInflate = createInflate;
168
+ exports.inflateSync = inflateSync;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ let SyncReader = (module.exports = function (buffer) {
4
+ this._buffer = buffer;
5
+ this._reads = [];
6
+ });
7
+
8
+ SyncReader.prototype.read = function (length, callback) {
9
+ this._reads.push({
10
+ length: Math.abs(length), // if length < 0 then at most this length
11
+ allowLess: length < 0,
12
+ func: callback,
13
+ });
14
+ };
15
+
16
+ SyncReader.prototype.process = function () {
17
+ // as long as there is any data and read requests
18
+ while (this._reads.length > 0 && this._buffer.length) {
19
+ let read = this._reads[0];
20
+
21
+ if (
22
+ this._buffer.length &&
23
+ (this._buffer.length >= read.length || read.allowLess)
24
+ ) {
25
+ // ok there is any data so that we can satisfy this request
26
+ this._reads.shift(); // == read
27
+
28
+ let buf = this._buffer;
29
+
30
+ this._buffer = buf.slice(read.length);
31
+
32
+ read.func.call(this, buf.slice(0, read.length));
33
+ } else {
34
+ break;
35
+ }
36
+ }
37
+
38
+ if (this._reads.length > 0) {
39
+ return new Error("There are some read requests waitng on finished stream");
40
+ }
41
+
42
+ if (this._buffer.length > 0) {
43
+ return new Error("unrecognised content at end of stream");
44
+ }
45
+ };
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "pngjs",
3
+ "version": "5.0.0",
4
+ "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
5
+ "contributors": [
6
+ "Alexandre Paré",
7
+ "Gaurav Mali",
8
+ "Gusts Kaksis",
9
+ "Kuba Niegowski",
10
+ "Luke Page",
11
+ "Pietajan De Potter",
12
+ "Steven Sojka",
13
+ "liangzeng",
14
+ "Michael Vogt",
15
+ "Xin-Xin Wang",
16
+ "toriningen",
17
+ "Eugene Kulabuhov"
18
+ ],
19
+ "homepage": "https://github.com/lukeapage/pngjs",
20
+ "keywords": [
21
+ "PNG",
22
+ "decoder",
23
+ "encoder",
24
+ "js-png",
25
+ "node-png",
26
+ "parser",
27
+ "png",
28
+ "png-js",
29
+ "png-parse",
30
+ "pngjs"
31
+ ],
32
+ "engines": {
33
+ "node": ">=10.13.0"
34
+ },
35
+ "main": "./lib/png.js",
36
+ "directories": {
37
+ "lib": "lib",
38
+ "example": "examples",
39
+ "test": "test"
40
+ },
41
+ "scripts": {
42
+ "build": "yarn prepublish",
43
+ "prepublish": "yarn browserify",
44
+ "browserify": "browserify lib/png.js --standalone png > browser.js",
45
+ "coverage": "nyc --reporter=lcov --reporter=text-summary tape test/*-spec.js nolarge",
46
+ "test": "yarn lint && yarn prettier:check && tape test/*-spec.js | tap-dot && node test/run-compare",
47
+ "lint": "eslint .",
48
+ "prettier:write": "prettier --write .",
49
+ "prettier:check": "prettier --check ."
50
+ },
51
+ "repository": {
52
+ "type": "git",
53
+ "url": "git://github.com/lukeapage/pngjs.git"
54
+ },
55
+ "license": "MIT",
56
+ "bugs": {
57
+ "url": "https://github.com/lukeapage/pngjs/issues"
58
+ },
59
+ "devDependencies": {
60
+ "browserify": "16.5.1",
61
+ "buffer-equal": "1.0.0",
62
+ "codecov": "3.6.5",
63
+ "connect": "3.7.0",
64
+ "eslint": "6.8.0",
65
+ "eslint-config-prettier": "6.10.1",
66
+ "nyc": "15.0.1",
67
+ "prettier": "2.0.4",
68
+ "puppeteer": "2.1.1",
69
+ "serve-static": "1.14.1",
70
+ "tap-dot": "2.0.0",
71
+ "tape": "4.13.2"
72
+ }
73
+ }