style-dictionary 3.7.1 → 3.7.2

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 (2156) hide show
  1. package/README.md +2 -2
  2. package/examples/advanced/assets-base64-embed/package.json +1 -1
  3. package/examples/advanced/auto-rebuild-watcher/package.json +1 -1
  4. package/examples/advanced/component-cti/package.json +1 -1
  5. package/examples/advanced/create-react-app/package.json +2 -2
  6. package/examples/advanced/create-react-native-app/package.json +3 -3
  7. package/examples/advanced/custom-file-header/node_modules/.package-lock.json +459 -0
  8. package/examples/advanced/custom-file-header/node_modules/ansi-styles/index.d.ts +345 -0
  9. package/examples/advanced/custom-file-header/node_modules/ansi-styles/index.js +163 -0
  10. package/examples/advanced/custom-file-header/node_modules/ansi-styles/license +9 -0
  11. package/examples/advanced/custom-file-header/node_modules/ansi-styles/package.json +56 -0
  12. package/examples/advanced/custom-file-header/node_modules/ansi-styles/readme.md +152 -0
  13. package/examples/advanced/custom-file-header/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  14. package/examples/advanced/custom-file-header/node_modules/balanced-match/LICENSE.md +21 -0
  15. package/examples/advanced/custom-file-header/node_modules/balanced-match/README.md +97 -0
  16. package/examples/advanced/custom-file-header/node_modules/balanced-match/index.js +62 -0
  17. package/examples/advanced/custom-file-header/node_modules/balanced-match/package.json +48 -0
  18. package/examples/advanced/custom-file-header/node_modules/brace-expansion/LICENSE +21 -0
  19. package/examples/advanced/custom-file-header/node_modules/brace-expansion/README.md +129 -0
  20. package/examples/advanced/custom-file-header/node_modules/brace-expansion/index.js +201 -0
  21. package/examples/advanced/custom-file-header/node_modules/brace-expansion/package.json +47 -0
  22. package/examples/advanced/custom-file-header/node_modules/camel-case/LICENSE +21 -0
  23. package/examples/advanced/custom-file-header/node_modules/camel-case/README.md +47 -0
  24. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.d.ts +5 -0
  25. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.js +23 -0
  26. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.js.map +1 -0
  27. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.d.ts +1 -0
  28. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.js +26 -0
  29. package/examples/advanced/custom-file-header/node_modules/camel-case/dist/index.spec.js.map +1 -0
  30. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
  31. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.js +17 -0
  32. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.js.map +1 -0
  33. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
  34. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
  35. package/examples/advanced/custom-file-header/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
  36. package/examples/advanced/custom-file-header/node_modules/camel-case/package.json +89 -0
  37. package/examples/advanced/custom-file-header/node_modules/capital-case/LICENSE +21 -0
  38. package/examples/advanced/custom-file-header/node_modules/capital-case/README.md +37 -0
  39. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.d.ts +4 -0
  40. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.js +16 -0
  41. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.js.map +1 -0
  42. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.d.ts +1 -0
  43. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.js +24 -0
  44. package/examples/advanced/custom-file-header/node_modules/capital-case/dist/index.spec.js.map +1 -0
  45. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.d.ts +4 -0
  46. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.js +11 -0
  47. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.js.map +1 -0
  48. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.d.ts +1 -0
  49. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.js +22 -0
  50. package/examples/advanced/custom-file-header/node_modules/capital-case/dist.es2015/index.spec.js.map +1 -0
  51. package/examples/advanced/custom-file-header/node_modules/capital-case/package.json +90 -0
  52. package/examples/advanced/custom-file-header/node_modules/chalk/index.d.ts +415 -0
  53. package/examples/advanced/custom-file-header/node_modules/chalk/license +9 -0
  54. package/examples/advanced/custom-file-header/node_modules/chalk/package.json +68 -0
  55. package/examples/advanced/custom-file-header/node_modules/chalk/readme.md +293 -0
  56. package/examples/advanced/custom-file-header/node_modules/chalk/source/index.js +229 -0
  57. package/examples/advanced/custom-file-header/node_modules/chalk/source/templates.js +134 -0
  58. package/examples/advanced/custom-file-header/node_modules/chalk/source/util.js +39 -0
  59. package/examples/advanced/custom-file-header/node_modules/change-case/LICENSE +21 -0
  60. package/examples/advanced/custom-file-header/node_modules/change-case/README.md +44 -0
  61. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.d.ts +11 -0
  62. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.js +15 -0
  63. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.js.map +1 -0
  64. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.d.ts +1 -0
  65. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.js +9 -0
  66. package/examples/advanced/custom-file-header/node_modules/change-case/dist/index.spec.js.map +1 -0
  67. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.d.ts +11 -0
  68. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.js +12 -0
  69. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.js.map +1 -0
  70. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.d.ts +1 -0
  71. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.js +7 -0
  72. package/examples/advanced/custom-file-header/node_modules/change-case/dist.es2015/index.spec.js.map +1 -0
  73. package/examples/advanced/custom-file-header/node_modules/change-case/package.json +101 -0
  74. package/examples/advanced/custom-file-header/node_modules/color-convert/CHANGELOG.md +54 -0
  75. package/examples/advanced/custom-file-header/node_modules/color-convert/LICENSE +21 -0
  76. package/examples/advanced/custom-file-header/node_modules/color-convert/README.md +68 -0
  77. package/examples/advanced/custom-file-header/node_modules/color-convert/conversions.js +839 -0
  78. package/examples/advanced/custom-file-header/node_modules/color-convert/index.js +81 -0
  79. package/examples/advanced/custom-file-header/node_modules/color-convert/package.json +48 -0
  80. package/examples/advanced/custom-file-header/node_modules/color-convert/route.js +97 -0
  81. package/examples/advanced/custom-file-header/node_modules/color-name/LICENSE +8 -0
  82. package/examples/advanced/custom-file-header/node_modules/color-name/README.md +11 -0
  83. package/examples/advanced/custom-file-header/node_modules/color-name/index.js +152 -0
  84. package/examples/advanced/custom-file-header/node_modules/color-name/package.json +28 -0
  85. package/examples/advanced/custom-file-header/node_modules/commander/LICENSE +22 -0
  86. package/examples/advanced/custom-file-header/node_modules/commander/Readme.md +1015 -0
  87. package/examples/advanced/custom-file-header/node_modules/commander/esm.mjs +15 -0
  88. package/examples/advanced/custom-file-header/node_modules/commander/index.js +27 -0
  89. package/examples/advanced/custom-file-header/node_modules/commander/lib/argument.js +147 -0
  90. package/examples/advanced/custom-file-header/node_modules/commander/lib/command.js +1944 -0
  91. package/examples/advanced/custom-file-header/node_modules/commander/lib/error.js +45 -0
  92. package/examples/advanced/custom-file-header/node_modules/commander/lib/help.js +396 -0
  93. package/examples/advanced/custom-file-header/node_modules/commander/lib/option.js +208 -0
  94. package/examples/advanced/custom-file-header/node_modules/commander/lib/suggestSimilar.js +100 -0
  95. package/examples/advanced/custom-file-header/node_modules/commander/package-support.json +16 -0
  96. package/examples/advanced/custom-file-header/node_modules/commander/package.json +69 -0
  97. package/examples/advanced/custom-file-header/node_modules/commander/typings/index.d.ts +774 -0
  98. package/examples/advanced/custom-file-header/node_modules/concat-map/.travis.yml +4 -0
  99. package/examples/advanced/custom-file-header/node_modules/concat-map/LICENSE +18 -0
  100. package/examples/advanced/custom-file-header/node_modules/concat-map/README.markdown +62 -0
  101. package/examples/advanced/custom-file-header/node_modules/concat-map/example/map.js +6 -0
  102. package/examples/advanced/custom-file-header/node_modules/concat-map/index.js +13 -0
  103. package/examples/advanced/custom-file-header/node_modules/concat-map/package.json +43 -0
  104. package/examples/advanced/custom-file-header/node_modules/concat-map/test/map.js +39 -0
  105. package/examples/advanced/custom-file-header/node_modules/constant-case/LICENSE +21 -0
  106. package/examples/advanced/custom-file-header/node_modules/constant-case/README.md +37 -0
  107. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.d.ts +3 -0
  108. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.js +12 -0
  109. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.js.map +1 -0
  110. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.d.ts +1 -0
  111. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.js +26 -0
  112. package/examples/advanced/custom-file-header/node_modules/constant-case/dist/index.spec.js.map +1 -0
  113. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.d.ts +3 -0
  114. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.js +8 -0
  115. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.js.map +1 -0
  116. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.d.ts +1 -0
  117. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.js +24 -0
  118. package/examples/advanced/custom-file-header/node_modules/constant-case/dist.es2015/index.spec.js.map +1 -0
  119. package/examples/advanced/custom-file-header/node_modules/constant-case/package.json +90 -0
  120. package/examples/advanced/custom-file-header/node_modules/dot-case/LICENSE +21 -0
  121. package/examples/advanced/custom-file-header/node_modules/dot-case/README.md +37 -0
  122. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.d.ts +3 -0
  123. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.js +11 -0
  124. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.js.map +1 -0
  125. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.d.ts +1 -0
  126. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.js +26 -0
  127. package/examples/advanced/custom-file-header/node_modules/dot-case/dist/index.spec.js.map +1 -0
  128. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
  129. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.js +7 -0
  130. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.js.map +1 -0
  131. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
  132. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
  133. package/examples/advanced/custom-file-header/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
  134. package/examples/advanced/custom-file-header/node_modules/dot-case/package.json +89 -0
  135. package/examples/advanced/custom-file-header/node_modules/fs-extra/LICENSE +15 -0
  136. package/examples/advanced/custom-file-header/node_modules/fs-extra/README.md +262 -0
  137. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/copy-sync.js +169 -0
  138. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/copy.js +235 -0
  139. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/copy/index.js +7 -0
  140. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/empty/index.js +39 -0
  141. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/file.js +69 -0
  142. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/index.js +23 -0
  143. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/link.js +64 -0
  144. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
  145. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
  146. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/ensure/symlink.js +82 -0
  147. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/fs/index.js +128 -0
  148. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/index.js +16 -0
  149. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/index.js +16 -0
  150. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/jsonfile.js +11 -0
  151. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/output-json-sync.js +12 -0
  152. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/json/output-json.js +12 -0
  153. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
  154. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/make-dir.js +27 -0
  155. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/mkdirs/utils.js +21 -0
  156. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/index.js +7 -0
  157. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/move-sync.js +54 -0
  158. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/move/move.js +75 -0
  159. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/output-file/index.js +40 -0
  160. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/path-exists/index.js +12 -0
  161. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/remove/index.js +22 -0
  162. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/remove/rimraf.js +302 -0
  163. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/util/stat.js +154 -0
  164. package/examples/advanced/custom-file-header/node_modules/fs-extra/lib/util/utimes.js +26 -0
  165. package/examples/advanced/custom-file-header/node_modules/fs-extra/package.json +67 -0
  166. package/examples/advanced/custom-file-header/node_modules/fs.realpath/LICENSE +43 -0
  167. package/examples/advanced/custom-file-header/node_modules/fs.realpath/README.md +33 -0
  168. package/examples/advanced/custom-file-header/node_modules/fs.realpath/index.js +66 -0
  169. package/examples/advanced/custom-file-header/node_modules/fs.realpath/old.js +303 -0
  170. package/examples/advanced/custom-file-header/node_modules/fs.realpath/package.json +26 -0
  171. package/examples/advanced/custom-file-header/node_modules/glob/LICENSE +21 -0
  172. package/examples/advanced/custom-file-header/node_modules/glob/README.md +378 -0
  173. package/examples/advanced/custom-file-header/node_modules/glob/common.js +238 -0
  174. package/examples/advanced/custom-file-header/node_modules/glob/glob.js +790 -0
  175. package/examples/advanced/custom-file-header/node_modules/glob/package.json +55 -0
  176. package/examples/advanced/custom-file-header/node_modules/glob/sync.js +486 -0
  177. package/examples/advanced/custom-file-header/node_modules/graceful-fs/LICENSE +15 -0
  178. package/examples/advanced/custom-file-header/node_modules/graceful-fs/README.md +143 -0
  179. package/examples/advanced/custom-file-header/node_modules/graceful-fs/clone.js +23 -0
  180. package/examples/advanced/custom-file-header/node_modules/graceful-fs/graceful-fs.js +448 -0
  181. package/examples/advanced/custom-file-header/node_modules/graceful-fs/legacy-streams.js +118 -0
  182. package/examples/advanced/custom-file-header/node_modules/graceful-fs/package.json +50 -0
  183. package/examples/advanced/custom-file-header/node_modules/graceful-fs/polyfills.js +355 -0
  184. package/examples/advanced/custom-file-header/node_modules/has-flag/index.d.ts +39 -0
  185. package/examples/advanced/custom-file-header/node_modules/has-flag/index.js +8 -0
  186. package/examples/advanced/custom-file-header/node_modules/has-flag/license +9 -0
  187. package/examples/advanced/custom-file-header/node_modules/has-flag/package.json +46 -0
  188. package/examples/advanced/custom-file-header/node_modules/has-flag/readme.md +89 -0
  189. package/examples/advanced/custom-file-header/node_modules/header-case/LICENSE +21 -0
  190. package/examples/advanced/custom-file-header/node_modules/header-case/README.md +37 -0
  191. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.d.ts +3 -0
  192. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.js +11 -0
  193. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.js.map +1 -0
  194. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.d.ts +1 -0
  195. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.js +24 -0
  196. package/examples/advanced/custom-file-header/node_modules/header-case/dist/index.spec.js.map +1 -0
  197. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.d.ts +3 -0
  198. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.js +7 -0
  199. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.js.map +1 -0
  200. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.d.ts +1 -0
  201. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.js +22 -0
  202. package/examples/advanced/custom-file-header/node_modules/header-case/dist.es2015/index.spec.js.map +1 -0
  203. package/examples/advanced/custom-file-header/node_modules/header-case/package.json +89 -0
  204. package/examples/advanced/custom-file-header/node_modules/inflight/LICENSE +15 -0
  205. package/examples/advanced/custom-file-header/node_modules/inflight/README.md +37 -0
  206. package/examples/advanced/custom-file-header/node_modules/inflight/inflight.js +54 -0
  207. package/examples/advanced/custom-file-header/node_modules/inflight/package.json +29 -0
  208. package/examples/advanced/custom-file-header/node_modules/inherits/LICENSE +16 -0
  209. package/examples/advanced/custom-file-header/node_modules/inherits/README.md +42 -0
  210. package/examples/advanced/custom-file-header/node_modules/inherits/inherits.js +9 -0
  211. package/examples/advanced/custom-file-header/node_modules/inherits/inherits_browser.js +27 -0
  212. package/examples/advanced/custom-file-header/node_modules/inherits/package.json +29 -0
  213. package/examples/advanced/custom-file-header/node_modules/json5/CHANGELOG.md +362 -0
  214. package/examples/advanced/custom-file-header/node_modules/json5/LICENSE.md +23 -0
  215. package/examples/advanced/custom-file-header/node_modules/json5/README.md +234 -0
  216. package/examples/advanced/custom-file-header/node_modules/json5/dist/index.js +1710 -0
  217. package/examples/advanced/custom-file-header/node_modules/json5/dist/index.min.js +1 -0
  218. package/examples/advanced/custom-file-header/node_modules/json5/dist/index.min.mjs +1 -0
  219. package/examples/advanced/custom-file-header/node_modules/json5/dist/index.mjs +1399 -0
  220. package/examples/advanced/custom-file-header/node_modules/json5/lib/cli.js +112 -0
  221. package/examples/advanced/custom-file-header/node_modules/json5/lib/index.d.ts +4 -0
  222. package/examples/advanced/custom-file-header/node_modules/json5/lib/index.js +9 -0
  223. package/examples/advanced/custom-file-header/node_modules/json5/lib/parse.d.ts +15 -0
  224. package/examples/advanced/custom-file-header/node_modules/json5/lib/parse.js +1087 -0
  225. package/examples/advanced/custom-file-header/node_modules/json5/lib/register.js +13 -0
  226. package/examples/advanced/custom-file-header/node_modules/json5/lib/require.js +4 -0
  227. package/examples/advanced/custom-file-header/node_modules/json5/lib/stringify.d.ts +89 -0
  228. package/examples/advanced/custom-file-header/node_modules/json5/lib/stringify.js +261 -0
  229. package/examples/advanced/custom-file-header/node_modules/json5/lib/unicode.d.ts +3 -0
  230. package/examples/advanced/custom-file-header/node_modules/json5/lib/unicode.js +4 -0
  231. package/examples/advanced/custom-file-header/node_modules/json5/lib/util.d.ts +5 -0
  232. package/examples/advanced/custom-file-header/node_modules/json5/lib/util.js +35 -0
  233. package/examples/advanced/custom-file-header/node_modules/json5/package.json +72 -0
  234. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/CHANGELOG.md +72 -0
  235. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/LICENSE.md +21 -0
  236. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/README.md +361 -0
  237. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/SECURITY.md +41 -0
  238. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/edit.js +185 -0
  239. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/format.js +251 -0
  240. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/parser.js +632 -0
  241. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/impl/scanner.js +443 -0
  242. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/main.d.ts +349 -0
  243. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/esm/main.js +178 -0
  244. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/edit.js +201 -0
  245. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/format.js +265 -0
  246. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/parser.js +655 -0
  247. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/impl/scanner.js +456 -0
  248. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/main.d.ts +349 -0
  249. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/lib/umd/main.js +194 -0
  250. package/examples/advanced/custom-file-header/node_modules/jsonc-parser/package.json +40 -0
  251. package/examples/advanced/custom-file-header/node_modules/jsonfile/CHANGELOG.md +171 -0
  252. package/examples/advanced/custom-file-header/node_modules/jsonfile/LICENSE +15 -0
  253. package/examples/advanced/custom-file-header/node_modules/jsonfile/README.md +230 -0
  254. package/examples/advanced/custom-file-header/node_modules/jsonfile/index.js +88 -0
  255. package/examples/advanced/custom-file-header/node_modules/jsonfile/package.json +40 -0
  256. package/examples/advanced/custom-file-header/node_modules/jsonfile/utils.js +14 -0
  257. package/examples/advanced/custom-file-header/node_modules/lodash/LICENSE +47 -0
  258. package/examples/advanced/custom-file-header/node_modules/lodash/README.md +39 -0
  259. package/examples/advanced/custom-file-header/node_modules/lodash/_DataView.js +7 -0
  260. package/examples/advanced/custom-file-header/node_modules/lodash/_Hash.js +32 -0
  261. package/examples/advanced/custom-file-header/node_modules/lodash/_LazyWrapper.js +28 -0
  262. package/examples/advanced/custom-file-header/node_modules/lodash/_ListCache.js +32 -0
  263. package/examples/advanced/custom-file-header/node_modules/lodash/_LodashWrapper.js +22 -0
  264. package/examples/advanced/custom-file-header/node_modules/lodash/_Map.js +7 -0
  265. package/examples/advanced/custom-file-header/node_modules/lodash/_MapCache.js +32 -0
  266. package/examples/advanced/custom-file-header/node_modules/lodash/_Promise.js +7 -0
  267. package/examples/advanced/custom-file-header/node_modules/lodash/_Set.js +7 -0
  268. package/examples/advanced/custom-file-header/node_modules/lodash/_SetCache.js +27 -0
  269. package/examples/advanced/custom-file-header/node_modules/lodash/_Stack.js +27 -0
  270. package/examples/advanced/custom-file-header/node_modules/lodash/_Symbol.js +6 -0
  271. package/examples/advanced/custom-file-header/node_modules/lodash/_Uint8Array.js +6 -0
  272. package/examples/advanced/custom-file-header/node_modules/lodash/_WeakMap.js +7 -0
  273. package/examples/advanced/custom-file-header/node_modules/lodash/_apply.js +21 -0
  274. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayAggregator.js +22 -0
  275. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEach.js +22 -0
  276. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEachRight.js +21 -0
  277. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayEvery.js +23 -0
  278. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayFilter.js +25 -0
  279. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayIncludes.js +17 -0
  280. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayIncludesWith.js +22 -0
  281. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayLikeKeys.js +49 -0
  282. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayMap.js +21 -0
  283. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayPush.js +20 -0
  284. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayReduce.js +26 -0
  285. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayReduceRight.js +24 -0
  286. package/examples/advanced/custom-file-header/node_modules/lodash/_arraySample.js +15 -0
  287. package/examples/advanced/custom-file-header/node_modules/lodash/_arraySampleSize.js +17 -0
  288. package/examples/advanced/custom-file-header/node_modules/lodash/_arrayShuffle.js +15 -0
  289. package/examples/advanced/custom-file-header/node_modules/lodash/_arraySome.js +23 -0
  290. package/examples/advanced/custom-file-header/node_modules/lodash/_asciiSize.js +12 -0
  291. package/examples/advanced/custom-file-header/node_modules/lodash/_asciiToArray.js +12 -0
  292. package/examples/advanced/custom-file-header/node_modules/lodash/_asciiWords.js +15 -0
  293. package/examples/advanced/custom-file-header/node_modules/lodash/_assignMergeValue.js +20 -0
  294. package/examples/advanced/custom-file-header/node_modules/lodash/_assignValue.js +28 -0
  295. package/examples/advanced/custom-file-header/node_modules/lodash/_assocIndexOf.js +21 -0
  296. package/examples/advanced/custom-file-header/node_modules/lodash/_baseAggregator.js +21 -0
  297. package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssign.js +17 -0
  298. package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssignIn.js +17 -0
  299. package/examples/advanced/custom-file-header/node_modules/lodash/_baseAssignValue.js +25 -0
  300. package/examples/advanced/custom-file-header/node_modules/lodash/_baseAt.js +23 -0
  301. package/examples/advanced/custom-file-header/node_modules/lodash/_baseClamp.js +22 -0
  302. package/examples/advanced/custom-file-header/node_modules/lodash/_baseClone.js +166 -0
  303. package/examples/advanced/custom-file-header/node_modules/lodash/_baseConforms.js +18 -0
  304. package/examples/advanced/custom-file-header/node_modules/lodash/_baseConformsTo.js +27 -0
  305. package/examples/advanced/custom-file-header/node_modules/lodash/_baseCreate.js +30 -0
  306. package/examples/advanced/custom-file-header/node_modules/lodash/_baseDelay.js +21 -0
  307. package/examples/advanced/custom-file-header/node_modules/lodash/_baseDifference.js +67 -0
  308. package/examples/advanced/custom-file-header/node_modules/lodash/_baseEach.js +14 -0
  309. package/examples/advanced/custom-file-header/node_modules/lodash/_baseEachRight.js +14 -0
  310. package/examples/advanced/custom-file-header/node_modules/lodash/_baseEvery.js +21 -0
  311. package/examples/advanced/custom-file-header/node_modules/lodash/_baseExtremum.js +32 -0
  312. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFill.js +32 -0
  313. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFilter.js +21 -0
  314. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFindIndex.js +24 -0
  315. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFindKey.js +23 -0
  316. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFlatten.js +38 -0
  317. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFor.js +16 -0
  318. package/examples/advanced/custom-file-header/node_modules/lodash/_baseForOwn.js +16 -0
  319. package/examples/advanced/custom-file-header/node_modules/lodash/_baseForOwnRight.js +16 -0
  320. package/examples/advanced/custom-file-header/node_modules/lodash/_baseForRight.js +15 -0
  321. package/examples/advanced/custom-file-header/node_modules/lodash/_baseFunctions.js +19 -0
  322. package/examples/advanced/custom-file-header/node_modules/lodash/_baseGet.js +24 -0
  323. package/examples/advanced/custom-file-header/node_modules/lodash/_baseGetAllKeys.js +20 -0
  324. package/examples/advanced/custom-file-header/node_modules/lodash/_baseGetTag.js +28 -0
  325. package/examples/advanced/custom-file-header/node_modules/lodash/_baseGt.js +14 -0
  326. package/examples/advanced/custom-file-header/node_modules/lodash/_baseHas.js +19 -0
  327. package/examples/advanced/custom-file-header/node_modules/lodash/_baseHasIn.js +13 -0
  328. package/examples/advanced/custom-file-header/node_modules/lodash/_baseInRange.js +18 -0
  329. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIndexOf.js +20 -0
  330. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIndexOfWith.js +23 -0
  331. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIntersection.js +74 -0
  332. package/examples/advanced/custom-file-header/node_modules/lodash/_baseInverter.js +21 -0
  333. package/examples/advanced/custom-file-header/node_modules/lodash/_baseInvoke.js +24 -0
  334. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsArguments.js +18 -0
  335. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  336. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsDate.js +18 -0
  337. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsEqual.js +28 -0
  338. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  339. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsMap.js +18 -0
  340. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsMatch.js +62 -0
  341. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsNaN.js +12 -0
  342. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsNative.js +47 -0
  343. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsRegExp.js +18 -0
  344. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsSet.js +18 -0
  345. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIsTypedArray.js +60 -0
  346. package/examples/advanced/custom-file-header/node_modules/lodash/_baseIteratee.js +31 -0
  347. package/examples/advanced/custom-file-header/node_modules/lodash/_baseKeys.js +30 -0
  348. package/examples/advanced/custom-file-header/node_modules/lodash/_baseKeysIn.js +33 -0
  349. package/examples/advanced/custom-file-header/node_modules/lodash/_baseLodash.js +10 -0
  350. package/examples/advanced/custom-file-header/node_modules/lodash/_baseLt.js +14 -0
  351. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMap.js +22 -0
  352. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMatches.js +22 -0
  353. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMatchesProperty.js +33 -0
  354. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMean.js +20 -0
  355. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMerge.js +42 -0
  356. package/examples/advanced/custom-file-header/node_modules/lodash/_baseMergeDeep.js +94 -0
  357. package/examples/advanced/custom-file-header/node_modules/lodash/_baseNth.js +20 -0
  358. package/examples/advanced/custom-file-header/node_modules/lodash/_baseOrderBy.js +49 -0
  359. package/examples/advanced/custom-file-header/node_modules/lodash/_basePick.js +19 -0
  360. package/examples/advanced/custom-file-header/node_modules/lodash/_basePickBy.js +30 -0
  361. package/examples/advanced/custom-file-header/node_modules/lodash/_baseProperty.js +14 -0
  362. package/examples/advanced/custom-file-header/node_modules/lodash/_basePropertyDeep.js +16 -0
  363. package/examples/advanced/custom-file-header/node_modules/lodash/_basePropertyOf.js +14 -0
  364. package/examples/advanced/custom-file-header/node_modules/lodash/_basePullAll.js +51 -0
  365. package/examples/advanced/custom-file-header/node_modules/lodash/_basePullAt.js +37 -0
  366. package/examples/advanced/custom-file-header/node_modules/lodash/_baseRandom.js +18 -0
  367. package/examples/advanced/custom-file-header/node_modules/lodash/_baseRange.js +28 -0
  368. package/examples/advanced/custom-file-header/node_modules/lodash/_baseReduce.js +23 -0
  369. package/examples/advanced/custom-file-header/node_modules/lodash/_baseRepeat.js +35 -0
  370. package/examples/advanced/custom-file-header/node_modules/lodash/_baseRest.js +17 -0
  371. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSample.js +15 -0
  372. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSampleSize.js +18 -0
  373. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSet.js +51 -0
  374. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSetData.js +17 -0
  375. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSetToString.js +22 -0
  376. package/examples/advanced/custom-file-header/node_modules/lodash/_baseShuffle.js +15 -0
  377. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSlice.js +31 -0
  378. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSome.js +22 -0
  379. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortBy.js +21 -0
  380. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedIndex.js +42 -0
  381. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  382. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSortedUniq.js +30 -0
  383. package/examples/advanced/custom-file-header/node_modules/lodash/_baseSum.js +24 -0
  384. package/examples/advanced/custom-file-header/node_modules/lodash/_baseTimes.js +20 -0
  385. package/examples/advanced/custom-file-header/node_modules/lodash/_baseToNumber.js +24 -0
  386. package/examples/advanced/custom-file-header/node_modules/lodash/_baseToPairs.js +18 -0
  387. package/examples/advanced/custom-file-header/node_modules/lodash/_baseToString.js +37 -0
  388. package/examples/advanced/custom-file-header/node_modules/lodash/_baseTrim.js +19 -0
  389. package/examples/advanced/custom-file-header/node_modules/lodash/_baseUnary.js +14 -0
  390. package/examples/advanced/custom-file-header/node_modules/lodash/_baseUniq.js +72 -0
  391. package/examples/advanced/custom-file-header/node_modules/lodash/_baseUnset.js +20 -0
  392. package/examples/advanced/custom-file-header/node_modules/lodash/_baseUpdate.js +18 -0
  393. package/examples/advanced/custom-file-header/node_modules/lodash/_baseValues.js +19 -0
  394. package/examples/advanced/custom-file-header/node_modules/lodash/_baseWhile.js +26 -0
  395. package/examples/advanced/custom-file-header/node_modules/lodash/_baseWrapperValue.js +25 -0
  396. package/examples/advanced/custom-file-header/node_modules/lodash/_baseXor.js +36 -0
  397. package/examples/advanced/custom-file-header/node_modules/lodash/_baseZipObject.js +23 -0
  398. package/examples/advanced/custom-file-header/node_modules/lodash/_cacheHas.js +13 -0
  399. package/examples/advanced/custom-file-header/node_modules/lodash/_castArrayLikeObject.js +14 -0
  400. package/examples/advanced/custom-file-header/node_modules/lodash/_castFunction.js +14 -0
  401. package/examples/advanced/custom-file-header/node_modules/lodash/_castPath.js +21 -0
  402. package/examples/advanced/custom-file-header/node_modules/lodash/_castRest.js +14 -0
  403. package/examples/advanced/custom-file-header/node_modules/lodash/_castSlice.js +18 -0
  404. package/examples/advanced/custom-file-header/node_modules/lodash/_charsEndIndex.js +19 -0
  405. package/examples/advanced/custom-file-header/node_modules/lodash/_charsStartIndex.js +20 -0
  406. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  407. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneBuffer.js +35 -0
  408. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneDataView.js +16 -0
  409. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneRegExp.js +17 -0
  410. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneSymbol.js +18 -0
  411. package/examples/advanced/custom-file-header/node_modules/lodash/_cloneTypedArray.js +16 -0
  412. package/examples/advanced/custom-file-header/node_modules/lodash/_compareAscending.js +41 -0
  413. package/examples/advanced/custom-file-header/node_modules/lodash/_compareMultiple.js +44 -0
  414. package/examples/advanced/custom-file-header/node_modules/lodash/_composeArgs.js +39 -0
  415. package/examples/advanced/custom-file-header/node_modules/lodash/_composeArgsRight.js +41 -0
  416. package/examples/advanced/custom-file-header/node_modules/lodash/_copyArray.js +20 -0
  417. package/examples/advanced/custom-file-header/node_modules/lodash/_copyObject.js +40 -0
  418. package/examples/advanced/custom-file-header/node_modules/lodash/_copySymbols.js +16 -0
  419. package/examples/advanced/custom-file-header/node_modules/lodash/_copySymbolsIn.js +16 -0
  420. package/examples/advanced/custom-file-header/node_modules/lodash/_coreJsData.js +6 -0
  421. package/examples/advanced/custom-file-header/node_modules/lodash/_countHolders.js +21 -0
  422. package/examples/advanced/custom-file-header/node_modules/lodash/_createAggregator.js +23 -0
  423. package/examples/advanced/custom-file-header/node_modules/lodash/_createAssigner.js +37 -0
  424. package/examples/advanced/custom-file-header/node_modules/lodash/_createBaseEach.js +32 -0
  425. package/examples/advanced/custom-file-header/node_modules/lodash/_createBaseFor.js +25 -0
  426. package/examples/advanced/custom-file-header/node_modules/lodash/_createBind.js +28 -0
  427. package/examples/advanced/custom-file-header/node_modules/lodash/_createCaseFirst.js +33 -0
  428. package/examples/advanced/custom-file-header/node_modules/lodash/_createCompounder.js +24 -0
  429. package/examples/advanced/custom-file-header/node_modules/lodash/_createCtor.js +37 -0
  430. package/examples/advanced/custom-file-header/node_modules/lodash/_createCurry.js +46 -0
  431. package/examples/advanced/custom-file-header/node_modules/lodash/_createFind.js +25 -0
  432. package/examples/advanced/custom-file-header/node_modules/lodash/_createFlow.js +78 -0
  433. package/examples/advanced/custom-file-header/node_modules/lodash/_createHybrid.js +92 -0
  434. package/examples/advanced/custom-file-header/node_modules/lodash/_createInverter.js +17 -0
  435. package/examples/advanced/custom-file-header/node_modules/lodash/_createMathOperation.js +38 -0
  436. package/examples/advanced/custom-file-header/node_modules/lodash/_createOver.js +27 -0
  437. package/examples/advanced/custom-file-header/node_modules/lodash/_createPadding.js +33 -0
  438. package/examples/advanced/custom-file-header/node_modules/lodash/_createPartial.js +43 -0
  439. package/examples/advanced/custom-file-header/node_modules/lodash/_createRange.js +30 -0
  440. package/examples/advanced/custom-file-header/node_modules/lodash/_createRecurry.js +56 -0
  441. package/examples/advanced/custom-file-header/node_modules/lodash/_createRelationalOperation.js +20 -0
  442. package/examples/advanced/custom-file-header/node_modules/lodash/_createRound.js +35 -0
  443. package/examples/advanced/custom-file-header/node_modules/lodash/_createSet.js +19 -0
  444. package/examples/advanced/custom-file-header/node_modules/lodash/_createToPairs.js +30 -0
  445. package/examples/advanced/custom-file-header/node_modules/lodash/_createWrap.js +106 -0
  446. package/examples/advanced/custom-file-header/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  447. package/examples/advanced/custom-file-header/node_modules/lodash/_customDefaultsMerge.js +28 -0
  448. package/examples/advanced/custom-file-header/node_modules/lodash/_customOmitClone.js +16 -0
  449. package/examples/advanced/custom-file-header/node_modules/lodash/_deburrLetter.js +71 -0
  450. package/examples/advanced/custom-file-header/node_modules/lodash/_defineProperty.js +11 -0
  451. package/examples/advanced/custom-file-header/node_modules/lodash/_equalArrays.js +84 -0
  452. package/examples/advanced/custom-file-header/node_modules/lodash/_equalByTag.js +112 -0
  453. package/examples/advanced/custom-file-header/node_modules/lodash/_equalObjects.js +90 -0
  454. package/examples/advanced/custom-file-header/node_modules/lodash/_escapeHtmlChar.js +21 -0
  455. package/examples/advanced/custom-file-header/node_modules/lodash/_escapeStringChar.js +22 -0
  456. package/examples/advanced/custom-file-header/node_modules/lodash/_flatRest.js +16 -0
  457. package/examples/advanced/custom-file-header/node_modules/lodash/_freeGlobal.js +4 -0
  458. package/examples/advanced/custom-file-header/node_modules/lodash/_getAllKeys.js +16 -0
  459. package/examples/advanced/custom-file-header/node_modules/lodash/_getAllKeysIn.js +17 -0
  460. package/examples/advanced/custom-file-header/node_modules/lodash/_getData.js +15 -0
  461. package/examples/advanced/custom-file-header/node_modules/lodash/_getFuncName.js +31 -0
  462. package/examples/advanced/custom-file-header/node_modules/lodash/_getHolder.js +13 -0
  463. package/examples/advanced/custom-file-header/node_modules/lodash/_getMapData.js +18 -0
  464. package/examples/advanced/custom-file-header/node_modules/lodash/_getMatchData.js +24 -0
  465. package/examples/advanced/custom-file-header/node_modules/lodash/_getNative.js +17 -0
  466. package/examples/advanced/custom-file-header/node_modules/lodash/_getPrototype.js +6 -0
  467. package/examples/advanced/custom-file-header/node_modules/lodash/_getRawTag.js +46 -0
  468. package/examples/advanced/custom-file-header/node_modules/lodash/_getSymbols.js +30 -0
  469. package/examples/advanced/custom-file-header/node_modules/lodash/_getSymbolsIn.js +25 -0
  470. package/examples/advanced/custom-file-header/node_modules/lodash/_getTag.js +58 -0
  471. package/examples/advanced/custom-file-header/node_modules/lodash/_getValue.js +13 -0
  472. package/examples/advanced/custom-file-header/node_modules/lodash/_getView.js +33 -0
  473. package/examples/advanced/custom-file-header/node_modules/lodash/_getWrapDetails.js +17 -0
  474. package/examples/advanced/custom-file-header/node_modules/lodash/_hasPath.js +39 -0
  475. package/examples/advanced/custom-file-header/node_modules/lodash/_hasUnicode.js +26 -0
  476. package/examples/advanced/custom-file-header/node_modules/lodash/_hasUnicodeWord.js +15 -0
  477. package/examples/advanced/custom-file-header/node_modules/lodash/_hashClear.js +15 -0
  478. package/examples/advanced/custom-file-header/node_modules/lodash/_hashDelete.js +17 -0
  479. package/examples/advanced/custom-file-header/node_modules/lodash/_hashGet.js +30 -0
  480. package/examples/advanced/custom-file-header/node_modules/lodash/_hashHas.js +23 -0
  481. package/examples/advanced/custom-file-header/node_modules/lodash/_hashSet.js +23 -0
  482. package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneArray.js +26 -0
  483. package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneByTag.js +77 -0
  484. package/examples/advanced/custom-file-header/node_modules/lodash/_initCloneObject.js +18 -0
  485. package/examples/advanced/custom-file-header/node_modules/lodash/_insertWrapDetails.js +23 -0
  486. package/examples/advanced/custom-file-header/node_modules/lodash/_isFlattenable.js +20 -0
  487. package/examples/advanced/custom-file-header/node_modules/lodash/_isIndex.js +25 -0
  488. package/examples/advanced/custom-file-header/node_modules/lodash/_isIterateeCall.js +30 -0
  489. package/examples/advanced/custom-file-header/node_modules/lodash/_isKey.js +29 -0
  490. package/examples/advanced/custom-file-header/node_modules/lodash/_isKeyable.js +15 -0
  491. package/examples/advanced/custom-file-header/node_modules/lodash/_isLaziable.js +28 -0
  492. package/examples/advanced/custom-file-header/node_modules/lodash/_isMaskable.js +14 -0
  493. package/examples/advanced/custom-file-header/node_modules/lodash/_isMasked.js +20 -0
  494. package/examples/advanced/custom-file-header/node_modules/lodash/_isPrototype.js +18 -0
  495. package/examples/advanced/custom-file-header/node_modules/lodash/_isStrictComparable.js +15 -0
  496. package/examples/advanced/custom-file-header/node_modules/lodash/_iteratorToArray.js +18 -0
  497. package/examples/advanced/custom-file-header/node_modules/lodash/_lazyClone.js +23 -0
  498. package/examples/advanced/custom-file-header/node_modules/lodash/_lazyReverse.js +23 -0
  499. package/examples/advanced/custom-file-header/node_modules/lodash/_lazyValue.js +69 -0
  500. package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheClear.js +13 -0
  501. package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheDelete.js +35 -0
  502. package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheGet.js +19 -0
  503. package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheHas.js +16 -0
  504. package/examples/advanced/custom-file-header/node_modules/lodash/_listCacheSet.js +26 -0
  505. package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheClear.js +21 -0
  506. package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheDelete.js +18 -0
  507. package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheGet.js +16 -0
  508. package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheHas.js +16 -0
  509. package/examples/advanced/custom-file-header/node_modules/lodash/_mapCacheSet.js +22 -0
  510. package/examples/advanced/custom-file-header/node_modules/lodash/_mapToArray.js +18 -0
  511. package/examples/advanced/custom-file-header/node_modules/lodash/_matchesStrictComparable.js +20 -0
  512. package/examples/advanced/custom-file-header/node_modules/lodash/_memoizeCapped.js +26 -0
  513. package/examples/advanced/custom-file-header/node_modules/lodash/_mergeData.js +90 -0
  514. package/examples/advanced/custom-file-header/node_modules/lodash/_metaMap.js +6 -0
  515. package/examples/advanced/custom-file-header/node_modules/lodash/_nativeCreate.js +6 -0
  516. package/examples/advanced/custom-file-header/node_modules/lodash/_nativeKeys.js +6 -0
  517. package/examples/advanced/custom-file-header/node_modules/lodash/_nativeKeysIn.js +20 -0
  518. package/examples/advanced/custom-file-header/node_modules/lodash/_nodeUtil.js +30 -0
  519. package/examples/advanced/custom-file-header/node_modules/lodash/_objectToString.js +22 -0
  520. package/examples/advanced/custom-file-header/node_modules/lodash/_overArg.js +15 -0
  521. package/examples/advanced/custom-file-header/node_modules/lodash/_overRest.js +36 -0
  522. package/examples/advanced/custom-file-header/node_modules/lodash/_parent.js +16 -0
  523. package/examples/advanced/custom-file-header/node_modules/lodash/_reEscape.js +4 -0
  524. package/examples/advanced/custom-file-header/node_modules/lodash/_reEvaluate.js +4 -0
  525. package/examples/advanced/custom-file-header/node_modules/lodash/_reInterpolate.js +4 -0
  526. package/examples/advanced/custom-file-header/node_modules/lodash/_realNames.js +4 -0
  527. package/examples/advanced/custom-file-header/node_modules/lodash/_reorder.js +29 -0
  528. package/examples/advanced/custom-file-header/node_modules/lodash/_replaceHolders.js +29 -0
  529. package/examples/advanced/custom-file-header/node_modules/lodash/_root.js +9 -0
  530. package/examples/advanced/custom-file-header/node_modules/lodash/_safeGet.js +21 -0
  531. package/examples/advanced/custom-file-header/node_modules/lodash/_setCacheAdd.js +19 -0
  532. package/examples/advanced/custom-file-header/node_modules/lodash/_setCacheHas.js +14 -0
  533. package/examples/advanced/custom-file-header/node_modules/lodash/_setData.js +20 -0
  534. package/examples/advanced/custom-file-header/node_modules/lodash/_setToArray.js +18 -0
  535. package/examples/advanced/custom-file-header/node_modules/lodash/_setToPairs.js +18 -0
  536. package/examples/advanced/custom-file-header/node_modules/lodash/_setToString.js +14 -0
  537. package/examples/advanced/custom-file-header/node_modules/lodash/_setWrapToString.js +21 -0
  538. package/examples/advanced/custom-file-header/node_modules/lodash/_shortOut.js +37 -0
  539. package/examples/advanced/custom-file-header/node_modules/lodash/_shuffleSelf.js +28 -0
  540. package/examples/advanced/custom-file-header/node_modules/lodash/_stackClear.js +15 -0
  541. package/examples/advanced/custom-file-header/node_modules/lodash/_stackDelete.js +18 -0
  542. package/examples/advanced/custom-file-header/node_modules/lodash/_stackGet.js +14 -0
  543. package/examples/advanced/custom-file-header/node_modules/lodash/_stackHas.js +14 -0
  544. package/examples/advanced/custom-file-header/node_modules/lodash/_stackSet.js +34 -0
  545. package/examples/advanced/custom-file-header/node_modules/lodash/_strictIndexOf.js +23 -0
  546. package/examples/advanced/custom-file-header/node_modules/lodash/_strictLastIndexOf.js +21 -0
  547. package/examples/advanced/custom-file-header/node_modules/lodash/_stringSize.js +18 -0
  548. package/examples/advanced/custom-file-header/node_modules/lodash/_stringToArray.js +18 -0
  549. package/examples/advanced/custom-file-header/node_modules/lodash/_stringToPath.js +27 -0
  550. package/examples/advanced/custom-file-header/node_modules/lodash/_toKey.js +21 -0
  551. package/examples/advanced/custom-file-header/node_modules/lodash/_toSource.js +26 -0
  552. package/examples/advanced/custom-file-header/node_modules/lodash/_trimmedEndIndex.js +19 -0
  553. package/examples/advanced/custom-file-header/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  554. package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeSize.js +44 -0
  555. package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeToArray.js +40 -0
  556. package/examples/advanced/custom-file-header/node_modules/lodash/_unicodeWords.js +69 -0
  557. package/examples/advanced/custom-file-header/node_modules/lodash/_updateWrapDetails.js +46 -0
  558. package/examples/advanced/custom-file-header/node_modules/lodash/_wrapperClone.js +23 -0
  559. package/examples/advanced/custom-file-header/node_modules/lodash/add.js +22 -0
  560. package/examples/advanced/custom-file-header/node_modules/lodash/after.js +42 -0
  561. package/examples/advanced/custom-file-header/node_modules/lodash/array.js +67 -0
  562. package/examples/advanced/custom-file-header/node_modules/lodash/ary.js +29 -0
  563. package/examples/advanced/custom-file-header/node_modules/lodash/assign.js +58 -0
  564. package/examples/advanced/custom-file-header/node_modules/lodash/assignIn.js +40 -0
  565. package/examples/advanced/custom-file-header/node_modules/lodash/assignInWith.js +38 -0
  566. package/examples/advanced/custom-file-header/node_modules/lodash/assignWith.js +37 -0
  567. package/examples/advanced/custom-file-header/node_modules/lodash/at.js +23 -0
  568. package/examples/advanced/custom-file-header/node_modules/lodash/attempt.js +35 -0
  569. package/examples/advanced/custom-file-header/node_modules/lodash/before.js +40 -0
  570. package/examples/advanced/custom-file-header/node_modules/lodash/bind.js +57 -0
  571. package/examples/advanced/custom-file-header/node_modules/lodash/bindAll.js +41 -0
  572. package/examples/advanced/custom-file-header/node_modules/lodash/bindKey.js +68 -0
  573. package/examples/advanced/custom-file-header/node_modules/lodash/camelCase.js +29 -0
  574. package/examples/advanced/custom-file-header/node_modules/lodash/capitalize.js +23 -0
  575. package/examples/advanced/custom-file-header/node_modules/lodash/castArray.js +44 -0
  576. package/examples/advanced/custom-file-header/node_modules/lodash/ceil.js +26 -0
  577. package/examples/advanced/custom-file-header/node_modules/lodash/chain.js +38 -0
  578. package/examples/advanced/custom-file-header/node_modules/lodash/chunk.js +50 -0
  579. package/examples/advanced/custom-file-header/node_modules/lodash/clamp.js +39 -0
  580. package/examples/advanced/custom-file-header/node_modules/lodash/clone.js +36 -0
  581. package/examples/advanced/custom-file-header/node_modules/lodash/cloneDeep.js +29 -0
  582. package/examples/advanced/custom-file-header/node_modules/lodash/cloneDeepWith.js +40 -0
  583. package/examples/advanced/custom-file-header/node_modules/lodash/cloneWith.js +42 -0
  584. package/examples/advanced/custom-file-header/node_modules/lodash/collection.js +30 -0
  585. package/examples/advanced/custom-file-header/node_modules/lodash/commit.js +33 -0
  586. package/examples/advanced/custom-file-header/node_modules/lodash/compact.js +31 -0
  587. package/examples/advanced/custom-file-header/node_modules/lodash/concat.js +43 -0
  588. package/examples/advanced/custom-file-header/node_modules/lodash/cond.js +60 -0
  589. package/examples/advanced/custom-file-header/node_modules/lodash/conforms.js +35 -0
  590. package/examples/advanced/custom-file-header/node_modules/lodash/conformsTo.js +32 -0
  591. package/examples/advanced/custom-file-header/node_modules/lodash/constant.js +26 -0
  592. package/examples/advanced/custom-file-header/node_modules/lodash/core.js +3877 -0
  593. package/examples/advanced/custom-file-header/node_modules/lodash/core.min.js +29 -0
  594. package/examples/advanced/custom-file-header/node_modules/lodash/countBy.js +40 -0
  595. package/examples/advanced/custom-file-header/node_modules/lodash/create.js +43 -0
  596. package/examples/advanced/custom-file-header/node_modules/lodash/curry.js +57 -0
  597. package/examples/advanced/custom-file-header/node_modules/lodash/curryRight.js +54 -0
  598. package/examples/advanced/custom-file-header/node_modules/lodash/date.js +3 -0
  599. package/examples/advanced/custom-file-header/node_modules/lodash/debounce.js +191 -0
  600. package/examples/advanced/custom-file-header/node_modules/lodash/deburr.js +45 -0
  601. package/examples/advanced/custom-file-header/node_modules/lodash/defaultTo.js +25 -0
  602. package/examples/advanced/custom-file-header/node_modules/lodash/defaults.js +64 -0
  603. package/examples/advanced/custom-file-header/node_modules/lodash/defaultsDeep.js +30 -0
  604. package/examples/advanced/custom-file-header/node_modules/lodash/defer.js +26 -0
  605. package/examples/advanced/custom-file-header/node_modules/lodash/delay.js +28 -0
  606. package/examples/advanced/custom-file-header/node_modules/lodash/difference.js +33 -0
  607. package/examples/advanced/custom-file-header/node_modules/lodash/differenceBy.js +44 -0
  608. package/examples/advanced/custom-file-header/node_modules/lodash/differenceWith.js +40 -0
  609. package/examples/advanced/custom-file-header/node_modules/lodash/divide.js +22 -0
  610. package/examples/advanced/custom-file-header/node_modules/lodash/drop.js +38 -0
  611. package/examples/advanced/custom-file-header/node_modules/lodash/dropRight.js +39 -0
  612. package/examples/advanced/custom-file-header/node_modules/lodash/dropRightWhile.js +45 -0
  613. package/examples/advanced/custom-file-header/node_modules/lodash/dropWhile.js +45 -0
  614. package/examples/advanced/custom-file-header/node_modules/lodash/each.js +1 -0
  615. package/examples/advanced/custom-file-header/node_modules/lodash/eachRight.js +1 -0
  616. package/examples/advanced/custom-file-header/node_modules/lodash/endsWith.js +43 -0
  617. package/examples/advanced/custom-file-header/node_modules/lodash/entries.js +1 -0
  618. package/examples/advanced/custom-file-header/node_modules/lodash/entriesIn.js +1 -0
  619. package/examples/advanced/custom-file-header/node_modules/lodash/eq.js +37 -0
  620. package/examples/advanced/custom-file-header/node_modules/lodash/escape.js +43 -0
  621. package/examples/advanced/custom-file-header/node_modules/lodash/escapeRegExp.js +32 -0
  622. package/examples/advanced/custom-file-header/node_modules/lodash/every.js +56 -0
  623. package/examples/advanced/custom-file-header/node_modules/lodash/extend.js +1 -0
  624. package/examples/advanced/custom-file-header/node_modules/lodash/extendWith.js +1 -0
  625. package/examples/advanced/custom-file-header/node_modules/lodash/fill.js +45 -0
  626. package/examples/advanced/custom-file-header/node_modules/lodash/filter.js +52 -0
  627. package/examples/advanced/custom-file-header/node_modules/lodash/find.js +42 -0
  628. package/examples/advanced/custom-file-header/node_modules/lodash/findIndex.js +55 -0
  629. package/examples/advanced/custom-file-header/node_modules/lodash/findKey.js +44 -0
  630. package/examples/advanced/custom-file-header/node_modules/lodash/findLast.js +25 -0
  631. package/examples/advanced/custom-file-header/node_modules/lodash/findLastIndex.js +59 -0
  632. package/examples/advanced/custom-file-header/node_modules/lodash/findLastKey.js +44 -0
  633. package/examples/advanced/custom-file-header/node_modules/lodash/first.js +1 -0
  634. package/examples/advanced/custom-file-header/node_modules/lodash/flake.lock +40 -0
  635. package/examples/advanced/custom-file-header/node_modules/lodash/flake.nix +20 -0
  636. package/examples/advanced/custom-file-header/node_modules/lodash/flatMap.js +29 -0
  637. package/examples/advanced/custom-file-header/node_modules/lodash/flatMapDeep.js +31 -0
  638. package/examples/advanced/custom-file-header/node_modules/lodash/flatMapDepth.js +31 -0
  639. package/examples/advanced/custom-file-header/node_modules/lodash/flatten.js +22 -0
  640. package/examples/advanced/custom-file-header/node_modules/lodash/flattenDeep.js +25 -0
  641. package/examples/advanced/custom-file-header/node_modules/lodash/flattenDepth.js +33 -0
  642. package/examples/advanced/custom-file-header/node_modules/lodash/flip.js +28 -0
  643. package/examples/advanced/custom-file-header/node_modules/lodash/floor.js +26 -0
  644. package/examples/advanced/custom-file-header/node_modules/lodash/flow.js +27 -0
  645. package/examples/advanced/custom-file-header/node_modules/lodash/flowRight.js +26 -0
  646. package/examples/advanced/custom-file-header/node_modules/lodash/forEach.js +41 -0
  647. package/examples/advanced/custom-file-header/node_modules/lodash/forEachRight.js +31 -0
  648. package/examples/advanced/custom-file-header/node_modules/lodash/forIn.js +39 -0
  649. package/examples/advanced/custom-file-header/node_modules/lodash/forInRight.js +37 -0
  650. package/examples/advanced/custom-file-header/node_modules/lodash/forOwn.js +36 -0
  651. package/examples/advanced/custom-file-header/node_modules/lodash/forOwnRight.js +34 -0
  652. package/examples/advanced/custom-file-header/node_modules/lodash/fp/F.js +1 -0
  653. package/examples/advanced/custom-file-header/node_modules/lodash/fp/T.js +1 -0
  654. package/examples/advanced/custom-file-header/node_modules/lodash/fp/__.js +1 -0
  655. package/examples/advanced/custom-file-header/node_modules/lodash/fp/_baseConvert.js +569 -0
  656. package/examples/advanced/custom-file-header/node_modules/lodash/fp/_convertBrowser.js +18 -0
  657. package/examples/advanced/custom-file-header/node_modules/lodash/fp/_falseOptions.js +7 -0
  658. package/examples/advanced/custom-file-header/node_modules/lodash/fp/_mapping.js +358 -0
  659. package/examples/advanced/custom-file-header/node_modules/lodash/fp/_util.js +16 -0
  660. package/examples/advanced/custom-file-header/node_modules/lodash/fp/add.js +5 -0
  661. package/examples/advanced/custom-file-header/node_modules/lodash/fp/after.js +5 -0
  662. package/examples/advanced/custom-file-header/node_modules/lodash/fp/all.js +1 -0
  663. package/examples/advanced/custom-file-header/node_modules/lodash/fp/allPass.js +1 -0
  664. package/examples/advanced/custom-file-header/node_modules/lodash/fp/always.js +1 -0
  665. package/examples/advanced/custom-file-header/node_modules/lodash/fp/any.js +1 -0
  666. package/examples/advanced/custom-file-header/node_modules/lodash/fp/anyPass.js +1 -0
  667. package/examples/advanced/custom-file-header/node_modules/lodash/fp/apply.js +1 -0
  668. package/examples/advanced/custom-file-header/node_modules/lodash/fp/array.js +2 -0
  669. package/examples/advanced/custom-file-header/node_modules/lodash/fp/ary.js +5 -0
  670. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assign.js +5 -0
  671. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignAll.js +5 -0
  672. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignAllWith.js +5 -0
  673. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignIn.js +5 -0
  674. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInAll.js +5 -0
  675. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInAllWith.js +5 -0
  676. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignInWith.js +5 -0
  677. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assignWith.js +5 -0
  678. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assoc.js +1 -0
  679. package/examples/advanced/custom-file-header/node_modules/lodash/fp/assocPath.js +1 -0
  680. package/examples/advanced/custom-file-header/node_modules/lodash/fp/at.js +5 -0
  681. package/examples/advanced/custom-file-header/node_modules/lodash/fp/attempt.js +5 -0
  682. package/examples/advanced/custom-file-header/node_modules/lodash/fp/before.js +5 -0
  683. package/examples/advanced/custom-file-header/node_modules/lodash/fp/bind.js +5 -0
  684. package/examples/advanced/custom-file-header/node_modules/lodash/fp/bindAll.js +5 -0
  685. package/examples/advanced/custom-file-header/node_modules/lodash/fp/bindKey.js +5 -0
  686. package/examples/advanced/custom-file-header/node_modules/lodash/fp/camelCase.js +5 -0
  687. package/examples/advanced/custom-file-header/node_modules/lodash/fp/capitalize.js +5 -0
  688. package/examples/advanced/custom-file-header/node_modules/lodash/fp/castArray.js +5 -0
  689. package/examples/advanced/custom-file-header/node_modules/lodash/fp/ceil.js +5 -0
  690. package/examples/advanced/custom-file-header/node_modules/lodash/fp/chain.js +5 -0
  691. package/examples/advanced/custom-file-header/node_modules/lodash/fp/chunk.js +5 -0
  692. package/examples/advanced/custom-file-header/node_modules/lodash/fp/clamp.js +5 -0
  693. package/examples/advanced/custom-file-header/node_modules/lodash/fp/clone.js +5 -0
  694. package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneDeep.js +5 -0
  695. package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  696. package/examples/advanced/custom-file-header/node_modules/lodash/fp/cloneWith.js +5 -0
  697. package/examples/advanced/custom-file-header/node_modules/lodash/fp/collection.js +2 -0
  698. package/examples/advanced/custom-file-header/node_modules/lodash/fp/commit.js +5 -0
  699. package/examples/advanced/custom-file-header/node_modules/lodash/fp/compact.js +5 -0
  700. package/examples/advanced/custom-file-header/node_modules/lodash/fp/complement.js +1 -0
  701. package/examples/advanced/custom-file-header/node_modules/lodash/fp/compose.js +1 -0
  702. package/examples/advanced/custom-file-header/node_modules/lodash/fp/concat.js +5 -0
  703. package/examples/advanced/custom-file-header/node_modules/lodash/fp/cond.js +5 -0
  704. package/examples/advanced/custom-file-header/node_modules/lodash/fp/conforms.js +1 -0
  705. package/examples/advanced/custom-file-header/node_modules/lodash/fp/conformsTo.js +5 -0
  706. package/examples/advanced/custom-file-header/node_modules/lodash/fp/constant.js +5 -0
  707. package/examples/advanced/custom-file-header/node_modules/lodash/fp/contains.js +1 -0
  708. package/examples/advanced/custom-file-header/node_modules/lodash/fp/convert.js +18 -0
  709. package/examples/advanced/custom-file-header/node_modules/lodash/fp/countBy.js +5 -0
  710. package/examples/advanced/custom-file-header/node_modules/lodash/fp/create.js +5 -0
  711. package/examples/advanced/custom-file-header/node_modules/lodash/fp/curry.js +5 -0
  712. package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryN.js +5 -0
  713. package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryRight.js +5 -0
  714. package/examples/advanced/custom-file-header/node_modules/lodash/fp/curryRightN.js +5 -0
  715. package/examples/advanced/custom-file-header/node_modules/lodash/fp/date.js +2 -0
  716. package/examples/advanced/custom-file-header/node_modules/lodash/fp/debounce.js +5 -0
  717. package/examples/advanced/custom-file-header/node_modules/lodash/fp/deburr.js +5 -0
  718. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultTo.js +5 -0
  719. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaults.js +5 -0
  720. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsAll.js +5 -0
  721. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsDeep.js +5 -0
  722. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  723. package/examples/advanced/custom-file-header/node_modules/lodash/fp/defer.js +5 -0
  724. package/examples/advanced/custom-file-header/node_modules/lodash/fp/delay.js +5 -0
  725. package/examples/advanced/custom-file-header/node_modules/lodash/fp/difference.js +5 -0
  726. package/examples/advanced/custom-file-header/node_modules/lodash/fp/differenceBy.js +5 -0
  727. package/examples/advanced/custom-file-header/node_modules/lodash/fp/differenceWith.js +5 -0
  728. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dissoc.js +1 -0
  729. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dissocPath.js +1 -0
  730. package/examples/advanced/custom-file-header/node_modules/lodash/fp/divide.js +5 -0
  731. package/examples/advanced/custom-file-header/node_modules/lodash/fp/drop.js +5 -0
  732. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropLast.js +1 -0
  733. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropLastWhile.js +1 -0
  734. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropRight.js +5 -0
  735. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropRightWhile.js +5 -0
  736. package/examples/advanced/custom-file-header/node_modules/lodash/fp/dropWhile.js +5 -0
  737. package/examples/advanced/custom-file-header/node_modules/lodash/fp/each.js +1 -0
  738. package/examples/advanced/custom-file-header/node_modules/lodash/fp/eachRight.js +1 -0
  739. package/examples/advanced/custom-file-header/node_modules/lodash/fp/endsWith.js +5 -0
  740. package/examples/advanced/custom-file-header/node_modules/lodash/fp/entries.js +1 -0
  741. package/examples/advanced/custom-file-header/node_modules/lodash/fp/entriesIn.js +1 -0
  742. package/examples/advanced/custom-file-header/node_modules/lodash/fp/eq.js +5 -0
  743. package/examples/advanced/custom-file-header/node_modules/lodash/fp/equals.js +1 -0
  744. package/examples/advanced/custom-file-header/node_modules/lodash/fp/escape.js +5 -0
  745. package/examples/advanced/custom-file-header/node_modules/lodash/fp/escapeRegExp.js +5 -0
  746. package/examples/advanced/custom-file-header/node_modules/lodash/fp/every.js +5 -0
  747. package/examples/advanced/custom-file-header/node_modules/lodash/fp/extend.js +1 -0
  748. package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendAll.js +1 -0
  749. package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendAllWith.js +1 -0
  750. package/examples/advanced/custom-file-header/node_modules/lodash/fp/extendWith.js +1 -0
  751. package/examples/advanced/custom-file-header/node_modules/lodash/fp/fill.js +5 -0
  752. package/examples/advanced/custom-file-header/node_modules/lodash/fp/filter.js +5 -0
  753. package/examples/advanced/custom-file-header/node_modules/lodash/fp/find.js +5 -0
  754. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findFrom.js +5 -0
  755. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findIndex.js +5 -0
  756. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findIndexFrom.js +5 -0
  757. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findKey.js +5 -0
  758. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLast.js +5 -0
  759. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastFrom.js +5 -0
  760. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastIndex.js +5 -0
  761. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  762. package/examples/advanced/custom-file-header/node_modules/lodash/fp/findLastKey.js +5 -0
  763. package/examples/advanced/custom-file-header/node_modules/lodash/fp/first.js +1 -0
  764. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMap.js +5 -0
  765. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMapDeep.js +5 -0
  766. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatMapDepth.js +5 -0
  767. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flatten.js +5 -0
  768. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flattenDeep.js +5 -0
  769. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flattenDepth.js +5 -0
  770. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flip.js +5 -0
  771. package/examples/advanced/custom-file-header/node_modules/lodash/fp/floor.js +5 -0
  772. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flow.js +5 -0
  773. package/examples/advanced/custom-file-header/node_modules/lodash/fp/flowRight.js +5 -0
  774. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forEach.js +5 -0
  775. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forEachRight.js +5 -0
  776. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forIn.js +5 -0
  777. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forInRight.js +5 -0
  778. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forOwn.js +5 -0
  779. package/examples/advanced/custom-file-header/node_modules/lodash/fp/forOwnRight.js +5 -0
  780. package/examples/advanced/custom-file-header/node_modules/lodash/fp/fromPairs.js +5 -0
  781. package/examples/advanced/custom-file-header/node_modules/lodash/fp/function.js +2 -0
  782. package/examples/advanced/custom-file-header/node_modules/lodash/fp/functions.js +5 -0
  783. package/examples/advanced/custom-file-header/node_modules/lodash/fp/functionsIn.js +5 -0
  784. package/examples/advanced/custom-file-header/node_modules/lodash/fp/get.js +5 -0
  785. package/examples/advanced/custom-file-header/node_modules/lodash/fp/getOr.js +5 -0
  786. package/examples/advanced/custom-file-header/node_modules/lodash/fp/groupBy.js +5 -0
  787. package/examples/advanced/custom-file-header/node_modules/lodash/fp/gt.js +5 -0
  788. package/examples/advanced/custom-file-header/node_modules/lodash/fp/gte.js +5 -0
  789. package/examples/advanced/custom-file-header/node_modules/lodash/fp/has.js +5 -0
  790. package/examples/advanced/custom-file-header/node_modules/lodash/fp/hasIn.js +5 -0
  791. package/examples/advanced/custom-file-header/node_modules/lodash/fp/head.js +5 -0
  792. package/examples/advanced/custom-file-header/node_modules/lodash/fp/identical.js +1 -0
  793. package/examples/advanced/custom-file-header/node_modules/lodash/fp/identity.js +5 -0
  794. package/examples/advanced/custom-file-header/node_modules/lodash/fp/inRange.js +5 -0
  795. package/examples/advanced/custom-file-header/node_modules/lodash/fp/includes.js +5 -0
  796. package/examples/advanced/custom-file-header/node_modules/lodash/fp/includesFrom.js +5 -0
  797. package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexBy.js +1 -0
  798. package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexOf.js +5 -0
  799. package/examples/advanced/custom-file-header/node_modules/lodash/fp/indexOfFrom.js +5 -0
  800. package/examples/advanced/custom-file-header/node_modules/lodash/fp/init.js +1 -0
  801. package/examples/advanced/custom-file-header/node_modules/lodash/fp/initial.js +5 -0
  802. package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersection.js +5 -0
  803. package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersectionBy.js +5 -0
  804. package/examples/advanced/custom-file-header/node_modules/lodash/fp/intersectionWith.js +5 -0
  805. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invert.js +5 -0
  806. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invertBy.js +5 -0
  807. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invertObj.js +1 -0
  808. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invoke.js +5 -0
  809. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeArgs.js +5 -0
  810. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  811. package/examples/advanced/custom-file-header/node_modules/lodash/fp/invokeMap.js +5 -0
  812. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArguments.js +5 -0
  813. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArray.js +5 -0
  814. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  815. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayLike.js +5 -0
  816. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  817. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isBoolean.js +5 -0
  818. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isBuffer.js +5 -0
  819. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isDate.js +5 -0
  820. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isElement.js +5 -0
  821. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEmpty.js +5 -0
  822. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEqual.js +5 -0
  823. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isEqualWith.js +5 -0
  824. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isError.js +5 -0
  825. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isFinite.js +5 -0
  826. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isFunction.js +5 -0
  827. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isInteger.js +5 -0
  828. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isLength.js +5 -0
  829. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMap.js +5 -0
  830. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMatch.js +5 -0
  831. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isMatchWith.js +5 -0
  832. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNaN.js +5 -0
  833. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNative.js +5 -0
  834. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNil.js +5 -0
  835. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNull.js +5 -0
  836. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isNumber.js +5 -0
  837. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isObject.js +5 -0
  838. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isObjectLike.js +5 -0
  839. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isPlainObject.js +5 -0
  840. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isRegExp.js +5 -0
  841. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSafeInteger.js +5 -0
  842. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSet.js +5 -0
  843. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isString.js +5 -0
  844. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isSymbol.js +5 -0
  845. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isTypedArray.js +5 -0
  846. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isUndefined.js +5 -0
  847. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isWeakMap.js +5 -0
  848. package/examples/advanced/custom-file-header/node_modules/lodash/fp/isWeakSet.js +5 -0
  849. package/examples/advanced/custom-file-header/node_modules/lodash/fp/iteratee.js +5 -0
  850. package/examples/advanced/custom-file-header/node_modules/lodash/fp/join.js +5 -0
  851. package/examples/advanced/custom-file-header/node_modules/lodash/fp/juxt.js +1 -0
  852. package/examples/advanced/custom-file-header/node_modules/lodash/fp/kebabCase.js +5 -0
  853. package/examples/advanced/custom-file-header/node_modules/lodash/fp/keyBy.js +5 -0
  854. package/examples/advanced/custom-file-header/node_modules/lodash/fp/keys.js +5 -0
  855. package/examples/advanced/custom-file-header/node_modules/lodash/fp/keysIn.js +5 -0
  856. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lang.js +2 -0
  857. package/examples/advanced/custom-file-header/node_modules/lodash/fp/last.js +5 -0
  858. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lastIndexOf.js +5 -0
  859. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  860. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lowerCase.js +5 -0
  861. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lowerFirst.js +5 -0
  862. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lt.js +5 -0
  863. package/examples/advanced/custom-file-header/node_modules/lodash/fp/lte.js +5 -0
  864. package/examples/advanced/custom-file-header/node_modules/lodash/fp/map.js +5 -0
  865. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mapKeys.js +5 -0
  866. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mapValues.js +5 -0
  867. package/examples/advanced/custom-file-header/node_modules/lodash/fp/matches.js +1 -0
  868. package/examples/advanced/custom-file-header/node_modules/lodash/fp/matchesProperty.js +5 -0
  869. package/examples/advanced/custom-file-header/node_modules/lodash/fp/math.js +2 -0
  870. package/examples/advanced/custom-file-header/node_modules/lodash/fp/max.js +5 -0
  871. package/examples/advanced/custom-file-header/node_modules/lodash/fp/maxBy.js +5 -0
  872. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mean.js +5 -0
  873. package/examples/advanced/custom-file-header/node_modules/lodash/fp/meanBy.js +5 -0
  874. package/examples/advanced/custom-file-header/node_modules/lodash/fp/memoize.js +5 -0
  875. package/examples/advanced/custom-file-header/node_modules/lodash/fp/merge.js +5 -0
  876. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeAll.js +5 -0
  877. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeAllWith.js +5 -0
  878. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mergeWith.js +5 -0
  879. package/examples/advanced/custom-file-header/node_modules/lodash/fp/method.js +5 -0
  880. package/examples/advanced/custom-file-header/node_modules/lodash/fp/methodOf.js +5 -0
  881. package/examples/advanced/custom-file-header/node_modules/lodash/fp/min.js +5 -0
  882. package/examples/advanced/custom-file-header/node_modules/lodash/fp/minBy.js +5 -0
  883. package/examples/advanced/custom-file-header/node_modules/lodash/fp/mixin.js +5 -0
  884. package/examples/advanced/custom-file-header/node_modules/lodash/fp/multiply.js +5 -0
  885. package/examples/advanced/custom-file-header/node_modules/lodash/fp/nAry.js +1 -0
  886. package/examples/advanced/custom-file-header/node_modules/lodash/fp/negate.js +5 -0
  887. package/examples/advanced/custom-file-header/node_modules/lodash/fp/next.js +5 -0
  888. package/examples/advanced/custom-file-header/node_modules/lodash/fp/noop.js +5 -0
  889. package/examples/advanced/custom-file-header/node_modules/lodash/fp/now.js +5 -0
  890. package/examples/advanced/custom-file-header/node_modules/lodash/fp/nth.js +5 -0
  891. package/examples/advanced/custom-file-header/node_modules/lodash/fp/nthArg.js +5 -0
  892. package/examples/advanced/custom-file-header/node_modules/lodash/fp/number.js +2 -0
  893. package/examples/advanced/custom-file-header/node_modules/lodash/fp/object.js +2 -0
  894. package/examples/advanced/custom-file-header/node_modules/lodash/fp/omit.js +5 -0
  895. package/examples/advanced/custom-file-header/node_modules/lodash/fp/omitAll.js +1 -0
  896. package/examples/advanced/custom-file-header/node_modules/lodash/fp/omitBy.js +5 -0
  897. package/examples/advanced/custom-file-header/node_modules/lodash/fp/once.js +5 -0
  898. package/examples/advanced/custom-file-header/node_modules/lodash/fp/orderBy.js +5 -0
  899. package/examples/advanced/custom-file-header/node_modules/lodash/fp/over.js +5 -0
  900. package/examples/advanced/custom-file-header/node_modules/lodash/fp/overArgs.js +5 -0
  901. package/examples/advanced/custom-file-header/node_modules/lodash/fp/overEvery.js +5 -0
  902. package/examples/advanced/custom-file-header/node_modules/lodash/fp/overSome.js +5 -0
  903. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pad.js +5 -0
  904. package/examples/advanced/custom-file-header/node_modules/lodash/fp/padChars.js +5 -0
  905. package/examples/advanced/custom-file-header/node_modules/lodash/fp/padCharsEnd.js +5 -0
  906. package/examples/advanced/custom-file-header/node_modules/lodash/fp/padCharsStart.js +5 -0
  907. package/examples/advanced/custom-file-header/node_modules/lodash/fp/padEnd.js +5 -0
  908. package/examples/advanced/custom-file-header/node_modules/lodash/fp/padStart.js +5 -0
  909. package/examples/advanced/custom-file-header/node_modules/lodash/fp/parseInt.js +5 -0
  910. package/examples/advanced/custom-file-header/node_modules/lodash/fp/partial.js +5 -0
  911. package/examples/advanced/custom-file-header/node_modules/lodash/fp/partialRight.js +5 -0
  912. package/examples/advanced/custom-file-header/node_modules/lodash/fp/partition.js +5 -0
  913. package/examples/advanced/custom-file-header/node_modules/lodash/fp/path.js +1 -0
  914. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pathEq.js +1 -0
  915. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pathOr.js +1 -0
  916. package/examples/advanced/custom-file-header/node_modules/lodash/fp/paths.js +1 -0
  917. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pick.js +5 -0
  918. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pickAll.js +1 -0
  919. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pickBy.js +5 -0
  920. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pipe.js +1 -0
  921. package/examples/advanced/custom-file-header/node_modules/lodash/fp/placeholder.js +6 -0
  922. package/examples/advanced/custom-file-header/node_modules/lodash/fp/plant.js +5 -0
  923. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pluck.js +1 -0
  924. package/examples/advanced/custom-file-header/node_modules/lodash/fp/prop.js +1 -0
  925. package/examples/advanced/custom-file-header/node_modules/lodash/fp/propEq.js +1 -0
  926. package/examples/advanced/custom-file-header/node_modules/lodash/fp/propOr.js +1 -0
  927. package/examples/advanced/custom-file-header/node_modules/lodash/fp/property.js +1 -0
  928. package/examples/advanced/custom-file-header/node_modules/lodash/fp/propertyOf.js +5 -0
  929. package/examples/advanced/custom-file-header/node_modules/lodash/fp/props.js +1 -0
  930. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pull.js +5 -0
  931. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAll.js +5 -0
  932. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAllBy.js +5 -0
  933. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAllWith.js +5 -0
  934. package/examples/advanced/custom-file-header/node_modules/lodash/fp/pullAt.js +5 -0
  935. package/examples/advanced/custom-file-header/node_modules/lodash/fp/random.js +5 -0
  936. package/examples/advanced/custom-file-header/node_modules/lodash/fp/range.js +5 -0
  937. package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeRight.js +5 -0
  938. package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeStep.js +5 -0
  939. package/examples/advanced/custom-file-header/node_modules/lodash/fp/rangeStepRight.js +5 -0
  940. package/examples/advanced/custom-file-header/node_modules/lodash/fp/rearg.js +5 -0
  941. package/examples/advanced/custom-file-header/node_modules/lodash/fp/reduce.js +5 -0
  942. package/examples/advanced/custom-file-header/node_modules/lodash/fp/reduceRight.js +5 -0
  943. package/examples/advanced/custom-file-header/node_modules/lodash/fp/reject.js +5 -0
  944. package/examples/advanced/custom-file-header/node_modules/lodash/fp/remove.js +5 -0
  945. package/examples/advanced/custom-file-header/node_modules/lodash/fp/repeat.js +5 -0
  946. package/examples/advanced/custom-file-header/node_modules/lodash/fp/replace.js +5 -0
  947. package/examples/advanced/custom-file-header/node_modules/lodash/fp/rest.js +5 -0
  948. package/examples/advanced/custom-file-header/node_modules/lodash/fp/restFrom.js +5 -0
  949. package/examples/advanced/custom-file-header/node_modules/lodash/fp/result.js +5 -0
  950. package/examples/advanced/custom-file-header/node_modules/lodash/fp/reverse.js +5 -0
  951. package/examples/advanced/custom-file-header/node_modules/lodash/fp/round.js +5 -0
  952. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sample.js +5 -0
  953. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sampleSize.js +5 -0
  954. package/examples/advanced/custom-file-header/node_modules/lodash/fp/seq.js +2 -0
  955. package/examples/advanced/custom-file-header/node_modules/lodash/fp/set.js +5 -0
  956. package/examples/advanced/custom-file-header/node_modules/lodash/fp/setWith.js +5 -0
  957. package/examples/advanced/custom-file-header/node_modules/lodash/fp/shuffle.js +5 -0
  958. package/examples/advanced/custom-file-header/node_modules/lodash/fp/size.js +5 -0
  959. package/examples/advanced/custom-file-header/node_modules/lodash/fp/slice.js +5 -0
  960. package/examples/advanced/custom-file-header/node_modules/lodash/fp/snakeCase.js +5 -0
  961. package/examples/advanced/custom-file-header/node_modules/lodash/fp/some.js +5 -0
  962. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortBy.js +5 -0
  963. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndex.js +5 -0
  964. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  965. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  966. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  967. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  968. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  969. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedUniq.js +5 -0
  970. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  971. package/examples/advanced/custom-file-header/node_modules/lodash/fp/split.js +5 -0
  972. package/examples/advanced/custom-file-header/node_modules/lodash/fp/spread.js +5 -0
  973. package/examples/advanced/custom-file-header/node_modules/lodash/fp/spreadFrom.js +5 -0
  974. package/examples/advanced/custom-file-header/node_modules/lodash/fp/startCase.js +5 -0
  975. package/examples/advanced/custom-file-header/node_modules/lodash/fp/startsWith.js +5 -0
  976. package/examples/advanced/custom-file-header/node_modules/lodash/fp/string.js +2 -0
  977. package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubArray.js +5 -0
  978. package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubFalse.js +5 -0
  979. package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubObject.js +5 -0
  980. package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubString.js +5 -0
  981. package/examples/advanced/custom-file-header/node_modules/lodash/fp/stubTrue.js +5 -0
  982. package/examples/advanced/custom-file-header/node_modules/lodash/fp/subtract.js +5 -0
  983. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sum.js +5 -0
  984. package/examples/advanced/custom-file-header/node_modules/lodash/fp/sumBy.js +5 -0
  985. package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifference.js +1 -0
  986. package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  987. package/examples/advanced/custom-file-header/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  988. package/examples/advanced/custom-file-header/node_modules/lodash/fp/tail.js +5 -0
  989. package/examples/advanced/custom-file-header/node_modules/lodash/fp/take.js +5 -0
  990. package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeLast.js +1 -0
  991. package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeLastWhile.js +1 -0
  992. package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeRight.js +5 -0
  993. package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeRightWhile.js +5 -0
  994. package/examples/advanced/custom-file-header/node_modules/lodash/fp/takeWhile.js +5 -0
  995. package/examples/advanced/custom-file-header/node_modules/lodash/fp/tap.js +5 -0
  996. package/examples/advanced/custom-file-header/node_modules/lodash/fp/template.js +5 -0
  997. package/examples/advanced/custom-file-header/node_modules/lodash/fp/templateSettings.js +5 -0
  998. package/examples/advanced/custom-file-header/node_modules/lodash/fp/throttle.js +5 -0
  999. package/examples/advanced/custom-file-header/node_modules/lodash/fp/thru.js +5 -0
  1000. package/examples/advanced/custom-file-header/node_modules/lodash/fp/times.js +5 -0
  1001. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toArray.js +5 -0
  1002. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toFinite.js +5 -0
  1003. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toInteger.js +5 -0
  1004. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toIterator.js +5 -0
  1005. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toJSON.js +5 -0
  1006. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toLength.js +5 -0
  1007. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toLower.js +5 -0
  1008. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toNumber.js +5 -0
  1009. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPairs.js +5 -0
  1010. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPairsIn.js +5 -0
  1011. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPath.js +5 -0
  1012. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toPlainObject.js +5 -0
  1013. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toSafeInteger.js +5 -0
  1014. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toString.js +5 -0
  1015. package/examples/advanced/custom-file-header/node_modules/lodash/fp/toUpper.js +5 -0
  1016. package/examples/advanced/custom-file-header/node_modules/lodash/fp/transform.js +5 -0
  1017. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trim.js +5 -0
  1018. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimChars.js +5 -0
  1019. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  1020. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimCharsStart.js +5 -0
  1021. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimEnd.js +5 -0
  1022. package/examples/advanced/custom-file-header/node_modules/lodash/fp/trimStart.js +5 -0
  1023. package/examples/advanced/custom-file-header/node_modules/lodash/fp/truncate.js +5 -0
  1024. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unapply.js +1 -0
  1025. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unary.js +5 -0
  1026. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unescape.js +5 -0
  1027. package/examples/advanced/custom-file-header/node_modules/lodash/fp/union.js +5 -0
  1028. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unionBy.js +5 -0
  1029. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unionWith.js +5 -0
  1030. package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniq.js +5 -0
  1031. package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqBy.js +5 -0
  1032. package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqWith.js +5 -0
  1033. package/examples/advanced/custom-file-header/node_modules/lodash/fp/uniqueId.js +5 -0
  1034. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unnest.js +1 -0
  1035. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unset.js +5 -0
  1036. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unzip.js +5 -0
  1037. package/examples/advanced/custom-file-header/node_modules/lodash/fp/unzipWith.js +5 -0
  1038. package/examples/advanced/custom-file-header/node_modules/lodash/fp/update.js +5 -0
  1039. package/examples/advanced/custom-file-header/node_modules/lodash/fp/updateWith.js +5 -0
  1040. package/examples/advanced/custom-file-header/node_modules/lodash/fp/upperCase.js +5 -0
  1041. package/examples/advanced/custom-file-header/node_modules/lodash/fp/upperFirst.js +5 -0
  1042. package/examples/advanced/custom-file-header/node_modules/lodash/fp/useWith.js +1 -0
  1043. package/examples/advanced/custom-file-header/node_modules/lodash/fp/util.js +2 -0
  1044. package/examples/advanced/custom-file-header/node_modules/lodash/fp/value.js +5 -0
  1045. package/examples/advanced/custom-file-header/node_modules/lodash/fp/valueOf.js +5 -0
  1046. package/examples/advanced/custom-file-header/node_modules/lodash/fp/values.js +5 -0
  1047. package/examples/advanced/custom-file-header/node_modules/lodash/fp/valuesIn.js +5 -0
  1048. package/examples/advanced/custom-file-header/node_modules/lodash/fp/where.js +1 -0
  1049. package/examples/advanced/custom-file-header/node_modules/lodash/fp/whereEq.js +1 -0
  1050. package/examples/advanced/custom-file-header/node_modules/lodash/fp/without.js +5 -0
  1051. package/examples/advanced/custom-file-header/node_modules/lodash/fp/words.js +5 -0
  1052. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrap.js +5 -0
  1053. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperAt.js +5 -0
  1054. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperChain.js +5 -0
  1055. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperLodash.js +5 -0
  1056. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperReverse.js +5 -0
  1057. package/examples/advanced/custom-file-header/node_modules/lodash/fp/wrapperValue.js +5 -0
  1058. package/examples/advanced/custom-file-header/node_modules/lodash/fp/xor.js +5 -0
  1059. package/examples/advanced/custom-file-header/node_modules/lodash/fp/xorBy.js +5 -0
  1060. package/examples/advanced/custom-file-header/node_modules/lodash/fp/xorWith.js +5 -0
  1061. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zip.js +5 -0
  1062. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipAll.js +5 -0
  1063. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObj.js +1 -0
  1064. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObject.js +5 -0
  1065. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  1066. package/examples/advanced/custom-file-header/node_modules/lodash/fp/zipWith.js +5 -0
  1067. package/examples/advanced/custom-file-header/node_modules/lodash/fp.js +2 -0
  1068. package/examples/advanced/custom-file-header/node_modules/lodash/fromPairs.js +28 -0
  1069. package/examples/advanced/custom-file-header/node_modules/lodash/function.js +25 -0
  1070. package/examples/advanced/custom-file-header/node_modules/lodash/functions.js +31 -0
  1071. package/examples/advanced/custom-file-header/node_modules/lodash/functionsIn.js +31 -0
  1072. package/examples/advanced/custom-file-header/node_modules/lodash/get.js +33 -0
  1073. package/examples/advanced/custom-file-header/node_modules/lodash/groupBy.js +41 -0
  1074. package/examples/advanced/custom-file-header/node_modules/lodash/gt.js +29 -0
  1075. package/examples/advanced/custom-file-header/node_modules/lodash/gte.js +30 -0
  1076. package/examples/advanced/custom-file-header/node_modules/lodash/has.js +35 -0
  1077. package/examples/advanced/custom-file-header/node_modules/lodash/hasIn.js +34 -0
  1078. package/examples/advanced/custom-file-header/node_modules/lodash/head.js +23 -0
  1079. package/examples/advanced/custom-file-header/node_modules/lodash/identity.js +21 -0
  1080. package/examples/advanced/custom-file-header/node_modules/lodash/inRange.js +55 -0
  1081. package/examples/advanced/custom-file-header/node_modules/lodash/includes.js +53 -0
  1082. package/examples/advanced/custom-file-header/node_modules/lodash/index.js +1 -0
  1083. package/examples/advanced/custom-file-header/node_modules/lodash/indexOf.js +42 -0
  1084. package/examples/advanced/custom-file-header/node_modules/lodash/initial.js +22 -0
  1085. package/examples/advanced/custom-file-header/node_modules/lodash/intersection.js +30 -0
  1086. package/examples/advanced/custom-file-header/node_modules/lodash/intersectionBy.js +45 -0
  1087. package/examples/advanced/custom-file-header/node_modules/lodash/intersectionWith.js +41 -0
  1088. package/examples/advanced/custom-file-header/node_modules/lodash/invert.js +42 -0
  1089. package/examples/advanced/custom-file-header/node_modules/lodash/invertBy.js +56 -0
  1090. package/examples/advanced/custom-file-header/node_modules/lodash/invoke.js +24 -0
  1091. package/examples/advanced/custom-file-header/node_modules/lodash/invokeMap.js +41 -0
  1092. package/examples/advanced/custom-file-header/node_modules/lodash/isArguments.js +36 -0
  1093. package/examples/advanced/custom-file-header/node_modules/lodash/isArray.js +26 -0
  1094. package/examples/advanced/custom-file-header/node_modules/lodash/isArrayBuffer.js +27 -0
  1095. package/examples/advanced/custom-file-header/node_modules/lodash/isArrayLike.js +33 -0
  1096. package/examples/advanced/custom-file-header/node_modules/lodash/isArrayLikeObject.js +33 -0
  1097. package/examples/advanced/custom-file-header/node_modules/lodash/isBoolean.js +29 -0
  1098. package/examples/advanced/custom-file-header/node_modules/lodash/isBuffer.js +38 -0
  1099. package/examples/advanced/custom-file-header/node_modules/lodash/isDate.js +27 -0
  1100. package/examples/advanced/custom-file-header/node_modules/lodash/isElement.js +25 -0
  1101. package/examples/advanced/custom-file-header/node_modules/lodash/isEmpty.js +77 -0
  1102. package/examples/advanced/custom-file-header/node_modules/lodash/isEqual.js +35 -0
  1103. package/examples/advanced/custom-file-header/node_modules/lodash/isEqualWith.js +41 -0
  1104. package/examples/advanced/custom-file-header/node_modules/lodash/isError.js +36 -0
  1105. package/examples/advanced/custom-file-header/node_modules/lodash/isFinite.js +36 -0
  1106. package/examples/advanced/custom-file-header/node_modules/lodash/isFunction.js +37 -0
  1107. package/examples/advanced/custom-file-header/node_modules/lodash/isInteger.js +33 -0
  1108. package/examples/advanced/custom-file-header/node_modules/lodash/isLength.js +35 -0
  1109. package/examples/advanced/custom-file-header/node_modules/lodash/isMap.js +27 -0
  1110. package/examples/advanced/custom-file-header/node_modules/lodash/isMatch.js +36 -0
  1111. package/examples/advanced/custom-file-header/node_modules/lodash/isMatchWith.js +41 -0
  1112. package/examples/advanced/custom-file-header/node_modules/lodash/isNaN.js +38 -0
  1113. package/examples/advanced/custom-file-header/node_modules/lodash/isNative.js +40 -0
  1114. package/examples/advanced/custom-file-header/node_modules/lodash/isNil.js +25 -0
  1115. package/examples/advanced/custom-file-header/node_modules/lodash/isNull.js +22 -0
  1116. package/examples/advanced/custom-file-header/node_modules/lodash/isNumber.js +38 -0
  1117. package/examples/advanced/custom-file-header/node_modules/lodash/isObject.js +31 -0
  1118. package/examples/advanced/custom-file-header/node_modules/lodash/isObjectLike.js +29 -0
  1119. package/examples/advanced/custom-file-header/node_modules/lodash/isPlainObject.js +62 -0
  1120. package/examples/advanced/custom-file-header/node_modules/lodash/isRegExp.js +27 -0
  1121. package/examples/advanced/custom-file-header/node_modules/lodash/isSafeInteger.js +37 -0
  1122. package/examples/advanced/custom-file-header/node_modules/lodash/isSet.js +27 -0
  1123. package/examples/advanced/custom-file-header/node_modules/lodash/isString.js +30 -0
  1124. package/examples/advanced/custom-file-header/node_modules/lodash/isSymbol.js +29 -0
  1125. package/examples/advanced/custom-file-header/node_modules/lodash/isTypedArray.js +27 -0
  1126. package/examples/advanced/custom-file-header/node_modules/lodash/isUndefined.js +22 -0
  1127. package/examples/advanced/custom-file-header/node_modules/lodash/isWeakMap.js +28 -0
  1128. package/examples/advanced/custom-file-header/node_modules/lodash/isWeakSet.js +28 -0
  1129. package/examples/advanced/custom-file-header/node_modules/lodash/iteratee.js +53 -0
  1130. package/examples/advanced/custom-file-header/node_modules/lodash/join.js +26 -0
  1131. package/examples/advanced/custom-file-header/node_modules/lodash/kebabCase.js +28 -0
  1132. package/examples/advanced/custom-file-header/node_modules/lodash/keyBy.js +36 -0
  1133. package/examples/advanced/custom-file-header/node_modules/lodash/keys.js +37 -0
  1134. package/examples/advanced/custom-file-header/node_modules/lodash/keysIn.js +32 -0
  1135. package/examples/advanced/custom-file-header/node_modules/lodash/lang.js +58 -0
  1136. package/examples/advanced/custom-file-header/node_modules/lodash/last.js +20 -0
  1137. package/examples/advanced/custom-file-header/node_modules/lodash/lastIndexOf.js +46 -0
  1138. package/examples/advanced/custom-file-header/node_modules/lodash/lodash.js +17209 -0
  1139. package/examples/advanced/custom-file-header/node_modules/lodash/lodash.min.js +140 -0
  1140. package/examples/advanced/custom-file-header/node_modules/lodash/lowerCase.js +27 -0
  1141. package/examples/advanced/custom-file-header/node_modules/lodash/lowerFirst.js +22 -0
  1142. package/examples/advanced/custom-file-header/node_modules/lodash/lt.js +29 -0
  1143. package/examples/advanced/custom-file-header/node_modules/lodash/lte.js +30 -0
  1144. package/examples/advanced/custom-file-header/node_modules/lodash/map.js +53 -0
  1145. package/examples/advanced/custom-file-header/node_modules/lodash/mapKeys.js +36 -0
  1146. package/examples/advanced/custom-file-header/node_modules/lodash/mapValues.js +43 -0
  1147. package/examples/advanced/custom-file-header/node_modules/lodash/matches.js +46 -0
  1148. package/examples/advanced/custom-file-header/node_modules/lodash/matchesProperty.js +44 -0
  1149. package/examples/advanced/custom-file-header/node_modules/lodash/math.js +17 -0
  1150. package/examples/advanced/custom-file-header/node_modules/lodash/max.js +29 -0
  1151. package/examples/advanced/custom-file-header/node_modules/lodash/maxBy.js +34 -0
  1152. package/examples/advanced/custom-file-header/node_modules/lodash/mean.js +22 -0
  1153. package/examples/advanced/custom-file-header/node_modules/lodash/meanBy.js +31 -0
  1154. package/examples/advanced/custom-file-header/node_modules/lodash/memoize.js +73 -0
  1155. package/examples/advanced/custom-file-header/node_modules/lodash/merge.js +39 -0
  1156. package/examples/advanced/custom-file-header/node_modules/lodash/mergeWith.js +39 -0
  1157. package/examples/advanced/custom-file-header/node_modules/lodash/method.js +34 -0
  1158. package/examples/advanced/custom-file-header/node_modules/lodash/methodOf.js +33 -0
  1159. package/examples/advanced/custom-file-header/node_modules/lodash/min.js +29 -0
  1160. package/examples/advanced/custom-file-header/node_modules/lodash/minBy.js +34 -0
  1161. package/examples/advanced/custom-file-header/node_modules/lodash/mixin.js +74 -0
  1162. package/examples/advanced/custom-file-header/node_modules/lodash/multiply.js +22 -0
  1163. package/examples/advanced/custom-file-header/node_modules/lodash/negate.js +40 -0
  1164. package/examples/advanced/custom-file-header/node_modules/lodash/next.js +35 -0
  1165. package/examples/advanced/custom-file-header/node_modules/lodash/noop.js +17 -0
  1166. package/examples/advanced/custom-file-header/node_modules/lodash/now.js +23 -0
  1167. package/examples/advanced/custom-file-header/node_modules/lodash/nth.js +29 -0
  1168. package/examples/advanced/custom-file-header/node_modules/lodash/nthArg.js +32 -0
  1169. package/examples/advanced/custom-file-header/node_modules/lodash/number.js +5 -0
  1170. package/examples/advanced/custom-file-header/node_modules/lodash/object.js +49 -0
  1171. package/examples/advanced/custom-file-header/node_modules/lodash/omit.js +57 -0
  1172. package/examples/advanced/custom-file-header/node_modules/lodash/omitBy.js +29 -0
  1173. package/examples/advanced/custom-file-header/node_modules/lodash/once.js +25 -0
  1174. package/examples/advanced/custom-file-header/node_modules/lodash/orderBy.js +47 -0
  1175. package/examples/advanced/custom-file-header/node_modules/lodash/over.js +24 -0
  1176. package/examples/advanced/custom-file-header/node_modules/lodash/overArgs.js +61 -0
  1177. package/examples/advanced/custom-file-header/node_modules/lodash/overEvery.js +34 -0
  1178. package/examples/advanced/custom-file-header/node_modules/lodash/overSome.js +37 -0
  1179. package/examples/advanced/custom-file-header/node_modules/lodash/package.json +17 -0
  1180. package/examples/advanced/custom-file-header/node_modules/lodash/pad.js +49 -0
  1181. package/examples/advanced/custom-file-header/node_modules/lodash/padEnd.js +39 -0
  1182. package/examples/advanced/custom-file-header/node_modules/lodash/padStart.js +39 -0
  1183. package/examples/advanced/custom-file-header/node_modules/lodash/parseInt.js +43 -0
  1184. package/examples/advanced/custom-file-header/node_modules/lodash/partial.js +50 -0
  1185. package/examples/advanced/custom-file-header/node_modules/lodash/partialRight.js +49 -0
  1186. package/examples/advanced/custom-file-header/node_modules/lodash/partition.js +43 -0
  1187. package/examples/advanced/custom-file-header/node_modules/lodash/pick.js +25 -0
  1188. package/examples/advanced/custom-file-header/node_modules/lodash/pickBy.js +37 -0
  1189. package/examples/advanced/custom-file-header/node_modules/lodash/plant.js +48 -0
  1190. package/examples/advanced/custom-file-header/node_modules/lodash/property.js +32 -0
  1191. package/examples/advanced/custom-file-header/node_modules/lodash/propertyOf.js +30 -0
  1192. package/examples/advanced/custom-file-header/node_modules/lodash/pull.js +29 -0
  1193. package/examples/advanced/custom-file-header/node_modules/lodash/pullAll.js +29 -0
  1194. package/examples/advanced/custom-file-header/node_modules/lodash/pullAllBy.js +33 -0
  1195. package/examples/advanced/custom-file-header/node_modules/lodash/pullAllWith.js +32 -0
  1196. package/examples/advanced/custom-file-header/node_modules/lodash/pullAt.js +43 -0
  1197. package/examples/advanced/custom-file-header/node_modules/lodash/random.js +82 -0
  1198. package/examples/advanced/custom-file-header/node_modules/lodash/range.js +46 -0
  1199. package/examples/advanced/custom-file-header/node_modules/lodash/rangeRight.js +41 -0
  1200. package/examples/advanced/custom-file-header/node_modules/lodash/rearg.js +33 -0
  1201. package/examples/advanced/custom-file-header/node_modules/lodash/reduce.js +51 -0
  1202. package/examples/advanced/custom-file-header/node_modules/lodash/reduceRight.js +36 -0
  1203. package/examples/advanced/custom-file-header/node_modules/lodash/reject.js +46 -0
  1204. package/examples/advanced/custom-file-header/node_modules/lodash/release.md +48 -0
  1205. package/examples/advanced/custom-file-header/node_modules/lodash/remove.js +53 -0
  1206. package/examples/advanced/custom-file-header/node_modules/lodash/repeat.js +37 -0
  1207. package/examples/advanced/custom-file-header/node_modules/lodash/replace.js +29 -0
  1208. package/examples/advanced/custom-file-header/node_modules/lodash/rest.js +40 -0
  1209. package/examples/advanced/custom-file-header/node_modules/lodash/result.js +56 -0
  1210. package/examples/advanced/custom-file-header/node_modules/lodash/reverse.js +34 -0
  1211. package/examples/advanced/custom-file-header/node_modules/lodash/round.js +26 -0
  1212. package/examples/advanced/custom-file-header/node_modules/lodash/sample.js +24 -0
  1213. package/examples/advanced/custom-file-header/node_modules/lodash/sampleSize.js +37 -0
  1214. package/examples/advanced/custom-file-header/node_modules/lodash/seq.js +16 -0
  1215. package/examples/advanced/custom-file-header/node_modules/lodash/set.js +35 -0
  1216. package/examples/advanced/custom-file-header/node_modules/lodash/setWith.js +32 -0
  1217. package/examples/advanced/custom-file-header/node_modules/lodash/shuffle.js +25 -0
  1218. package/examples/advanced/custom-file-header/node_modules/lodash/size.js +46 -0
  1219. package/examples/advanced/custom-file-header/node_modules/lodash/slice.js +37 -0
  1220. package/examples/advanced/custom-file-header/node_modules/lodash/snakeCase.js +28 -0
  1221. package/examples/advanced/custom-file-header/node_modules/lodash/some.js +51 -0
  1222. package/examples/advanced/custom-file-header/node_modules/lodash/sortBy.js +48 -0
  1223. package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndex.js +24 -0
  1224. package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndexBy.js +33 -0
  1225. package/examples/advanced/custom-file-header/node_modules/lodash/sortedIndexOf.js +31 -0
  1226. package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndex.js +25 -0
  1227. package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndexBy.js +33 -0
  1228. package/examples/advanced/custom-file-header/node_modules/lodash/sortedLastIndexOf.js +31 -0
  1229. package/examples/advanced/custom-file-header/node_modules/lodash/sortedUniq.js +24 -0
  1230. package/examples/advanced/custom-file-header/node_modules/lodash/sortedUniqBy.js +26 -0
  1231. package/examples/advanced/custom-file-header/node_modules/lodash/split.js +52 -0
  1232. package/examples/advanced/custom-file-header/node_modules/lodash/spread.js +63 -0
  1233. package/examples/advanced/custom-file-header/node_modules/lodash/startCase.js +29 -0
  1234. package/examples/advanced/custom-file-header/node_modules/lodash/startsWith.js +39 -0
  1235. package/examples/advanced/custom-file-header/node_modules/lodash/string.js +33 -0
  1236. package/examples/advanced/custom-file-header/node_modules/lodash/stubArray.js +23 -0
  1237. package/examples/advanced/custom-file-header/node_modules/lodash/stubFalse.js +18 -0
  1238. package/examples/advanced/custom-file-header/node_modules/lodash/stubObject.js +23 -0
  1239. package/examples/advanced/custom-file-header/node_modules/lodash/stubString.js +18 -0
  1240. package/examples/advanced/custom-file-header/node_modules/lodash/stubTrue.js +18 -0
  1241. package/examples/advanced/custom-file-header/node_modules/lodash/subtract.js +22 -0
  1242. package/examples/advanced/custom-file-header/node_modules/lodash/sum.js +24 -0
  1243. package/examples/advanced/custom-file-header/node_modules/lodash/sumBy.js +33 -0
  1244. package/examples/advanced/custom-file-header/node_modules/lodash/tail.js +22 -0
  1245. package/examples/advanced/custom-file-header/node_modules/lodash/take.js +37 -0
  1246. package/examples/advanced/custom-file-header/node_modules/lodash/takeRight.js +39 -0
  1247. package/examples/advanced/custom-file-header/node_modules/lodash/takeRightWhile.js +45 -0
  1248. package/examples/advanced/custom-file-header/node_modules/lodash/takeWhile.js +45 -0
  1249. package/examples/advanced/custom-file-header/node_modules/lodash/tap.js +29 -0
  1250. package/examples/advanced/custom-file-header/node_modules/lodash/template.js +272 -0
  1251. package/examples/advanced/custom-file-header/node_modules/lodash/templateSettings.js +67 -0
  1252. package/examples/advanced/custom-file-header/node_modules/lodash/throttle.js +69 -0
  1253. package/examples/advanced/custom-file-header/node_modules/lodash/thru.js +28 -0
  1254. package/examples/advanced/custom-file-header/node_modules/lodash/times.js +51 -0
  1255. package/examples/advanced/custom-file-header/node_modules/lodash/toArray.js +58 -0
  1256. package/examples/advanced/custom-file-header/node_modules/lodash/toFinite.js +42 -0
  1257. package/examples/advanced/custom-file-header/node_modules/lodash/toInteger.js +36 -0
  1258. package/examples/advanced/custom-file-header/node_modules/lodash/toIterator.js +23 -0
  1259. package/examples/advanced/custom-file-header/node_modules/lodash/toJSON.js +1 -0
  1260. package/examples/advanced/custom-file-header/node_modules/lodash/toLength.js +38 -0
  1261. package/examples/advanced/custom-file-header/node_modules/lodash/toLower.js +28 -0
  1262. package/examples/advanced/custom-file-header/node_modules/lodash/toNumber.js +64 -0
  1263. package/examples/advanced/custom-file-header/node_modules/lodash/toPairs.js +30 -0
  1264. package/examples/advanced/custom-file-header/node_modules/lodash/toPairsIn.js +30 -0
  1265. package/examples/advanced/custom-file-header/node_modules/lodash/toPath.js +33 -0
  1266. package/examples/advanced/custom-file-header/node_modules/lodash/toPlainObject.js +32 -0
  1267. package/examples/advanced/custom-file-header/node_modules/lodash/toSafeInteger.js +37 -0
  1268. package/examples/advanced/custom-file-header/node_modules/lodash/toString.js +28 -0
  1269. package/examples/advanced/custom-file-header/node_modules/lodash/toUpper.js +28 -0
  1270. package/examples/advanced/custom-file-header/node_modules/lodash/transform.js +65 -0
  1271. package/examples/advanced/custom-file-header/node_modules/lodash/trim.js +47 -0
  1272. package/examples/advanced/custom-file-header/node_modules/lodash/trimEnd.js +41 -0
  1273. package/examples/advanced/custom-file-header/node_modules/lodash/trimStart.js +43 -0
  1274. package/examples/advanced/custom-file-header/node_modules/lodash/truncate.js +111 -0
  1275. package/examples/advanced/custom-file-header/node_modules/lodash/unary.js +22 -0
  1276. package/examples/advanced/custom-file-header/node_modules/lodash/unescape.js +34 -0
  1277. package/examples/advanced/custom-file-header/node_modules/lodash/union.js +26 -0
  1278. package/examples/advanced/custom-file-header/node_modules/lodash/unionBy.js +39 -0
  1279. package/examples/advanced/custom-file-header/node_modules/lodash/unionWith.js +34 -0
  1280. package/examples/advanced/custom-file-header/node_modules/lodash/uniq.js +25 -0
  1281. package/examples/advanced/custom-file-header/node_modules/lodash/uniqBy.js +31 -0
  1282. package/examples/advanced/custom-file-header/node_modules/lodash/uniqWith.js +28 -0
  1283. package/examples/advanced/custom-file-header/node_modules/lodash/uniqueId.js +28 -0
  1284. package/examples/advanced/custom-file-header/node_modules/lodash/unset.js +34 -0
  1285. package/examples/advanced/custom-file-header/node_modules/lodash/unzip.js +45 -0
  1286. package/examples/advanced/custom-file-header/node_modules/lodash/unzipWith.js +39 -0
  1287. package/examples/advanced/custom-file-header/node_modules/lodash/update.js +35 -0
  1288. package/examples/advanced/custom-file-header/node_modules/lodash/updateWith.js +33 -0
  1289. package/examples/advanced/custom-file-header/node_modules/lodash/upperCase.js +27 -0
  1290. package/examples/advanced/custom-file-header/node_modules/lodash/upperFirst.js +22 -0
  1291. package/examples/advanced/custom-file-header/node_modules/lodash/util.js +34 -0
  1292. package/examples/advanced/custom-file-header/node_modules/lodash/value.js +1 -0
  1293. package/examples/advanced/custom-file-header/node_modules/lodash/valueOf.js +1 -0
  1294. package/examples/advanced/custom-file-header/node_modules/lodash/values.js +34 -0
  1295. package/examples/advanced/custom-file-header/node_modules/lodash/valuesIn.js +32 -0
  1296. package/examples/advanced/custom-file-header/node_modules/lodash/without.js +31 -0
  1297. package/examples/advanced/custom-file-header/node_modules/lodash/words.js +35 -0
  1298. package/examples/advanced/custom-file-header/node_modules/lodash/wrap.js +30 -0
  1299. package/examples/advanced/custom-file-header/node_modules/lodash/wrapperAt.js +48 -0
  1300. package/examples/advanced/custom-file-header/node_modules/lodash/wrapperChain.js +34 -0
  1301. package/examples/advanced/custom-file-header/node_modules/lodash/wrapperLodash.js +147 -0
  1302. package/examples/advanced/custom-file-header/node_modules/lodash/wrapperReverse.js +44 -0
  1303. package/examples/advanced/custom-file-header/node_modules/lodash/wrapperValue.js +21 -0
  1304. package/examples/advanced/custom-file-header/node_modules/lodash/xor.js +28 -0
  1305. package/examples/advanced/custom-file-header/node_modules/lodash/xorBy.js +39 -0
  1306. package/examples/advanced/custom-file-header/node_modules/lodash/xorWith.js +34 -0
  1307. package/examples/advanced/custom-file-header/node_modules/lodash/zip.js +22 -0
  1308. package/examples/advanced/custom-file-header/node_modules/lodash/zipObject.js +24 -0
  1309. package/examples/advanced/custom-file-header/node_modules/lodash/zipObjectDeep.js +23 -0
  1310. package/examples/advanced/custom-file-header/node_modules/lodash/zipWith.js +32 -0
  1311. package/examples/advanced/custom-file-header/node_modules/lower-case/LICENSE +21 -0
  1312. package/examples/advanced/custom-file-header/node_modules/lower-case/README.md +35 -0
  1313. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.d.ts +8 -0
  1314. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.js +53 -0
  1315. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.js.map +1 -0
  1316. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.d.ts +1 -0
  1317. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.js +36 -0
  1318. package/examples/advanced/custom-file-header/node_modules/lower-case/dist/index.spec.js.map +1 -0
  1319. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
  1320. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.js +48 -0
  1321. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.js.map +1 -0
  1322. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
  1323. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
  1324. package/examples/advanced/custom-file-header/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
  1325. package/examples/advanced/custom-file-header/node_modules/lower-case/package.json +87 -0
  1326. package/examples/advanced/custom-file-header/node_modules/minimatch/LICENSE +15 -0
  1327. package/examples/advanced/custom-file-header/node_modules/minimatch/README.md +230 -0
  1328. package/examples/advanced/custom-file-header/node_modules/minimatch/minimatch.js +947 -0
  1329. package/examples/advanced/custom-file-header/node_modules/minimatch/package.json +33 -0
  1330. package/examples/advanced/custom-file-header/node_modules/minimist/.travis.yml +8 -0
  1331. package/examples/advanced/custom-file-header/node_modules/minimist/LICENSE +18 -0
  1332. package/examples/advanced/custom-file-header/node_modules/minimist/example/parse.js +2 -0
  1333. package/examples/advanced/custom-file-header/node_modules/minimist/index.js +249 -0
  1334. package/examples/advanced/custom-file-header/node_modules/minimist/package.json +45 -0
  1335. package/examples/advanced/custom-file-header/node_modules/minimist/readme.markdown +98 -0
  1336. package/examples/advanced/custom-file-header/node_modules/minimist/test/all_bool.js +32 -0
  1337. package/examples/advanced/custom-file-header/node_modules/minimist/test/bool.js +178 -0
  1338. package/examples/advanced/custom-file-header/node_modules/minimist/test/dash.js +31 -0
  1339. package/examples/advanced/custom-file-header/node_modules/minimist/test/default_bool.js +35 -0
  1340. package/examples/advanced/custom-file-header/node_modules/minimist/test/dotted.js +22 -0
  1341. package/examples/advanced/custom-file-header/node_modules/minimist/test/kv_short.js +16 -0
  1342. package/examples/advanced/custom-file-header/node_modules/minimist/test/long.js +31 -0
  1343. package/examples/advanced/custom-file-header/node_modules/minimist/test/num.js +36 -0
  1344. package/examples/advanced/custom-file-header/node_modules/minimist/test/parse.js +197 -0
  1345. package/examples/advanced/custom-file-header/node_modules/minimist/test/parse_modified.js +9 -0
  1346. package/examples/advanced/custom-file-header/node_modules/minimist/test/proto.js +60 -0
  1347. package/examples/advanced/custom-file-header/node_modules/minimist/test/short.js +67 -0
  1348. package/examples/advanced/custom-file-header/node_modules/minimist/test/stop_early.js +15 -0
  1349. package/examples/advanced/custom-file-header/node_modules/minimist/test/unknown.js +102 -0
  1350. package/examples/advanced/custom-file-header/node_modules/minimist/test/whitespace.js +8 -0
  1351. package/examples/advanced/custom-file-header/node_modules/no-case/LICENSE +21 -0
  1352. package/examples/advanced/custom-file-header/node_modules/no-case/README.md +37 -0
  1353. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.d.ts +10 -0
  1354. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.js +35 -0
  1355. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.js.map +1 -0
  1356. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.d.ts +1 -0
  1357. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.js +59 -0
  1358. package/examples/advanced/custom-file-header/node_modules/no-case/dist/index.spec.js.map +1 -0
  1359. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.d.ts +10 -0
  1360. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.js +31 -0
  1361. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.js.map +1 -0
  1362. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
  1363. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.js +57 -0
  1364. package/examples/advanced/custom-file-header/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
  1365. package/examples/advanced/custom-file-header/node_modules/no-case/package.json +85 -0
  1366. package/examples/advanced/custom-file-header/node_modules/once/LICENSE +15 -0
  1367. package/examples/advanced/custom-file-header/node_modules/once/README.md +79 -0
  1368. package/examples/advanced/custom-file-header/node_modules/once/once.js +42 -0
  1369. package/examples/advanced/custom-file-header/node_modules/once/package.json +33 -0
  1370. package/examples/advanced/custom-file-header/node_modules/param-case/LICENSE +21 -0
  1371. package/examples/advanced/custom-file-header/node_modules/param-case/README.md +37 -0
  1372. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.d.ts +3 -0
  1373. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.js +11 -0
  1374. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.js.map +1 -0
  1375. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.d.ts +1 -0
  1376. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.js +24 -0
  1377. package/examples/advanced/custom-file-header/node_modules/param-case/dist/index.spec.js.map +1 -0
  1378. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.d.ts +3 -0
  1379. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.js +7 -0
  1380. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.js.map +1 -0
  1381. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
  1382. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.js +22 -0
  1383. package/examples/advanced/custom-file-header/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
  1384. package/examples/advanced/custom-file-header/node_modules/param-case/package.json +91 -0
  1385. package/examples/advanced/custom-file-header/node_modules/pascal-case/LICENSE +21 -0
  1386. package/examples/advanced/custom-file-header/node_modules/pascal-case/README.md +47 -0
  1387. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.d.ts +5 -0
  1388. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.js +24 -0
  1389. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.js.map +1 -0
  1390. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
  1391. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.js +25 -0
  1392. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist/index.spec.js.map +1 -0
  1393. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
  1394. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.js +18 -0
  1395. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
  1396. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
  1397. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
  1398. package/examples/advanced/custom-file-header/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
  1399. package/examples/advanced/custom-file-header/node_modules/pascal-case/package.json +90 -0
  1400. package/examples/advanced/custom-file-header/node_modules/path-case/LICENSE +21 -0
  1401. package/examples/advanced/custom-file-header/node_modules/path-case/README.md +37 -0
  1402. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.d.ts +3 -0
  1403. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.js +11 -0
  1404. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.js.map +1 -0
  1405. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.d.ts +1 -0
  1406. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.js +24 -0
  1407. package/examples/advanced/custom-file-header/node_modules/path-case/dist/index.spec.js.map +1 -0
  1408. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.d.ts +3 -0
  1409. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.js +7 -0
  1410. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.js.map +1 -0
  1411. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.d.ts +1 -0
  1412. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.js +22 -0
  1413. package/examples/advanced/custom-file-header/node_modules/path-case/dist.es2015/index.spec.js.map +1 -0
  1414. package/examples/advanced/custom-file-header/node_modules/path-case/package.json +88 -0
  1415. package/examples/advanced/custom-file-header/node_modules/path-is-absolute/index.js +20 -0
  1416. package/examples/advanced/custom-file-header/node_modules/path-is-absolute/license +21 -0
  1417. package/examples/advanced/custom-file-header/node_modules/path-is-absolute/package.json +43 -0
  1418. package/examples/advanced/custom-file-header/node_modules/path-is-absolute/readme.md +59 -0
  1419. package/examples/advanced/custom-file-header/node_modules/sentence-case/LICENSE +21 -0
  1420. package/examples/advanced/custom-file-header/node_modules/sentence-case/README.md +37 -0
  1421. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.d.ts +4 -0
  1422. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.js +19 -0
  1423. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.js.map +1 -0
  1424. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.d.ts +1 -0
  1425. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.js +24 -0
  1426. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist/index.spec.js.map +1 -0
  1427. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.d.ts +4 -0
  1428. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.js +14 -0
  1429. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.js.map +1 -0
  1430. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.d.ts +1 -0
  1431. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.js +22 -0
  1432. package/examples/advanced/custom-file-header/node_modules/sentence-case/dist.es2015/index.spec.js.map +1 -0
  1433. package/examples/advanced/custom-file-header/node_modules/sentence-case/package.json +89 -0
  1434. package/examples/advanced/custom-file-header/node_modules/snake-case/LICENSE +21 -0
  1435. package/examples/advanced/custom-file-header/node_modules/snake-case/README.md +37 -0
  1436. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.d.ts +3 -0
  1437. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.js +11 -0
  1438. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.js.map +1 -0
  1439. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.d.ts +1 -0
  1440. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.js +25 -0
  1441. package/examples/advanced/custom-file-header/node_modules/snake-case/dist/index.spec.js.map +1 -0
  1442. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.d.ts +3 -0
  1443. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.js +7 -0
  1444. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.js.map +1 -0
  1445. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.d.ts +1 -0
  1446. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.js +23 -0
  1447. package/examples/advanced/custom-file-header/node_modules/snake-case/dist.es2015/index.spec.js.map +1 -0
  1448. package/examples/advanced/custom-file-header/node_modules/snake-case/package.json +90 -0
  1449. package/examples/advanced/custom-file-header/node_modules/style-dictionary/LICENSE +201 -0
  1450. package/examples/advanced/custom-file-header/node_modules/style-dictionary/NOTICE +2 -0
  1451. package/examples/advanced/custom-file-header/node_modules/style-dictionary/README.md +309 -0
  1452. package/examples/advanced/custom-file-header/node_modules/style-dictionary/bin/style-dictionary +116 -0
  1453. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/README.md +57 -0
  1454. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/README.md +75 -0
  1455. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.eot +0 -0
  1456. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.ttf +0 -0
  1457. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.woff +0 -0
  1458. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
  1459. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/OpenSans-Regular.ttf +0 -0
  1460. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/fonts/Roboto-Regular.ttf +0 -0
  1461. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-circle.svg +1 -0
  1462. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-octagon.svg +1 -0
  1463. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/alert-triangle.svg +1 -0
  1464. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/archive.svg +1 -0
  1465. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/book-open.svg +1 -0
  1466. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/book.svg +1 -0
  1467. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/bookmark.svg +1 -0
  1468. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/briefcase.svg +1 -0
  1469. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/calendar.svg +1 -0
  1470. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/camera.svg +1 -0
  1471. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/check-circle.svg +1 -0
  1472. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/check-square.svg +1 -0
  1473. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/database.svg +1 -0
  1474. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/delete.svg +1 -0
  1475. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/dollar-sign.svg +1 -0
  1476. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/download-cloud.svg +1 -0
  1477. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-1.svg +1 -0
  1478. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-2.svg +1 -0
  1479. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/edit-3.svg +1 -0
  1480. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/external-link.svg +1 -0
  1481. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/file-text.svg +1 -0
  1482. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/file.svg +1 -0
  1483. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/film.svg +1 -0
  1484. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/folder.svg +1 -0
  1485. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/gift.svg +1 -0
  1486. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/github.svg +1 -0
  1487. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/globe.svg +1 -0
  1488. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/icons/grid.svg +1 -0
  1489. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/assets/images/logo.png +0 -0
  1490. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/config.json +98 -0
  1491. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/package.json +16 -0
  1492. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/fonts.json +18 -0
  1493. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/icons.json +34 -0
  1494. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/assets/images.json +7 -0
  1495. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/color/base.json +13 -0
  1496. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/color/font.json +9 -0
  1497. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/assets-base64-embed/tokens/size/font.json +22 -0
  1498. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/README.md +31 -0
  1499. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/config.json +69 -0
  1500. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/package.json +22 -0
  1501. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/color/base.json +13 -0
  1502. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/color/font.json +9 -0
  1503. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/auto-rebuild-watcher/tokens/size/font.json +22 -0
  1504. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/README.md +89 -0
  1505. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/config.js +71 -0
  1506. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/package.json +20 -0
  1507. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/background.json +9 -0
  1508. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/core.json +10 -0
  1509. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/color/font.json +9 -0
  1510. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/component/button.json +19 -0
  1511. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/size/font.json +9 -0
  1512. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/component-cti/tokens/size/padding.json +9 -0
  1513. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/.env +1 -0
  1514. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/README.md +56 -0
  1515. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/README.media/react-app-screenshot.png +0 -0
  1516. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/package.json +38 -0
  1517. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/favicon.ico +0 -0
  1518. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/index.html +40 -0
  1519. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/public/manifest.json +15 -0
  1520. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.js +35 -0
  1521. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.scss +52 -0
  1522. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/App.test.js +9 -0
  1523. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/ComponentWithCssModules.js +23 -0
  1524. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/ComponentWithCssModules.module.scss +42 -0
  1525. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-css-modules/css-modules-logo.png +0 -0
  1526. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/ComponentWithSass.js +21 -0
  1527. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/ComponentWithSass.scss +43 -0
  1528. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-sass/sass-logo.svg +11 -0
  1529. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-styled-components/ComponentWithStyledComponents.js +63 -0
  1530. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/components/with-styled-components/styled-components-logo.png +0 -0
  1531. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/index.js +12 -0
  1532. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/index.scss +11 -0
  1533. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/logo.svg +10 -0
  1534. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/src/serviceWorker.js +135 -0
  1535. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/config.json +22 -0
  1536. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/color.json +18 -0
  1537. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/font.json +28 -0
  1538. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-app/style-dictionary/properties/spacing.json +13 -0
  1539. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/.buckconfig +6 -0
  1540. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/.gitattributes +1 -0
  1541. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/__tests__/App.js +10 -0
  1542. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/BUCK +55 -0
  1543. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/build.gradle +219 -0
  1544. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/build_defs.bzl +19 -0
  1545. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/debug.keystore +0 -0
  1546. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/proguard-rules.pro +10 -0
  1547. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/debug/AndroidManifest.xml +7 -0
  1548. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/debug/java/com/createreactnativeapp/ReactNativeFlipper.java +69 -0
  1549. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/AndroidManifest.xml +49 -0
  1550. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/java/com/createreactnativeapp/MainActivity.java +41 -0
  1551. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/java/com/createreactnativeapp/MainApplication.java +120 -0
  1552. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/drawable/splashscreen.xml +7 -0
  1553. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/drawable/splashscreen_image.png +0 -0
  1554. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  1555. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  1556. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  1557. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  1558. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  1559. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  1560. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  1561. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  1562. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  1563. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  1564. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/colors.xml +5 -0
  1565. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/strings.xml +3 -0
  1566. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/app/src/main/res/values/styles.xml +12 -0
  1567. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/build.gradle +38 -0
  1568. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  1569. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  1570. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradle.properties +29 -0
  1571. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradlew +183 -0
  1572. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/gradlew.bat +103 -0
  1573. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/android/settings.gradle +9 -0
  1574. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/app.json +12 -0
  1575. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/babel.config.js +6 -0
  1576. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/config.json +15 -0
  1577. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/index.js +8 -0
  1578. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/Podfile +24 -0
  1579. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/AppDelegate.h +10 -0
  1580. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/AppDelegate.m +111 -0
  1581. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Base.lproj/LaunchScreen.xib +42 -0
  1582. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
  1583. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/Contents.json +6 -0
  1584. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreen.imageset/Contents.json +21 -0
  1585. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreen.imageset/splashscreen.png +0 -0
  1586. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreenBackground.imageset/Contents.json +21 -0
  1587. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Images.xcassets/SplashScreenBackground.imageset/background.png +0 -0
  1588. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Info.plist +59 -0
  1589. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/SplashScreen.storyboard +91 -0
  1590. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/Supporting/Expo.plist +10 -0
  1591. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp/main.m +10 -0
  1592. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp.xcodeproj/project.pbxproj +481 -0
  1593. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/ios/createreactnativeapp.xcodeproj/xcshareddata/xcschemes/createreactnativeapp.xcscheme +88 -0
  1594. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/metro.config.js +5 -0
  1595. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/package.json +36 -0
  1596. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/src/App.js +31 -0
  1597. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/src/style-dictionary-dist/variables.js +9 -0
  1598. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/style-dictionary/properties/color/brand.json +18 -0
  1599. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/create-react-native-app/style-dictionary/properties/size/size.json +18 -0
  1600. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/README.md +44 -0
  1601. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/build.js +120 -0
  1602. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/package.json +15 -0
  1603. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-file-header/tokens/color.json +9 -0
  1604. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/README.md +99 -0
  1605. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/build.js +27 -0
  1606. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/config.json +21 -0
  1607. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/package.json +20 -0
  1608. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-filters/tokens/spacing.json +20 -0
  1609. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/README.md +56 -0
  1610. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/build.js +69 -0
  1611. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/config.json +35 -0
  1612. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/package.json +23 -0
  1613. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/color/base.json +13 -0
  1614. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/color/font.json +9 -0
  1615. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/properties/size/font.json +22 -0
  1616. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/android-xml.template +30 -0
  1617. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/android-xml_alt.hbs +4 -0
  1618. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/ios-plist.template +24 -0
  1619. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/ios-plist_alt.pug +24 -0
  1620. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-formats-with-templates/templates/web-scss.template +3 -0
  1621. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/README.md +56 -0
  1622. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/package.json +14 -0
  1623. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/sd.config.js +73 -0
  1624. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-parser/tokens/color/core.json +4 -0
  1625. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/README.md +90 -0
  1626. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/build.js +117 -0
  1627. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/config.json +29 -0
  1628. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/package.json +20 -0
  1629. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/button.json +13 -0
  1630. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/colors.json +28 -0
  1631. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/font.json +20 -0
  1632. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/custom-transforms/tokens/spacing.json +16 -0
  1633. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/README.md +3 -0
  1634. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/pubspec.yaml +53 -0
  1635. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/config.json +46 -0
  1636. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/background.json +9 -0
  1637. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/core.json +10 -0
  1638. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/color/font.json +9 -0
  1639. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/size/font.json +9 -0
  1640. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/flutter/style_dictionary/properties/size/padding.json +9 -0
  1641. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/README.md +71 -0
  1642. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/package.json +13 -0
  1643. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/sd.config.js +102 -0
  1644. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/font-face-rules/tokens.json +28 -0
  1645. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/README.md +17 -0
  1646. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/package.json +15 -0
  1647. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/sd.config.js +94 -0
  1648. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/format-helpers/tokens/color.json +10 -0
  1649. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/README.md +61 -0
  1650. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/config.js +89 -0
  1651. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/package.json +21 -0
  1652. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/button/base.json +14 -0
  1653. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/color/base.json +10 -0
  1654. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/index.js +5 -0
  1655. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/matching-build-files/tokens/size/base.json +13 -0
  1656. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/README.md +136 -0
  1657. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/build.js +67 -0
  1658. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/package.json +20 -0
  1659. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-1/color.json +8 -0
  1660. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-2/color.json +8 -0
  1661. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/brands/brand-3/color.json +8 -0
  1662. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/button.json +14 -0
  1663. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/color/base.json +21 -0
  1664. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/color/font.json +10 -0
  1665. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/font/index.json +8 -0
  1666. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/globals/size/font.json +22 -0
  1667. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/android/button.json +7 -0
  1668. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/android/font.json +7 -0
  1669. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/ios/button.json +7 -0
  1670. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/ios/font.json +7 -0
  1671. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/web/button.json +7 -0
  1672. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform/tokens/platforms/web/font.json +7 -0
  1673. package/examples/advanced/{multi-brand-multi-platform → custom-file-header/node_modules/style-dictionary/examples/advanced/multi-brand-multi-platform}/yarn.lock +0 -0
  1674. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/LICENSE +201 -0
  1675. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/README.md +25 -0
  1676. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/base.js +4 -0
  1677. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/index.js +4 -0
  1678. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/primary.js +9 -0
  1679. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/button/secondary.js +9 -0
  1680. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/components/index.js +5 -0
  1681. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/config.js +111 -0
  1682. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/package.json +25 -0
  1683. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/background.js +5 -0
  1684. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/border.js +3 -0
  1685. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/brand.js +16 -0
  1686. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/core.js +31 -0
  1687. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/font.js +8 -0
  1688. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/color/index.js +9 -0
  1689. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/index.js +4 -0
  1690. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/border.js +9 -0
  1691. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/font.js +11 -0
  1692. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/index.js +5 -0
  1693. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/node-modules-as-config-and-properties/tokens/size/padding.js +10 -0
  1694. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/README.md +18 -0
  1695. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/config.json +20 -0
  1696. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/package.json +21 -0
  1697. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/color/base.json +13 -0
  1698. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/color/font.json +9 -0
  1699. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/npm-module/tokens/size/font.json +22 -0
  1700. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/README.md +93 -0
  1701. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/config.json +13 -0
  1702. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/package.json +20 -0
  1703. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/button/button.json +20 -0
  1704. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/color/base.json +17 -0
  1705. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/color/font.json +9 -0
  1706. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/globals.json +6 -0
  1707. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/referencing_aliasing/tokens/size/font.json +22 -0
  1708. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/README.md +22 -0
  1709. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.eot +0 -0
  1710. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.ttf +0 -0
  1711. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.woff +0 -0
  1712. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
  1713. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/OpenSans-Regular.ttf +0 -0
  1714. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/fonts/Roboto-Regular.ttf +0 -0
  1715. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-circle.svg +1 -0
  1716. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-octagon.svg +1 -0
  1717. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/alert-triangle.svg +1 -0
  1718. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/archive.svg +1 -0
  1719. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/book-open.svg +1 -0
  1720. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/book.svg +1 -0
  1721. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/bookmark.svg +1 -0
  1722. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/briefcase.svg +1 -0
  1723. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/calendar.svg +1 -0
  1724. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/camera.svg +1 -0
  1725. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/check-circle.svg +1 -0
  1726. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/check-square.svg +1 -0
  1727. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/database.svg +1 -0
  1728. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/delete.svg +1 -0
  1729. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/dollar-sign.svg +1 -0
  1730. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/download-cloud.svg +1 -0
  1731. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-1.svg +1 -0
  1732. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-2.svg +1 -0
  1733. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/edit-3.svg +1 -0
  1734. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/external-link.svg +1 -0
  1735. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/file-text.svg +1 -0
  1736. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/file.svg +1 -0
  1737. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/film.svg +1 -0
  1738. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/folder.svg +1 -0
  1739. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/gift.svg +1 -0
  1740. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/github.svg +1 -0
  1741. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/globe.svg +1 -0
  1742. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/assets/icons/grid.svg +1 -0
  1743. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/config.json +82 -0
  1744. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/package.json +20 -0
  1745. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/assets/fonts.json +18 -0
  1746. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/assets/icons.json +34 -0
  1747. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/color/base.json +13 -0
  1748. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/color/font.json +9 -0
  1749. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/properties/size/font.json +22 -0
  1750. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/s3/upload.js +28 -0
  1751. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/README.md +23 -0
  1752. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/build.js +24 -0
  1753. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/config.json +21 -0
  1754. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/package.json +21 -0
  1755. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/templates/ios-plist.template +30 -0
  1756. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/templates/web-scss.template +16 -0
  1757. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/color/base.json +22 -0
  1758. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/color/font.json +9 -0
  1759. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/tokens-deprecation/tokens/size/font.json +24 -0
  1760. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/README.md +34 -0
  1761. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/package.json +16 -0
  1762. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/sd.config.js +57 -0
  1763. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/alpha.json5 +14 -0
  1764. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/core.json5 +255 -0
  1765. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/font.json5 +27 -0
  1766. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/color/overlay.json5 +23 -0
  1767. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/hue.json5 +13 -0
  1768. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/lightness.json5 +18 -0
  1769. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/transitive-transforms/tokens/saturation.json5 +18 -0
  1770. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/README.md +53 -0
  1771. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/package.json +15 -0
  1772. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/sd.config.js +67 -0
  1773. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/tokens/color/background.json +10 -0
  1774. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/variables-in-outputs/tokens/color/palette.json +17 -0
  1775. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/README.md +18 -0
  1776. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/package.json +15 -0
  1777. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/sd.config.js +26 -0
  1778. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/advanced/yaml-tokens/tokens/color/core.yaml +13 -0
  1779. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/README.md +181 -0
  1780. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/config.json +143 -0
  1781. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/color/base.json +13 -0
  1782. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/color/font.json +9 -0
  1783. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/basic/tokens/size/font.json +22 -0
  1784. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/LICENSE +201 -0
  1785. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/README.md +17 -0
  1786. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/StyleDictionary.podspec +20 -0
  1787. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/build.gradle +27 -0
  1788. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/build.gradle +37 -0
  1789. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/proguard-rules.pro +17 -0
  1790. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/androidTest/java/com/amazon/styledictionaryexample/ApplicationTest.java +13 -0
  1791. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/AndroidManifest.xml +55 -0
  1792. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/BaseActivity.kt +56 -0
  1793. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/MainActivity.kt +52 -0
  1794. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BackgroundColorActivity.kt +63 -0
  1795. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BaseColorActivity.kt +135 -0
  1796. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/BaseColorListItem.kt +40 -0
  1797. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/ColorDetailFragment.kt +63 -0
  1798. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/ColorsActivity.kt +47 -0
  1799. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/color/FontColorActivity.kt +66 -0
  1800. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconDetailActivity.kt +43 -0
  1801. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconDetailFragment.kt +72 -0
  1802. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/icon/IconListActivity.kt +97 -0
  1803. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/models/Property.kt +25 -0
  1804. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/models/StyleDictionaryNode.kt +21 -0
  1805. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertiesActivity.kt +74 -0
  1806. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyDetailActivity.kt +49 -0
  1807. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyFragment.kt +79 -0
  1808. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/property/PropertyRecyclerViewAdapter.kt +51 -0
  1809. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/util/StringHelper.kt +21 -0
  1810. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/java/com/amazon/styledictionaryexample/util/StyleDictionaryHelper.kt +135 -0
  1811. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_from_left.xml +6 -0
  1812. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_from_right.xml +6 -0
  1813. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_to_left.xml +6 -0
  1814. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/anim/slide_to_right.xml +6 -0
  1815. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_background_color.xml +11 -0
  1816. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_base_color.xml +15 -0
  1817. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_colors.xml +44 -0
  1818. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_font_color.xml +11 -0
  1819. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_icon_detail.xml +7 -0
  1820. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_icon_list.xml +11 -0
  1821. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_main.xml +51 -0
  1822. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_properties.xml +14 -0
  1823. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/activity_property_detail.xml +8 -0
  1824. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/background_color_list_item.xml +38 -0
  1825. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/base_color_list_content.xml +46 -0
  1826. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/base_color_list_header.xml +30 -0
  1827. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_color_detail.xml +38 -0
  1828. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_property_list.xml +13 -0
  1829. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/fragment_property_list_item.xml +39 -0
  1830. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/icon_detail.xml +55 -0
  1831. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/icon_list_content.xml +39 -0
  1832. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/layout/list_item_color.xml +31 -0
  1833. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  1834. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  1835. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  1836. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  1837. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  1838. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/dimens.xml +9 -0
  1839. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/strings.xml +107 -0
  1840. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values/styles.xml +37 -0
  1841. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values-v21/styles.xml +50 -0
  1842. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/main/res/values-w820dp/dimens.xml +6 -0
  1843. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/demo/src/test/java/com/amazon/styledictionaryexample/ExampleUnitTest.java +15 -0
  1844. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  1845. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle/wrapper/gradle-wrapper.properties +6 -0
  1846. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradle.properties +19 -0
  1847. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradlew +160 -0
  1848. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/gradlew.bat +90 -0
  1849. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/settings.gradle +1 -0
  1850. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/build.gradle +28 -0
  1851. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/proguard-rules.pro +17 -0
  1852. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/androidTest/java/com/example/styledictionary/ExampleInstrumentedTest.java +26 -0
  1853. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/main/AndroidManifest.xml +9 -0
  1854. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/main/res/values/strings.xml +3 -0
  1855. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/android/styledictionary/src/test/java/com/example/styledictionary/ExampleUnitTest.java +17 -0
  1856. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.eot +0 -0
  1857. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.ttf +0 -0
  1858. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.woff +0 -0
  1859. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
  1860. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/OpenSans-Regular.ttf +0 -0
  1861. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/assets/fonts/Roboto-Regular.ttf +0 -0
  1862. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/config.json +112 -0
  1863. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionary.h +35 -0
  1864. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionary.m +32 -0
  1865. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionaryButton.h +37 -0
  1866. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/StyleDictionaryButton.m +69 -0
  1867. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIButton+StyleDictionary.h +16 -0
  1868. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIButton+StyleDictionary.m +22 -0
  1869. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIColor+StyleDictionary.h +27 -0
  1870. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIColor+StyleDictionary.m +26 -0
  1871. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIFont+MaterialIcons.h +24 -0
  1872. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Classes/UIFont+MaterialIcons.m +76 -0
  1873. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Podfile +6 -0
  1874. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Podfile.lock +16 -0
  1875. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Local Podspecs/StyleDictionary.podspec.json +32 -0
  1876. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Manifest.lock +16 -0
  1877. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Pods.xcodeproj/project.pbxproj +792 -0
  1878. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Info.plist +26 -0
  1879. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-acknowledgements.markdown +26 -0
  1880. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-acknowledgements.plist +58 -0
  1881. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-dummy.m +5 -0
  1882. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-frameworks.sh +99 -0
  1883. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-resources.sh +99 -0
  1884. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo-umbrella.h +16 -0
  1885. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.debug.xcconfig +8 -0
  1886. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.modulemap +6 -0
  1887. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/Pods-StyleDictionary_Demo/Pods-StyleDictionary_Demo.release.xcconfig +8 -0
  1888. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/Info.plist +26 -0
  1889. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/ResourceBundle-StyleDictionary-Info.plist +24 -0
  1890. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-dummy.m +5 -0
  1891. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-prefix.pch +12 -0
  1892. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary-umbrella.h +25 -0
  1893. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary.modulemap +6 -0
  1894. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/Pods/Target Support Files/StyleDictionary/StyleDictionary.xcconfig +10 -0
  1895. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Base.lproj/LaunchScreen.storyboard +31 -0
  1896. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Base.lproj/Main.storyboard +31 -0
  1897. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/CardViewCell.h +24 -0
  1898. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/CardViewCell.m +70 -0
  1899. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/ColorCell.h +16 -0
  1900. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/ColorCell.m +37 -0
  1901. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/FontColorViewCell.h +16 -0
  1902. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/FontColorViewCell.m +13 -0
  1903. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/HeaderCollectionViewCell.h +16 -0
  1904. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/HeaderCollectionViewCell.m +33 -0
  1905. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/IconViewCell.h +26 -0
  1906. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Components/IconViewCell.m +59 -0
  1907. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
  1908. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Images.xcassets/LaunchImage.launchimage/Contents.json +51 -0
  1909. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Main.storyboard +48 -0
  1910. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionary-Info.plist +49 -0
  1911. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionary-Prefix.pch +16 -0
  1912. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryAppDelegate.h +16 -0
  1913. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryAppDelegate.m +46 -0
  1914. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryViewController.h +14 -0
  1915. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/StyleDictionaryViewController.m +30 -0
  1916. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BackgroundColorsViewController.h +26 -0
  1917. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BackgroundColorsViewController.m +101 -0
  1918. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BaseColorViewController.h +25 -0
  1919. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/BaseColorViewController.m +137 -0
  1920. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorDetailViewController.h +26 -0
  1921. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorDetailViewController.m +87 -0
  1922. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorViewController.h +17 -0
  1923. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/ColorViewController.m +60 -0
  1924. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconDetailViewController.h +26 -0
  1925. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconDetailViewController.m +86 -0
  1926. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconsViewController.h +28 -0
  1927. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/IconsViewController.m +76 -0
  1928. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/PropertiesViewController.h +28 -0
  1929. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/PropertiesViewController.m +121 -0
  1930. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/RootViewController.h +29 -0
  1931. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/RootViewController.m +71 -0
  1932. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/SizeViewController.h +22 -0
  1933. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/SizeViewController.m +49 -0
  1934. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/TextColorViewController.h +28 -0
  1935. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/Views/TextColorViewController.m +140 -0
  1936. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/en.lproj/InfoPlist.strings +2 -0
  1937. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary/main.m +17 -0
  1938. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/project.pbxproj +549 -0
  1939. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  1940. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcodeproj/xcshareddata/xcschemes/StyleDictionary-Demo.xcscheme +101 -0
  1941. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/Demo/StyleDictionary.xcworkspace/contents.xcworkspacedata +10 -0
  1942. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/ios/README.md +29 -0
  1943. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/package.json +16 -0
  1944. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/asset/font.json +21 -0
  1945. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/background.json +35 -0
  1946. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/base.json +301 -0
  1947. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/border.json +21 -0
  1948. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/brand.json +21 -0
  1949. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/chart.json +19 -0
  1950. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/color/font.json +35 -0
  1951. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/content/icon.json +976 -0
  1952. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/font.json +12 -0
  1953. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/font.json +14 -0
  1954. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/icon.json +11 -0
  1955. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/size/padding.json +13 -0
  1956. package/examples/advanced/custom-file-header/node_modules/style-dictionary/examples/complete/tokens/time.json +22 -0
  1957. package/examples/advanced/custom-file-header/node_modules/style-dictionary/index.js +153 -0
  1958. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildAllPlatforms.js +39 -0
  1959. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildFile.js +143 -0
  1960. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildFiles.js +41 -0
  1961. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/buildPlatform.js +70 -0
  1962. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanActions.js +36 -0
  1963. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanAllPlatforms.js +35 -0
  1964. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanDir.js +59 -0
  1965. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanDirs.js +42 -0
  1966. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanFile.js +50 -0
  1967. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanFiles.js +42 -0
  1968. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/cleanPlatform.js +62 -0
  1969. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/actions.js +63 -0
  1970. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/filters.js +30 -0
  1971. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/createPropertyFormatter.js +152 -0
  1972. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/fileHeader.js +87 -0
  1973. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/formattedVariables.js +69 -0
  1974. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/getTypeScriptType.js +77 -0
  1975. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/iconsWithPrefix.js +48 -0
  1976. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/index.js +28 -0
  1977. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/minifyDictionary.js +48 -0
  1978. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/setSwiftFileProperties.js +55 -0
  1979. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/sortByName.js +41 -0
  1980. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formatHelpers/sortByReference.js +78 -0
  1981. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/formats.js +1246 -0
  1982. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/colors.template +26 -0
  1983. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/dimens.template +25 -0
  1984. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/fontDimens.template +25 -0
  1985. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/integers.template +25 -0
  1986. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/resources.template +50 -0
  1987. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/android/strings.template +25 -0
  1988. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/compose/object.kt.template +32 -0
  1989. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/css/fonts.css.template +28 -0
  1990. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/flutter/class.dart.template +26 -0
  1991. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/colors.h.template +29 -0
  1992. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/colors.m.template +41 -0
  1993. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/macros.template +25 -0
  1994. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/plist.template +45 -0
  1995. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/singleton.h.template +29 -0
  1996. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/singleton.m.template +68 -0
  1997. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/static.h.template +23 -0
  1998. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/static.m.template +23 -0
  1999. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/strings.h.template +27 -0
  2000. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios/strings.m.template +55 -0
  2001. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/ios-swift/any.swift.template +29 -0
  2002. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/scss/map-deep.template +41 -0
  2003. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/scss/map-flat.template +30 -0
  2004. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/templates/static-style-guide/index.html.template +80 -0
  2005. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/transformGroups.js +308 -0
  2006. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/common/transforms.js +1178 -0
  2007. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/exportPlatform.js +132 -0
  2008. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/extend.js +153 -0
  2009. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/filterProperties.js +90 -0
  2010. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/performActions.js +33 -0
  2011. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/action.js +63 -0
  2012. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/fileHeader.js +48 -0
  2013. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/filter.js +43 -0
  2014. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/format.js +74 -0
  2015. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/parser.js +42 -0
  2016. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/template.js +57 -0
  2017. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/transform.js +71 -0
  2018. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/register/transformGroup.js +53 -0
  2019. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/config.js +169 -0
  2020. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/object.js +105 -0
  2021. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/property.js +54 -0
  2022. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/transform/propertySetup.js +62 -0
  2023. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/combineJSON.js +101 -0
  2024. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/convertToBase64.js +30 -0
  2025. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/createDictionary.js +49 -0
  2026. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/createFormatArgs.js +39 -0
  2027. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/deepExtend.js +87 -0
  2028. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/es6_.js +165 -0
  2029. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/flattenProperties.js +43 -0
  2030. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/groupMessages.js +57 -0
  2031. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/jsonc.js +14 -0
  2032. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/createReferenceRegex.js +30 -0
  2033. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/defaults.js +20 -0
  2034. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getName.js +33 -0
  2035. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getPathFromName.js +33 -0
  2036. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/getReferences.js +80 -0
  2037. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/resolveReference.js +36 -0
  2038. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/references/usesReference.js +51 -0
  2039. package/examples/advanced/custom-file-header/node_modules/style-dictionary/lib/utils/resolveObject.js +175 -0
  2040. package/examples/advanced/custom-file-header/node_modules/style-dictionary/package.json +155 -0
  2041. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Action.d.ts +23 -0
  2042. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Config.d.ts +37 -0
  2043. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/DesignToken.d.ts +42 -0
  2044. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Dictionary.d.ts +23 -0
  2045. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/File.d.ts +23 -0
  2046. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/FileHeader.d.ts +14 -0
  2047. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Filter.d.ts +19 -0
  2048. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Format.d.ts +47 -0
  2049. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/FormatHelpers.d.ts +59 -0
  2050. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Matcher.d.ts +16 -0
  2051. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Options.d.ts +21 -0
  2052. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Parser.d.ts +24 -0
  2053. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Platform.d.ts +26 -0
  2054. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/Transform.d.ts +46 -0
  2055. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/TransformGroup.d.ts +16 -0
  2056. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/TransformedToken.d.ts +43 -0
  2057. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/_helpers.ts +14 -0
  2058. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/index.d.ts +330 -0
  2059. package/examples/advanced/custom-file-header/node_modules/style-dictionary/types/index.test-d.ts +182 -0
  2060. package/examples/advanced/custom-file-header/node_modules/supports-color/browser.js +5 -0
  2061. package/examples/advanced/custom-file-header/node_modules/supports-color/index.js +135 -0
  2062. package/examples/advanced/custom-file-header/node_modules/supports-color/license +9 -0
  2063. package/examples/advanced/custom-file-header/node_modules/supports-color/package.json +53 -0
  2064. package/examples/advanced/custom-file-header/node_modules/supports-color/readme.md +76 -0
  2065. package/examples/advanced/custom-file-header/node_modules/tinycolor2/.travis.yml +7 -0
  2066. package/examples/advanced/custom-file-header/node_modules/tinycolor2/Gruntfile.js +56 -0
  2067. package/examples/advanced/custom-file-header/node_modules/tinycolor2/LICENSE +20 -0
  2068. package/examples/advanced/custom-file-header/node_modules/tinycolor2/README.md +469 -0
  2069. package/examples/advanced/custom-file-header/node_modules/tinycolor2/bower.json +9 -0
  2070. package/examples/advanced/custom-file-header/node_modules/tinycolor2/demo/demo.css +23 -0
  2071. package/examples/advanced/custom-file-header/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
  2072. package/examples/advanced/custom-file-header/node_modules/tinycolor2/docs/docco.css +192 -0
  2073. package/examples/advanced/custom-file-header/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
  2074. package/examples/advanced/custom-file-header/node_modules/tinycolor2/index.html +248 -0
  2075. package/examples/advanced/custom-file-header/node_modules/tinycolor2/package.json +29 -0
  2076. package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/index.html +18 -0
  2077. package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/qunit.css +244 -0
  2078. package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/qunit.js +2152 -0
  2079. package/examples/advanced/custom-file-header/node_modules/tinycolor2/test/test.js +791 -0
  2080. package/examples/advanced/custom-file-header/node_modules/tinycolor2/tinycolor.js +1195 -0
  2081. package/examples/advanced/custom-file-header/node_modules/tslib/CopyrightNotice.txt +15 -0
  2082. package/examples/advanced/custom-file-header/node_modules/tslib/LICENSE.txt +12 -0
  2083. package/examples/advanced/custom-file-header/node_modules/tslib/README.md +164 -0
  2084. package/examples/advanced/custom-file-header/node_modules/tslib/modules/index.js +55 -0
  2085. package/examples/advanced/custom-file-header/node_modules/tslib/modules/package.json +3 -0
  2086. package/examples/advanced/custom-file-header/node_modules/tslib/package.json +38 -0
  2087. package/examples/advanced/custom-file-header/node_modules/tslib/tslib.d.ts +398 -0
  2088. package/examples/advanced/custom-file-header/node_modules/tslib/tslib.es6.html +1 -0
  2089. package/examples/advanced/custom-file-header/node_modules/tslib/tslib.es6.js +248 -0
  2090. package/examples/advanced/custom-file-header/node_modules/tslib/tslib.html +1 -0
  2091. package/examples/advanced/custom-file-header/node_modules/tslib/tslib.js +317 -0
  2092. package/examples/advanced/custom-file-header/node_modules/universalify/LICENSE +20 -0
  2093. package/examples/advanced/custom-file-header/node_modules/universalify/README.md +76 -0
  2094. package/examples/advanced/custom-file-header/node_modules/universalify/index.js +24 -0
  2095. package/examples/advanced/custom-file-header/node_modules/universalify/package.json +34 -0
  2096. package/examples/advanced/custom-file-header/node_modules/upper-case/README.md +34 -0
  2097. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.d.ts +8 -0
  2098. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.js +49 -0
  2099. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.js.map +1 -0
  2100. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.d.ts +1 -0
  2101. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.js +34 -0
  2102. package/examples/advanced/custom-file-header/node_modules/upper-case/dist/index.spec.js.map +1 -0
  2103. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.d.ts +8 -0
  2104. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.js +44 -0
  2105. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.js.map +1 -0
  2106. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.d.ts +1 -0
  2107. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.js +32 -0
  2108. package/examples/advanced/custom-file-header/node_modules/upper-case/dist.es2015/index.spec.js.map +1 -0
  2109. package/examples/advanced/custom-file-header/node_modules/upper-case/package.json +86 -0
  2110. package/examples/advanced/custom-file-header/node_modules/upper-case-first/LICENSE +21 -0
  2111. package/examples/advanced/custom-file-header/node_modules/upper-case-first/README.md +32 -0
  2112. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.d.ts +4 -0
  2113. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.js +11 -0
  2114. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.js.map +1 -0
  2115. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.d.ts +1 -0
  2116. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.js +20 -0
  2117. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist/index.spec.js.map +1 -0
  2118. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.d.ts +4 -0
  2119. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.js +7 -0
  2120. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.js.map +1 -0
  2121. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.d.ts +1 -0
  2122. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.js +18 -0
  2123. package/examples/advanced/custom-file-header/node_modules/upper-case-first/dist.es2015/index.spec.js.map +1 -0
  2124. package/examples/advanced/custom-file-header/node_modules/upper-case-first/package.json +87 -0
  2125. package/examples/advanced/custom-file-header/node_modules/wrappy/LICENSE +15 -0
  2126. package/examples/advanced/custom-file-header/node_modules/wrappy/README.md +36 -0
  2127. package/examples/advanced/custom-file-header/node_modules/wrappy/package.json +29 -0
  2128. package/examples/advanced/custom-file-header/node_modules/wrappy/wrappy.js +33 -0
  2129. package/examples/advanced/custom-file-header/package.json +1 -1
  2130. package/examples/advanced/custom-filters/package.json +1 -1
  2131. package/examples/advanced/custom-formats-with-templates/package.json +1 -1
  2132. package/examples/advanced/custom-parser/package.json +1 -1
  2133. package/examples/advanced/custom-transforms/build.js +2 -2
  2134. package/examples/advanced/custom-transforms/package.json +1 -1
  2135. package/examples/advanced/font-face-rules/package.json +1 -1
  2136. package/examples/advanced/format-helpers/package.json +1 -1
  2137. package/examples/advanced/matching-build-files/package.json +1 -1
  2138. package/examples/advanced/multi-brand-multi-platform/package.json +1 -1
  2139. package/examples/advanced/node-modules-as-config-and-properties/package.json +1 -1
  2140. package/examples/advanced/npm-module/package.json +1 -1
  2141. package/examples/advanced/referencing_aliasing/package.json +1 -1
  2142. package/examples/advanced/s3/package.json +1 -1
  2143. package/examples/advanced/tokens-deprecation/package.json +1 -1
  2144. package/examples/advanced/transitive-transforms/package.json +1 -1
  2145. package/examples/advanced/variables-in-outputs/package.json +1 -1
  2146. package/examples/advanced/yaml-tokens/package.json +1 -1
  2147. package/lib/common/formatHelpers/getTypeScriptType.js +2 -2
  2148. package/lib/common/formatHelpers/iconsWithPrefix.js +1 -1
  2149. package/lib/common/formatHelpers/minifyDictionary.js +1 -1
  2150. package/lib/common/templates/scss/map-deep.template +5 -1
  2151. package/lib/common/transforms.js +3 -1
  2152. package/package.json +1 -1
  2153. package/types/Config.d.ts +2 -2
  2154. package/types/File.d.ts +1 -0
  2155. package/types/FormatHelpers.d.ts +7 -0
  2156. package/types/index.d.ts +3 -1
