style-dictionary 3.7.2 → 3.8.0

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