@cdktn/provider-project 0.7.24

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 (330) hide show
  1. package/.jsii +419 -0
  2. package/API.md +4154 -0
  3. package/CLAUDE.md +172 -0
  4. package/LICENSE +355 -0
  5. package/README.md +82 -0
  6. package/lib/alert-open-prs.d.ts +14 -0
  7. package/lib/alert-open-prs.js +67 -0
  8. package/lib/auto-approve.d.ts +11 -0
  9. package/lib/auto-approve.js +70 -0
  10. package/lib/auto-close-community-issues.d.ts +15 -0
  11. package/lib/auto-close-community-issues.js +104 -0
  12. package/lib/automerge.d.ts +11 -0
  13. package/lib/automerge.js +67 -0
  14. package/lib/cdktf-config.d.ts +33 -0
  15. package/lib/cdktf-config.js +134 -0
  16. package/lib/copyright-headers.d.ts +4 -0
  17. package/lib/copyright-headers.js +44 -0
  18. package/lib/customized-license.d.ts +8 -0
  19. package/lib/customized-license.js +19 -0
  20. package/lib/dependabot.d.ts +8 -0
  21. package/lib/dependabot.js +40 -0
  22. package/lib/deprecate-packages.d.ts +14 -0
  23. package/lib/deprecate-packages.js +91 -0
  24. package/lib/force-release.d.ts +12 -0
  25. package/lib/force-release.js +112 -0
  26. package/lib/github-issues.d.ts +15 -0
  27. package/lib/github-issues.js +33 -0
  28. package/lib/index.d.ts +53 -0
  29. package/lib/index.js +447 -0
  30. package/lib/lock-issues.d.ts +13 -0
  31. package/lib/lock-issues.js +54 -0
  32. package/lib/package-info.d.ts +14 -0
  33. package/lib/package-info.js +7 -0
  34. package/lib/provider-upgrade.d.ts +17 -0
  35. package/lib/provider-upgrade.js +145 -0
  36. package/lib/readme.d.ts +21 -0
  37. package/lib/readme.js +147 -0
  38. package/lib/scripts/check-for-upgrades.d.ts +15 -0
  39. package/lib/scripts/check-for-upgrades.js +186 -0
  40. package/lib/scripts/should-release.d.ts +13 -0
  41. package/lib/scripts/should-release.js +96 -0
  42. package/lib/util/random-cron.d.ts +18 -0
  43. package/lib/util/random-cron.js +33 -0
  44. package/mise.toml +2 -0
  45. package/node_modules/camel-case/LICENSE +21 -0
  46. package/node_modules/camel-case/README.md +47 -0
  47. package/node_modules/camel-case/dist/index.d.ts +5 -0
  48. package/node_modules/camel-case/dist/index.js +23 -0
  49. package/node_modules/camel-case/dist/index.js.map +1 -0
  50. package/node_modules/camel-case/dist/index.spec.d.ts +1 -0
  51. package/node_modules/camel-case/dist/index.spec.js +26 -0
  52. package/node_modules/camel-case/dist/index.spec.js.map +1 -0
  53. package/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
  54. package/node_modules/camel-case/dist.es2015/index.js +17 -0
  55. package/node_modules/camel-case/dist.es2015/index.js.map +1 -0
  56. package/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
  57. package/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
  58. package/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
  59. package/node_modules/camel-case/package.json +89 -0
  60. package/node_modules/capital-case/LICENSE +21 -0
  61. package/node_modules/capital-case/README.md +37 -0
  62. package/node_modules/capital-case/dist/index.d.ts +4 -0
  63. package/node_modules/capital-case/dist/index.js +16 -0
  64. package/node_modules/capital-case/dist/index.js.map +1 -0
  65. package/node_modules/capital-case/dist/index.spec.d.ts +1 -0
  66. package/node_modules/capital-case/dist/index.spec.js +24 -0
  67. package/node_modules/capital-case/dist/index.spec.js.map +1 -0
  68. package/node_modules/capital-case/dist.es2015/index.d.ts +4 -0
  69. package/node_modules/capital-case/dist.es2015/index.js +11 -0
  70. package/node_modules/capital-case/dist.es2015/index.js.map +1 -0
  71. package/node_modules/capital-case/dist.es2015/index.spec.d.ts +1 -0
  72. package/node_modules/capital-case/dist.es2015/index.spec.js +22 -0
  73. package/node_modules/capital-case/dist.es2015/index.spec.js.map +1 -0
  74. package/node_modules/capital-case/package.json +90 -0
  75. package/node_modules/change-case/LICENSE +21 -0
  76. package/node_modules/change-case/README.md +44 -0
  77. package/node_modules/change-case/dist/index.d.ts +11 -0
  78. package/node_modules/change-case/dist/index.js +15 -0
  79. package/node_modules/change-case/dist/index.js.map +1 -0
  80. package/node_modules/change-case/dist/index.spec.d.ts +1 -0
  81. package/node_modules/change-case/dist/index.spec.js +9 -0
  82. package/node_modules/change-case/dist/index.spec.js.map +1 -0
  83. package/node_modules/change-case/dist.es2015/index.d.ts +11 -0
  84. package/node_modules/change-case/dist.es2015/index.js +12 -0
  85. package/node_modules/change-case/dist.es2015/index.js.map +1 -0
  86. package/node_modules/change-case/dist.es2015/index.spec.d.ts +1 -0
  87. package/node_modules/change-case/dist.es2015/index.spec.js +7 -0
  88. package/node_modules/change-case/dist.es2015/index.spec.js.map +1 -0
  89. package/node_modules/change-case/package.json +101 -0
  90. package/node_modules/constant-case/LICENSE +21 -0
  91. package/node_modules/constant-case/README.md +37 -0
  92. package/node_modules/constant-case/dist/index.d.ts +3 -0
  93. package/node_modules/constant-case/dist/index.js +12 -0
  94. package/node_modules/constant-case/dist/index.js.map +1 -0
  95. package/node_modules/constant-case/dist/index.spec.d.ts +1 -0
  96. package/node_modules/constant-case/dist/index.spec.js +26 -0
  97. package/node_modules/constant-case/dist/index.spec.js.map +1 -0
  98. package/node_modules/constant-case/dist.es2015/index.d.ts +3 -0
  99. package/node_modules/constant-case/dist.es2015/index.js +8 -0
  100. package/node_modules/constant-case/dist.es2015/index.js.map +1 -0
  101. package/node_modules/constant-case/dist.es2015/index.spec.d.ts +1 -0
  102. package/node_modules/constant-case/dist.es2015/index.spec.js +24 -0
  103. package/node_modules/constant-case/dist.es2015/index.spec.js.map +1 -0
  104. package/node_modules/constant-case/package.json +90 -0
  105. package/node_modules/dot-case/LICENSE +21 -0
  106. package/node_modules/dot-case/README.md +37 -0
  107. package/node_modules/dot-case/dist/index.d.ts +3 -0
  108. package/node_modules/dot-case/dist/index.js +11 -0
  109. package/node_modules/dot-case/dist/index.js.map +1 -0
  110. package/node_modules/dot-case/dist/index.spec.d.ts +1 -0
  111. package/node_modules/dot-case/dist/index.spec.js +26 -0
  112. package/node_modules/dot-case/dist/index.spec.js.map +1 -0
  113. package/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
  114. package/node_modules/dot-case/dist.es2015/index.js +7 -0
  115. package/node_modules/dot-case/dist.es2015/index.js.map +1 -0
  116. package/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
  117. package/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
  118. package/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
  119. package/node_modules/dot-case/package.json +89 -0
  120. package/node_modules/fs-extra/LICENSE +15 -0
  121. package/node_modules/fs-extra/README.md +262 -0
  122. package/node_modules/fs-extra/lib/copy/copy-sync.js +169 -0
  123. package/node_modules/fs-extra/lib/copy/copy.js +235 -0
  124. package/node_modules/fs-extra/lib/copy/index.js +7 -0
  125. package/node_modules/fs-extra/lib/empty/index.js +39 -0
  126. package/node_modules/fs-extra/lib/ensure/file.js +69 -0
  127. package/node_modules/fs-extra/lib/ensure/index.js +23 -0
  128. package/node_modules/fs-extra/lib/ensure/link.js +64 -0
  129. package/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
  130. package/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
  131. package/node_modules/fs-extra/lib/ensure/symlink.js +82 -0
  132. package/node_modules/fs-extra/lib/fs/index.js +128 -0
  133. package/node_modules/fs-extra/lib/index.js +16 -0
  134. package/node_modules/fs-extra/lib/json/index.js +16 -0
  135. package/node_modules/fs-extra/lib/json/jsonfile.js +11 -0
  136. package/node_modules/fs-extra/lib/json/output-json-sync.js +12 -0
  137. package/node_modules/fs-extra/lib/json/output-json.js +12 -0
  138. package/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
  139. package/node_modules/fs-extra/lib/mkdirs/make-dir.js +27 -0
  140. package/node_modules/fs-extra/lib/mkdirs/utils.js +21 -0
  141. package/node_modules/fs-extra/lib/move/index.js +7 -0
  142. package/node_modules/fs-extra/lib/move/move-sync.js +54 -0
  143. package/node_modules/fs-extra/lib/move/move.js +75 -0
  144. package/node_modules/fs-extra/lib/output-file/index.js +40 -0
  145. package/node_modules/fs-extra/lib/path-exists/index.js +12 -0
  146. package/node_modules/fs-extra/lib/remove/index.js +22 -0
  147. package/node_modules/fs-extra/lib/remove/rimraf.js +302 -0
  148. package/node_modules/fs-extra/lib/util/stat.js +154 -0
  149. package/node_modules/fs-extra/lib/util/utimes.js +26 -0
  150. package/node_modules/fs-extra/package.json +67 -0
  151. package/node_modules/graceful-fs/LICENSE +15 -0
  152. package/node_modules/graceful-fs/README.md +143 -0
  153. package/node_modules/graceful-fs/clone.js +23 -0
  154. package/node_modules/graceful-fs/graceful-fs.js +448 -0
  155. package/node_modules/graceful-fs/legacy-streams.js +118 -0
  156. package/node_modules/graceful-fs/package.json +53 -0
  157. package/node_modules/graceful-fs/polyfills.js +355 -0
  158. package/node_modules/header-case/LICENSE +21 -0
  159. package/node_modules/header-case/README.md +37 -0
  160. package/node_modules/header-case/dist/index.d.ts +3 -0
  161. package/node_modules/header-case/dist/index.js +11 -0
  162. package/node_modules/header-case/dist/index.js.map +1 -0
  163. package/node_modules/header-case/dist/index.spec.d.ts +1 -0
  164. package/node_modules/header-case/dist/index.spec.js +24 -0
  165. package/node_modules/header-case/dist/index.spec.js.map +1 -0
  166. package/node_modules/header-case/dist.es2015/index.d.ts +3 -0
  167. package/node_modules/header-case/dist.es2015/index.js +7 -0
  168. package/node_modules/header-case/dist.es2015/index.js.map +1 -0
  169. package/node_modules/header-case/dist.es2015/index.spec.d.ts +1 -0
  170. package/node_modules/header-case/dist.es2015/index.spec.js +22 -0
  171. package/node_modules/header-case/dist.es2015/index.spec.js.map +1 -0
  172. package/node_modules/header-case/package.json +89 -0
  173. package/node_modules/jsonfile/LICENSE +15 -0
  174. package/node_modules/jsonfile/README.md +230 -0
  175. package/node_modules/jsonfile/index.js +88 -0
  176. package/node_modules/jsonfile/package.json +40 -0
  177. package/node_modules/jsonfile/utils.js +14 -0
  178. package/node_modules/lower-case/LICENSE +21 -0
  179. package/node_modules/lower-case/README.md +35 -0
  180. package/node_modules/lower-case/dist/index.d.ts +8 -0
  181. package/node_modules/lower-case/dist/index.js +53 -0
  182. package/node_modules/lower-case/dist/index.js.map +1 -0
  183. package/node_modules/lower-case/dist/index.spec.d.ts +1 -0
  184. package/node_modules/lower-case/dist/index.spec.js +36 -0
  185. package/node_modules/lower-case/dist/index.spec.js.map +1 -0
  186. package/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
  187. package/node_modules/lower-case/dist.es2015/index.js +48 -0
  188. package/node_modules/lower-case/dist.es2015/index.js.map +1 -0
  189. package/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
  190. package/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
  191. package/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
  192. package/node_modules/lower-case/package.json +87 -0
  193. package/node_modules/no-case/LICENSE +21 -0
  194. package/node_modules/no-case/README.md +37 -0
  195. package/node_modules/no-case/dist/index.d.ts +10 -0
  196. package/node_modules/no-case/dist/index.js +35 -0
  197. package/node_modules/no-case/dist/index.js.map +1 -0
  198. package/node_modules/no-case/dist/index.spec.d.ts +1 -0
  199. package/node_modules/no-case/dist/index.spec.js +59 -0
  200. package/node_modules/no-case/dist/index.spec.js.map +1 -0
  201. package/node_modules/no-case/dist.es2015/index.d.ts +10 -0
  202. package/node_modules/no-case/dist.es2015/index.js +31 -0
  203. package/node_modules/no-case/dist.es2015/index.js.map +1 -0
  204. package/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
  205. package/node_modules/no-case/dist.es2015/index.spec.js +57 -0
  206. package/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
  207. package/node_modules/no-case/package.json +85 -0
  208. package/node_modules/param-case/LICENSE +21 -0
  209. package/node_modules/param-case/README.md +37 -0
  210. package/node_modules/param-case/dist/index.d.ts +3 -0
  211. package/node_modules/param-case/dist/index.js +11 -0
  212. package/node_modules/param-case/dist/index.js.map +1 -0
  213. package/node_modules/param-case/dist/index.spec.d.ts +1 -0
  214. package/node_modules/param-case/dist/index.spec.js +24 -0
  215. package/node_modules/param-case/dist/index.spec.js.map +1 -0
  216. package/node_modules/param-case/dist.es2015/index.d.ts +3 -0
  217. package/node_modules/param-case/dist.es2015/index.js +7 -0
  218. package/node_modules/param-case/dist.es2015/index.js.map +1 -0
  219. package/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
  220. package/node_modules/param-case/dist.es2015/index.spec.js +22 -0
  221. package/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
  222. package/node_modules/param-case/package.json +91 -0
  223. package/node_modules/pascal-case/LICENSE +21 -0
  224. package/node_modules/pascal-case/README.md +47 -0
  225. package/node_modules/pascal-case/dist/index.d.ts +5 -0
  226. package/node_modules/pascal-case/dist/index.js +24 -0
  227. package/node_modules/pascal-case/dist/index.js.map +1 -0
  228. package/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
  229. package/node_modules/pascal-case/dist/index.spec.js +25 -0
  230. package/node_modules/pascal-case/dist/index.spec.js.map +1 -0
  231. package/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
  232. package/node_modules/pascal-case/dist.es2015/index.js +18 -0
  233. package/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
  234. package/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
  235. package/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
  236. package/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
  237. package/node_modules/pascal-case/package.json +90 -0
  238. package/node_modules/path-case/LICENSE +21 -0
  239. package/node_modules/path-case/README.md +37 -0
  240. package/node_modules/path-case/dist/index.d.ts +3 -0
  241. package/node_modules/path-case/dist/index.js +11 -0
  242. package/node_modules/path-case/dist/index.js.map +1 -0
  243. package/node_modules/path-case/dist/index.spec.d.ts +1 -0
  244. package/node_modules/path-case/dist/index.spec.js +24 -0
  245. package/node_modules/path-case/dist/index.spec.js.map +1 -0
  246. package/node_modules/path-case/dist.es2015/index.d.ts +3 -0
  247. package/node_modules/path-case/dist.es2015/index.js +7 -0
  248. package/node_modules/path-case/dist.es2015/index.js.map +1 -0
  249. package/node_modules/path-case/dist.es2015/index.spec.d.ts +1 -0
  250. package/node_modules/path-case/dist.es2015/index.spec.js +22 -0
  251. package/node_modules/path-case/dist.es2015/index.spec.js.map +1 -0
  252. package/node_modules/path-case/package.json +88 -0
  253. package/node_modules/sentence-case/LICENSE +21 -0
  254. package/node_modules/sentence-case/README.md +37 -0
  255. package/node_modules/sentence-case/dist/index.d.ts +4 -0
  256. package/node_modules/sentence-case/dist/index.js +19 -0
  257. package/node_modules/sentence-case/dist/index.js.map +1 -0
  258. package/node_modules/sentence-case/dist/index.spec.d.ts +1 -0
  259. package/node_modules/sentence-case/dist/index.spec.js +24 -0
  260. package/node_modules/sentence-case/dist/index.spec.js.map +1 -0
  261. package/node_modules/sentence-case/dist.es2015/index.d.ts +4 -0
  262. package/node_modules/sentence-case/dist.es2015/index.js +14 -0
  263. package/node_modules/sentence-case/dist.es2015/index.js.map +1 -0
  264. package/node_modules/sentence-case/dist.es2015/index.spec.d.ts +1 -0
  265. package/node_modules/sentence-case/dist.es2015/index.spec.js +22 -0
  266. package/node_modules/sentence-case/dist.es2015/index.spec.js.map +1 -0
  267. package/node_modules/sentence-case/package.json +89 -0
  268. package/node_modules/snake-case/LICENSE +21 -0
  269. package/node_modules/snake-case/README.md +37 -0
  270. package/node_modules/snake-case/dist/index.d.ts +3 -0
  271. package/node_modules/snake-case/dist/index.js +11 -0
  272. package/node_modules/snake-case/dist/index.js.map +1 -0
  273. package/node_modules/snake-case/dist/index.spec.d.ts +1 -0
  274. package/node_modules/snake-case/dist/index.spec.js +25 -0
  275. package/node_modules/snake-case/dist/index.spec.js.map +1 -0
  276. package/node_modules/snake-case/dist.es2015/index.d.ts +3 -0
  277. package/node_modules/snake-case/dist.es2015/index.js +7 -0
  278. package/node_modules/snake-case/dist.es2015/index.js.map +1 -0
  279. package/node_modules/snake-case/dist.es2015/index.spec.d.ts +1 -0
  280. package/node_modules/snake-case/dist.es2015/index.spec.js +23 -0
  281. package/node_modules/snake-case/dist.es2015/index.spec.js.map +1 -0
  282. package/node_modules/snake-case/package.json +90 -0
  283. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  284. package/node_modules/tslib/LICENSE.txt +12 -0
  285. package/node_modules/tslib/README.md +164 -0
  286. package/node_modules/tslib/SECURITY.md +41 -0
  287. package/node_modules/tslib/modules/index.d.ts +38 -0
  288. package/node_modules/tslib/modules/index.js +70 -0
  289. package/node_modules/tslib/modules/package.json +3 -0
  290. package/node_modules/tslib/package.json +47 -0
  291. package/node_modules/tslib/tslib.d.ts +460 -0
  292. package/node_modules/tslib/tslib.es6.html +1 -0
  293. package/node_modules/tslib/tslib.es6.js +402 -0
  294. package/node_modules/tslib/tslib.es6.mjs +401 -0
  295. package/node_modules/tslib/tslib.html +1 -0
  296. package/node_modules/tslib/tslib.js +484 -0
  297. package/node_modules/universalify/LICENSE +20 -0
  298. package/node_modules/universalify/README.md +76 -0
  299. package/node_modules/universalify/index.js +24 -0
  300. package/node_modules/universalify/package.json +34 -0
  301. package/node_modules/upper-case/README.md +34 -0
  302. package/node_modules/upper-case/dist/index.d.ts +8 -0
  303. package/node_modules/upper-case/dist/index.js +49 -0
  304. package/node_modules/upper-case/dist/index.js.map +1 -0
  305. package/node_modules/upper-case/dist/index.spec.d.ts +1 -0
  306. package/node_modules/upper-case/dist/index.spec.js +34 -0
  307. package/node_modules/upper-case/dist/index.spec.js.map +1 -0
  308. package/node_modules/upper-case/dist.es2015/index.d.ts +8 -0
  309. package/node_modules/upper-case/dist.es2015/index.js +44 -0
  310. package/node_modules/upper-case/dist.es2015/index.js.map +1 -0
  311. package/node_modules/upper-case/dist.es2015/index.spec.d.ts +1 -0
  312. package/node_modules/upper-case/dist.es2015/index.spec.js +32 -0
  313. package/node_modules/upper-case/dist.es2015/index.spec.js.map +1 -0
  314. package/node_modules/upper-case/package.json +86 -0
  315. package/node_modules/upper-case-first/LICENSE +21 -0
  316. package/node_modules/upper-case-first/README.md +32 -0
  317. package/node_modules/upper-case-first/dist/index.d.ts +4 -0
  318. package/node_modules/upper-case-first/dist/index.js +11 -0
  319. package/node_modules/upper-case-first/dist/index.js.map +1 -0
  320. package/node_modules/upper-case-first/dist/index.spec.d.ts +1 -0
  321. package/node_modules/upper-case-first/dist/index.spec.js +20 -0
  322. package/node_modules/upper-case-first/dist/index.spec.js.map +1 -0
  323. package/node_modules/upper-case-first/dist.es2015/index.d.ts +4 -0
  324. package/node_modules/upper-case-first/dist.es2015/index.js +7 -0
  325. package/node_modules/upper-case-first/dist.es2015/index.js.map +1 -0
  326. package/node_modules/upper-case-first/dist.es2015/index.spec.d.ts +1 -0
  327. package/node_modules/upper-case-first/dist.es2015/index.spec.js +18 -0
  328. package/node_modules/upper-case-first/dist.es2015/index.spec.js.map +1 -0
  329. package/node_modules/upper-case-first/package.json +87 -0
  330. package/package.json +181 -0