@@ -0,0 +1,1944 @@
1
+ const EventEmitter = require('events').EventEmitter;
2
+ const childProcess = require('child_process');
3
+ const path = require('path');
4
+ const fs = require('fs');
5
+
6
+ const { Argument, humanReadableArgName } = require('./argument.js');
7
+ const { CommanderError } = require('./error.js');
8
+ const { Help } = require('./help.js');
9
+ const { Option, splitOptionFlags } = require('./option.js');
10
+ const { suggestSimilar } = require('./suggestSimilar');
11
+
12
+ // @ts-check
13
+
14
+ class Command extends EventEmitter {
15
+ /**
16
+ * Initialize a new `Command`.
17
+ *
18
+ * @param {string} [name]
19
+ */
20
+
21
+ constructor(name) {
22
+ super();
23
+ /** @type {Command[]} */
24
+ this.commands = [];
25
+ /** @type {Option[]} */
26
+ this.options = [];
27
+ this.parent = null;
28
+ this._allowUnknownOption = false;
29
+ this._allowExcessArguments = true;
30
+ /** @type {Argument[]} */
31
+ this._args = [];
32
+ /** @type {string[]} */
33
+ this.args = []; // cli args with options removed
34
+ this.rawArgs = [];
35
+ this.processedArgs = []; // like .args but after custom processing and collecting variadic
36
+ this._scriptPath = null;
37
+ this._name = name || '';
38
+ this._optionValues = {};
39
+ this._optionValueSources = {}; // default < config < env < cli
40
+ this._storeOptionsAsProperties = false;
41
+ this._actionHandler = null;
42
+ this._executableHandler = false;
43
+ this._executableFile = null; // custom name for executable
44
+ this._defaultCommandName = null;
45
+ this._exitCallback = null;
46
+ this._aliases = [];
47
+ this._combineFlagAndOptionalValue = true;
48
+ this._description = '';
49
+ this._argsDescription = undefined; // legacy
50
+ this._enablePositionalOptions = false;
51
+ this._passThroughOptions = false;
52
+ this._lifeCycleHooks = {}; // a hash of arrays
53
+ /** @type {boolean | string} */
54
+ this._showHelpAfterError = false;
55
+ this._showSuggestionAfterError = false;
56
+
57
+ // see .configureOutput() for docs
58
+ this._outputConfiguration = {
59
+ writeOut: (str) => process.stdout.write(str),
60
+ writeErr: (str) => process.stderr.write(str),
61
+ getOutHelpWidth: () => process.stdout.isTTY ? process.stdout.columns : undefined,
62
+ getErrHelpWidth: () => process.stderr.isTTY ? process.stderr.columns : undefined,
63
+ outputError: (str, write) => write(str)
64
+ };
65
+
66
+ this._hidden = false;
67
+ this._hasHelpOption = true;
68
+ this._helpFlags = '-h, --help';
69
+ this._helpDescription = 'display help for command';
70
+ this._helpShortFlag = '-h';
71
+ this._helpLongFlag = '--help';
72
+ this._addImplicitHelpCommand = undefined; // Deliberately undefined, not decided whether true or false
73
+ this._helpCommandName = 'help';
74
+ this._helpCommandnameAndArgs = 'help [command]';
75
+ this._helpCommandDescription = 'display help for command';
76
+ this._helpConfiguration = {};
77
+ }
78
+
79
+ /**
80
+ * Copy settings that are useful to have in common across root command and subcommands.
81
+ *
82
+ * (Used internally when adding a command using `.command()` so subcommands inherit parent settings.)
83
+ *
84
+ * @param {Command} sourceCommand
85
+ * @return {Command} returns `this` for executable command
86
+ */
87
+ copyInheritedSettings(sourceCommand) {
88
+ this._outputConfiguration = sourceCommand._outputConfiguration;
89
+ this._hasHelpOption = sourceCommand._hasHelpOption;
90
+ this._helpFlags = sourceCommand._helpFlags;
91
+ this._helpDescription = sourceCommand._helpDescription;
92
+ this._helpShortFlag = sourceCommand._helpShortFlag;
93
+ this._helpLongFlag = sourceCommand._helpLongFlag;
94
+ this._helpCommandName = sourceCommand._helpCommandName;
95
+ this._helpCommandnameAndArgs = sourceCommand._helpCommandnameAndArgs;
96
+ this._helpCommandDescription = sourceCommand._helpCommandDescription;
97
+ this._helpConfiguration = sourceCommand._helpConfiguration;
98
+ this._exitCallback = sourceCommand._exitCallback;
99
+ this._storeOptionsAsProperties = sourceCommand._storeOptionsAsProperties;
100
+ this._combineFlagAndOptionalValue = sourceCommand._combineFlagAndOptionalValue;
101
+ this._allowExcessArguments = sourceCommand._allowExcessArguments;
102
+ this._enablePositionalOptions = sourceCommand._enablePositionalOptions;
103
+ this._showHelpAfterError = sourceCommand._showHelpAfterError;
104
+ this._showSuggestionAfterError = sourceCommand._showSuggestionAfterError;
105
+
106
+ return this;
107
+ }
108
+
109
+ /**
110
+ * Define a command.
111
+ *
112
+ * There are two styles of command: pay attention to where to put the description.
113
+ *
114
+ * @example
115
+ * // Command implemented using action handler (description is supplied separately to `.command`)
116
+ * program
117
+ * .command('clone <source> [destination]')
118
+ * .description('clone a repository into a newly created directory')
119
+ * .action((source, destination) => {
120
+ * console.log('clone command called');
121
+ * });
122
+ *
123
+ * // Command implemented using separate executable file (description is second parameter to `.command`)
124
+ * program
125
+ * .command('start <service>', 'start named service')
126
+ * .command('stop [service]', 'stop named service, or all if no name supplied');
127
+ *
128
+ * @param {string} nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
129
+ * @param {Object|string} [actionOptsOrExecDesc] - configuration options (for action), or description (for executable)
130
+ * @param {Object} [execOpts] - configuration options (for executable)
131
+ * @return {Command} returns new command for action handler, or `this` for executable command
132
+ */
133
+
134
+ command(nameAndArgs, actionOptsOrExecDesc, execOpts) {
135
+ let desc = actionOptsOrExecDesc;
136
+ let opts = execOpts;
137
+ if (typeof desc === 'object' && desc !== null) {
138
+ opts = desc;
139
+ desc = null;
140
+ }
141
+ opts = opts || {};
142
+ const [, name, args] = nameAndArgs.match(/([^ ]+) *(.*)/);
143
+
144
+ const cmd = this.createCommand(name);
145
+ if (desc) {
146
+ cmd.description(desc);
147
+ cmd._executableHandler = true;
148
+ }
149
+ if (opts.isDefault) this._defaultCommandName = cmd._name;
150
+ cmd._hidden = !!(opts.noHelp || opts.hidden); // noHelp is deprecated old name for hidden
151
+ cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing to null to match constructor
152
+ if (args) cmd.arguments(args);
153
+ this.commands.push(cmd);
154
+ cmd.parent = this;
155
+ cmd.copyInheritedSettings(this);
156
+
157
+ if (desc) return this;
158
+ return cmd;
159
+ };
160
+
161
+ /**
162
+ * Factory routine to create a new unattached command.
163
+ *
164
+ * See .command() for creating an attached subcommand, which uses this routine to
165
+ * create the command. You can override createCommand to customise subcommands.
166
+ *
167
+ * @param {string} [name]
168
+ * @return {Command} new command
169
+ */
170
+
171
+ createCommand(name) {
172
+ return new Command(name);
173
+ };
174
+
175
+ /**
176
+ * You can customise the help with a subclass of Help by overriding createHelp,
177
+ * or by overriding Help properties using configureHelp().
178
+ *
179
+ * @return {Help}
180
+ */
181
+
182
+ createHelp() {
183
+ return Object.assign(new Help(), this.configureHelp());
184
+ };
185
+
186
+ /**
187
+ * You can customise the help by overriding Help properties using configureHelp(),
188
+ * or with a subclass of Help by overriding createHelp().
189
+ *
190
+ * @param {Object} [configuration] - configuration options
191
+ * @return {Command|Object} `this` command for chaining, or stored configuration
192
+ */
193
+
194
+ configureHelp(configuration) {
195
+ if (configuration === undefined) return this._helpConfiguration;
196
+
197
+ this._helpConfiguration = configuration;
198
+ return this;
199
+ }
200
+
201
+ /**
202
+ * The default output goes to stdout and stderr. You can customise this for special
203
+ * applications. You can also customise the display of errors by overriding outputError.
204
+ *
205
+ * The configuration properties are all functions:
206
+ *
207
+ * // functions to change where being written, stdout and stderr
208
+ * writeOut(str)
209
+ * writeErr(str)
210
+ * // matching functions to specify width for wrapping help
211
+ * getOutHelpWidth()
212
+ * getErrHelpWidth()
213
+ * // functions based on what is being written out
214
+ * outputError(str, write) // used for displaying errors, and not used for displaying help
215
+ *
216
+ * @param {Object} [configuration] - configuration options
217
+ * @return {Command|Object} `this` command for chaining, or stored configuration
218
+ */
219
+
220
+ configureOutput(configuration) {
221
+ if (configuration === undefined) return this._outputConfiguration;
222
+
223
+ Object.assign(this._outputConfiguration, configuration);
224
+ return this;
225
+ }
226
+
227
+ /**
228
+ * Display the help or a custom message after an error occurs.
229
+ *
230
+ * @param {boolean|string} [displayHelp]
231
+ * @return {Command} `this` command for chaining
232
+ */
233
+ showHelpAfterError(displayHelp = true) {
234
+ if (typeof displayHelp !== 'string') displayHelp = !!displayHelp;
235
+ this._showHelpAfterError = displayHelp;
236
+ return this;
237
+ }
238
+
239
+ /**
240
+ * Display suggestion of similar commands for unknown commands, or options for unknown options.
241
+ *
242
+ * @param {boolean} [displaySuggestion]
243
+ * @return {Command} `this` command for chaining
244
+ */
245
+ showSuggestionAfterError(displaySuggestion = true) {
246
+ this._showSuggestionAfterError = !!displaySuggestion;
247
+ return this;
248
+ }
249
+
250
+ /**
251
+ * Add a prepared subcommand.
252
+ *
253
+ * See .command() for creating an attached subcommand which inherits settings from its parent.
254
+ *
255
+ * @param {Command} cmd - new subcommand
256
+ * @param {Object} [opts] - configuration options
257
+ * @return {Command} `this` command for chaining
258
+ */
259
+
260
+ addCommand(cmd, opts) {
261
+ if (!cmd._name) throw new Error('Command passed to .addCommand() must have a name');
262
+
263
+ // To keep things simple, block automatic name generation for deeply nested executables.
264
+ // Fail fast and detect when adding rather than later when parsing.
265
+ function checkExplicitNames(commandArray) {
266
+ commandArray.forEach((cmd) => {
267
+ if (cmd._executableHandler && !cmd._executableFile) {
268
+ throw new Error(`Must specify executableFile for deeply nested executable: ${cmd.name()}`);
269
+ }
270
+ checkExplicitNames(cmd.commands);
271
+ });
272
+ }
273
+ checkExplicitNames(cmd.commands);
274
+
275
+ opts = opts || {};
276
+ if (opts.isDefault) this._defaultCommandName = cmd._name;
277
+ if (opts.noHelp || opts.hidden) cmd._hidden = true; // modifying passed command due to existing implementation
278
+
279
+ this.commands.push(cmd);
280
+ cmd.parent = this;
281
+ return this;
282
+ };
283
+
284
+ /**
285
+ * Factory routine to create a new unattached argument.
286
+ *
287
+ * See .argument() for creating an attached argument, which uses this routine to
288
+ * create the argument. You can override createArgument to return a custom argument.
289
+ *
290
+ * @param {string} name
291
+ * @param {string} [description]
292
+ * @return {Argument} new argument
293
+ */
294
+
295
+ createArgument(name, description) {
296
+ return new Argument(name, description);
297
+ };
298
+
299
+ /**
300
+ * Define argument syntax for command.
301
+ *
302
+ * The default is that the argument is required, and you can explicitly
303
+ * indicate this with <> around the name. Put [] around the name for an optional argument.
304
+ *
305
+ * @example
306
+ * program.argument('<input-file>');
307
+ * program.argument('[output-file]');
308
+ *
309
+ * @param {string} name
310
+ * @param {string} [description]
311
+ * @param {Function|*} [fn] - custom argument processing function
312
+ * @param {*} [defaultValue]
313
+ * @return {Command} `this` command for chaining
314
+ */
315
+ argument(name, description, fn, defaultValue) {
316
+ const argument = this.createArgument(name, description);
317
+ if (typeof fn === 'function') {
318
+ argument.default(defaultValue).argParser(fn);
319
+ } else {
320
+ argument.default(fn);
321
+ }
322
+ this.addArgument(argument);
323
+ return this;
324
+ }
325
+
326
+ /**
327
+ * Define argument syntax for command, adding multiple at once (without descriptions).
328
+ *
329
+ * See also .argument().
330
+ *
331
+ * @example
332
+ * program.arguments('<cmd> [env]');
333
+ *
334
+ * @param {string} names
335
+ * @return {Command} `this` command for chaining
336
+ */
337
+
338
+ arguments(names) {
339
+ names.split(/ +/).forEach((detail) => {
340
+ this.argument(detail);
341
+ });
342
+ return this;
343
+ };
344
+
345
+ /**
346
+ * Define argument syntax for command, adding a prepared argument.
347
+ *
348
+ * @param {Argument} argument
349
+ * @return {Command} `this` command for chaining
350
+ */
351
+ addArgument(argument) {
352
+ const previousArgument = this._args.slice(-1)[0];
353
+ if (previousArgument && previousArgument.variadic) {
354
+ throw new Error(`only the last argument can be variadic '${previousArgument.name()}'`);
355
+ }
356
+ if (argument.required && argument.defaultValue !== undefined && argument.parseArg === undefined) {
357
+ throw new Error(`a default value for a required argument is never used: '${argument.name()}'`);
358
+ }
359
+ this._args.push(argument);
360
+ return this;
361
+ }
362
+
363
+ /**
364
+ * Override default decision whether to add implicit help command.
365
+ *
366
+ * addHelpCommand() // force on
367
+ * addHelpCommand(false); // force off
368
+ * addHelpCommand('help [cmd]', 'display help for [cmd]'); // force on with custom details
369
+ *
370
+ * @return {Command} `this` command for chaining
371
+ */
372
+
373
+ addHelpCommand(enableOrNameAndArgs, description) {
374
+ if (enableOrNameAndArgs === false) {
375
+ this._addImplicitHelpCommand = false;
376
+ } else {
377
+ this._addImplicitHelpCommand = true;
378
+ if (typeof enableOrNameAndArgs === 'string') {
379
+ this._helpCommandName = enableOrNameAndArgs.split(' ')[0];
380
+ this._helpCommandnameAndArgs = enableOrNameAndArgs;
381
+ }
382
+ this._helpCommandDescription = description || this._helpCommandDescription;
383
+ }
384
+ return this;
385
+ };
386
+
387
+ /**
388
+ * @return {boolean}
389
+ * @api private
390
+ */
391
+
392
+ _hasImplicitHelpCommand() {
393
+ if (this._addImplicitHelpCommand === undefined) {
394
+ return this.commands.length && !this._actionHandler && !this._findCommand('help');
395
+ }
396
+ return this._addImplicitHelpCommand;
397
+ };
398
+
399
+ /**
400
+ * Add hook for life cycle event.
401
+ *
402
+ * @param {string} event
403
+ * @param {Function} listener
404
+ * @return {Command} `this` command for chaining
405
+ */
406
+
407
+ hook(event, listener) {
408
+ const allowedValues = ['preAction', 'postAction'];
409
+ if (!allowedValues.includes(event)) {
410
+ throw new Error(`Unexpected value for event passed to hook : '${event}'.
411
+ Expecting one of '${allowedValues.join("', '")}'`);
412
+ }
413
+ if (this._lifeCycleHooks[event]) {
414
+ this._lifeCycleHooks[event].push(listener);
415
+ } else {
416
+ this._lifeCycleHooks[event] = [listener];
417
+ }
418
+ return this;
419
+ }
420
+
421
+ /**
422
+ * Register callback to use as replacement for calling process.exit.
423
+ *
424
+ * @param {Function} [fn] optional callback which will be passed a CommanderError, defaults to throwing
425
+ * @return {Command} `this` command for chaining
426
+ */
427
+
428
+ exitOverride(fn) {
429
+ if (fn) {
430
+ this._exitCallback = fn;
431
+ } else {
432
+ this._exitCallback = (err) => {
433
+ if (err.code !== 'commander.executeSubCommandAsync') {
434
+ throw err;
435
+ } else {
436
+ // Async callback from spawn events, not useful to throw.
437
+ }
438
+ };
439
+ }
440
+ return this;
441
+ };
442
+
443
+ /**
444
+ * Call process.exit, and _exitCallback if defined.
445
+ *
446
+ * @param {number} exitCode exit code for using with process.exit
447
+ * @param {string} code an id string representing the error
448
+ * @param {string} message human-readable description of the error
449
+ * @return never
450
+ * @api private
451
+ */
452
+
453
+ _exit(exitCode, code, message) {
454
+ if (this._exitCallback) {
455
+ this._exitCallback(new CommanderError(exitCode, code, message));
456
+ // Expecting this line is not reached.
457
+ }
458
+ process.exit(exitCode);
459
+ };
460
+
461
+ /**
462
+ * Register callback `fn` for the command.
463
+ *
464
+ * @example
465
+ * program
466
+ * .command('serve')
467
+ * .description('start service')
468
+ * .action(function() {
469
+ * // do work here
470
+ * });
471
+ *
472
+ * @param {Function} fn
473
+ * @return {Command} `this` command for chaining
474
+ */
475
+
476
+ action(fn) {
477
+ const listener = (args) => {
478
+ // The .action callback takes an extra parameter which is the command or options.
479
+ const expectedArgsCount = this._args.length;
480
+ const actionArgs = args.slice(0, expectedArgsCount);
481
+ if (this._storeOptionsAsProperties) {
482
+ actionArgs[expectedArgsCount] = this; // backwards compatible "options"
483
+ } else {
484
+ actionArgs[expectedArgsCount] = this.opts();
485
+ }
486
+ actionArgs.push(this);
487
+
488
+ return fn.apply(this, actionArgs);
489
+ };
490
+ this._actionHandler = listener;
491
+ return this;
492
+ };
493
+
494
+ /**
495
+ * Factory routine to create a new unattached option.
496
+ *
497
+ * See .option() for creating an attached option, which uses this routine to
498
+ * create the option. You can override createOption to return a custom option.
499
+ *
500
+ * @param {string} flags
501
+ * @param {string} [description]
502
+ * @return {Option} new option
503
+ */
504
+
505
+ createOption(flags, description) {
506
+ return new Option(flags, description);
507
+ };
508
+
509
+ /**
510
+ * Add an option.
511
+ *
512
+ * @param {Option} option
513
+ * @return {Command} `this` command for chaining
514
+ */
515
+ addOption(option) {
516
+ const oname = option.name();
517
+ const name = option.attributeName();
518
+
519
+ let defaultValue = option.defaultValue;
520
+
521
+ // preassign default value for --no-*, [optional], <required>, or plain flag if boolean value
522
+ if (option.negate || option.optional || option.required || typeof defaultValue === 'boolean') {
523
+ // when --no-foo we make sure default is true, unless a --foo option is already defined
524
+ if (option.negate) {
525
+ const positiveLongFlag = option.long.replace(/^--no-/, '--');
526
+ defaultValue = this._findOption(positiveLongFlag) ? this.getOptionValue(name) : true;
527
+ }
528
+ // preassign only if we have a default
529
+ if (defaultValue !== undefined) {
530
+ this.setOptionValueWithSource(name, defaultValue, 'default');
531
+ }
532
+ }
533
+
534
+ // register the option
535
+ this.options.push(option);
536
+
537
+ // handler for cli and env supplied values
538
+ const handleOptionValue = (val, invalidValueMessage, valueSource) => {
539
+ // Note: using closure to access lots of lexical scoped variables.
540
+ const oldValue = this.getOptionValue(name);
541
+
542
+ // custom processing
543
+ if (val !== null && option.parseArg) {
544
+ try {
545
+ val = option.parseArg(val, oldValue === undefined ? defaultValue : oldValue);
546
+ } catch (err) {
547
+ if (err.code === 'commander.invalidArgument') {
548
+ const message = `${invalidValueMessage} ${err.message}`;
549
+ this._displayError(err.exitCode, err.code, message);
550
+ }
551
+ throw err;
552
+ }
553
+ } else if (val !== null && option.variadic) {
554
+ val = option._concatValue(val, oldValue);
555
+ }
556
+
557
+ // unassigned or boolean value
558
+ if (typeof oldValue === 'boolean' || typeof oldValue === 'undefined') {
559
+ // if no value, negate false, and we have a default, then use it!
560
+ if (val == null) {
561
+ this.setOptionValueWithSource(name, option.negate ? false : defaultValue || true, valueSource);
562
+ } else {
563
+ this.setOptionValueWithSource(name, val, valueSource);
564
+ }
565
+ } else if (val !== null) {
566
+ // reassign
567
+ this.setOptionValueWithSource(name, option.negate ? false : val, valueSource);
568
+ }
569
+ };
570
+
571
+ this.on('option:' + oname, (val) => {
572
+ const invalidValueMessage = `error: option '${option.flags}' argument '${val}' is invalid.`;
573
+ handleOptionValue(val, invalidValueMessage, 'cli');
574
+ });
575
+
576
+ if (option.envVar) {
577
+ this.on('optionEnv:' + oname, (val) => {
578
+ const invalidValueMessage = `error: option '${option.flags}' value '${val}' from env '${option.envVar}' is invalid.`;
579
+ handleOptionValue(val, invalidValueMessage, 'env');
580
+ });
581
+ }
582
+
583
+ return this;
584
+ }
585
+
586
+ /**
587
+ * Internal implementation shared by .option() and .requiredOption()
588
+ *
589
+ * @api private
590
+ */
591
+ _optionEx(config, flags, description, fn, defaultValue) {
592
+ const option = this.createOption(flags, description);
593
+ option.makeOptionMandatory(!!config.mandatory);
594
+ if (typeof fn === 'function') {
595
+ option.default(defaultValue).argParser(fn);
596
+ } else if (fn instanceof RegExp) {
597
+ // deprecated
598
+ const regex = fn;
599
+ fn = (val, def) => {
600
+ const m = regex.exec(val);
601
+ return m ? m[0] : def;
602
+ };
603
+ option.default(defaultValue).argParser(fn);
604
+ } else {
605
+ option.default(fn);
606
+ }
607
+
608
+ return this.addOption(option);
609
+ }
610
+
611
+ /**
612
+ * Define option with `flags`, `description` and optional
613
+ * coercion `fn`.
614
+ *
615
+ * The `flags` string contains the short and/or long flags,
616
+ * separated by comma, a pipe or space. The following are all valid
617
+ * all will output this way when `--help` is used.
618
+ *
619
+ * "-p, --pepper"
620
+ * "-p|--pepper"
621
+ * "-p --pepper"
622
+ *
623
+ * @example
624
+ * // simple boolean defaulting to undefined
625
+ * program.option('-p, --pepper', 'add pepper');
626
+ *
627
+ * program.pepper
628
+ * // => undefined
629
+ *
630
+ * --pepper
631
+ * program.pepper
632
+ * // => true
633
+ *
634
+ * // simple boolean defaulting to true (unless non-negated option is also defined)
635
+ * program.option('-C, --no-cheese', 'remove cheese');
636
+ *
637
+ * program.cheese
638
+ * // => true
639
+ *
640
+ * --no-cheese
641
+ * program.cheese
642
+ * // => false
643
+ *
644
+ * // required argument
645
+ * program.option('-C, --chdir <path>', 'change the working directory');
646
+ *
647
+ * --chdir /tmp
648
+ * program.chdir
649
+ * // => "/tmp"
650
+ *
651
+ * // optional argument
652
+ * program.option('-c, --cheese [type]', 'add cheese [marble]');
653
+ *
654
+ * @param {string} flags
655
+ * @param {string} [description]
656
+ * @param {Function|*} [fn] - custom option processing function or default value
657
+ * @param {*} [defaultValue]
658
+ * @return {Command} `this` command for chaining
659
+ */
660
+
661
+ option(flags, description, fn, defaultValue) {
662
+ return this._optionEx({}, flags, description, fn, defaultValue);
663
+ };
664
+
665
+ /**
666
+ * Add a required option which must have a value after parsing. This usually means
667
+ * the option must be specified on the command line. (Otherwise the same as .option().)
668
+ *
669
+ * The `flags` string contains the short and/or long flags, separated by comma, a pipe or space.
670
+ *
671
+ * @param {string} flags
672
+ * @param {string} [description]
673
+ * @param {Function|*} [fn] - custom option processing function or default value
674
+ * @param {*} [defaultValue]
675
+ * @return {Command} `this` command for chaining
676
+ */
677
+
678
+ requiredOption(flags, description, fn, defaultValue) {
679
+ return this._optionEx({ mandatory: true }, flags, description, fn, defaultValue);
680
+ };
681
+
682
+ /**
683
+ * Alter parsing of short flags with optional values.
684
+ *
685
+ * @example
686
+ * // for `.option('-f,--flag [value]'):
687
+ * program.combineFlagAndOptionalValue(true); // `-f80` is treated like `--flag=80`, this is the default behaviour
688
+ * program.combineFlagAndOptionalValue(false) // `-fb` is treated like `-f -b`
689
+ *
690
+ * @param {Boolean} [combine=true] - if `true` or omitted, an optional value can be specified directly after the flag.
691
+ */
692
+ combineFlagAndOptionalValue(combine = true) {
693
+ this._combineFlagAndOptionalValue = !!combine;
694
+ return this;
695
+ };
696
+
697
+ /**
698
+ * Allow unknown options on the command line.
699
+ *
700
+ * @param {Boolean} [allowUnknown=true] - if `true` or omitted, no error will be thrown
701
+ * for unknown options.
702
+ */
703
+ allowUnknownOption(allowUnknown = true) {
704
+ this._allowUnknownOption = !!allowUnknown;
705
+ return this;
706
+ };
707
+
708
+ /**
709
+ * Allow excess command-arguments on the command line. Pass false to make excess arguments an error.
710
+ *
711
+ * @param {Boolean} [allowExcess=true] - if `true` or omitted, no error will be thrown
712
+ * for excess arguments.
713
+ */
714
+ allowExcessArguments(allowExcess = true) {
715
+ this._allowExcessArguments = !!allowExcess;
716
+ return this;
717
+ };
718
+
719
+ /**
720
+ * Enable positional options. Positional means global options are specified before subcommands which lets
721
+ * subcommands reuse the same option names, and also enables subcommands to turn on passThroughOptions.
722
+ * The default behaviour is non-positional and global options may appear anywhere on the command line.
723
+ *
724
+ * @param {Boolean} [positional=true]
725
+ */
726
+ enablePositionalOptions(positional = true) {
727
+ this._enablePositionalOptions = !!positional;
728
+ return this;
729
+ };
730
+
731
+ /**
732
+ * Pass through options that come after command-arguments rather than treat them as command-options,
733
+ * so actual command-options come before command-arguments. Turning this on for a subcommand requires
734
+ * positional options to have been enabled on the program (parent commands).
735
+ * The default behaviour is non-positional and options may appear before or after command-arguments.
736
+ *
737
+ * @param {Boolean} [passThrough=true]
738
+ * for unknown options.
739
+ */
740
+ passThroughOptions(passThrough = true) {
741
+ this._passThroughOptions = !!passThrough;
742
+ if (!!this.parent && passThrough && !this.parent._enablePositionalOptions) {
743
+ throw new Error('passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)');
744
+ }
745
+ return this;
746
+ };
747
+
748
+ /**
749
+ * Whether to store option values as properties on command object,
750
+ * or store separately (specify false). In both cases the option values can be accessed using .opts().
751
+ *
752
+ * @param {boolean} [storeAsProperties=true]
753
+ * @return {Command} `this` command for chaining
754
+ */
755
+
756
+ storeOptionsAsProperties(storeAsProperties = true) {
757
+ this._storeOptionsAsProperties = !!storeAsProperties;
758
+ if (this.options.length) {
759
+ throw new Error('call .storeOptionsAsProperties() before adding options');
760
+ }
761
+ return this;
762
+ };
763
+
764
+ /**
765
+ * Retrieve option value.
766
+ *
767
+ * @param {string} key
768
+ * @return {Object} value
769
+ */
770
+
771
+ getOptionValue(key) {
772
+ if (this._storeOptionsAsProperties) {
773
+ return this[key];
774
+ }
775
+ return this._optionValues[key];
776
+ };
777
+
778
+ /**
779
+ * Store option value.
780
+ *
781
+ * @param {string} key
782
+ * @param {Object} value
783
+ * @return {Command} `this` command for chaining
784
+ */
785
+
786
+ setOptionValue(key, value) {
787
+ if (this._storeOptionsAsProperties) {
788
+ this[key] = value;
789
+ } else {
790
+ this._optionValues[key] = value;
791
+ }
792
+ return this;
793
+ };
794
+
795
+ /**
796
+ * Store option value and where the value came from.
797
+ *
798
+ * @param {string} key
799
+ * @param {Object} value
800
+ * @param {string} source - expected values are default/config/env/cli
801
+ * @return {Command} `this` command for chaining
802
+ */
803
+
804
+ setOptionValueWithSource(key, value, source) {
805
+ this.setOptionValue(key, value);
806
+ this._optionValueSources[key] = source;
807
+ return this;
808
+ }
809
+
810
+ /**
811
+ * Get source of option value.
812
+ * Expected values are default | config | env | cli
813
+ *
814
+ * @param {string} key
815
+ * @return {string}
816
+ */
817
+
818
+ getOptionValueSource(key) {
819
+ return this._optionValueSources[key];
820
+ };
821
+
822
+ /**
823
+ * Get user arguments implied or explicit arguments.
824
+ * Side-effects: set _scriptPath if args included application, and use that to set implicit command name.
825
+ *
826
+ * @api private
827
+ */
828
+
829
+ _prepareUserArgs(argv, parseOptions) {
830
+ if (argv !== undefined && !Array.isArray(argv)) {
831
+ throw new Error('first parameter to parse must be array or undefined');
832
+ }
833
+ parseOptions = parseOptions || {};
834
+
835
+ // Default to using process.argv
836
+ if (argv === undefined) {
837
+ argv = process.argv;
838
+ // @ts-ignore: unknown property
839
+ if (process.versions && process.versions.electron) {
840
+ parseOptions.from = 'electron';
841
+ }
842
+ }
843
+ this.rawArgs = argv.slice();
844
+
845
+ // make it a little easier for callers by supporting various argv conventions
846
+ let userArgs;
847
+ switch (parseOptions.from) {
848
+ case undefined:
849
+ case 'node':
850
+ this._scriptPath = argv[1];
851
+ userArgs = argv.slice(2);
852
+ break;
853
+ case 'electron':
854
+ // @ts-ignore: unknown property
855
+ if (process.defaultApp) {
856
+ this._scriptPath = argv[1];
857
+ userArgs = argv.slice(2);
858
+ } else {
859
+ userArgs = argv.slice(1);
860
+ }
861
+ break;
862
+ case 'user':
863
+ userArgs = argv.slice(0);
864
+ break;
865
+ default:
866
+ throw new Error(`unexpected parse option { from: '${parseOptions.from}' }`);
867
+ }
868
+ if (!this._scriptPath && require.main) {
869
+ this._scriptPath = require.main.filename;
870
+ }
871
+
872
+ // Guess name, used in usage in help.
873
+ this._name = this._name || (this._scriptPath && path.basename(this._scriptPath, path.extname(this._scriptPath)));
874
+
875
+ return userArgs;
876
+ }
877
+
878
+ /**
879
+ * Parse `argv`, setting options and invoking commands when defined.
880
+ *
881
+ * The default expectation is that the arguments are from node and have the application as argv[0]
882
+ * and the script being run in argv[1], with user parameters after that.
883
+ *
884
+ * @example
885
+ * program.parse(process.argv);
886
+ * program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions
887
+ * program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
888
+ *
889
+ * @param {string[]} [argv] - optional, defaults to process.argv
890
+ * @param {Object} [parseOptions] - optionally specify style of options with from: node/user/electron
891
+ * @param {string} [parseOptions.from] - where the args are from: 'node', 'user', 'electron'
892
+ * @return {Command} `this` command for chaining
893
+ */
894
+
895
+ parse(argv, parseOptions) {
896
+ const userArgs = this._prepareUserArgs(argv, parseOptions);
897
+ this._parseCommand([], userArgs);
898
+
899
+ return this;
900
+ };
901
+
902
+ /**
903
+ * Parse `argv`, setting options and invoking commands when defined.
904
+ *
905
+ * Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise.
906
+ *
907
+ * The default expectation is that the arguments are from node and have the application as argv[0]
908
+ * and the script being run in argv[1], with user parameters after that.
909
+ *
910
+ * @example
911
+ * await program.parseAsync(process.argv);
912
+ * await program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions
913
+ * await program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
914
+ *
915
+ * @param {string[]} [argv]
916
+ * @param {Object} [parseOptions]
917
+ * @param {string} parseOptions.from - where the args are from: 'node', 'user', 'electron'
918
+ * @return {Promise}
919
+ */
920
+
921
+ async parseAsync(argv, parseOptions) {
922
+ const userArgs = this._prepareUserArgs(argv, parseOptions);
923
+ await this._parseCommand([], userArgs);
924
+
925
+ return this;
926
+ };
927
+
928
+ /**
929
+ * Execute a sub-command executable.
930
+ *
931
+ * @api private
932
+ */
933
+
934
+ _executeSubCommand(subcommand, args) {
935
+ args = args.slice();
936
+ let launchWithNode = false; // Use node for source targets so do not need to get permissions correct, and on Windows.
937
+ const sourceExt = ['.js', '.ts', '.tsx', '.mjs', '.cjs'];
938
+
939
+ // Not checking for help first. Unlikely to have mandatory and executable, and can't robustly test for help flags in external command.
940
+ this._checkForMissingMandatoryOptions();
941
+
942
+ // Want the entry script as the reference for command name and directory for searching for other files.
943
+ let scriptPath = this._scriptPath;
944
+ // Fallback in case not set, due to how Command created or called.
945
+ if (!scriptPath && require.main) {
946
+ scriptPath = require.main.filename;
947
+ }
948
+
949
+ let baseDir;
950
+ try {
951
+ const resolvedLink = fs.realpathSync(scriptPath);
952
+ baseDir = path.dirname(resolvedLink);
953
+ } catch (e) {
954
+ baseDir = '.'; // dummy, probably not going to find executable!
955
+ }
956
+
957
+ // name of the subcommand, like `pm-install`
958
+ let bin = path.basename(scriptPath, path.extname(scriptPath)) + '-' + subcommand._name;
959
+ if (subcommand._executableFile) {
960
+ bin = subcommand._executableFile;
961
+ }
962
+
963
+ const localBin = path.join(baseDir, bin);
964
+ if (fs.existsSync(localBin)) {
965
+ // prefer local `./<bin>` to bin in the $PATH
966
+ bin = localBin;
967
+ } else {
968
+ // Look for source files.
969
+ sourceExt.forEach((ext) => {
970
+ if (fs.existsSync(`${localBin}${ext}`)) {
971
+ bin = `${localBin}${ext}`;
972
+ }
973
+ });
974
+ }
975
+ launchWithNode = sourceExt.includes(path.extname(bin));
976
+
977
+ let proc;
978
+ if (process.platform !== 'win32') {
979
+ if (launchWithNode) {
980
+ args.unshift(bin);
981
+ // add executable arguments to spawn
982
+ args = incrementNodeInspectorPort(process.execArgv).concat(args);
983
+
984
+ proc = childProcess.spawn(process.argv[0], args, { stdio: 'inherit' });
985
+ } else {
986
+ proc = childProcess.spawn(bin, args, { stdio: 'inherit' });
987
+ }
988
+ } else {
989
+ args.unshift(bin);
990
+ // add executable arguments to spawn
991
+ args = incrementNodeInspectorPort(process.execArgv).concat(args);
992
+ proc = childProcess.spawn(process.execPath, args, { stdio: 'inherit' });
993
+ }
994
+
995
+ const signals = ['SIGUSR1', 'SIGUSR2', 'SIGTERM', 'SIGINT', 'SIGHUP'];
996
+ signals.forEach((signal) => {
997
+ // @ts-ignore
998
+ process.on(signal, () => {
999
+ if (proc.killed === false && proc.exitCode === null) {
1000
+ proc.kill(signal);
1001
+ }
1002
+ });
1003
+ });
1004
+
1005
+ // By default terminate process when spawned process terminates.
1006
+ // Suppressing the exit if exitCallback defined is a bit messy and of limited use, but does allow process to stay running!
1007
+ const exitCallback = this._exitCallback;
1008
+ if (!exitCallback) {
1009
+ proc.on('close', process.exit.bind(process));
1010
+ } else {
1011
+ proc.on('close', () => {
1012
+ exitCallback(new CommanderError(process.exitCode || 0, 'commander.executeSubCommandAsync', '(close)'));
1013
+ });
1014
+ }
1015
+ proc.on('error', (err) => {
1016
+ // @ts-ignore
1017
+ if (err.code === 'ENOENT') {
1018
+ const executableMissing = `'${bin}' does not exist
1019
+ - if '${subcommand._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
1020
+ - if the default executable name is not suitable, use the executableFile option to supply a custom name`;
1021
+ throw new Error(executableMissing);
1022
+ // @ts-ignore
1023
+ } else if (err.code === 'EACCES') {
1024
+ throw new Error(`'${bin}' not executable`);
1025
+ }
1026
+ if (!exitCallback) {
1027
+ process.exit(1);
1028
+ } else {
1029
+ const wrappedError = new CommanderError(1, 'commander.executeSubCommandAsync', '(error)');
1030
+ wrappedError.nestedError = err;
1031
+ exitCallback(wrappedError);
1032
+ }
1033
+ });
1034
+
1035
+ // Store the reference to the child process
1036
+ this.runningCommand = proc;
1037
+ };
1038
+
1039
+ /**
1040
+ * @api private
1041
+ */
1042
+
1043
+ _dispatchSubcommand(commandName, operands, unknown) {
1044
+ const subCommand = this._findCommand(commandName);
1045
+ if (!subCommand) this.help({ error: true });
1046
+
1047
+ if (subCommand._executableHandler) {
1048
+ this._executeSubCommand(subCommand, operands.concat(unknown));
1049
+ } else {
1050
+ return subCommand._parseCommand(operands, unknown);
1051
+ }
1052
+ };
1053
+
1054
+ /**
1055
+ * Check this.args against expected this._args.
1056
+ *
1057
+ * @api private
1058
+ */
1059
+
1060
+ _checkNumberOfArguments() {
1061
+ // too few
1062
+ this._args.forEach((arg, i) => {
1063
+ if (arg.required && this.args[i] == null) {
1064
+ this.missingArgument(arg.name());
1065
+ }
1066
+ });
1067
+ // too many
1068
+ if (this._args.length > 0 && this._args[this._args.length - 1].variadic) {
1069
+ return;
1070
+ }
1071
+ if (this.args.length > this._args.length) {
1072
+ this._excessArguments(this.args);
1073
+ }
1074
+ };
1075
+
1076
+ /**
1077
+ * Process this.args using this._args and save as this.processedArgs!
1078
+ *
1079
+ * @api private
1080
+ */
1081
+
1082
+ _processArguments() {
1083
+ const myParseArg = (argument, value, previous) => {
1084
+ // Extra processing for nice error message on parsing failure.
1085
+ let parsedValue = value;
1086
+ if (value !== null && argument.parseArg) {
1087
+ try {
1088
+ parsedValue = argument.parseArg(value, previous);
1089
+ } catch (err) {
1090
+ if (err.code === 'commander.invalidArgument') {
1091
+ const message = `error: command-argument value '${value}' is invalid for argument '${argument.name()}'. ${err.message}`;
1092
+ this._displayError(err.exitCode, err.code, message);
1093
+ }
1094
+ throw err;
1095
+ }
1096
+ }
1097
+ return parsedValue;
1098
+ };
1099
+
1100
+ this._checkNumberOfArguments();
1101
+
1102
+ const processedArgs = [];
1103
+ this._args.forEach((declaredArg, index) => {
1104
+ let value = declaredArg.defaultValue;
1105
+ if (declaredArg.variadic) {
1106
+ // Collect together remaining arguments for passing together as an array.
1107
+ if (index < this.args.length) {
1108
+ value = this.args.slice(index);
1109
+ if (declaredArg.parseArg) {
1110
+ value = value.reduce((processed, v) => {
1111
+ return myParseArg(declaredArg, v, processed);
1112
+ }, declaredArg.defaultValue);
1113
+ }
1114
+ } else if (value === undefined) {
1115
+ value = [];
1116
+ }
1117
+ } else if (index < this.args.length) {
1118
+ value = this.args[index];
1119
+ if (declaredArg.parseArg) {
1120
+ value = myParseArg(declaredArg, value, declaredArg.defaultValue);
1121
+ }
1122
+ }
1123
+ processedArgs[index] = value;
1124
+ });
1125
+ this.processedArgs = processedArgs;
1126
+ }
1127
+
1128
+ /**
1129
+ * Once we have a promise we chain, but call synchronously until then.
1130
+ *
1131
+ * @param {Promise|undefined} promise
1132
+ * @param {Function} fn
1133
+ * @return {Promise|undefined}
1134
+ * @api private
1135
+ */
1136
+
1137
+ _chainOrCall(promise, fn) {
1138
+ // thenable
1139
+ if (promise && promise.then && typeof promise.then === 'function') {
1140
+ // already have a promise, chain callback
1141
+ return promise.then(() => fn());
1142
+ }
1143
+ // callback might return a promise
1144
+ return fn();
1145
+ }
1146
+
1147
+ /**
1148
+ *
1149
+ * @param {Promise|undefined} promise
1150
+ * @param {string} event
1151
+ * @return {Promise|undefined}
1152
+ * @api private
1153
+ */
1154
+
1155
+ _chainOrCallHooks(promise, event) {
1156
+ let result = promise;
1157
+ const hooks = [];
1158
+ getCommandAndParents(this)
1159
+ .reverse()
1160
+ .filter(cmd => cmd._lifeCycleHooks[event] !== undefined)
1161
+ .forEach(hookedCommand => {
1162
+ hookedCommand._lifeCycleHooks[event].forEach((callback) => {
1163
+ hooks.push({ hookedCommand, callback });
1164
+ });
1165
+ });
1166
+ if (event === 'postAction') {
1167
+ hooks.reverse();
1168
+ }
1169
+
1170
+ hooks.forEach((hookDetail) => {
1171
+ result = this._chainOrCall(result, () => {
1172
+ return hookDetail.callback(hookDetail.hookedCommand, this);
1173
+ });
1174
+ });
1175
+ return result;
1176
+ }
1177
+
1178
+ /**
1179
+ * Process arguments in context of this command.
1180
+ * Returns action result, in case it is a promise.
1181
+ *
1182
+ * @api private
1183
+ */
1184
+
1185
+ _parseCommand(operands, unknown) {
1186
+ const parsed = this.parseOptions(unknown);
1187
+ this._parseOptionsEnv(); // after cli, so parseArg not called on both cli and env
1188
+ operands = operands.concat(parsed.operands);
1189
+ unknown = parsed.unknown;
1190
+ this.args = operands.concat(unknown);
1191
+
1192
+ if (operands && this._findCommand(operands[0])) {
1193
+ return this._dispatchSubcommand(operands[0], operands.slice(1), unknown);
1194
+ }
1195
+ if (this._hasImplicitHelpCommand() && operands[0] === this._helpCommandName) {
1196
+ if (operands.length === 1) {
1197
+ this.help();
1198
+ }
1199
+ return this._dispatchSubcommand(operands[1], [], [this._helpLongFlag]);
1200
+ }
1201
+ if (this._defaultCommandName) {
1202
+ outputHelpIfRequested(this, unknown); // Run the help for default command from parent rather than passing to default command
1203
+ return this._dispatchSubcommand(this._defaultCommandName, operands, unknown);
1204
+ }
1205
+ if (this.commands.length && this.args.length === 0 && !this._actionHandler && !this._defaultCommandName) {
1206
+ // probably missing subcommand and no handler, user needs help (and exit)
1207
+ this.help({ error: true });
1208
+ }
1209
+
1210
+ outputHelpIfRequested(this, parsed.unknown);
1211
+ this._checkForMissingMandatoryOptions();
1212
+
1213
+ // We do not always call this check to avoid masking a "better" error, like unknown command.
1214
+ const checkForUnknownOptions = () => {
1215
+ if (parsed.unknown.length > 0) {
1216
+ this.unknownOption(parsed.unknown[0]);
1217
+ }
1218
+ };
1219
+
1220
+ const commandEvent = `command:${this.name()}`;
1221
+ if (this._actionHandler) {
1222
+ checkForUnknownOptions();
1223
+ this._processArguments();
1224
+
1225
+ let actionResult;
1226
+ actionResult = this._chainOrCallHooks(actionResult, 'preAction');
1227
+ actionResult = this._chainOrCall(actionResult, () => this._actionHandler(this.processedArgs));
1228
+ if (this.parent) this.parent.emit(commandEvent, operands, unknown); // legacy
1229
+ actionResult = this._chainOrCallHooks(actionResult, 'postAction');
1230
+ return actionResult;
1231
+ }
1232
+ if (this.parent && this.parent.listenerCount(commandEvent)) {
1233
+ checkForUnknownOptions();
1234
+ this._processArguments();
1235
+ this.parent.emit(commandEvent, operands, unknown); // legacy
1236
+ } else if (operands.length) {
1237
+ if (this._findCommand('*')) { // legacy default command
1238
+ return this._dispatchSubcommand('*', operands, unknown);
1239
+ }
1240
+ if (this.listenerCount('command:*')) {
1241
+ // skip option check, emit event for possible misspelling suggestion
1242
+ this.emit('command:*', operands, unknown);
1243
+ } else if (this.commands.length) {
1244
+ this.unknownCommand();
1245
+ } else {
1246
+ checkForUnknownOptions();
1247
+ this._processArguments();
1248
+ }
1249
+ } else if (this.commands.length) {
1250
+ checkForUnknownOptions();
1251
+ // This command has subcommands and nothing hooked up at this level, so display help (and exit).
1252
+ this.help({ error: true });
1253
+ } else {
1254
+ checkForUnknownOptions();
1255
+ this._processArguments();
1256
+ // fall through for caller to handle after calling .parse()
1257
+ }
1258
+ };
1259
+
1260
+ /**
1261
+ * Find matching command.
1262
+ *
1263
+ * @api private
1264
+ */
1265
+ _findCommand(name) {
1266
+ if (!name) return undefined;
1267
+ return this.commands.find(cmd => cmd._name === name || cmd._aliases.includes(name));
1268
+ };
1269
+
1270
+ /**
1271
+ * Return an option matching `arg` if any.
1272
+ *
1273
+ * @param {string} arg
1274
+ * @return {Option}
1275
+ * @api private
1276
+ */
1277
+
1278
+ _findOption(arg) {
1279
+ return this.options.find(option => option.is(arg));
1280
+ };
1281
+
1282
+ /**
1283
+ * Display an error message if a mandatory option does not have a value.
1284
+ * Lazy calling after checking for help flags from leaf subcommand.
1285
+ *
1286
+ * @api private
1287
+ */
1288
+
1289
+ _checkForMissingMandatoryOptions() {
1290
+ // Walk up hierarchy so can call in subcommand after checking for displaying help.
1291
+ for (let cmd = this; cmd; cmd = cmd.parent) {
1292
+ cmd.options.forEach((anOption) => {
1293
+ if (anOption.mandatory && (cmd.getOptionValue(anOption.attributeName()) === undefined)) {
1294
+ cmd.missingMandatoryOptionValue(anOption);
1295
+ }
1296
+ });
1297
+ }
1298
+ };
1299
+
1300
+ /**
1301
+ * Parse options from `argv` removing known options,
1302
+ * and return argv split into operands and unknown arguments.
1303
+ *
1304
+ * Examples:
1305
+ *
1306
+ * argv => operands, unknown
1307
+ * --known kkk op => [op], []
1308
+ * op --known kkk => [op], []
1309
+ * sub --unknown uuu op => [sub], [--unknown uuu op]
1310
+ * sub -- --unknown uuu op => [sub --unknown uuu op], []
1311
+ *
1312
+ * @param {String[]} argv
1313
+ * @return {{operands: String[], unknown: String[]}}
1314
+ */
1315
+
1316
+ parseOptions(argv) {
1317
+ const operands = []; // operands, not options or values
1318
+ const unknown = []; // first unknown option and remaining unknown args
1319
+ let dest = operands;
1320
+ const args = argv.slice();
1321
+
1322
+ function maybeOption(arg) {
1323
+ return arg.length > 1 && arg[0] === '-';
1324
+ }
1325
+
1326
+ // parse options
1327
+ let activeVariadicOption = null;
1328
+ while (args.length) {
1329
+ const arg = args.shift();
1330
+
1331
+ // literal
1332
+ if (arg === '--') {
1333
+ if (dest === unknown) dest.push(arg);
1334
+ dest.push(...args);
1335
+ break;
1336
+ }
1337
+
1338
+ if (activeVariadicOption && !maybeOption(arg)) {
1339
+ this.emit(`option:${activeVariadicOption.name()}`, arg);
1340
+ continue;
1341
+ }
1342
+ activeVariadicOption = null;
1343
+
1344
+ if (maybeOption(arg)) {
1345
+ const option = this._findOption(arg);
1346
+ // recognised option, call listener to assign value with possible custom processing
1347
+ if (option) {
1348
+ if (option.required) {
1349
+ const value = args.shift();
1350
+ if (value === undefined) this.optionMissingArgument(option);
1351
+ this.emit(`option:${option.name()}`, value);
1352
+ } else if (option.optional) {
1353
+ let value = null;
1354
+ // historical behaviour is optional value is following arg unless an option
1355
+ if (args.length > 0 && !maybeOption(args[0])) {
1356
+ value = args.shift();
1357
+ }
1358
+ this.emit(`option:${option.name()}`, value);
1359
+ } else { // boolean flag
1360
+ this.emit(`option:${option.name()}`);
1361
+ }
1362
+ activeVariadicOption = option.variadic ? option : null;
1363
+ continue;
1364
+ }
1365
+ }
1366
+
1367
+ // Look for combo options following single dash, eat first one if known.
1368
+ if (arg.length > 2 && arg[0] === '-' && arg[1] !== '-') {
1369
+ const option = this._findOption(`-${arg[1]}`);
1370
+ if (option) {
1371
+ if (option.required || (option.optional && this._combineFlagAndOptionalValue)) {
1372
+ // option with value following in same argument
1373
+ this.emit(`option:${option.name()}`, arg.slice(2));
1374
+ } else {
1375
+ // boolean option, emit and put back remainder of arg for further processing
1376
+ this.emit(`option:${option.name()}`);
1377
+ args.unshift(`-${arg.slice(2)}`);
1378
+ }
1379
+ continue;
1380
+ }
1381
+ }
1382
+
1383
+ // Look for known long flag with value, like --foo=bar
1384
+ if (/^--[^=]+=/.test(arg)) {
1385
+ const index = arg.indexOf('=');
1386
+ const option = this._findOption(arg.slice(0, index));
1387
+ if (option && (option.required || option.optional)) {
1388
+ this.emit(`option:${option.name()}`, arg.slice(index + 1));
1389
+ continue;
1390
+ }
1391
+ }
1392
+
1393
+ // Not a recognised option by this command.
1394
+ // Might be a command-argument, or subcommand option, or unknown option, or help command or option.
1395
+
1396
+ // An unknown option means further arguments also classified as unknown so can be reprocessed by subcommands.
1397
+ if (maybeOption(arg)) {
1398
+ dest = unknown;
1399
+ }
1400
+
1401
+ // If using positionalOptions, stop processing our options at subcommand.
1402
+ if ((this._enablePositionalOptions || this._passThroughOptions) && operands.length === 0 && unknown.length === 0) {
1403
+ if (this._findCommand(arg)) {
1404
+ operands.push(arg);
1405
+ if (args.length > 0) unknown.push(...args);
1406
+ break;
1407
+ } else if (arg === this._helpCommandName && this._hasImplicitHelpCommand()) {
1408
+ operands.push(arg);
1409
+ if (args.length > 0) operands.push(...args);
1410
+ break;
1411
+ } else if (this._defaultCommandName) {
1412
+ unknown.push(arg);
1413
+ if (args.length > 0) unknown.push(...args);
1414
+ break;
1415
+ }
1416
+ }
1417
+
1418
+ // If using passThroughOptions, stop processing options at first command-argument.
1419
+ if (this._passThroughOptions) {
1420
+ dest.push(arg);
1421
+ if (args.length > 0) dest.push(...args);
1422
+ break;
1423
+ }
1424
+
1425
+ // add arg
1426
+ dest.push(arg);
1427
+ }
1428
+
1429
+ return { operands, unknown };
1430
+ };
1431
+
1432
+ /**
1433
+ * Return an object containing options as key-value pairs
1434
+ *
1435
+ * @return {Object}
1436
+ */
1437
+ opts() {
1438
+ if (this._storeOptionsAsProperties) {
1439
+ // Preserve original behaviour so backwards compatible when still using properties
1440
+ const result = {};
1441
+ const len = this.options.length;
1442
+
1443
+ for (let i = 0; i < len; i++) {
1444
+ const key = this.options[i].attributeName();
1445
+ result[key] = key === this._versionOptionName ? this._version : this[key];
1446
+ }
1447
+ return result;
1448
+ }
1449
+
1450
+ return this._optionValues;
1451
+ };
1452
+
1453
+ /**
1454
+ * Internal bottleneck for handling of parsing errors.
1455
+ *
1456
+ * @api private
1457
+ */
1458
+ _displayError(exitCode, code, message) {
1459
+ this._outputConfiguration.outputError(`${message}\n`, this._outputConfiguration.writeErr);
1460
+ if (typeof this._showHelpAfterError === 'string') {
1461
+ this._outputConfiguration.writeErr(`${this._showHelpAfterError}\n`);
1462
+ } else if (this._showHelpAfterError) {
1463
+ this._outputConfiguration.writeErr('\n');
1464
+ this.outputHelp({ error: true });
1465
+ }
1466
+ this._exit(exitCode, code, message);
1467
+ }
1468
+
1469
+ /**
1470
+ * Apply any option related environment variables, if option does
1471
+ * not have a value from cli or client code.
1472
+ *
1473
+ * @api private
1474
+ */
1475
+ _parseOptionsEnv() {
1476
+ this.options.forEach((option) => {
1477
+ if (option.envVar && option.envVar in process.env) {
1478
+ const optionKey = option.attributeName();
1479
+ // Priority check. Do not overwrite cli or options from unknown source (client-code).
1480
+ if (this.getOptionValue(optionKey) === undefined || ['default', 'config', 'env'].includes(this.getOptionValueSource(optionKey))) {
1481
+ if (option.required || option.optional) { // option can take a value
1482
+ // keep very simple, optional always takes value
1483
+ this.emit(`optionEnv:${option.name()}`, process.env[option.envVar]);
1484
+ } else { // boolean
1485
+ // keep very simple, only care that envVar defined and not the value
1486
+ this.emit(`optionEnv:${option.name()}`);
1487
+ }
1488
+ }
1489
+ }
1490
+ });
1491
+ }
1492
+
1493
+ /**
1494
+ * Argument `name` is missing.
1495
+ *
1496
+ * @param {string} name
1497
+ * @api private
1498
+ */
1499
+
1500
+ missingArgument(name) {
1501
+ const message = `error: missing required argument '${name}'`;
1502
+ this._displayError(1, 'commander.missingArgument', message);
1503
+ };
1504
+
1505
+ /**
1506
+ * `Option` is missing an argument.
1507
+ *
1508
+ * @param {Option} option
1509
+ * @api private
1510
+ */
1511
+
1512
+ optionMissingArgument(option) {
1513
+ const message = `error: option '${option.flags}' argument missing`;
1514
+ this._displayError(1, 'commander.optionMissingArgument', message);
1515
+ };
1516
+
1517
+ /**
1518
+ * `Option` does not have a value, and is a mandatory option.
1519
+ *
1520
+ * @param {Option} option
1521
+ * @api private
1522
+ */
1523
+
1524
+ missingMandatoryOptionValue(option) {
1525
+ const message = `error: required option '${option.flags}' not specified`;
1526
+ this._displayError(1, 'commander.missingMandatoryOptionValue', message);
1527
+ };
1528
+
1529
+ /**
1530
+ * Unknown option `flag`.
1531
+ *
1532
+ * @param {string} flag
1533
+ * @api private
1534
+ */
1535
+
1536
+ unknownOption(flag) {
1537
+ if (this._allowUnknownOption) return;
1538
+ let suggestion = '';
1539
+
1540
+ if (flag.startsWith('--') && this._showSuggestionAfterError) {
1541
+ // Looping to pick up the global options too
1542
+ let candidateFlags = [];
1543
+ let command = this;
1544
+ do {
1545
+ const moreFlags = command.createHelp().visibleOptions(command)
1546
+ .filter(option => option.long)
1547
+ .map(option => option.long);
1548
+ candidateFlags = candidateFlags.concat(moreFlags);
1549
+ command = command.parent;
1550
+ } while (command && !command._enablePositionalOptions);
1551
+ suggestion = suggestSimilar(flag, candidateFlags);
1552
+ }
1553
+
1554
+ const message = `error: unknown option '${flag}'${suggestion}`;
1555
+ this._displayError(1, 'commander.unknownOption', message);
1556
+ };
1557
+
1558
+ /**
1559
+ * Excess arguments, more than expected.
1560
+ *
1561
+ * @param {string[]} receivedArgs
1562
+ * @api private
1563
+ */
1564
+
1565
+ _excessArguments(receivedArgs) {
1566
+ if (this._allowExcessArguments) return;
1567
+
1568
+ const expected = this._args.length;
1569
+ const s = (expected === 1) ? '' : 's';
1570
+ const forSubcommand = this.parent ? ` for '${this.name()}'` : '';
1571
+ const message = `error: too many arguments${forSubcommand}. Expected ${expected} argument${s} but got ${receivedArgs.length}.`;
1572
+ this._displayError(1, 'commander.excessArguments', message);
1573
+ };
1574
+
1575
+ /**
1576
+ * Unknown command.
1577
+ *
1578
+ * @api private
1579
+ */
1580
+
1581
+ unknownCommand() {
1582
+ const unknownName = this.args[0];
1583
+ let suggestion = '';
1584
+
1585
+ if (this._showSuggestionAfterError) {
1586
+ const candidateNames = [];
1587
+ this.createHelp().visibleCommands(this).forEach((command) => {
1588
+ candidateNames.push(command.name());
1589
+ // just visible alias
1590
+ if (command.alias()) candidateNames.push(command.alias());
1591
+ });
1592
+ suggestion = suggestSimilar(unknownName, candidateNames);
1593
+ }
1594
+
1595
+ const message = `error: unknown command '${unknownName}'${suggestion}`;
1596
+ this._displayError(1, 'commander.unknownCommand', message);
1597
+ };
1598
+
1599
+ /**
1600
+ * Set the program version to `str`.
1601
+ *
1602
+ * This method auto-registers the "-V, --version" flag
1603
+ * which will print the version number when passed.
1604
+ *
1605
+ * You can optionally supply the flags and description to override the defaults.
1606
+ *
1607
+ * @param {string} str
1608
+ * @param {string} [flags]
1609
+ * @param {string} [description]
1610
+ * @return {this | string} `this` command for chaining, or version string if no arguments
1611
+ */
1612
+
1613
+ version(str, flags, description) {
1614
+ if (str === undefined) return this._version;
1615
+ this._version = str;
1616
+ flags = flags || '-V, --version';
1617
+ description = description || 'output the version number';
1618
+ const versionOption = this.createOption(flags, description);
1619
+ this._versionOptionName = versionOption.attributeName();
1620
+ this.options.push(versionOption);
1621
+ this.on('option:' + versionOption.name(), () => {
1622
+ this._outputConfiguration.writeOut(`${str}\n`);
1623
+ this._exit(0, 'commander.version', str);
1624
+ });
1625
+ return this;
1626
+ };
1627
+
1628
+ /**
1629
+ * Set the description to `str`.
1630
+ *
1631
+ * @param {string} [str]
1632
+ * @param {Object} [argsDescription]
1633
+ * @return {string|Command}
1634
+ */
1635
+ description(str, argsDescription) {
1636
+ if (str === undefined && argsDescription === undefined) return this._description;
1637
+ this._description = str;
1638
+ if (argsDescription) {
1639
+ this._argsDescription = argsDescription;
1640
+ }
1641
+ return this;
1642
+ };
1643
+
1644
+ /**
1645
+ * Set an alias for the command.
1646
+ *
1647
+ * You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help.
1648
+ *
1649
+ * @param {string} [alias]
1650
+ * @return {string|Command}
1651
+ */
1652
+
1653
+ alias(alias) {
1654
+ if (alias === undefined) return this._aliases[0]; // just return first, for backwards compatibility
1655
+
1656
+ /** @type {Command} */
1657
+ let command = this;
1658
+ if (this.commands.length !== 0 && this.commands[this.commands.length - 1]._executableHandler) {
1659
+ // assume adding alias for last added executable subcommand, rather than this
1660
+ command = this.commands[this.commands.length - 1];
1661
+ }
1662
+
1663
+ if (alias === command._name) throw new Error('Command alias can\'t be the same as its name');
1664
+
1665
+ command._aliases.push(alias);
1666
+ return this;
1667
+ };
1668
+
1669
+ /**
1670
+ * Set aliases for the command.
1671
+ *
1672
+ * Only the first alias is shown in the auto-generated help.
1673
+ *
1674
+ * @param {string[]} [aliases]
1675
+ * @return {string[]|Command}
1676
+ */
1677
+
1678
+ aliases(aliases) {
1679
+ // Getter for the array of aliases is the main reason for having aliases() in addition to alias().
1680
+ if (aliases === undefined) return this._aliases;
1681
+
1682
+ aliases.forEach((alias) => this.alias(alias));
1683
+ return this;
1684
+ };
1685
+
1686
+ /**
1687
+ * Set / get the command usage `str`.
1688
+ *
1689
+ * @param {string} [str]
1690
+ * @return {String|Command}
1691
+ */
1692
+
1693
+ usage(str) {
1694
+ if (str === undefined) {
1695
+ if (this._usage) return this._usage;
1696
+
1697
+ const args = this._args.map((arg) => {
1698
+ return humanReadableArgName(arg);
1699
+ });
1700
+ return [].concat(
1701
+ (this.options.length || this._hasHelpOption ? '[options]' : []),
1702
+ (this.commands.length ? '[command]' : []),
1703
+ (this._args.length ? args : [])
1704
+ ).join(' ');
1705
+ }
1706
+
1707
+ this._usage = str;
1708
+ return this;
1709
+ };
1710
+
1711
+ /**
1712
+ * Get or set the name of the command
1713
+ *
1714
+ * @param {string} [str]
1715
+ * @return {string|Command}
1716
+ */
1717
+
1718
+ name(str) {
1719
+ if (str === undefined) return this._name;
1720
+ this._name = str;
1721
+ return this;
1722
+ };
1723
+
1724
+ /**
1725
+ * Return program help documentation.
1726
+ *
1727
+ * @param {{ error: boolean }} [contextOptions] - pass {error:true} to wrap for stderr instead of stdout
1728
+ * @return {string}
1729
+ */
1730
+
1731
+ helpInformation(contextOptions) {
1732
+ const helper = this.createHelp();
1733
+ if (helper.helpWidth === undefined) {
1734
+ helper.helpWidth = (contextOptions && contextOptions.error) ? this._outputConfiguration.getErrHelpWidth() : this._outputConfiguration.getOutHelpWidth();
1735
+ }
1736
+ return helper.formatHelp(this, helper);
1737
+ };
1738
+
1739
+ /**
1740
+ * @api private
1741
+ */
1742
+
1743
+ _getHelpContext(contextOptions) {
1744
+ contextOptions = contextOptions || {};
1745
+ const context = { error: !!contextOptions.error };
1746
+ let write;
1747
+ if (context.error) {
1748
+ write = (arg) => this._outputConfiguration.writeErr(arg);
1749
+ } else {
1750
+ write = (arg) => this._outputConfiguration.writeOut(arg);
1751
+ }
1752
+ context.write = contextOptions.write || write;
1753
+ context.command = this;
1754
+ return context;
1755
+ }
1756
+
1757
+ /**
1758
+ * Output help information for this command.
1759
+ *
1760
+ * Outputs built-in help, and custom text added using `.addHelpText()`.
1761
+ *
1762
+ * @param {{ error: boolean } | Function} [contextOptions] - pass {error:true} to write to stderr instead of stdout
1763
+ */
1764
+
1765
+ outputHelp(contextOptions) {
1766
+ let deprecatedCallback;
1767
+ if (typeof contextOptions === 'function') {
1768
+ deprecatedCallback = contextOptions;
1769
+ contextOptions = undefined;
1770
+ }
1771
+ const context = this._getHelpContext(contextOptions);
1772
+
1773
+ getCommandAndParents(this).reverse().forEach(command => command.emit('beforeAllHelp', context));
1774
+ this.emit('beforeHelp', context);
1775
+
1776
+ let helpInformation = this.helpInformation(context);
1777
+ if (deprecatedCallback) {
1778
+ helpInformation = deprecatedCallback(helpInformation);
1779
+ if (typeof helpInformation !== 'string' && !Buffer.isBuffer(helpInformation)) {
1780
+ throw new Error('outputHelp callback must return a string or a Buffer');
1781
+ }
1782
+ }
1783
+ context.write(helpInformation);
1784
+
1785
+ this.emit(this._helpLongFlag); // deprecated
1786
+ this.emit('afterHelp', context);
1787
+ getCommandAndParents(this).forEach(command => command.emit('afterAllHelp', context));
1788
+ };
1789
+
1790
+ /**
1791
+ * You can pass in flags and a description to override the help
1792
+ * flags and help description for your command. Pass in false to
1793
+ * disable the built-in help option.
1794
+ *
1795
+ * @param {string | boolean} [flags]
1796
+ * @param {string} [description]
1797
+ * @return {Command} `this` command for chaining
1798
+ */
1799
+
1800
+ helpOption(flags, description) {
1801
+ if (typeof flags === 'boolean') {
1802
+ this._hasHelpOption = flags;
1803
+ return this;
1804
+ }
1805
+ this._helpFlags = flags || this._helpFlags;
1806
+ this._helpDescription = description || this._helpDescription;
1807
+
1808
+ const helpFlags = splitOptionFlags(this._helpFlags);
1809
+ this._helpShortFlag = helpFlags.shortFlag;
1810
+ this._helpLongFlag = helpFlags.longFlag;
1811
+
1812
+ return this;
1813
+ };
1814
+
1815
+ /**
1816
+ * Output help information and exit.
1817
+ *
1818
+ * Outputs built-in help, and custom text added using `.addHelpText()`.
1819
+ *
1820
+ * @param {{ error: boolean }} [contextOptions] - pass {error:true} to write to stderr instead of stdout
1821
+ */
1822
+
1823
+ help(contextOptions) {
1824
+ this.outputHelp(contextOptions);
1825
+ let exitCode = process.exitCode || 0;
1826
+ if (exitCode === 0 && contextOptions && typeof contextOptions !== 'function' && contextOptions.error) {
1827
+ exitCode = 1;
1828
+ }
1829
+ // message: do not have all displayed text available so only passing placeholder.
1830
+ this._exit(exitCode, 'commander.help', '(outputHelp)');
1831
+ };
1832
+
1833
+ /**
1834
+ * Add additional text to be displayed with the built-in help.
1835
+ *
1836
+ * Position is 'before' or 'after' to affect just this command,
1837
+ * and 'beforeAll' or 'afterAll' to affect this command and all its subcommands.
1838
+ *
1839
+ * @param {string} position - before or after built-in help
1840
+ * @param {string | Function} text - string to add, or a function returning a string
1841
+ * @return {Command} `this` command for chaining
1842
+ */
1843
+ addHelpText(position, text) {
1844
+ const allowedValues = ['beforeAll', 'before', 'after', 'afterAll'];
1845
+ if (!allowedValues.includes(position)) {
1846
+ throw new Error(`Unexpected value for position to addHelpText.
1847
+ Expecting one of '${allowedValues.join("', '")}'`);
1848
+ }
1849
+ const helpEvent = `${position}Help`;
1850
+ this.on(helpEvent, (context) => {
1851
+ let helpStr;
1852
+ if (typeof text === 'function') {
1853
+ helpStr = text({ error: context.error, command: context.command });
1854
+ } else {
1855
+ helpStr = text;
1856
+ }
1857
+ // Ignore falsy value when nothing to output.
1858
+ if (helpStr) {
1859
+ context.write(`${helpStr}\n`);
1860
+ }
1861
+ });
1862
+ return this;
1863
+ }
1864
+ };
1865
+
1866
+ /**
1867
+ * Output help information if help flags specified
1868
+ *
1869
+ * @param {Command} cmd - command to output help for
1870
+ * @param {Array} args - array of options to search for help flags
1871
+ * @api private
1872
+ */
1873
+
1874
+ function outputHelpIfRequested(cmd, args) {
1875
+ const helpOption = cmd._hasHelpOption && args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag);
1876
+ if (helpOption) {
1877
+ cmd.outputHelp();
1878
+ // (Do not have all displayed text available so only passing placeholder.)
1879
+ cmd._exit(0, 'commander.helpDisplayed', '(outputHelp)');
1880
+ }
1881
+ }
1882
+
1883
+ /**
1884
+ * Scan arguments and increment port number for inspect calls (to avoid conflicts when spawning new command).
1885
+ *
1886
+ * @param {string[]} args - array of arguments from node.execArgv
1887
+ * @returns {string[]}
1888
+ * @api private
1889
+ */
1890
+
1891
+ function incrementNodeInspectorPort(args) {
1892
+ // Testing for these options:
1893
+ // --inspect[=[host:]port]
1894
+ // --inspect-brk[=[host:]port]
1895
+ // --inspect-port=[host:]port
1896
+ return args.map((arg) => {
1897
+ if (!arg.startsWith('--inspect')) {
1898
+ return arg;
1899
+ }
1900
+ let debugOption;
1901
+ let debugHost = '127.0.0.1';
1902
+ let debugPort = '9229';
1903
+ let match;
1904
+ if ((match = arg.match(/^(--inspect(-brk)?)$/)) !== null) {
1905
+ // e.g. --inspect
1906
+ debugOption = match[1];
1907
+ } else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+)$/)) !== null) {
1908
+ debugOption = match[1];
1909
+ if (/^\d+$/.test(match[3])) {
1910
+ // e.g. --inspect=1234
1911
+ debugPort = match[3];
1912
+ } else {
1913
+ // e.g. --inspect=localhost
1914
+ debugHost = match[3];
1915
+ }
1916
+ } else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/)) !== null) {
1917
+ // e.g. --inspect=localhost:1234
1918
+ debugOption = match[1];
1919
+ debugHost = match[3];
1920
+ debugPort = match[4];
1921
+ }
1922
+
1923
+ if (debugOption && debugPort !== '0') {
1924
+ return `${debugOption}=${debugHost}:${parseInt(debugPort) + 1}`;
1925
+ }
1926
+ return arg;
1927
+ });
1928
+ }
1929
+
1930
+ /**
1931
+ * @param {Command} startCommand
1932
+ * @returns {Command[]}
1933
+ * @api private
1934
+ */
1935
+
1936
+ function getCommandAndParents(startCommand) {
1937
+ const result = [];
1938
+ for (let command = startCommand; command; command = command.parent) {
1939
+ result.push(command);
1940
+ }
1941
+ return result;
1942
+ }
1943
+
1944
+ exports.Command = Command;