projen-cdktf-hybrid-construct 0.1.54 → 0.1.57

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 (319) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +574 -0
  3. package/.projenrc.ts +17 -5
  4. package/API.md +7347 -0
  5. package/CHANGELOG.md +5 -7
  6. package/README.md +45 -21
  7. package/lib/defaults.d.ts +0 -1
  8. package/lib/defaults.js +1 -1
  9. package/lib/hybrid-module.d.ts +48 -20
  10. package/lib/hybrid-module.js +28 -20
  11. package/lib/index.js +3 -7
  12. package/lib/publishing.d.ts +5 -0
  13. package/lib/publishing.js +25 -3
  14. package/lib/terraform-module.d.ts +35 -16
  15. package/lib/terraform-module.js +19 -10
  16. package/node_modules/camel-case/LICENSE +21 -0
  17. package/node_modules/camel-case/README.md +47 -0
  18. package/node_modules/camel-case/dist/index.d.ts +5 -0
  19. package/node_modules/camel-case/dist/index.js +23 -0
  20. package/node_modules/camel-case/dist/index.js.map +1 -0
  21. package/node_modules/camel-case/dist/index.spec.d.ts +1 -0
  22. package/node_modules/camel-case/dist/index.spec.js +26 -0
  23. package/node_modules/camel-case/dist/index.spec.js.map +1 -0
  24. package/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
  25. package/node_modules/camel-case/dist.es2015/index.js +17 -0
  26. package/node_modules/camel-case/dist.es2015/index.js.map +1 -0
  27. package/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
  28. package/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
  29. package/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
  30. package/node_modules/camel-case/package.json +89 -0
  31. package/node_modules/capital-case/LICENSE +21 -0
  32. package/node_modules/capital-case/README.md +37 -0
  33. package/node_modules/capital-case/dist/index.d.ts +4 -0
  34. package/node_modules/capital-case/dist/index.js +16 -0
  35. package/node_modules/capital-case/dist/index.js.map +1 -0
  36. package/node_modules/capital-case/dist/index.spec.d.ts +1 -0
  37. package/node_modules/capital-case/dist/index.spec.js +24 -0
  38. package/node_modules/capital-case/dist/index.spec.js.map +1 -0
  39. package/node_modules/capital-case/dist.es2015/index.d.ts +4 -0
  40. package/node_modules/capital-case/dist.es2015/index.js +11 -0
  41. package/node_modules/capital-case/dist.es2015/index.js.map +1 -0
  42. package/node_modules/capital-case/dist.es2015/index.spec.d.ts +1 -0
  43. package/node_modules/capital-case/dist.es2015/index.spec.js +22 -0
  44. package/node_modules/capital-case/dist.es2015/index.spec.js.map +1 -0
  45. package/node_modules/capital-case/package.json +90 -0
  46. package/node_modules/change-case/LICENSE +21 -0
  47. package/node_modules/change-case/README.md +44 -0
  48. package/node_modules/change-case/dist/index.d.ts +11 -0
  49. package/node_modules/change-case/dist/index.js +15 -0
  50. package/node_modules/change-case/dist/index.js.map +1 -0
  51. package/node_modules/change-case/dist/index.spec.d.ts +1 -0
  52. package/node_modules/change-case/dist/index.spec.js +9 -0
  53. package/node_modules/change-case/dist/index.spec.js.map +1 -0
  54. package/node_modules/change-case/dist.es2015/index.d.ts +11 -0
  55. package/node_modules/change-case/dist.es2015/index.js +12 -0
  56. package/node_modules/change-case/dist.es2015/index.js.map +1 -0
  57. package/node_modules/change-case/dist.es2015/index.spec.d.ts +1 -0
  58. package/node_modules/change-case/dist.es2015/index.spec.js +7 -0
  59. package/node_modules/change-case/dist.es2015/index.spec.js.map +1 -0
  60. package/node_modules/change-case/package.json +101 -0
  61. package/node_modules/constant-case/LICENSE +21 -0
  62. package/node_modules/constant-case/README.md +37 -0
  63. package/node_modules/constant-case/dist/index.d.ts +3 -0
  64. package/node_modules/constant-case/dist/index.js +12 -0
  65. package/node_modules/constant-case/dist/index.js.map +1 -0
  66. package/node_modules/constant-case/dist/index.spec.d.ts +1 -0
  67. package/node_modules/constant-case/dist/index.spec.js +26 -0
  68. package/node_modules/constant-case/dist/index.spec.js.map +1 -0
  69. package/node_modules/constant-case/dist.es2015/index.d.ts +3 -0
  70. package/node_modules/constant-case/dist.es2015/index.js +8 -0
  71. package/node_modules/constant-case/dist.es2015/index.js.map +1 -0
  72. package/node_modules/constant-case/dist.es2015/index.spec.d.ts +1 -0
  73. package/node_modules/constant-case/dist.es2015/index.spec.js +24 -0
  74. package/node_modules/constant-case/dist.es2015/index.spec.js.map +1 -0
  75. package/node_modules/constant-case/package.json +90 -0
  76. package/node_modules/dot-case/LICENSE +21 -0
  77. package/node_modules/dot-case/README.md +37 -0
  78. package/node_modules/dot-case/dist/index.d.ts +3 -0
  79. package/node_modules/dot-case/dist/index.js +11 -0
  80. package/node_modules/dot-case/dist/index.js.map +1 -0
  81. package/node_modules/dot-case/dist/index.spec.d.ts +1 -0
  82. package/node_modules/dot-case/dist/index.spec.js +26 -0
  83. package/node_modules/dot-case/dist/index.spec.js.map +1 -0
  84. package/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
  85. package/node_modules/dot-case/dist.es2015/index.js +7 -0
  86. package/node_modules/dot-case/dist.es2015/index.js.map +1 -0
  87. package/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
  88. package/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
  89. package/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
  90. package/node_modules/dot-case/package.json +89 -0
  91. package/node_modules/header-case/LICENSE +21 -0
  92. package/node_modules/header-case/README.md +37 -0
  93. package/node_modules/header-case/dist/index.d.ts +3 -0
  94. package/node_modules/header-case/dist/index.js +11 -0
  95. package/node_modules/header-case/dist/index.js.map +1 -0
  96. package/node_modules/header-case/dist/index.spec.d.ts +1 -0
  97. package/node_modules/header-case/dist/index.spec.js +24 -0
  98. package/node_modules/header-case/dist/index.spec.js.map +1 -0
  99. package/node_modules/header-case/dist.es2015/index.d.ts +3 -0
  100. package/node_modules/header-case/dist.es2015/index.js +7 -0
  101. package/node_modules/header-case/dist.es2015/index.js.map +1 -0
  102. package/node_modules/header-case/dist.es2015/index.spec.d.ts +1 -0
  103. package/node_modules/header-case/dist.es2015/index.spec.js +22 -0
  104. package/node_modules/header-case/dist.es2015/index.spec.js.map +1 -0
  105. package/node_modules/header-case/package.json +89 -0
  106. package/node_modules/lower-case/LICENSE +21 -0
  107. package/node_modules/lower-case/README.md +35 -0
  108. package/node_modules/lower-case/dist/index.d.ts +8 -0
  109. package/node_modules/lower-case/dist/index.js +53 -0
  110. package/node_modules/lower-case/dist/index.js.map +1 -0
  111. package/node_modules/lower-case/dist/index.spec.d.ts +1 -0
  112. package/node_modules/lower-case/dist/index.spec.js +36 -0
  113. package/node_modules/lower-case/dist/index.spec.js.map +1 -0
  114. package/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
  115. package/node_modules/lower-case/dist.es2015/index.js +48 -0
  116. package/node_modules/lower-case/dist.es2015/index.js.map +1 -0
  117. package/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
  118. package/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
  119. package/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
  120. package/node_modules/lower-case/package.json +87 -0
  121. package/node_modules/no-case/LICENSE +21 -0
  122. package/node_modules/no-case/README.md +37 -0
  123. package/node_modules/no-case/dist/index.d.ts +10 -0
  124. package/node_modules/no-case/dist/index.js +35 -0
  125. package/node_modules/no-case/dist/index.js.map +1 -0
  126. package/node_modules/no-case/dist/index.spec.d.ts +1 -0
  127. package/node_modules/no-case/dist/index.spec.js +59 -0
  128. package/node_modules/no-case/dist/index.spec.js.map +1 -0
  129. package/node_modules/no-case/dist.es2015/index.d.ts +10 -0
  130. package/node_modules/no-case/dist.es2015/index.js +31 -0
  131. package/node_modules/no-case/dist.es2015/index.js.map +1 -0
  132. package/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
  133. package/node_modules/no-case/dist.es2015/index.spec.js +57 -0
  134. package/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
  135. package/node_modules/no-case/package.json +85 -0
  136. package/node_modules/param-case/LICENSE +21 -0
  137. package/node_modules/param-case/README.md +37 -0
  138. package/node_modules/param-case/dist/index.d.ts +3 -0
  139. package/node_modules/param-case/dist/index.js +11 -0
  140. package/node_modules/param-case/dist/index.js.map +1 -0
  141. package/node_modules/param-case/dist/index.spec.d.ts +1 -0
  142. package/node_modules/param-case/dist/index.spec.js +24 -0
  143. package/node_modules/param-case/dist/index.spec.js.map +1 -0
  144. package/node_modules/param-case/dist.es2015/index.d.ts +3 -0
  145. package/node_modules/param-case/dist.es2015/index.js +7 -0
  146. package/node_modules/param-case/dist.es2015/index.js.map +1 -0
  147. package/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
  148. package/node_modules/param-case/dist.es2015/index.spec.js +22 -0
  149. package/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
  150. package/node_modules/param-case/package.json +91 -0
  151. package/node_modules/pascal-case/LICENSE +21 -0
  152. package/node_modules/pascal-case/README.md +47 -0
  153. package/node_modules/pascal-case/dist/index.d.ts +5 -0
  154. package/node_modules/pascal-case/dist/index.js +24 -0
  155. package/node_modules/pascal-case/dist/index.js.map +1 -0
  156. package/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
  157. package/node_modules/pascal-case/dist/index.spec.js +25 -0
  158. package/node_modules/pascal-case/dist/index.spec.js.map +1 -0
  159. package/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
  160. package/node_modules/pascal-case/dist.es2015/index.js +18 -0
  161. package/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
  162. package/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
  163. package/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
  164. package/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
  165. package/node_modules/pascal-case/package.json +90 -0
  166. package/node_modules/path-case/LICENSE +21 -0
  167. package/node_modules/path-case/README.md +37 -0
  168. package/node_modules/path-case/dist/index.d.ts +3 -0
  169. package/node_modules/path-case/dist/index.js +11 -0
  170. package/node_modules/path-case/dist/index.js.map +1 -0
  171. package/node_modules/path-case/dist/index.spec.d.ts +1 -0
  172. package/node_modules/path-case/dist/index.spec.js +24 -0
  173. package/node_modules/path-case/dist/index.spec.js.map +1 -0
  174. package/node_modules/path-case/dist.es2015/index.d.ts +3 -0
  175. package/node_modules/path-case/dist.es2015/index.js +7 -0
  176. package/node_modules/path-case/dist.es2015/index.js.map +1 -0
  177. package/node_modules/path-case/dist.es2015/index.spec.d.ts +1 -0
  178. package/node_modules/path-case/dist.es2015/index.spec.js +22 -0
  179. package/node_modules/path-case/dist.es2015/index.spec.js.map +1 -0
  180. package/node_modules/path-case/package.json +88 -0
  181. package/node_modules/sentence-case/LICENSE +21 -0
  182. package/node_modules/sentence-case/README.md +37 -0
  183. package/node_modules/sentence-case/dist/index.d.ts +4 -0
  184. package/node_modules/sentence-case/dist/index.js +19 -0
  185. package/node_modules/sentence-case/dist/index.js.map +1 -0
  186. package/node_modules/sentence-case/dist/index.spec.d.ts +1 -0
  187. package/node_modules/sentence-case/dist/index.spec.js +24 -0
  188. package/node_modules/sentence-case/dist/index.spec.js.map +1 -0
  189. package/node_modules/sentence-case/dist.es2015/index.d.ts +4 -0
  190. package/node_modules/sentence-case/dist.es2015/index.js +14 -0
  191. package/node_modules/sentence-case/dist.es2015/index.js.map +1 -0
  192. package/node_modules/sentence-case/dist.es2015/index.spec.d.ts +1 -0
  193. package/node_modules/sentence-case/dist.es2015/index.spec.js +22 -0
  194. package/node_modules/sentence-case/dist.es2015/index.spec.js.map +1 -0
  195. package/node_modules/sentence-case/package.json +89 -0
  196. package/node_modules/snake-case/LICENSE +21 -0
  197. package/node_modules/snake-case/README.md +37 -0
  198. package/node_modules/snake-case/dist/index.d.ts +3 -0
  199. package/node_modules/snake-case/dist/index.js +11 -0
  200. package/node_modules/snake-case/dist/index.js.map +1 -0
  201. package/node_modules/snake-case/dist/index.spec.d.ts +1 -0
  202. package/node_modules/snake-case/dist/index.spec.js +25 -0
  203. package/node_modules/snake-case/dist/index.spec.js.map +1 -0
  204. package/node_modules/snake-case/dist.es2015/index.d.ts +3 -0
  205. package/node_modules/snake-case/dist.es2015/index.js +7 -0
  206. package/node_modules/snake-case/dist.es2015/index.js.map +1 -0
  207. package/node_modules/snake-case/dist.es2015/index.spec.d.ts +1 -0
  208. package/node_modules/snake-case/dist.es2015/index.spec.js +23 -0
  209. package/node_modules/snake-case/dist.es2015/index.spec.js.map +1 -0
  210. package/node_modules/snake-case/package.json +90 -0
  211. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  212. package/node_modules/tslib/LICENSE.txt +12 -0
  213. package/node_modules/tslib/README.md +164 -0
  214. package/node_modules/tslib/modules/index.js +55 -0
  215. package/node_modules/tslib/modules/package.json +3 -0
  216. package/node_modules/tslib/package.json +38 -0
  217. package/node_modules/tslib/tslib.d.ts +398 -0
  218. package/node_modules/tslib/tslib.es6.html +1 -0
  219. package/node_modules/tslib/tslib.es6.js +248 -0
  220. package/node_modules/tslib/tslib.html +1 -0
  221. package/node_modules/tslib/tslib.js +317 -0
  222. package/node_modules/upper-case/README.md +34 -0
  223. package/node_modules/upper-case/dist/index.d.ts +8 -0
  224. package/node_modules/upper-case/dist/index.js +49 -0
  225. package/node_modules/upper-case/dist/index.js.map +1 -0
  226. package/node_modules/upper-case/dist/index.spec.d.ts +1 -0
  227. package/node_modules/upper-case/dist/index.spec.js +34 -0
  228. package/node_modules/upper-case/dist/index.spec.js.map +1 -0
  229. package/node_modules/upper-case/dist.es2015/index.d.ts +8 -0
  230. package/node_modules/upper-case/dist.es2015/index.js +44 -0
  231. package/node_modules/upper-case/dist.es2015/index.js.map +1 -0
  232. package/node_modules/upper-case/dist.es2015/index.spec.d.ts +1 -0
  233. package/node_modules/upper-case/dist.es2015/index.spec.js +32 -0
  234. package/node_modules/upper-case/dist.es2015/index.spec.js.map +1 -0
  235. package/node_modules/upper-case/package.json +86 -0
  236. package/node_modules/upper-case-first/LICENSE +21 -0
  237. package/node_modules/upper-case-first/README.md +32 -0
  238. package/node_modules/upper-case-first/dist/index.d.ts +4 -0
  239. package/node_modules/upper-case-first/dist/index.js +11 -0
  240. package/node_modules/upper-case-first/dist/index.js.map +1 -0
  241. package/node_modules/upper-case-first/dist/index.spec.d.ts +1 -0
  242. package/node_modules/upper-case-first/dist/index.spec.js +20 -0
  243. package/node_modules/upper-case-first/dist/index.spec.js.map +1 -0
  244. package/node_modules/upper-case-first/dist.es2015/index.d.ts +4 -0
  245. package/node_modules/upper-case-first/dist.es2015/index.js +7 -0
  246. package/node_modules/upper-case-first/dist.es2015/index.js.map +1 -0
  247. package/node_modules/upper-case-first/dist.es2015/index.spec.d.ts +1 -0
  248. package/node_modules/upper-case-first/dist.es2015/index.spec.js +18 -0
  249. package/node_modules/upper-case-first/dist.es2015/index.spec.js.map +1 -0
  250. package/node_modules/upper-case-first/package.json +87 -0
  251. package/node_modules/uuid/CHANGELOG.md +229 -0
  252. package/node_modules/uuid/CONTRIBUTING.md +18 -0
  253. package/node_modules/uuid/LICENSE.md +9 -0
  254. package/node_modules/uuid/README.md +505 -0
  255. package/node_modules/uuid/dist/bin/uuid +2 -0
  256. package/node_modules/uuid/dist/esm-browser/index.js +9 -0
  257. package/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  258. package/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  259. package/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  260. package/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  261. package/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  262. package/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  263. package/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  264. package/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  265. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  266. package/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  267. package/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  268. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  269. package/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  270. package/node_modules/uuid/dist/esm-browser/version.js +11 -0
  271. package/node_modules/uuid/dist/esm-node/index.js +9 -0
  272. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  273. package/node_modules/uuid/dist/esm-node/nil.js +1 -0
  274. package/node_modules/uuid/dist/esm-node/parse.js +35 -0
  275. package/node_modules/uuid/dist/esm-node/regex.js +1 -0
  276. package/node_modules/uuid/dist/esm-node/rng.js +12 -0
  277. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  278. package/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  279. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  280. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  281. package/node_modules/uuid/dist/esm-node/v35.js +64 -0
  282. package/node_modules/uuid/dist/esm-node/v4.js +24 -0
  283. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  284. package/node_modules/uuid/dist/esm-node/validate.js +7 -0
  285. package/node_modules/uuid/dist/esm-node/version.js +11 -0
  286. package/node_modules/uuid/dist/index.js +79 -0
  287. package/node_modules/uuid/dist/md5-browser.js +223 -0
  288. package/node_modules/uuid/dist/md5.js +23 -0
  289. package/node_modules/uuid/dist/nil.js +8 -0
  290. package/node_modules/uuid/dist/parse.js +45 -0
  291. package/node_modules/uuid/dist/regex.js +8 -0
  292. package/node_modules/uuid/dist/rng-browser.js +26 -0
  293. package/node_modules/uuid/dist/rng.js +24 -0
  294. package/node_modules/uuid/dist/sha1-browser.js +104 -0
  295. package/node_modules/uuid/dist/sha1.js +23 -0
  296. package/node_modules/uuid/dist/stringify.js +39 -0
  297. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  298. package/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  299. package/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  300. package/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  301. package/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  302. package/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  303. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  304. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  305. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  306. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  307. package/node_modules/uuid/dist/uuid-bin.js +85 -0
  308. package/node_modules/uuid/dist/v1.js +107 -0
  309. package/node_modules/uuid/dist/v3.js +16 -0
  310. package/node_modules/uuid/dist/v35.js +78 -0
  311. package/node_modules/uuid/dist/v4.js +37 -0
  312. package/node_modules/uuid/dist/v5.js +16 -0
  313. package/node_modules/uuid/dist/validate.js +17 -0
  314. package/node_modules/uuid/dist/version.js +21 -0
  315. package/node_modules/uuid/package.json +135 -0
  316. package/node_modules/uuid/wrapper.mjs +10 -0
  317. package/package.json +37 -6
  318. package/releasetag.txt +1 -0
  319. package/version.txt +1 -0
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var _1 = require(".");
4
+ var TEST_CASES = [
5
+ ["", ""],
6
+ ["test", "test"],
7
+ ["TEST", "test"],
8
+ ["test string", "test string"],
9
+ ["TEST STRING", "test string"],
10
+ ];
11
+ var LOCALE_TEST_CASES = [
12
+ ["STRING", "strıng", "tr"],
13
+ ];
14
+ describe("lower case", function () {
15
+ var _loop_1 = function (input, result) {
16
+ it(input + " -> " + result, function () {
17
+ expect(_1.lowerCase(input)).toEqual(result);
18
+ });
19
+ };
20
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
21
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
22
+ _loop_1(input, result);
23
+ }
24
+ });
25
+ describe("locale lower case", function () {
26
+ var _loop_2 = function (input, result, locale) {
27
+ it(locale + ": " + input + " -> " + result, function () {
28
+ expect(_1.localeLowerCase(input, locale)).toEqual(result);
29
+ });
30
+ };
31
+ for (var _i = 0, LOCALE_TEST_CASES_1 = LOCALE_TEST_CASES; _i < LOCALE_TEST_CASES_1.length; _i++) {
32
+ var _a = LOCALE_TEST_CASES_1[_i], input = _a[0], result = _a[1], locale = _a[2];
33
+ _loop_2(input, result, locale);
34
+ }
35
+ });
36
+ //# 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+C;AAE/C,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,IAAM,iBAAiB,GAA+B;IACpD,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAQ,CAAC,YAAY,EAAE;4BACT,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,YAAS,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC3C,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;AAEH,QAAQ,CAAC,mBAAmB,EAAE;4BAChB,KAAK,EAAE,MAAM,EAAE,MAAM;QAC/B,EAAE,CAAI,MAAM,UAAK,KAAK,YAAO,MAAQ,EAAE;YACrC,MAAM,CAAC,kBAAe,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACzD,CAAC,CAAC,CAAC;;IAHL,KAAsC,UAAiB,EAAjB,uCAAiB,EAAjB,+BAAiB,EAAjB,IAAiB;QAA5C,IAAA,4BAAuB,EAAtB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,MAAM,QAAA;gBAArB,KAAK,EAAE,MAAM,EAAE,MAAM;KAIhC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { lowerCase, localeLowerCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"test\"],\n [\"TEST\", \"test\"],\n [\"test string\", \"test string\"],\n [\"TEST STRING\", \"test string\"],\n];\n\nconst LOCALE_TEST_CASES: [string, string, string][] = [\n [\"STRING\", \"strıng\", \"tr\"],\n];\n\ndescribe(\"lower case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(lowerCase(input)).toEqual(result);\n });\n }\n});\n\ndescribe(\"locale lower case\", () => {\n for (const [input, result, locale] of LOCALE_TEST_CASES) {\n it(`${locale}: ${input} -> ${result}`, () => {\n expect(localeLowerCase(input, locale)).toEqual(result);\n });\n }\n});\n"]}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Localized lower case.
3
+ */
4
+ export declare function localeLowerCase(str: string, locale: string): string;
5
+ /**
6
+ * Lower case as a function.
7
+ */
8
+ export declare function lowerCase(str: string): string;
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Source: ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt
3
+ */
4
+ var SUPPORTED_LOCALE = {
5
+ tr: {
6
+ regexp: /\u0130|\u0049|\u0049\u0307/g,
7
+ map: {
8
+ İ: "\u0069",
9
+ I: "\u0131",
10
+ İ: "\u0069",
11
+ },
12
+ },
13
+ az: {
14
+ regexp: /\u0130/g,
15
+ map: {
16
+ İ: "\u0069",
17
+ I: "\u0131",
18
+ İ: "\u0069",
19
+ },
20
+ },
21
+ lt: {
22
+ regexp: /\u0049|\u004A|\u012E|\u00CC|\u00CD|\u0128/g,
23
+ map: {
24
+ I: "\u0069\u0307",
25
+ J: "\u006A\u0307",
26
+ Į: "\u012F\u0307",
27
+ Ì: "\u0069\u0307\u0300",
28
+ Í: "\u0069\u0307\u0301",
29
+ Ĩ: "\u0069\u0307\u0303",
30
+ },
31
+ },
32
+ };
33
+ /**
34
+ * Localized lower case.
35
+ */
36
+ export function localeLowerCase(str, locale) {
37
+ var lang = SUPPORTED_LOCALE[locale.toLowerCase()];
38
+ if (lang)
39
+ return lowerCase(str.replace(lang.regexp, function (m) { return lang.map[m]; }));
40
+ return lowerCase(str);
41
+ }
42
+ /**
43
+ * Lower case as a function.
44
+ */
45
+ export function lowerCase(str) {
46
+ return str.toLowerCase();
47
+ }
48
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,IAAM,gBAAgB,GAA2B;IAC/C,EAAE,EAAE;QACF,MAAM,EAAE,6BAA6B;QACrC,GAAG,EAAE;YACH,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,EAAE,EAAE,QAAQ;SACb;KACF;IACD,EAAE,EAAE;QACF,MAAM,EAAE,SAAS;QACjB,GAAG,EAAE;YACH,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,EAAE,EAAE,QAAQ;SACb;KACF;IACD,EAAE,EAAE;QACF,MAAM,EAAE,4CAA4C;QACpD,GAAG,EAAE;YACH,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,oBAAoB;SACxB;KACF;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,GAAW,EAAE,MAAc;IACzD,IAAM,IAAI,GAAG,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC;IACpD,IAAI,IAAI;QAAE,OAAO,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,UAAC,CAAC,IAAK,OAAA,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAX,CAAW,CAAC,CAAC,CAAC;IACzE,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC;AACxB,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,SAAS,CAAC,GAAW;IACnC,OAAO,GAAG,CAAC,WAAW,EAAE,CAAC;AAC3B,CAAC","sourcesContent":["/**\n * Locale character mapping rules.\n */\ninterface Locale {\n regexp: RegExp;\n map: Record<string, string>;\n}\n\n/**\n * Source: ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt\n */\nconst SUPPORTED_LOCALE: Record<string, Locale> = {\n tr: {\n regexp: /\\u0130|\\u0049|\\u0049\\u0307/g,\n map: {\n İ: \"\\u0069\",\n I: \"\\u0131\",\n İ: \"\\u0069\",\n },\n },\n az: {\n regexp: /\\u0130/g,\n map: {\n İ: \"\\u0069\",\n I: \"\\u0131\",\n İ: \"\\u0069\",\n },\n },\n lt: {\n regexp: /\\u0049|\\u004A|\\u012E|\\u00CC|\\u00CD|\\u0128/g,\n map: {\n I: \"\\u0069\\u0307\",\n J: \"\\u006A\\u0307\",\n Į: \"\\u012F\\u0307\",\n Ì: \"\\u0069\\u0307\\u0300\",\n Í: \"\\u0069\\u0307\\u0301\",\n Ĩ: \"\\u0069\\u0307\\u0303\",\n },\n },\n};\n\n/**\n * Localized lower case.\n */\nexport function localeLowerCase(str: string, locale: string) {\n const lang = SUPPORTED_LOCALE[locale.toLowerCase()];\n if (lang) return lowerCase(str.replace(lang.regexp, (m) => lang.map[m]));\n return lowerCase(str);\n}\n\n/**\n * Lower case as a function.\n */\nexport function lowerCase(str: string) {\n return str.toLowerCase();\n}\n"]}
@@ -0,0 +1,34 @@
1
+ import { lowerCase, localeLowerCase } from ".";
2
+ var TEST_CASES = [
3
+ ["", ""],
4
+ ["test", "test"],
5
+ ["TEST", "test"],
6
+ ["test string", "test string"],
7
+ ["TEST STRING", "test string"],
8
+ ];
9
+ var LOCALE_TEST_CASES = [
10
+ ["STRING", "strıng", "tr"],
11
+ ];
12
+ describe("lower case", function () {
13
+ var _loop_1 = function (input, result) {
14
+ it(input + " -> " + result, function () {
15
+ expect(lowerCase(input)).toEqual(result);
16
+ });
17
+ };
18
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
19
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
20
+ _loop_1(input, result);
21
+ }
22
+ });
23
+ describe("locale lower case", function () {
24
+ var _loop_2 = function (input, result, locale) {
25
+ it(locale + ": " + input + " -> " + result, function () {
26
+ expect(localeLowerCase(input, locale)).toEqual(result);
27
+ });
28
+ };
29
+ for (var _i = 0, LOCALE_TEST_CASES_1 = LOCALE_TEST_CASES; _i < LOCALE_TEST_CASES_1.length; _i++) {
30
+ var _a = LOCALE_TEST_CASES_1[_i], input = _a[0], result = _a[1], locale = _a[2];
31
+ _loop_2(input, result, locale);
32
+ }
33
+ });
34
+ //# 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,SAAS,EAAE,eAAe,EAAE,MAAM,GAAG,CAAC;AAE/C,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,IAAM,iBAAiB,GAA+B;IACpD,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAQ,CAAC,YAAY,EAAE;4BACT,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC3C,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;AAEH,QAAQ,CAAC,mBAAmB,EAAE;4BAChB,KAAK,EAAE,MAAM,EAAE,MAAM;QAC/B,EAAE,CAAI,MAAM,UAAK,KAAK,YAAO,MAAQ,EAAE;YACrC,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACzD,CAAC,CAAC,CAAC;;IAHL,KAAsC,UAAiB,EAAjB,uCAAiB,EAAjB,+BAAiB,EAAjB,IAAiB;QAA5C,IAAA,4BAAuB,EAAtB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,MAAM,QAAA;gBAArB,KAAK,EAAE,MAAM,EAAE,MAAM;KAIhC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { lowerCase, localeLowerCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"test\"],\n [\"TEST\", \"test\"],\n [\"test string\", \"test string\"],\n [\"TEST STRING\", \"test string\"],\n];\n\nconst LOCALE_TEST_CASES: [string, string, string][] = [\n [\"STRING\", \"strıng\", \"tr\"],\n];\n\ndescribe(\"lower case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(lowerCase(input)).toEqual(result);\n });\n }\n});\n\ndescribe(\"locale lower case\", () => {\n for (const [input, result, locale] of LOCALE_TEST_CASES) {\n it(`${locale}: ${input} -> ${result}`, () => {\n expect(localeLowerCase(input, locale)).toEqual(result);\n });\n }\n});\n"]}
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "lower-case",
3
+ "version": "2.0.2",
4
+ "description": "Transforms the string to lower case",
5
+ "main": "dist/index.js",
6
+ "typings": "dist/index.d.ts",
7
+ "module": "dist.es2015/index.js",
8
+ "sideEffects": false,
9
+ "jsnext:main": "dist.es2015/index.js",
10
+ "files": [
11
+ "dist/",
12
+ "dist.es2015/",
13
+ "LICENSE"
14
+ ],
15
+ "scripts": {
16
+ "lint": "tslint \"src/**/*\" --project tsconfig.json",
17
+ "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
18
+ "specs": "jest --coverage",
19
+ "test": "npm run build && npm run lint && npm run specs",
20
+ "size": "size-limit",
21
+ "prepare": "npm run build"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/blakeembrey/change-case.git"
26
+ },
27
+ "keywords": [
28
+ "lower",
29
+ "case",
30
+ "downcase",
31
+ "locale",
32
+ "convert",
33
+ "transform"
34
+ ],
35
+ "author": {
36
+ "name": "Blake Embrey",
37
+ "email": "hello@blakeembrey.com",
38
+ "url": "http://blakeembrey.me"
39
+ },
40
+ "license": "MIT",
41
+ "bugs": {
42
+ "url": "https://github.com/blakeembrey/change-case/issues"
43
+ },
44
+ "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/lower-case#readme",
45
+ "size-limit": [
46
+ {
47
+ "path": "dist/index.js",
48
+ "limit": "250 B"
49
+ }
50
+ ],
51
+ "jest": {
52
+ "roots": [
53
+ "<rootDir>/src/"
54
+ ],
55
+ "transform": {
56
+ "\\.tsx?$": "ts-jest"
57
+ },
58
+ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
59
+ "moduleFileExtensions": [
60
+ "ts",
61
+ "tsx",
62
+ "js",
63
+ "jsx",
64
+ "json",
65
+ "node"
66
+ ]
67
+ },
68
+ "publishConfig": {
69
+ "access": "public"
70
+ },
71
+ "devDependencies": {
72
+ "@size-limit/preset-small-lib": "^2.2.1",
73
+ "@types/jest": "^24.0.23",
74
+ "@types/node": "^12.12.14",
75
+ "jest": "^24.9.0",
76
+ "rimraf": "^3.0.0",
77
+ "ts-jest": "^24.2.0",
78
+ "tslint": "^5.20.1",
79
+ "tslint-config-prettier": "^1.18.0",
80
+ "tslint-config-standard": "^9.0.0",
81
+ "typescript": "^4.1.2"
82
+ },
83
+ "dependencies": {
84
+ "tslib": "^2.0.3"
85
+ },
86
+ "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0"
87
+ }
@@ -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
+ # No 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 lower cased string with spaces between words.
8
+
9
+ ## Installation
10
+
11
+ ```
12
+ npm install no-case --save
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```js
18
+ import { noCase } from "no-case";
19
+
20
+ noCase("string"); //=> "string"
21
+ noCase("dot.case"); //=> "dot case"
22
+ noCase("PascalCase"); //=> "pascal case"
23
+ noCase("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/no-case.svg?style=flat
33
+ [npm-url]: https://npmjs.org/package/no-case
34
+ [downloads-image]: https://img.shields.io/npm/dm/no-case.svg?style=flat
35
+ [downloads-url]: https://npmjs.org/package/no-case
36
+ [bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/no-case.svg
37
+ [bundlephobia-url]: https://bundlephobia.com/result?p=no-case
@@ -0,0 +1,10 @@
1
+ export interface Options {
2
+ splitRegexp?: RegExp | RegExp[];
3
+ stripRegexp?: RegExp | RegExp[];
4
+ delimiter?: string;
5
+ transform?: (part: string, index: number, parts: string[]) => string;
6
+ }
7
+ /**
8
+ * Normalize the string into something other libraries can manipulate easier.
9
+ */
10
+ export declare function noCase(input: string, options?: Options): string;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.noCase = void 0;
4
+ var lower_case_1 = require("lower-case");
5
+ // Support camel case ("camelCase" -> "camel Case" and "CAMELCase" -> "CAMEL Case").
6
+ var DEFAULT_SPLIT_REGEXP = [/([a-z0-9])([A-Z])/g, /([A-Z])([A-Z][a-z])/g];
7
+ // Remove all non-word characters.
8
+ var DEFAULT_STRIP_REGEXP = /[^A-Z0-9]+/gi;
9
+ /**
10
+ * Normalize the string into something other libraries can manipulate easier.
11
+ */
12
+ function noCase(input, options) {
13
+ if (options === void 0) { options = {}; }
14
+ var _a = options.splitRegexp, splitRegexp = _a === void 0 ? DEFAULT_SPLIT_REGEXP : _a, _b = options.stripRegexp, stripRegexp = _b === void 0 ? DEFAULT_STRIP_REGEXP : _b, _c = options.transform, transform = _c === void 0 ? lower_case_1.lowerCase : _c, _d = options.delimiter, delimiter = _d === void 0 ? " " : _d;
15
+ var result = replace(replace(input, splitRegexp, "$1\0$2"), stripRegexp, "\0");
16
+ var start = 0;
17
+ var end = result.length;
18
+ // Trim the delimiter from around the output string.
19
+ while (result.charAt(start) === "\0")
20
+ start++;
21
+ while (result.charAt(end - 1) === "\0")
22
+ end--;
23
+ // Transform each token independently.
24
+ return result.slice(start, end).split("\0").map(transform).join(delimiter);
25
+ }
26
+ exports.noCase = noCase;
27
+ /**
28
+ * Replace `re` in the input string with the replacement value.
29
+ */
30
+ function replace(input, re, value) {
31
+ if (re instanceof RegExp)
32
+ return input.replace(re, value);
33
+ return re.reduce(function (input, re) { return input.replace(re, value); }, input);
34
+ }
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yCAAuC;AASvC,oFAAoF;AACpF,IAAM,oBAAoB,GAAG,CAAC,oBAAoB,EAAE,sBAAsB,CAAC,CAAC;AAE5E,kCAAkC;AAClC,IAAM,oBAAoB,GAAG,cAAc,CAAC;AAE5C;;GAEG;AACH,SAAgB,MAAM,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAEvD,IAAA,KAIE,OAAO,YAJyB,EAAlC,WAAW,mBAAG,oBAAoB,KAAA,EAClC,KAGE,OAAO,YAHyB,EAAlC,WAAW,mBAAG,oBAAoB,KAAA,EAClC,KAEE,OAAO,UAFY,EAArB,SAAS,mBAAG,sBAAS,KAAA,EACrB,KACE,OAAO,UADM,EAAf,SAAS,mBAAG,GAAG,KAAA,CACL;IAEZ,IAAI,MAAM,GAAG,OAAO,CAClB,OAAO,CAAC,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,EACrC,WAAW,EACX,IAAI,CACL,CAAC;IACF,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,IAAI,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC;IAExB,oDAAoD;IACpD,OAAO,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,IAAI;QAAE,KAAK,EAAE,CAAC;IAC9C,OAAO,MAAM,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,IAAI;QAAE,GAAG,EAAE,CAAC;IAE9C,sCAAsC;IACtC,OAAO,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AAC7E,CAAC;AAtBD,wBAsBC;AAED;;GAEG;AACH,SAAS,OAAO,CAAC,KAAa,EAAE,EAAqB,EAAE,KAAa;IAClE,IAAI,EAAE,YAAY,MAAM;QAAE,OAAO,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;IAC1D,OAAO,EAAE,CAAC,MAAM,CAAC,UAAC,KAAK,EAAE,EAAE,IAAK,OAAA,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,EAAxB,CAAwB,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC","sourcesContent":["import { lowerCase } from \"lower-case\";\n\nexport interface Options {\n splitRegexp?: RegExp | RegExp[];\n stripRegexp?: RegExp | RegExp[];\n delimiter?: string;\n transform?: (part: string, index: number, parts: string[]) => string;\n}\n\n// Support camel case (\"camelCase\" -> \"camel Case\" and \"CAMELCase\" -> \"CAMEL Case\").\nconst DEFAULT_SPLIT_REGEXP = [/([a-z0-9])([A-Z])/g, /([A-Z])([A-Z][a-z])/g];\n\n// Remove all non-word characters.\nconst DEFAULT_STRIP_REGEXP = /[^A-Z0-9]+/gi;\n\n/**\n * Normalize the string into something other libraries can manipulate easier.\n */\nexport function noCase(input: string, options: Options = {}) {\n const {\n splitRegexp = DEFAULT_SPLIT_REGEXP,\n stripRegexp = DEFAULT_STRIP_REGEXP,\n transform = lowerCase,\n delimiter = \" \",\n } = options;\n\n let result = replace(\n replace(input, splitRegexp, \"$1\\0$2\"),\n stripRegexp,\n \"\\0\"\n );\n let start = 0;\n let end = result.length;\n\n // Trim the delimiter from around the output string.\n while (result.charAt(start) === \"\\0\") start++;\n while (result.charAt(end - 1) === \"\\0\") end--;\n\n // Transform each token independently.\n return result.slice(start, end).split(\"\\0\").map(transform).join(delimiter);\n}\n\n/**\n * Replace `re` in the input string with the replacement value.\n */\nfunction replace(input: string, re: RegExp | RegExp[], value: string) {\n if (re instanceof RegExp) return input.replace(re, value);\n return re.reduce((input, re) => input.replace(re, value), input);\n}\n"]}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var _1 = require(".");
4
+ var TEST_CASES = [
5
+ // Single words.
6
+ ["test", "test"],
7
+ ["TEST", "test"],
8
+ // Camel case.
9
+ ["testString", "test string"],
10
+ ["testString123", "test string123"],
11
+ ["testString_1_2_3", "test string 1 2 3"],
12
+ ["x_256", "x 256"],
13
+ ["anHTMLTag", "an html tag"],
14
+ ["ID123String", "id123 string"],
15
+ ["Id123String", "id123 string"],
16
+ ["foo bar123", "foo bar123"],
17
+ ["a1bStar", "a1b star"],
18
+ // Constant case.
19
+ ["CONSTANT_CASE ", "constant case"],
20
+ ["CONST123_FOO", "const123 foo"],
21
+ // Random cases.
22
+ ["FOO_bar", "foo bar"],
23
+ ["XMLHttpRequest", "xml http request"],
24
+ ["IQueryAArgs", "i query a args"],
25
+ // Non-alphanumeric separators.
26
+ ["dot.case", "dot case"],
27
+ ["path/case", "path case"],
28
+ ["snake_case", "snake case"],
29
+ ["snake_case123", "snake case123"],
30
+ ["snake_case_123", "snake case 123"],
31
+ // Punctuation.
32
+ ['"quotes"', "quotes"],
33
+ // Space between number parts.
34
+ ["version 0.45.0", "version 0 45 0"],
35
+ ["version 0..78..9", "version 0 78 9"],
36
+ ["version 4_99/4", "version 4 99 4"],
37
+ // Whitespace.
38
+ [" test ", "test"],
39
+ // Number string input.
40
+ ["something_2014_other", "something 2014 other"],
41
+ // https://github.com/blakeembrey/change-case/issues/21
42
+ ["amazon s3 data", "amazon s3 data"],
43
+ ["foo_13_bar", "foo 13 bar"],
44
+ // Customization.
45
+ ["camel2019", "camel 2019", { splitRegexp: /([a-z])([A-Z0-9])/g }],
46
+ ["minifyURLs", "minify urls", { splitRegexp: /([a-z])([A-Z0-9])/g }],
47
+ ];
48
+ describe("no case", function () {
49
+ var _loop_1 = function (input, result, options) {
50
+ it(input + " -> " + result, function () {
51
+ expect(_1.noCase(input, options)).toEqual(result);
52
+ });
53
+ };
54
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
55
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1], options = _a[2];
56
+ _loop_1(input, result, options);
57
+ }
58
+ });
59
+ //# sourceMappingURL=index.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";;AAAA,sBAAoC;AAEpC,IAAM,UAAU,GAAiC;IAC/C,gBAAgB;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAEhB,cAAc;IACd,CAAC,YAAY,EAAE,aAAa,CAAC;IAC7B,CAAC,eAAe,EAAE,gBAAgB,CAAC;IACnC,CAAC,kBAAkB,EAAE,mBAAmB,CAAC;IACzC,CAAC,OAAO,EAAE,OAAO,CAAC;IAClB,CAAC,WAAW,EAAE,aAAa,CAAC;IAC5B,CAAC,aAAa,EAAE,cAAc,CAAC;IAC/B,CAAC,aAAa,EAAE,cAAc,CAAC;IAC/B,CAAC,YAAY,EAAE,YAAY,CAAC;IAC5B,CAAC,SAAS,EAAE,UAAU,CAAC;IAEvB,iBAAiB;IACjB,CAAC,gBAAgB,EAAE,eAAe,CAAC;IACnC,CAAC,cAAc,EAAE,cAAc,CAAC;IAEhC,gBAAgB;IAChB,CAAC,SAAS,EAAE,SAAS,CAAC;IACtB,CAAC,gBAAgB,EAAE,kBAAkB,CAAC;IACtC,CAAC,aAAa,EAAE,gBAAgB,CAAC;IAEjC,+BAA+B;IAC/B,CAAC,UAAU,EAAE,UAAU,CAAC;IACxB,CAAC,WAAW,EAAE,WAAW,CAAC;IAC1B,CAAC,YAAY,EAAE,YAAY,CAAC;IAC5B,CAAC,eAAe,EAAE,eAAe,CAAC;IAClC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAEpC,eAAe;IACf,CAAC,UAAU,EAAE,QAAQ,CAAC;IAEtB,8BAA8B;IAC9B,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,kBAAkB,EAAE,gBAAgB,CAAC;IACtC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAEpC,cAAc;IACd,CAAC,UAAU,EAAE,MAAM,CAAC;IAEpB,uBAAuB;IACvB,CAAC,sBAAsB,EAAE,sBAAsB,CAAC;IAEhD,uDAAuD;IACvD,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,YAAY,EAAE,YAAY,CAAC;IAE5B,iBAAiB;IACjB,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAClE,CAAC,YAAY,EAAE,aAAa,EAAE,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACrE,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE;4BACN,KAAK,EAAE,MAAM,EAAE,OAAO;QAChC,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,SAAM,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjD,CAAC,CAAC,CAAC;;IAHL,KAAuC,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAAtC,IAAA,qBAAwB,EAAvB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,QAAA;gBAAtB,KAAK,EAAE,MAAM,EAAE,OAAO;KAIjC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { noCase, Options } from \".\";\n\nconst TEST_CASES: [string, string, Options?][] = [\n // Single words.\n [\"test\", \"test\"],\n [\"TEST\", \"test\"],\n\n // Camel case.\n [\"testString\", \"test string\"],\n [\"testString123\", \"test string123\"],\n [\"testString_1_2_3\", \"test string 1 2 3\"],\n [\"x_256\", \"x 256\"],\n [\"anHTMLTag\", \"an html tag\"],\n [\"ID123String\", \"id123 string\"],\n [\"Id123String\", \"id123 string\"],\n [\"foo bar123\", \"foo bar123\"],\n [\"a1bStar\", \"a1b star\"],\n\n // Constant case.\n [\"CONSTANT_CASE \", \"constant case\"],\n [\"CONST123_FOO\", \"const123 foo\"],\n\n // Random cases.\n [\"FOO_bar\", \"foo bar\"],\n [\"XMLHttpRequest\", \"xml http request\"],\n [\"IQueryAArgs\", \"i query a args\"],\n\n // Non-alphanumeric separators.\n [\"dot.case\", \"dot case\"],\n [\"path/case\", \"path case\"],\n [\"snake_case\", \"snake case\"],\n [\"snake_case123\", \"snake case123\"],\n [\"snake_case_123\", \"snake case 123\"],\n\n // Punctuation.\n ['\"quotes\"', \"quotes\"],\n\n // Space between number parts.\n [\"version 0.45.0\", \"version 0 45 0\"],\n [\"version 0..78..9\", \"version 0 78 9\"],\n [\"version 4_99/4\", \"version 4 99 4\"],\n\n // Whitespace.\n [\" test \", \"test\"],\n\n // Number string input.\n [\"something_2014_other\", \"something 2014 other\"],\n\n // https://github.com/blakeembrey/change-case/issues/21\n [\"amazon s3 data\", \"amazon s3 data\"],\n [\"foo_13_bar\", \"foo 13 bar\"],\n\n // Customization.\n [\"camel2019\", \"camel 2019\", { splitRegexp: /([a-z])([A-Z0-9])/g }],\n [\"minifyURLs\", \"minify urls\", { splitRegexp: /([a-z])([A-Z0-9])/g }],\n];\n\ndescribe(\"no case\", () => {\n for (const [input, result, options] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(noCase(input, options)).toEqual(result);\n });\n }\n});\n"]}
@@ -0,0 +1,10 @@
1
+ export interface Options {
2
+ splitRegexp?: RegExp | RegExp[];
3
+ stripRegexp?: RegExp | RegExp[];
4
+ delimiter?: string;
5
+ transform?: (part: string, index: number, parts: string[]) => string;
6
+ }
7
+ /**
8
+ * Normalize the string into something other libraries can manipulate easier.
9
+ */
10
+ export declare function noCase(input: string, options?: Options): string;
@@ -0,0 +1,31 @@
1
+ import { lowerCase } from "lower-case";
2
+ // Support camel case ("camelCase" -> "camel Case" and "CAMELCase" -> "CAMEL Case").
3
+ var DEFAULT_SPLIT_REGEXP = [/([a-z0-9])([A-Z])/g, /([A-Z])([A-Z][a-z])/g];
4
+ // Remove all non-word characters.
5
+ var DEFAULT_STRIP_REGEXP = /[^A-Z0-9]+/gi;
6
+ /**
7
+ * Normalize the string into something other libraries can manipulate easier.
8
+ */
9
+ export function noCase(input, options) {
10
+ if (options === void 0) { options = {}; }
11
+ var _a = options.splitRegexp, splitRegexp = _a === void 0 ? DEFAULT_SPLIT_REGEXP : _a, _b = options.stripRegexp, stripRegexp = _b === void 0 ? DEFAULT_STRIP_REGEXP : _b, _c = options.transform, transform = _c === void 0 ? lowerCase : _c, _d = options.delimiter, delimiter = _d === void 0 ? " " : _d;
12
+ var result = replace(replace(input, splitRegexp, "$1\0$2"), stripRegexp, "\0");
13
+ var start = 0;
14
+ var end = result.length;
15
+ // Trim the delimiter from around the output string.
16
+ while (result.charAt(start) === "\0")
17
+ start++;
18
+ while (result.charAt(end - 1) === "\0")
19
+ end--;
20
+ // Transform each token independently.
21
+ return result.slice(start, end).split("\0").map(transform).join(delimiter);
22
+ }
23
+ /**
24
+ * Replace `re` in the input string with the replacement value.
25
+ */
26
+ function replace(input, re, value) {
27
+ if (re instanceof RegExp)
28
+ return input.replace(re, value);
29
+ return re.reduce(function (input, re) { return input.replace(re, value); }, input);
30
+ }
31
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AASvC,oFAAoF;AACpF,IAAM,oBAAoB,GAAG,CAAC,oBAAoB,EAAE,sBAAsB,CAAC,CAAC;AAE5E,kCAAkC;AAClC,IAAM,oBAAoB,GAAG,cAAc,CAAC;AAE5C;;GAEG;AACH,MAAM,UAAU,MAAM,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAEvD,IAAA,KAIE,OAAO,YAJyB,EAAlC,WAAW,mBAAG,oBAAoB,KAAA,EAClC,KAGE,OAAO,YAHyB,EAAlC,WAAW,mBAAG,oBAAoB,KAAA,EAClC,KAEE,OAAO,UAFY,EAArB,SAAS,mBAAG,SAAS,KAAA,EACrB,KACE,OAAO,UADM,EAAf,SAAS,mBAAG,GAAG,KAAA,CACL;IAEZ,IAAI,MAAM,GAAG,OAAO,CAClB,OAAO,CAAC,KAAK,EAAE,WAAW,EAAE,QAAQ,CAAC,EACrC,WAAW,EACX,IAAI,CACL,CAAC;IACF,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,IAAI,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC;IAExB,oDAAoD;IACpD,OAAO,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,IAAI;QAAE,KAAK,EAAE,CAAC;IAC9C,OAAO,MAAM,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,IAAI;QAAE,GAAG,EAAE,CAAC;IAE9C,sCAAsC;IACtC,OAAO,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AAC7E,CAAC;AAED;;GAEG;AACH,SAAS,OAAO,CAAC,KAAa,EAAE,EAAqB,EAAE,KAAa;IAClE,IAAI,EAAE,YAAY,MAAM;QAAE,OAAO,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;IAC1D,OAAO,EAAE,CAAC,MAAM,CAAC,UAAC,KAAK,EAAE,EAAE,IAAK,OAAA,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,KAAK,CAAC,EAAxB,CAAwB,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC","sourcesContent":["import { lowerCase } from \"lower-case\";\n\nexport interface Options {\n splitRegexp?: RegExp | RegExp[];\n stripRegexp?: RegExp | RegExp[];\n delimiter?: string;\n transform?: (part: string, index: number, parts: string[]) => string;\n}\n\n// Support camel case (\"camelCase\" -> \"camel Case\" and \"CAMELCase\" -> \"CAMEL Case\").\nconst DEFAULT_SPLIT_REGEXP = [/([a-z0-9])([A-Z])/g, /([A-Z])([A-Z][a-z])/g];\n\n// Remove all non-word characters.\nconst DEFAULT_STRIP_REGEXP = /[^A-Z0-9]+/gi;\n\n/**\n * Normalize the string into something other libraries can manipulate easier.\n */\nexport function noCase(input: string, options: Options = {}) {\n const {\n splitRegexp = DEFAULT_SPLIT_REGEXP,\n stripRegexp = DEFAULT_STRIP_REGEXP,\n transform = lowerCase,\n delimiter = \" \",\n } = options;\n\n let result = replace(\n replace(input, splitRegexp, \"$1\\0$2\"),\n stripRegexp,\n \"\\0\"\n );\n let start = 0;\n let end = result.length;\n\n // Trim the delimiter from around the output string.\n while (result.charAt(start) === \"\\0\") start++;\n while (result.charAt(end - 1) === \"\\0\") end--;\n\n // Transform each token independently.\n return result.slice(start, end).split(\"\\0\").map(transform).join(delimiter);\n}\n\n/**\n * Replace `re` in the input string with the replacement value.\n */\nfunction replace(input: string, re: RegExp | RegExp[], value: string) {\n if (re instanceof RegExp) return input.replace(re, value);\n return re.reduce((input, re) => input.replace(re, value), input);\n}\n"]}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,57 @@
1
+ import { noCase } from ".";
2
+ var TEST_CASES = [
3
+ // Single words.
4
+ ["test", "test"],
5
+ ["TEST", "test"],
6
+ // Camel case.
7
+ ["testString", "test string"],
8
+ ["testString123", "test string123"],
9
+ ["testString_1_2_3", "test string 1 2 3"],
10
+ ["x_256", "x 256"],
11
+ ["anHTMLTag", "an html tag"],
12
+ ["ID123String", "id123 string"],
13
+ ["Id123String", "id123 string"],
14
+ ["foo bar123", "foo bar123"],
15
+ ["a1bStar", "a1b star"],
16
+ // Constant case.
17
+ ["CONSTANT_CASE ", "constant case"],
18
+ ["CONST123_FOO", "const123 foo"],
19
+ // Random cases.
20
+ ["FOO_bar", "foo bar"],
21
+ ["XMLHttpRequest", "xml http request"],
22
+ ["IQueryAArgs", "i query a args"],
23
+ // Non-alphanumeric separators.
24
+ ["dot.case", "dot case"],
25
+ ["path/case", "path case"],
26
+ ["snake_case", "snake case"],
27
+ ["snake_case123", "snake case123"],
28
+ ["snake_case_123", "snake case 123"],
29
+ // Punctuation.
30
+ ['"quotes"', "quotes"],
31
+ // Space between number parts.
32
+ ["version 0.45.0", "version 0 45 0"],
33
+ ["version 0..78..9", "version 0 78 9"],
34
+ ["version 4_99/4", "version 4 99 4"],
35
+ // Whitespace.
36
+ [" test ", "test"],
37
+ // Number string input.
38
+ ["something_2014_other", "something 2014 other"],
39
+ // https://github.com/blakeembrey/change-case/issues/21
40
+ ["amazon s3 data", "amazon s3 data"],
41
+ ["foo_13_bar", "foo 13 bar"],
42
+ // Customization.
43
+ ["camel2019", "camel 2019", { splitRegexp: /([a-z])([A-Z0-9])/g }],
44
+ ["minifyURLs", "minify urls", { splitRegexp: /([a-z])([A-Z0-9])/g }],
45
+ ];
46
+ describe("no case", function () {
47
+ var _loop_1 = function (input, result, options) {
48
+ it(input + " -> " + result, function () {
49
+ expect(noCase(input, options)).toEqual(result);
50
+ });
51
+ };
52
+ for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
53
+ var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1], options = _a[2];
54
+ _loop_1(input, result, options);
55
+ }
56
+ });
57
+ //# 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,MAAM,EAAW,MAAM,GAAG,CAAC;AAEpC,IAAM,UAAU,GAAiC;IAC/C,gBAAgB;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAEhB,cAAc;IACd,CAAC,YAAY,EAAE,aAAa,CAAC;IAC7B,CAAC,eAAe,EAAE,gBAAgB,CAAC;IACnC,CAAC,kBAAkB,EAAE,mBAAmB,CAAC;IACzC,CAAC,OAAO,EAAE,OAAO,CAAC;IAClB,CAAC,WAAW,EAAE,aAAa,CAAC;IAC5B,CAAC,aAAa,EAAE,cAAc,CAAC;IAC/B,CAAC,aAAa,EAAE,cAAc,CAAC;IAC/B,CAAC,YAAY,EAAE,YAAY,CAAC;IAC5B,CAAC,SAAS,EAAE,UAAU,CAAC;IAEvB,iBAAiB;IACjB,CAAC,gBAAgB,EAAE,eAAe,CAAC;IACnC,CAAC,cAAc,EAAE,cAAc,CAAC;IAEhC,gBAAgB;IAChB,CAAC,SAAS,EAAE,SAAS,CAAC;IACtB,CAAC,gBAAgB,EAAE,kBAAkB,CAAC;IACtC,CAAC,aAAa,EAAE,gBAAgB,CAAC;IAEjC,+BAA+B;IAC/B,CAAC,UAAU,EAAE,UAAU,CAAC;IACxB,CAAC,WAAW,EAAE,WAAW,CAAC;IAC1B,CAAC,YAAY,EAAE,YAAY,CAAC;IAC5B,CAAC,eAAe,EAAE,eAAe,CAAC;IAClC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAEpC,eAAe;IACf,CAAC,UAAU,EAAE,QAAQ,CAAC;IAEtB,8BAA8B;IAC9B,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,kBAAkB,EAAE,gBAAgB,CAAC;IACtC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAEpC,cAAc;IACd,CAAC,UAAU,EAAE,MAAM,CAAC;IAEpB,uBAAuB;IACvB,CAAC,sBAAsB,EAAE,sBAAsB,CAAC;IAEhD,uDAAuD;IACvD,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,YAAY,EAAE,YAAY,CAAC;IAE5B,iBAAiB;IACjB,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;IAClE,CAAC,YAAY,EAAE,aAAa,EAAE,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACrE,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE;4BACN,KAAK,EAAE,MAAM,EAAE,OAAO;QAChC,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjD,CAAC,CAAC,CAAC;;IAHL,KAAuC,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAAtC,IAAA,qBAAwB,EAAvB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,QAAA;gBAAtB,KAAK,EAAE,MAAM,EAAE,OAAO;KAIjC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { noCase, Options } from \".\";\n\nconst TEST_CASES: [string, string, Options?][] = [\n // Single words.\n [\"test\", \"test\"],\n [\"TEST\", \"test\"],\n\n // Camel case.\n [\"testString\", \"test string\"],\n [\"testString123\", \"test string123\"],\n [\"testString_1_2_3\", \"test string 1 2 3\"],\n [\"x_256\", \"x 256\"],\n [\"anHTMLTag\", \"an html tag\"],\n [\"ID123String\", \"id123 string\"],\n [\"Id123String\", \"id123 string\"],\n [\"foo bar123\", \"foo bar123\"],\n [\"a1bStar\", \"a1b star\"],\n\n // Constant case.\n [\"CONSTANT_CASE \", \"constant case\"],\n [\"CONST123_FOO\", \"const123 foo\"],\n\n // Random cases.\n [\"FOO_bar\", \"foo bar\"],\n [\"XMLHttpRequest\", \"xml http request\"],\n [\"IQueryAArgs\", \"i query a args\"],\n\n // Non-alphanumeric separators.\n [\"dot.case\", \"dot case\"],\n [\"path/case\", \"path case\"],\n [\"snake_case\", \"snake case\"],\n [\"snake_case123\", \"snake case123\"],\n [\"snake_case_123\", \"snake case 123\"],\n\n // Punctuation.\n ['\"quotes\"', \"quotes\"],\n\n // Space between number parts.\n [\"version 0.45.0\", \"version 0 45 0\"],\n [\"version 0..78..9\", \"version 0 78 9\"],\n [\"version 4_99/4\", \"version 4 99 4\"],\n\n // Whitespace.\n [\" test \", \"test\"],\n\n // Number string input.\n [\"something_2014_other\", \"something 2014 other\"],\n\n // https://github.com/blakeembrey/change-case/issues/21\n [\"amazon s3 data\", \"amazon s3 data\"],\n [\"foo_13_bar\", \"foo 13 bar\"],\n\n // Customization.\n [\"camel2019\", \"camel 2019\", { splitRegexp: /([a-z])([A-Z0-9])/g }],\n [\"minifyURLs\", \"minify urls\", { splitRegexp: /([a-z])([A-Z0-9])/g }],\n];\n\ndescribe(\"no case\", () => {\n for (const [input, result, options] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(noCase(input, options)).toEqual(result);\n });\n }\n});\n"]}
@@ -0,0 +1,85 @@
1
+ {
2
+ "name": "no-case",
3
+ "version": "3.0.4",
4
+ "description": "Transform into a lower cased string with spaces between words",
5
+ "main": "dist/index.js",
6
+ "typings": "dist/index.d.ts",
7
+ "module": "dist.es2015/index.js",
8
+ "sideEffects": false,
9
+ "jsnext:main": "dist.es2015/index.js",
10
+ "files": [
11
+ "dist/",
12
+ "dist.es2015/",
13
+ "LICENSE"
14
+ ],
15
+ "scripts": {
16
+ "lint": "tslint \"src/**/*\" --project tsconfig.json",
17
+ "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
18
+ "specs": "jest --coverage",
19
+ "test": "npm run build && npm run lint && npm run specs",
20
+ "size": "size-limit",
21
+ "prepare": "npm run build"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/blakeembrey/change-case.git"
26
+ },
27
+ "keywords": [
28
+ "no",
29
+ "case",
30
+ "space",
31
+ "lower",
32
+ "convert",
33
+ "transform"
34
+ ],
35
+ "author": {
36
+ "name": "Blake Embrey",
37
+ "email": "hello@blakeembrey.com",
38
+ "url": "http://blakeembrey.me"
39
+ },
40
+ "license": "MIT",
41
+ "bugs": {
42
+ "url": "https://github.com/blakeembrey/change-case/issues"
43
+ },
44
+ "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme",
45
+ "size-limit": [
46
+ {
47
+ "path": "dist/index.js",
48
+ "limit": "550 B"
49
+ }
50
+ ],
51
+ "jest": {
52
+ "roots": [
53
+ "<rootDir>/src/"
54
+ ],
55
+ "transform": {
56
+ "\\.tsx?$": "ts-jest"
57
+ },
58
+ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
59
+ "moduleFileExtensions": [
60
+ "ts",
61
+ "tsx",
62
+ "js",
63
+ "jsx",
64
+ "json",
65
+ "node"
66
+ ]
67
+ },
68
+ "dependencies": {
69
+ "lower-case": "^2.0.2",
70
+ "tslib": "^2.0.3"
71
+ },
72
+ "devDependencies": {
73
+ "@size-limit/preset-small-lib": "^2.2.1",
74
+ "@types/jest": "^24.0.23",
75
+ "@types/node": "^12.12.14",
76
+ "jest": "^24.9.0",
77
+ "rimraf": "^3.0.0",
78
+ "ts-jest": "^24.2.0",
79
+ "tslint": "^5.20.1",
80
+ "tslint-config-prettier": "^1.18.0",
81
+ "tslint-config-standard": "^9.0.0",
82
+ "typescript": "^4.1.2"
83
+ },
84
+ "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0"
85
+ }