@@ -0,0 +1,118 @@
1
+ var Stream = require('stream').Stream
2
+
3
+ module.exports = legacy
4
+
5
+ function legacy (fs) {
6
+ return {
7
+ ReadStream: ReadStream,
8
+ WriteStream: WriteStream
9
+ }
10
+
11
+ function ReadStream (path, options) {
12
+ if (!(this instanceof ReadStream)) return new ReadStream(path, options);
13
+
14
+ Stream.call(this);
15
+
16
+ var self = this;
17
+
18
+ this.path = path;
19
+ this.fd = null;
20
+ this.readable = true;
21
+ this.paused = false;
22
+
23
+ this.flags = 'r';
24
+ this.mode = 438; /*=0666*/
25
+ this.bufferSize = 64 * 1024;
26
+
27
+ options = options || {};
28
+
29
+ // Mixin options into this
30
+ var keys = Object.keys(options);
31
+ for (var index = 0, length = keys.length; index < length; index++) {
32
+ var key = keys[index];
33
+ this[key] = options[key];
34
+ }
35
+
36
+ if (this.encoding) this.setEncoding(this.encoding);
37
+
38
+ if (this.start !== undefined) {
39
+ if ('number' !== typeof this.start) {
40
+ throw TypeError('start must be a Number');
41
+ }
42
+ if (this.end === undefined) {
43
+ this.end = Infinity;
44
+ } else if ('number' !== typeof this.end) {
45
+ throw TypeError('end must be a Number');
46
+ }
47
+
48
+ if (this.start > this.end) {
49
+ throw new Error('start must be <= end');
50
+ }
51
+
52
+ this.pos = this.start;
53
+ }
54
+
55
+ if (this.fd !== null) {
56
+ process.nextTick(function() {
57
+ self._read();
58
+ });
59
+ return;
60
+ }
61
+
62
+ fs.open(this.path, this.flags, this.mode, function (err, fd) {
63
+ if (err) {
64
+ self.emit('error', err);
65
+ self.readable = false;
66
+ return;
67
+ }
68
+
69
+ self.fd = fd;
70
+ self.emit('open', fd);
71
+ self._read();
72
+ })
73
+ }
74
+
75
+ function WriteStream (path, options) {
76
+ if (!(this instanceof WriteStream)) return new WriteStream(path, options);
77
+
78
+ Stream.call(this);
79
+
80
+ this.path = path;
81
+ this.fd = null;
82
+ this.writable = true;
83
+
84
+ this.flags = 'w';
85
+ this.encoding = 'binary';
86
+ this.mode = 438; /*=0666*/
87
+ this.bytesWritten = 0;
88
+
89
+ options = options || {};
90
+
91
+ // Mixin options into this
92
+ var keys = Object.keys(options);
93
+ for (var index = 0, length = keys.length; index < length; index++) {
94
+ var key = keys[index];
95
+ this[key] = options[key];
96
+ }
97
+
98
+ if (this.start !== undefined) {
99
+ if ('number' !== typeof this.start) {
100
+ throw TypeError('start must be a Number');
101
+ }
102
+ if (this.start < 0) {
103
+ throw new Error('start must be >= zero');
104
+ }
105
+
106
+ this.pos = this.start;
107
+ }
108
+
109
+ this.busy = false;
110
+ this._queue = [];
111
+
112
+ if (this.fd === null) {
113
+ this._open = fs.open;
114
+ this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
115
+ this.flush();
116
+ }
117
+ }
118
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "graceful-fs",
3
+ "description": "A drop-in replacement for fs, making various improvements.",
4
+ "version": "4.2.11",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/isaacs/node-graceful-fs"
8
+ },
9
+ "main": "graceful-fs.js",
10
+ "directories": {
11
+ "test": "test"
12
+ },
13
+ "scripts": {
14
+ "preversion": "npm test",
15
+ "postversion": "npm publish",
16
+ "postpublish": "git push origin --follow-tags",
17
+ "test": "nyc --silent node test.js | tap -c -",
18
+ "posttest": "nyc report"
19
+ },
20
+ "keywords": [
21
+ "fs",
22
+ "module",
23
+ "reading",
24
+ "retry",
25
+ "retries",
26
+ "queue",
27
+ "error",
28
+ "errors",
29
+ "handling",
30
+ "EMFILE",
31
+ "EAGAIN",
32
+ "EINVAL",
33
+ "EPERM",
34
+ "EACCESS"
35
+ ],
36
+ "license": "ISC",
37
+ "devDependencies": {
38
+ "import-fresh": "^2.0.0",
39
+ "mkdirp": "^0.5.0",
40
+ "rimraf": "^2.2.8",
41
+ "tap": "^16.3.4"
42
+ },
43
+ "files": [
44
+ "fs.js",
45
+ "graceful-fs.js",
46
+ "legacy-streams.js",
47
+ "polyfills.js",
48
+ "clone.js"
49
+ ],
50
+ "tap": {
51
+ "reporter": "classic"
52
+ }
53
+ }
@@ -0,0 +1,355 @@
1
+ var constants = require('constants')
2
+
3
+ var origCwd = process.cwd
4
+ var cwd = null
5
+
6
+ var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform
7
+
8
+ process.cwd = function() {
9
+ if (!cwd)
10
+ cwd = origCwd.call(process)
11
+ return cwd
12
+ }
13
+ try {
14
+ process.cwd()
15
+ } catch (er) {}
16
+
17
+ // This check is needed until node.js 12 is required
18
+ if (typeof process.chdir === 'function') {
19
+ var chdir = process.chdir
20
+ process.chdir = function (d) {
21
+ cwd = null
22
+ chdir.call(process, d)
23
+ }
24
+ if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir)
25
+ }
26
+
27
+ module.exports = patch
28
+
29
+ function patch (fs) {
30
+ // (re-)implement some things that are known busted or missing.
31
+
32
+ // lchmod, broken prior to 0.6.2
33
+ // back-port the fix here.
34
+ if (constants.hasOwnProperty('O_SYMLINK') &&
35
+ process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) {
36
+ patchLchmod(fs)
37
+ }
38
+
39
+ // lutimes implementation, or no-op
40
+ if (!fs.lutimes) {
41
+ patchLutimes(fs)
42
+ }
43
+
44
+ // https://github.com/isaacs/node-graceful-fs/issues/4
45
+ // Chown should not fail on einval or eperm if non-root.
46
+ // It should not fail on enosys ever, as this just indicates
47
+ // that a fs doesn't support the intended operation.
48
+
49
+ fs.chown = chownFix(fs.chown)
50
+ fs.fchown = chownFix(fs.fchown)
51
+ fs.lchown = chownFix(fs.lchown)
52
+
53
+ fs.chmod = chmodFix(fs.chmod)
54
+ fs.fchmod = chmodFix(fs.fchmod)
55
+ fs.lchmod = chmodFix(fs.lchmod)
56
+
57
+ fs.chownSync = chownFixSync(fs.chownSync)
58
+ fs.fchownSync = chownFixSync(fs.fchownSync)
59
+ fs.lchownSync = chownFixSync(fs.lchownSync)
60
+
61
+ fs.chmodSync = chmodFixSync(fs.chmodSync)
62
+ fs.fchmodSync = chmodFixSync(fs.fchmodSync)
63
+ fs.lchmodSync = chmodFixSync(fs.lchmodSync)
64
+
65
+ fs.stat = statFix(fs.stat)
66
+ fs.fstat = statFix(fs.fstat)
67
+ fs.lstat = statFix(fs.lstat)
68
+
69
+ fs.statSync = statFixSync(fs.statSync)
70
+ fs.fstatSync = statFixSync(fs.fstatSync)
71
+ fs.lstatSync = statFixSync(fs.lstatSync)
72
+
73
+ // if lchmod/lchown do not exist, then make them no-ops
74
+ if (fs.chmod && !fs.lchmod) {
75
+ fs.lchmod = function (path, mode, cb) {
76
+ if (cb) process.nextTick(cb)
77
+ }
78
+ fs.lchmodSync = function () {}
79
+ }
80
+ if (fs.chown && !fs.lchown) {
81
+ fs.lchown = function (path, uid, gid, cb) {
82
+ if (cb) process.nextTick(cb)
83
+ }
84
+ fs.lchownSync = function () {}
85
+ }
86
+
87
+ // on Windows, A/V software can lock the directory, causing this
88
+ // to fail with an EACCES or EPERM if the directory contains newly
89
+ // created files. Try again on failure, for up to 60 seconds.
90
+
91
+ // Set the timeout this long because some Windows Anti-Virus, such as Parity
92
+ // bit9, may lock files for up to a minute, causing npm package install
93
+ // failures. Also, take care to yield the scheduler. Windows scheduling gives
94
+ // CPU to a busy looping process, which can cause the program causing the lock
95
+ // contention to be starved of CPU by node, so the contention doesn't resolve.
96
+ if (platform === "win32") {
97
+ fs.rename = typeof fs.rename !== 'function' ? fs.rename
98
+ : (function (fs$rename) {
99
+ function rename (from, to, cb) {
100
+ var start = Date.now()
101
+ var backoff = 0;
102
+ fs$rename(from, to, function CB (er) {
103
+ if (er
104
+ && (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY")
105
+ && Date.now() - start < 60000) {
106
+ setTimeout(function() {
107
+ fs.stat(to, function (stater, st) {
108
+ if (stater && stater.code === "ENOENT")
109
+ fs$rename(from, to, CB);
110
+ else
111
+ cb(er)
112
+ })
113
+ }, backoff)
114
+ if (backoff < 100)
115
+ backoff += 10;
116
+ return;
117
+ }
118
+ if (cb) cb(er)
119
+ })
120
+ }
121
+ if (Object.setPrototypeOf) Object.setPrototypeOf(rename, fs$rename)
122
+ return rename
123
+ })(fs.rename)
124
+ }
125
+
126
+ // if read() returns EAGAIN, then just try it again.
127
+ fs.read = typeof fs.read !== 'function' ? fs.read
128
+ : (function (fs$read) {
129
+ function read (fd, buffer, offset, length, position, callback_) {
130
+ var callback
131
+ if (callback_ && typeof callback_ === 'function') {
132
+ var eagCounter = 0
133
+ callback = function (er, _, __) {
134
+ if (er && er.code === 'EAGAIN' && eagCounter < 10) {
135
+ eagCounter ++
136
+ return fs$read.call(fs, fd, buffer, offset, length, position, callback)
137
+ }
138
+ callback_.apply(this, arguments)
139
+ }
140
+ }
141
+ return fs$read.call(fs, fd, buffer, offset, length, position, callback)
142
+ }
143
+
144
+ // This ensures `util.promisify` works as it does for native `fs.read`.
145
+ if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read)
146
+ return read
147
+ })(fs.read)
148
+
149
+ fs.readSync = typeof fs.readSync !== 'function' ? fs.readSync
150
+ : (function (fs$readSync) { return function (fd, buffer, offset, length, position) {
151
+ var eagCounter = 0
152
+ while (true) {
153
+ try {
154
+ return fs$readSync.call(fs, fd, buffer, offset, length, position)
155
+ } catch (er) {
156
+ if (er.code === 'EAGAIN' && eagCounter < 10) {
157
+ eagCounter ++
158
+ continue
159
+ }
160
+ throw er
161
+ }
162
+ }
163
+ }})(fs.readSync)
164
+
165
+ function patchLchmod (fs) {
166
+ fs.lchmod = function (path, mode, callback) {
167
+ fs.open( path
168
+ , constants.O_WRONLY | constants.O_SYMLINK
169
+ , mode
170
+ , function (err, fd) {
171
+ if (err) {
172
+ if (callback) callback(err)
173
+ return
174
+ }
175
+ // prefer to return the chmod error, if one occurs,
176
+ // but still try to close, and report closing errors if they occur.
177
+ fs.fchmod(fd, mode, function (err) {
178
+ fs.close(fd, function(err2) {
179
+ if (callback) callback(err || err2)
180
+ })
181
+ })
182
+ })
183
+ }
184
+
185
+ fs.lchmodSync = function (path, mode) {
186
+ var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode)
187
+
188
+ // prefer to return the chmod error, if one occurs,
189
+ // but still try to close, and report closing errors if they occur.
190
+ var threw = true
191
+ var ret
192
+ try {
193
+ ret = fs.fchmodSync(fd, mode)
194
+ threw = false
195
+ } finally {
196
+ if (threw) {
197
+ try {
198
+ fs.closeSync(fd)
199
+ } catch (er) {}
200
+ } else {
201
+ fs.closeSync(fd)
202
+ }
203
+ }
204
+ return ret
205
+ }
206
+ }
207
+
208
+ function patchLutimes (fs) {
209
+ if (constants.hasOwnProperty("O_SYMLINK") && fs.futimes) {
210
+ fs.lutimes = function (path, at, mt, cb) {
211
+ fs.open(path, constants.O_SYMLINK, function (er, fd) {
212
+ if (er) {
213
+ if (cb) cb(er)
214
+ return
215
+ }
216
+ fs.futimes(fd, at, mt, function (er) {
217
+ fs.close(fd, function (er2) {
218
+ if (cb) cb(er || er2)
219
+ })
220
+ })
221
+ })
222
+ }
223
+
224
+ fs.lutimesSync = function (path, at, mt) {
225
+ var fd = fs.openSync(path, constants.O_SYMLINK)
226
+ var ret
227
+ var threw = true
228
+ try {
229
+ ret = fs.futimesSync(fd, at, mt)
230
+ threw = false
231
+ } finally {
232
+ if (threw) {
233
+ try {
234
+ fs.closeSync(fd)
235
+ } catch (er) {}
236
+ } else {
237
+ fs.closeSync(fd)
238
+ }
239
+ }
240
+ return ret
241
+ }
242
+
243
+ } else if (fs.futimes) {
244
+ fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) }
245
+ fs.lutimesSync = function () {}
246
+ }
247
+ }
248
+
249
+ function chmodFix (orig) {
250
+ if (!orig) return orig
251
+ return function (target, mode, cb) {
252
+ return orig.call(fs, target, mode, function (er) {
253
+ if (chownErOk(er)) er = null
254
+ if (cb) cb.apply(this, arguments)
255
+ })
256
+ }
257
+ }
258
+
259
+ function chmodFixSync (orig) {
260
+ if (!orig) return orig
261
+ return function (target, mode) {
262
+ try {
263
+ return orig.call(fs, target, mode)
264
+ } catch (er) {
265
+ if (!chownErOk(er)) throw er
266
+ }
267
+ }
268
+ }
269
+
270
+
271
+ function chownFix (orig) {
272
+ if (!orig) return orig
273
+ return function (target, uid, gid, cb) {
274
+ return orig.call(fs, target, uid, gid, function (er) {
275
+ if (chownErOk(er)) er = null
276
+ if (cb) cb.apply(this, arguments)
277
+ })
278
+ }
279
+ }
280
+
281
+ function chownFixSync (orig) {
282
+ if (!orig) return orig
283
+ return function (target, uid, gid) {
284
+ try {
285
+ return orig.call(fs, target, uid, gid)
286
+ } catch (er) {
287
+ if (!chownErOk(er)) throw er
288
+ }
289
+ }
290
+ }
291
+
292
+ function statFix (orig) {
293
+ if (!orig) return orig
294
+ // Older versions of Node erroneously returned signed integers for
295
+ // uid + gid.
296
+ return function (target, options, cb) {
297
+ if (typeof options === 'function') {
298
+ cb = options
299
+ options = null
300
+ }
301
+ function callback (er, stats) {
302
+ if (stats) {
303
+ if (stats.uid < 0) stats.uid += 0x100000000
304
+ if (stats.gid < 0) stats.gid += 0x100000000
305
+ }
306
+ if (cb) cb.apply(this, arguments)
307
+ }
308
+ return options ? orig.call(fs, target, options, callback)
309
+ : orig.call(fs, target, callback)
310
+ }
311
+ }
312
+
313
+ function statFixSync (orig) {
314
+ if (!orig) return orig
315
+ // Older versions of Node erroneously returned signed integers for
316
+ // uid + gid.
317
+ return function (target, options) {
318
+ var stats = options ? orig.call(fs, target, options)
319
+ : orig.call(fs, target)
320
+ if (stats) {
321
+ if (stats.uid < 0) stats.uid += 0x100000000
322
+ if (stats.gid < 0) stats.gid += 0x100000000
323
+ }
324
+ return stats;
325
+ }
326
+ }
327
+
328
+ // ENOSYS means that the fs doesn't support the op. Just ignore
329
+ // that, because it doesn't matter.
330
+ //
331
+ // if there's no getuid, or if getuid() is something other
332
+ // than 0, and the error is EINVAL or EPERM, then just ignore
333
+ // it.
334
+ //
335
+ // This specific case is a silent failure in cp, install, tar,
336
+ // and most other unix tools that manage permissions.
337
+ //
338
+ // When running as root, or if other types of errors are
339
+ // encountered, then it's strict.
340
+ function chownErOk (er) {
341
+ if (!er)
342
+ return true
343
+
344
+ if (er.code === "ENOSYS")
345
+ return true
346
+
347
+ var nonroot = !process.getuid || process.getuid() !== 0
348
+ if (nonroot) {
349
+ if (er.code === "EINVAL" || er.code === "EPERM")
350
+ return true
351
+ }
352
+
353
+ return false
354
+ }
355
+ }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,37 @@
1
+ # Header Case
2
+
3
+ [![NPM version][npm-image]][npm-url]
4
+ [![NPM downloads][downloads-image]][downloads-url]
5
+ [![Bundle size][bundlephobia-image]][bundlephobia-url]
6
+
7
+ > Transform into a dash separated string of capitalized words.
8
+
9
+ ## Installation
10
+
11
+ ```
12
+ npm install header-case --save
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```js
18
+ import { headerCase } from "header-case";
19
+
20
+ headerCase("string"); //=> "String"
21
+ headerCase("dot.case"); //=> "Dot-Case"
22
+ headerCase("PascalCase"); //=> "Pascal-Case"
23
+ headerCase("version 1.2.10"); //=> "Version-1-2-10"
24
+ ```
25
+
26
+ The function also accepts [`options`](https://github.com/blakeembrey/change-case#options).
27
+
28
+ ## License
29
+
30
+ MIT
31
+
32
+ [npm-image]: https://img.shields.io/npm/v/header-case.svg?style=flat
33
+ [npm-url]: https://npmjs.org/package/header-case
34
+ [downloads-image]: https://img.shields.io/npm/dm/header-case.svg?style=flat
35
+ [downloads-url]: https://npmjs.org/package/header-case
36
+ [bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/header-case.svg
37
+ [bundlephobia-url]: https://bundlephobia.com/result?p=header-case
@@ -0,0 +1,3 @@
1
+ import { Options } from "capital-case";
2
+ export { Options };
3
+ export declare function headerCase(input: string, options?: Options): string;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.headerCase = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var capital_case_1 = require("capital-case");
6
+ function headerCase(input, options) {
7
+ if (options === void 0) { options = {}; }
8
+ return capital_case_1.capitalCase(input, tslib_1.__assign({ delimiter: "-" }, options));
9
+ }
10
+ exports.headerCase = headerCase;
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,6CAAoD;AAIpD,SAAgB,UAAU,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC7D,OAAO,0BAAW,CAAC,KAAK,qBACtB,SAAS,EAAE,GAAG,IACX,OAAO,EACV,CAAC;AACL,CAAC;AALD,gCAKC","sourcesContent":["import { capitalCase, Options } from \"capital-case\";\n\nexport { Options };\n\nexport function headerCase(input: string, options: Options = {}) {\n return capitalCase(input, {\n delimiter: \"-\",\n ...options,\n });\n}\n"]}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var _1 = require(".");
4
+ var TEST_CASES = [
5
+ ["", ""],
6
+ ["test", "Test"],
7
+ ["test string", "Test-String"],
8
+ ["Test String", "Test-String"],
9
+ ["TestV2", "Test-V2"],
10
+ ["version 1.2.10", "Version-1-2-10"],
11
+ ["version 1.21.0", "Version-1-21-0"],
12
+ ];
13
+ describe("header case", function () {
14
+ var _loop_1 = function (input, result) {
15
+ it(input + " -> " + result, function () {
16
+ expect(_1.headerCase(input)).toEqual(result);
17
+ });
18
+ };
19
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
20
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
21
+ _loop_1(input, result);
22
+ }
23
+ });
24
+ //# sourceMappingURL=index.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";;AAAA,sBAA+B;AAE/B,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,QAAQ,EAAE,SAAS,CAAC;IACrB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;CACrC,CAAC;AAEF,QAAQ,CAAC,aAAa,EAAE;4BACV,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,aAAU,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC5C,CAAC,CAAC,CAAC;;IAHL,KAA8B,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAA7B,IAAA,qBAAe,EAAd,KAAK,QAAA,EAAE,MAAM,QAAA;gBAAb,KAAK,EAAE,MAAM;KAIxB;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { headerCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"Test\"],\n [\"test string\", \"Test-String\"],\n [\"Test String\", \"Test-String\"],\n [\"TestV2\", \"Test-V2\"],\n [\"version 1.2.10\", \"Version-1-2-10\"],\n [\"version 1.21.0\", \"Version-1-21-0\"],\n];\n\ndescribe(\"header case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(headerCase(input)).toEqual(result);\n });\n }\n});\n"]}
@@ -0,0 +1,3 @@
1
+ import { Options } from "capital-case";
2
+ export { Options };
3
+ export declare function headerCase(input: string, options?: Options): string;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import { capitalCase } from "capital-case";
3
+ export function headerCase(input, options) {
4
+ if (options === void 0) { options = {}; }
5
+ return capitalCase(input, __assign({ delimiter: "-" }, options));
6
+ }
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAW,MAAM,cAAc,CAAC;AAIpD,MAAM,UAAU,UAAU,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC7D,OAAO,WAAW,CAAC,KAAK,aACtB,SAAS,EAAE,GAAG,IACX,OAAO,EACV,CAAC;AACL,CAAC","sourcesContent":["import { capitalCase, Options } from \"capital-case\";\n\nexport { Options };\n\nexport function headerCase(input: string, options: Options = {}) {\n return capitalCase(input, {\n delimiter: \"-\",\n ...options,\n });\n}\n"]}
@@ -0,0 +1,22 @@
1
+ import { headerCase } from ".";
2
+ var TEST_CASES = [
3
+ ["", ""],
4
+ ["test", "Test"],
5
+ ["test string", "Test-String"],
6
+ ["Test String", "Test-String"],
7
+ ["TestV2", "Test-V2"],
8
+ ["version 1.2.10", "Version-1-2-10"],
9
+ ["version 1.21.0", "Version-1-21-0"],
10
+ ];
11
+ describe("header case", function () {
12
+ var _loop_1 = function (input, result) {
13
+ it(input + " -> " + result, function () {
14
+ expect(headerCase(input)).toEqual(result);
15
+ });
16
+ };
17
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
18
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
19
+ _loop_1(input, result);
20
+ }
21
+ });
22
+ //# sourceMappingURL=index.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AAE/B,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,QAAQ,EAAE,SAAS,CAAC;IACrB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;CACrC,CAAC;AAEF,QAAQ,CAAC,aAAa,EAAE;4BACV,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC5C,CAAC,CAAC,CAAC;;IAHL,KAA8B,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAA7B,IAAA,qBAAe,EAAd,KAAK,QAAA,EAAE,MAAM,QAAA;gBAAb,KAAK,EAAE,MAAM;KAIxB;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { headerCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"Test\"],\n [\"test string\", \"Test-String\"],\n [\"Test String\", \"Test-String\"],\n [\"TestV2\", \"Test-V2\"],\n [\"version 1.2.10\", \"Version-1-2-10\"],\n [\"version 1.21.0\", \"Version-1-21-0\"],\n];\n\ndescribe(\"header case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(headerCase(input)).toEqual(result);\n });\n }\n});\n"]}