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,2152 +0,0 @@
1
- /**
2
- * QUnit v1.11.0 - A JavaScript Unit Testing Framework
3
- *
4
- * http://qunitjs.com
5
- *
6
- * Copyright 2012 jQuery Foundation and other contributors
7
- * Released under the MIT license.
8
- * http://jquery.org/license
9
- */
10
-
11
- (function( window ) {
12
-
13
- var QUnit,
14
- assert,
15
- config,
16
- onErrorFnPrev,
17
- testId = 0,
18
- fileName = (sourceFromStacktrace( 0 ) || "" ).replace(/(:\d+)+\)?/, "").replace(/.+\//, ""),
19
- toString = Object.prototype.toString,
20
- hasOwn = Object.prototype.hasOwnProperty,
21
- // Keep a local reference to Date (GH-283)
22
- Date = window.Date,
23
- defined = {
24
- setTimeout: typeof window.setTimeout !== "undefined",
25
- sessionStorage: (function() {
26
- var x = "qunit-test-string";
27
- try {
28
- sessionStorage.setItem( x, x );
29
- sessionStorage.removeItem( x );
30
- return true;
31
- } catch( e ) {
32
- return false;
33
- }
34
- }())
35
- },
36
- /**
37
- * Provides a normalized error string, correcting an issue
38
- * with IE 7 (and prior) where Error.prototype.toString is
39
- * not properly implemented
40
- *
41
- * Based on http://es5.github.com/#x15.11.4.4
42
- *
43
- * @param {String|Error} error
44
- * @return {String} error message
45
- */
46
- errorString = function( error ) {
47
- var name, message,
48
- errorString = error.toString();
49
- if ( errorString.substring( 0, 7 ) === "[object" ) {
50
- name = error.name ? error.name.toString() : "Error";
51
- message = error.message ? error.message.toString() : "";
52
- if ( name && message ) {
53
- return name + ": " + message;
54
- } else if ( name ) {
55
- return name;
56
- } else if ( message ) {
57
- return message;
58
- } else {
59
- return "Error";
60
- }
61
- } else {
62
- return errorString;
63
- }
64
- },
65
- /**
66
- * Makes a clone of an object using only Array or Object as base,
67
- * and copies over the own enumerable properties.
68
- *
69
- * @param {Object} obj
70
- * @return {Object} New object with only the own properties (recursively).
71
- */
72
- objectValues = function( obj ) {
73
- // Grunt 0.3.x uses an older version of jshint that still has jshint/jshint#392.
74
- /*jshint newcap: false */
75
- var key, val,
76
- vals = QUnit.is( "array", obj ) ? [] : {};
77
- for ( key in obj ) {
78
- if ( hasOwn.call( obj, key ) ) {
79
- val = obj[key];
80
- vals[key] = val === Object(val) ? objectValues(val) : val;
81
- }
82
- }
83
- return vals;
84
- };
85
-
86
- function Test( settings ) {
87
- extend( this, settings );
88
- this.assertions = [];
89
- this.testNumber = ++Test.count;
90
- }
91
-
92
- Test.count = 0;
93
-
94
- Test.prototype = {
95
- init: function() {
96
- var a, b, li,
97
- tests = id( "qunit-tests" );
98
-
99
- if ( tests ) {
100
- b = document.createElement( "strong" );
101
- b.innerHTML = this.nameHtml;
102
-
103
- // `a` initialized at top of scope
104
- a = document.createElement( "a" );
105
- a.innerHTML = "Rerun";
106
- a.href = QUnit.url({ testNumber: this.testNumber });
107
-
108
- li = document.createElement( "li" );
109
- li.appendChild( b );
110
- li.appendChild( a );
111
- li.className = "running";
112
- li.id = this.id = "qunit-test-output" + testId++;
113
-
114
- tests.appendChild( li );
115
- }
116
- },
117
- setup: function() {
118
- if ( this.module !== config.previousModule ) {
119
- if ( config.previousModule ) {
120
- runLoggingCallbacks( "moduleDone", QUnit, {
121
- name: config.previousModule,
122
- failed: config.moduleStats.bad,
123
- passed: config.moduleStats.all - config.moduleStats.bad,
124
- total: config.moduleStats.all
125
- });
126
- }
127
- config.previousModule = this.module;
128
- config.moduleStats = { all: 0, bad: 0 };
129
- runLoggingCallbacks( "moduleStart", QUnit, {
130
- name: this.module
131
- });
132
- } else if ( config.autorun ) {
133
- runLoggingCallbacks( "moduleStart", QUnit, {
134
- name: this.module
135
- });
136
- }
137
-
138
- config.current = this;
139
-
140
- this.testEnvironment = extend({
141
- setup: function() {},
142
- teardown: function() {}
143
- }, this.moduleTestEnvironment );
144
-
145
- this.started = +new Date();
146
- runLoggingCallbacks( "testStart", QUnit, {
147
- name: this.testName,
148
- module: this.module
149
- });
150
-
151
- // allow utility functions to access the current test environment
152
- // TODO why??
153
- QUnit.current_testEnvironment = this.testEnvironment;
154
-
155
- if ( !config.pollution ) {
156
- saveGlobal();
157
- }
158
- if ( config.notrycatch ) {
159
- this.testEnvironment.setup.call( this.testEnvironment );
160
- return;
161
- }
162
- try {
163
- this.testEnvironment.setup.call( this.testEnvironment );
164
- } catch( e ) {
165
- QUnit.pushFailure( "Setup failed on " + this.testName + ": " + ( e.message || e ), extractStacktrace( e, 1 ) );
166
- }
167
- },
168
- run: function() {
169
- config.current = this;
170
-
171
- var running = id( "qunit-testresult" );
172
-
173
- if ( running ) {
174
- running.innerHTML = "Running: <br/>" + this.nameHtml;
175
- }
176
-
177
- if ( this.async ) {
178
- QUnit.stop();
179
- }
180
-
181
- this.callbackStarted = +new Date();
182
-
183
- if ( config.notrycatch ) {
184
- this.callback.call( this.testEnvironment, QUnit.assert );
185
- this.callbackRuntime = +new Date() - this.callbackStarted;
186
- return;
187
- }
188
-
189
- try {
190
- this.callback.call( this.testEnvironment, QUnit.assert );
191
- this.callbackRuntime = +new Date() - this.callbackStarted;
192
- } catch( e ) {
193
- this.callbackRuntime = +new Date() - this.callbackStarted;
194
-
195
- QUnit.pushFailure( "Died on test #" + (this.assertions.length + 1) + " " + this.stack + ": " + ( e.message || e ), extractStacktrace( e, 0 ) );
196
- // else next test will carry the responsibility
197
- saveGlobal();
198
-
199
- // Restart the tests if they're blocking
200
- if ( config.blocking ) {
201
- QUnit.start();
202
- }
203
- }
204
- },
205
- teardown: function() {
206
- config.current = this;
207
- if ( config.notrycatch ) {
208
- if ( typeof this.callbackRuntime === "undefined" ) {
209
- this.callbackRuntime = +new Date() - this.callbackStarted;
210
- }
211
- this.testEnvironment.teardown.call( this.testEnvironment );
212
- return;
213
- } else {
214
- try {
215
- this.testEnvironment.teardown.call( this.testEnvironment );
216
- } catch( e ) {
217
- QUnit.pushFailure( "Teardown failed on " + this.testName + ": " + ( e.message || e ), extractStacktrace( e, 1 ) );
218
- }
219
- }
220
- checkPollution();
221
- },
222
- finish: function() {
223
- config.current = this;
224
- if ( config.requireExpects && this.expected === null ) {
225
- QUnit.pushFailure( "Expected number of assertions to be defined, but expect() was not called.", this.stack );
226
- } else if ( this.expected !== null && this.expected !== this.assertions.length ) {
227
- QUnit.pushFailure( "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run", this.stack );
228
- } else if ( this.expected === null && !this.assertions.length ) {
229
- QUnit.pushFailure( "Expected at least one assertion, but none were run - call expect(0) to accept zero assertions.", this.stack );
230
- }
231
-
232
- var i, assertion, a, b, time, li, ol,
233
- test = this,
234
- good = 0,
235
- bad = 0,
236
- tests = id( "qunit-tests" );
237
-
238
- this.runtime = +new Date() - this.started;
239
- config.stats.all += this.assertions.length;
240
- config.moduleStats.all += this.assertions.length;
241
-
242
- if ( tests ) {
243
- ol = document.createElement( "ol" );
244
- ol.className = "qunit-assert-list";
245
-
246
- for ( i = 0; i < this.assertions.length; i++ ) {
247
- assertion = this.assertions[i];
248
-
249
- li = document.createElement( "li" );
250
- li.className = assertion.result ? "pass" : "fail";
251
- li.innerHTML = assertion.message || ( assertion.result ? "okay" : "failed" );
252
- ol.appendChild( li );
253
-
254
- if ( assertion.result ) {
255
- good++;
256
- } else {
257
- bad++;
258
- config.stats.bad++;
259
- config.moduleStats.bad++;
260
- }
261
- }
262
-
263
- // store result when possible
264
- if ( QUnit.config.reorder && defined.sessionStorage ) {
265
- if ( bad ) {
266
- sessionStorage.setItem( "qunit-test-" + this.module + "-" + this.testName, bad );
267
- } else {
268
- sessionStorage.removeItem( "qunit-test-" + this.module + "-" + this.testName );
269
- }
270
- }
271
-
272
- if ( bad === 0 ) {
273
- addClass( ol, "qunit-collapsed" );
274
- }
275
-
276
- // `b` initialized at top of scope
277
- b = document.createElement( "strong" );
278
- b.innerHTML = this.nameHtml + " <b class='counts'>(<b class='failed'>" + bad + "</b>, <b class='passed'>" + good + "</b>, " + this.assertions.length + ")</b>";
279
-
280
- addEvent(b, "click", function() {
281
- var next = b.parentNode.lastChild,
282
- collapsed = hasClass( next, "qunit-collapsed" );
283
- ( collapsed ? removeClass : addClass )( next, "qunit-collapsed" );
284
- });
285
-
286
- addEvent(b, "dblclick", function( e ) {
287
- var target = e && e.target ? e.target : window.event.srcElement;
288
- if ( target.nodeName.toLowerCase() === "span" || target.nodeName.toLowerCase() === "b" ) {
289
- target = target.parentNode;
290
- }
291
- if ( window.location && target.nodeName.toLowerCase() === "strong" ) {
292
- window.location = QUnit.url({ testNumber: test.testNumber });
293
- }
294
- });
295
-
296
- // `time` initialized at top of scope
297
- time = document.createElement( "span" );
298
- time.className = "runtime";
299
- time.innerHTML = this.runtime + " ms";
300
-
301
- // `li` initialized at top of scope
302
- li = id( this.id );
303
- li.className = bad ? "fail" : "pass";
304
- li.removeChild( li.firstChild );
305
- a = li.firstChild;
306
- li.appendChild( b );
307
- li.appendChild( a );
308
- li.appendChild( time );
309
- li.appendChild( ol );
310
-
311
- } else {
312
- for ( i = 0; i < this.assertions.length; i++ ) {
313
- if ( !this.assertions[i].result ) {
314
- bad++;
315
- config.stats.bad++;
316
- config.moduleStats.bad++;
317
- }
318
- }
319
- }
320
-
321
- runLoggingCallbacks( "testDone", QUnit, {
322
- name: this.testName,
323
- module: this.module,
324
- failed: bad,
325
- passed: this.assertions.length - bad,
326
- total: this.assertions.length,
327
- duration: this.runtime
328
- });
329
-
330
- QUnit.reset();
331
-
332
- config.current = undefined;
333
- },
334
-
335
- queue: function() {
336
- var bad,
337
- test = this;
338
-
339
- synchronize(function() {
340
- test.init();
341
- });
342
- function run() {
343
- // each of these can by async
344
- synchronize(function() {
345
- test.setup();
346
- });
347
- synchronize(function() {
348
- test.run();
349
- });
350
- synchronize(function() {
351
- test.teardown();
352
- });
353
- synchronize(function() {
354
- test.finish();
355
- });
356
- }
357
-
358
- // `bad` initialized at top of scope
359
- // defer when previous test run passed, if storage is available
360
- bad = QUnit.config.reorder && defined.sessionStorage &&
361
- +sessionStorage.getItem( "qunit-test-" + this.module + "-" + this.testName );
362
-
363
- if ( bad ) {
364
- run();
365
- } else {
366
- synchronize( run, true );
367
- }
368
- }
369
- };
370
-
371
- // Root QUnit object.
372
- // `QUnit` initialized at top of scope
373
- QUnit = {
374
-
375
- // call on start of module test to prepend name to all tests
376
- module: function( name, testEnvironment ) {
377
- config.currentModule = name;
378
- config.currentModuleTestEnvironment = testEnvironment;
379
- config.modules[name] = true;
380
- },
381
-
382
- asyncTest: function( testName, expected, callback ) {
383
- if ( arguments.length === 2 ) {
384
- callback = expected;
385
- expected = null;
386
- }
387
-
388
- QUnit.test( testName, expected, callback, true );
389
- },
390
-
391
- test: function( testName, expected, callback, async ) {
392
- var test,
393
- nameHtml = "<span class='test-name'>" + escapeText( testName ) + "</span>";
394
-
395
- if ( arguments.length === 2 ) {
396
- callback = expected;
397
- expected = null;
398
- }
399
-
400
- if ( config.currentModule ) {
401
- nameHtml = "<span class='module-name'>" + escapeText( config.currentModule ) + "</span>: " + nameHtml;
402
- }
403
-
404
- test = new Test({
405
- nameHtml: nameHtml,
406
- testName: testName,
407
- expected: expected,
408
- async: async,
409
- callback: callback,
410
- module: config.currentModule,
411
- moduleTestEnvironment: config.currentModuleTestEnvironment,
412
- stack: sourceFromStacktrace( 2 )
413
- });
414
-
415
- if ( !validTest( test ) ) {
416
- return;
417
- }
418
-
419
- test.queue();
420
- },
421
-
422
- // Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.
423
- expect: function( asserts ) {
424
- if (arguments.length === 1) {
425
- config.current.expected = asserts;
426
- } else {
427
- return config.current.expected;
428
- }
429
- },
430
-
431
- start: function( count ) {
432
- // QUnit hasn't been initialized yet.
433
- // Note: RequireJS (et al) may delay onLoad
434
- if ( config.semaphore === undefined ) {
435
- QUnit.begin(function() {
436
- // This is triggered at the top of QUnit.load, push start() to the event loop, to allow QUnit.load to finish first
437
- setTimeout(function() {
438
- QUnit.start( count );
439
- });
440
- });
441
- return;
442
- }
443
-
444
- config.semaphore -= count || 1;
445
- // don't start until equal number of stop-calls
446
- if ( config.semaphore > 0 ) {
447
- return;
448
- }
449
- // ignore if start is called more often then stop
450
- if ( config.semaphore < 0 ) {
451
- config.semaphore = 0;
452
- QUnit.pushFailure( "Called start() while already started (QUnit.config.semaphore was 0 already)", null, sourceFromStacktrace(2) );
453
- return;
454
- }
455
- // A slight delay, to avoid any current callbacks
456
- if ( defined.setTimeout ) {
457
- window.setTimeout(function() {
458
- if ( config.semaphore > 0 ) {
459
- return;
460
- }
461
- if ( config.timeout ) {
462
- clearTimeout( config.timeout );
463
- }
464
-
465
- config.blocking = false;
466
- process( true );
467
- }, 13);
468
- } else {
469
- config.blocking = false;
470
- process( true );
471
- }
472
- },
473
-
474
- stop: function( count ) {
475
- config.semaphore += count || 1;
476
- config.blocking = true;
477
-
478
- if ( config.testTimeout && defined.setTimeout ) {
479
- clearTimeout( config.timeout );
480
- config.timeout = window.setTimeout(function() {
481
- QUnit.ok( false, "Test timed out" );
482
- config.semaphore = 1;
483
- QUnit.start();
484
- }, config.testTimeout );
485
- }
486
- }
487
- };
488
-
489
- // `assert` initialized at top of scope
490
- // Asssert helpers
491
- // All of these must either call QUnit.push() or manually do:
492
- // - runLoggingCallbacks( "log", .. );
493
- // - config.current.assertions.push({ .. });
494
- // We attach it to the QUnit object *after* we expose the public API,
495
- // otherwise `assert` will become a global variable in browsers (#341).
496
- assert = {
497
- /**
498
- * Asserts rough true-ish result.
499
- * @name ok
500
- * @function
501
- * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" );
502
- */
503
- ok: function( result, msg ) {
504
- if ( !config.current ) {
505
- throw new Error( "ok() assertion outside test context, was " + sourceFromStacktrace(2) );
506
- }
507
- result = !!result;
508
-
509
- var source,
510
- details = {
511
- module: config.current.module,
512
- name: config.current.testName,
513
- result: result,
514
- message: msg
515
- };
516
-
517
- msg = escapeText( msg || (result ? "okay" : "failed" ) );
518
- msg = "<span class='test-message'>" + msg + "</span>";
519
-
520
- if ( !result ) {
521
- source = sourceFromStacktrace( 2 );
522
- if ( source ) {
523
- details.source = source;
524
- msg += "<table><tr class='test-source'><th>Source: </th><td><pre>" + escapeText( source ) + "</pre></td></tr></table>";
525
- }
526
- }
527
- runLoggingCallbacks( "log", QUnit, details );
528
- config.current.assertions.push({
529
- result: result,
530
- message: msg
531
- });
532
- },
533
-
534
- /**
535
- * Assert that the first two arguments are equal, with an optional message.
536
- * Prints out both actual and expected values.
537
- * @name equal
538
- * @function
539
- * @example equal( format( "Received {0} bytes.", 2), "Received 2 bytes.", "format() replaces {0} with next argument" );
540
- */
541
- equal: function( actual, expected, message ) {
542
- /*jshint eqeqeq:false */
543
- QUnit.push( expected == actual, actual, expected, message );
544
- },
545
-
546
- /**
547
- * @name notEqual
548
- * @function
549
- */
550
- notEqual: function( actual, expected, message ) {
551
- /*jshint eqeqeq:false */
552
- QUnit.push( expected != actual, actual, expected, message );
553
- },
554
-
555
- /**
556
- * @name propEqual
557
- * @function
558
- */
559
- propEqual: function( actual, expected, message ) {
560
- actual = objectValues(actual);
561
- expected = objectValues(expected);
562
- QUnit.push( QUnit.equiv(actual, expected), actual, expected, message );
563
- },
564
-
565
- /**
566
- * @name notPropEqual
567
- * @function
568
- */
569
- notPropEqual: function( actual, expected, message ) {
570
- actual = objectValues(actual);
571
- expected = objectValues(expected);
572
- QUnit.push( !QUnit.equiv(actual, expected), actual, expected, message );
573
- },
574
-
575
- /**
576
- * @name deepEqual
577
- * @function
578
- */
579
- deepEqual: function( actual, expected, message ) {
580
- QUnit.push( QUnit.equiv(actual, expected), actual, expected, message );
581
- },
582
-
583
- /**
584
- * @name notDeepEqual
585
- * @function
586
- */
587
- notDeepEqual: function( actual, expected, message ) {
588
- QUnit.push( !QUnit.equiv(actual, expected), actual, expected, message );
589
- },
590
-
591
- /**
592
- * @name strictEqual
593
- * @function
594
- */
595
- strictEqual: function( actual, expected, message ) {
596
- QUnit.push( expected === actual, actual, expected, message );
597
- },
598
-
599
- /**
600
- * @name notStrictEqual
601
- * @function
602
- */
603
- notStrictEqual: function( actual, expected, message ) {
604
- QUnit.push( expected !== actual, actual, expected, message );
605
- },
606
-
607
- "throws": function( block, expected, message ) {
608
- var actual,
609
- expectedOutput = expected,
610
- ok = false;
611
-
612
- // 'expected' is optional
613
- if ( typeof expected === "string" ) {
614
- message = expected;
615
- expected = null;
616
- }
617
-
618
- config.current.ignoreGlobalErrors = true;
619
- try {
620
- block.call( config.current.testEnvironment );
621
- } catch (e) {
622
- actual = e;
623
- }
624
- config.current.ignoreGlobalErrors = false;
625
-
626
- if ( actual ) {
627
- // we don't want to validate thrown error
628
- if ( !expected ) {
629
- ok = true;
630
- expectedOutput = null;
631
- // expected is a regexp
632
- } else if ( QUnit.objectType( expected ) === "regexp" ) {
633
- ok = expected.test( errorString( actual ) );
634
- // expected is a constructor
635
- } else if ( actual instanceof expected ) {
636
- ok = true;
637
- // expected is a validation function which returns true is validation passed
638
- } else if ( expected.call( {}, actual ) === true ) {
639
- expectedOutput = null;
640
- ok = true;
641
- }
642
-
643
- QUnit.push( ok, actual, expectedOutput, message );
644
- } else {
645
- QUnit.pushFailure( message, null, 'No exception was thrown.' );
646
- }
647
- }
648
- };
649
-
650
- /**
651
- * @deprecate since 1.8.0
652
- * Kept assertion helpers in root for backwards compatibility.
653
- */
654
- extend( QUnit, assert );
655
-
656
- /**
657
- * @deprecated since 1.9.0
658
- * Kept root "raises()" for backwards compatibility.
659
- * (Note that we don't introduce assert.raises).
660
- */
661
- QUnit.raises = assert[ "throws" ];
662
-
663
- /**
664
- * @deprecated since 1.0.0, replaced with error pushes since 1.3.0
665
- * Kept to avoid TypeErrors for undefined methods.
666
- */
667
- QUnit.equals = function() {
668
- QUnit.push( false, false, false, "QUnit.equals has been deprecated since 2009 (e88049a0), use QUnit.equal instead" );
669
- };
670
- QUnit.same = function() {
671
- QUnit.push( false, false, false, "QUnit.same has been deprecated since 2009 (e88049a0), use QUnit.deepEqual instead" );
672
- };
673
-
674
- // We want access to the constructor's prototype
675
- (function() {
676
- function F() {}
677
- F.prototype = QUnit;
678
- QUnit = new F();
679
- // Make F QUnit's constructor so that we can add to the prototype later
680
- QUnit.constructor = F;
681
- }());
682
-
683
- /**
684
- * Config object: Maintain internal state
685
- * Later exposed as QUnit.config
686
- * `config` initialized at top of scope
687
- */
688
- config = {
689
- // The queue of tests to run
690
- queue: [],
691
-
692
- // block until document ready
693
- blocking: true,
694
-
695
- // when enabled, show only failing tests
696
- // gets persisted through sessionStorage and can be changed in UI via checkbox
697
- hidepassed: false,
698
-
699
- // by default, run previously failed tests first
700
- // very useful in combination with "Hide passed tests" checked
701
- reorder: true,
702
-
703
- // by default, modify document.title when suite is done
704
- altertitle: true,
705
-
706
- // when enabled, all tests must call expect()
707
- requireExpects: false,
708
-
709
- // add checkboxes that are persisted in the query-string
710
- // when enabled, the id is set to `true` as a `QUnit.config` property
711
- urlConfig: [
712
- {
713
- id: "noglobals",
714
- label: "Check for Globals",
715
- tooltip: "Enabling this will test if any test introduces new properties on the `window` object. Stored as query-strings."
716
- },
717
- {
718
- id: "notrycatch",
719
- label: "No try-catch",
720
- tooltip: "Enabling this will run tests outside of a try-catch block. Makes debugging exceptions in IE reasonable. Stored as query-strings."
721
- }
722
- ],
723
-
724
- // Set of all modules.
725
- modules: {},
726
-
727
- // logging callback queues
728
- begin: [],
729
- done: [],
730
- log: [],
731
- testStart: [],
732
- testDone: [],
733
- moduleStart: [],
734
- moduleDone: []
735
- };
736
-
737
- // Export global variables, unless an 'exports' object exists,
738
- // in that case we assume we're in CommonJS (dealt with on the bottom of the script)
739
- if ( typeof exports === "undefined" ) {
740
- extend( window, QUnit );
741
-
742
- // Expose QUnit object
743
- window.QUnit = QUnit;
744
- }
745
-
746
- // Initialize more QUnit.config and QUnit.urlParams
747
- (function() {
748
- var i,
749
- location = window.location || { search: "", protocol: "file:" },
750
- params = location.search.slice( 1 ).split( "&" ),
751
- length = params.length,
752
- urlParams = {},
753
- current;
754
-
755
- if ( params[ 0 ] ) {
756
- for ( i = 0; i < length; i++ ) {
757
- current = params[ i ].split( "=" );
758
- current[ 0 ] = decodeURIComponent( current[ 0 ] );
759
- // allow just a key to turn on a flag, e.g., test.html?noglobals
760
- current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true;
761
- urlParams[ current[ 0 ] ] = current[ 1 ];
762
- }
763
- }
764
-
765
- QUnit.urlParams = urlParams;
766
-
767
- // String search anywhere in moduleName+testName
768
- config.filter = urlParams.filter;
769
-
770
- // Exact match of the module name
771
- config.module = urlParams.module;
772
-
773
- config.testNumber = parseInt( urlParams.testNumber, 10 ) || null;
774
-
775
- // Figure out if we're running the tests from a server or not
776
- QUnit.isLocal = location.protocol === "file:";
777
- }());
778
-
779
- // Extend QUnit object,
780
- // these after set here because they should not be exposed as global functions
781
- extend( QUnit, {
782
- assert: assert,
783
-
784
- config: config,
785
-
786
- // Initialize the configuration options
787
- init: function() {
788
- extend( config, {
789
- stats: { all: 0, bad: 0 },
790
- moduleStats: { all: 0, bad: 0 },
791
- started: +new Date(),
792
- updateRate: 1000,
793
- blocking: false,
794
- autostart: true,
795
- autorun: false,
796
- filter: "",
797
- queue: [],
798
- semaphore: 1
799
- });
800
-
801
- var tests, banner, result,
802
- qunit = id( "qunit" );
803
-
804
- if ( qunit ) {
805
- qunit.innerHTML =
806
- "<h1 id='qunit-header'>" + escapeText( document.title ) + "</h1>" +
807
- "<h2 id='qunit-banner'></h2>" +
808
- "<div id='qunit-testrunner-toolbar'></div>" +
809
- "<h2 id='qunit-userAgent'></h2>" +
810
- "<ol id='qunit-tests'></ol>";
811
- }
812
-
813
- tests = id( "qunit-tests" );
814
- banner = id( "qunit-banner" );
815
- result = id( "qunit-testresult" );
816
-
817
- if ( tests ) {
818
- tests.innerHTML = "";
819
- }
820
-
821
- if ( banner ) {
822
- banner.className = "";
823
- }
824
-
825
- if ( result ) {
826
- result.parentNode.removeChild( result );
827
- }
828
-
829
- if ( tests ) {
830
- result = document.createElement( "p" );
831
- result.id = "qunit-testresult";
832
- result.className = "result";
833
- tests.parentNode.insertBefore( result, tests );
834
- result.innerHTML = "Running...<br/>&nbsp;";
835
- }
836
- },
837
-
838
- // Resets the test setup. Useful for tests that modify the DOM.
839
- reset: function() {
840
- var fixture = id( "qunit-fixture" );
841
- if ( fixture ) {
842
- fixture.innerHTML = config.fixture;
843
- }
844
- },
845
-
846
- // Trigger an event on an element.
847
- // @example triggerEvent( document.body, "click" );
848
- triggerEvent: function( elem, type, event ) {
849
- if ( document.createEvent ) {
850
- event = document.createEvent( "MouseEvents" );
851
- event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView,
852
- 0, 0, 0, 0, 0, false, false, false, false, 0, null);
853
-
854
- elem.dispatchEvent( event );
855
- } else if ( elem.fireEvent ) {
856
- elem.fireEvent( "on" + type );
857
- }
858
- },
859
-
860
- // Safe object type checking
861
- is: function( type, obj ) {
862
- return QUnit.objectType( obj ) === type;
863
- },
864
-
865
- objectType: function( obj ) {
866
- if ( typeof obj === "undefined" ) {
867
- return "undefined";
868
- // consider: typeof null === object
869
- }
870
- if ( obj === null ) {
871
- return "null";
872
- }
873
-
874
- var match = toString.call( obj ).match(/^\[object\s(.*)\]$/),
875
- type = match && match[1] || "";
876
-
877
- switch ( type ) {
878
- case "Number":
879
- if ( isNaN(obj) ) {
880
- return "nan";
881
- }
882
- return "number";
883
- case "String":
884
- case "Boolean":
885
- case "Array":
886
- case "Date":
887
- case "RegExp":
888
- case "Function":
889
- return type.toLowerCase();
890
- }
891
- if ( typeof obj === "object" ) {
892
- return "object";
893
- }
894
- return undefined;
895
- },
896
-
897
- push: function( result, actual, expected, message ) {
898
- if ( !config.current ) {
899
- throw new Error( "assertion outside test context, was " + sourceFromStacktrace() );
900
- }
901
-
902
- var output, source,
903
- details = {
904
- module: config.current.module,
905
- name: config.current.testName,
906
- result: result,
907
- message: message,
908
- actual: actual,
909
- expected: expected
910
- };
911
-
912
- message = escapeText( message ) || ( result ? "okay" : "failed" );
913
- message = "<span class='test-message'>" + message + "</span>";
914
- output = message;
915
-
916
- if ( !result ) {
917
- expected = escapeText( QUnit.jsDump.parse(expected) );
918
- actual = escapeText( QUnit.jsDump.parse(actual) );
919
- output += "<table><tr class='test-expected'><th>Expected: </th><td><pre>" + expected + "</pre></td></tr>";
920
-
921
- if ( actual !== expected ) {
922
- output += "<tr class='test-actual'><th>Result: </th><td><pre>" + actual + "</pre></td></tr>";
923
- output += "<tr class='test-diff'><th>Diff: </th><td><pre>" + QUnit.diff( expected, actual ) + "</pre></td></tr>";
924
- }
925
-
926
- source = sourceFromStacktrace();
927
-
928
- if ( source ) {
929
- details.source = source;
930
- output += "<tr class='test-source'><th>Source: </th><td><pre>" + escapeText( source ) + "</pre></td></tr>";
931
- }
932
-
933
- output += "</table>";
934
- }
935
-
936
- runLoggingCallbacks( "log", QUnit, details );
937
-
938
- config.current.assertions.push({
939
- result: !!result,
940
- message: output
941
- });
942
- },
943
-
944
- pushFailure: function( message, source, actual ) {
945
- if ( !config.current ) {
946
- throw new Error( "pushFailure() assertion outside test context, was " + sourceFromStacktrace(2) );
947
- }
948
-
949
- var output,
950
- details = {
951
- module: config.current.module,
952
- name: config.current.testName,
953
- result: false,
954
- message: message
955
- };
956
-
957
- message = escapeText( message ) || "error";
958
- message = "<span class='test-message'>" + message + "</span>";
959
- output = message;
960
-
961
- output += "<table>";
962
-
963
- if ( actual ) {
964
- output += "<tr class='test-actual'><th>Result: </th><td><pre>" + escapeText( actual ) + "</pre></td></tr>";
965
- }
966
-
967
- if ( source ) {
968
- details.source = source;
969
- output += "<tr class='test-source'><th>Source: </th><td><pre>" + escapeText( source ) + "</pre></td></tr>";
970
- }
971
-
972
- output += "</table>";
973
-
974
- runLoggingCallbacks( "log", QUnit, details );
975
-
976
- config.current.assertions.push({
977
- result: false,
978
- message: output
979
- });
980
- },
981
-
982
- url: function( params ) {
983
- params = extend( extend( {}, QUnit.urlParams ), params );
984
- var key,
985
- querystring = "?";
986
-
987
- for ( key in params ) {
988
- if ( !hasOwn.call( params, key ) ) {
989
- continue;
990
- }
991
- querystring += encodeURIComponent( key ) + "=" +
992
- encodeURIComponent( params[ key ] ) + "&";
993
- }
994
- return window.location.protocol + "//" + window.location.host +
995
- window.location.pathname + querystring.slice( 0, -1 );
996
- },
997
-
998
- extend: extend,
999
- id: id,
1000
- addEvent: addEvent
1001
- // load, equiv, jsDump, diff: Attached later
1002
- });
1003
-
1004
- /**
1005
- * @deprecated: Created for backwards compatibility with test runner that set the hook function
1006
- * into QUnit.{hook}, instead of invoking it and passing the hook function.
1007
- * QUnit.constructor is set to the empty F() above so that we can add to it's prototype here.
1008
- * Doing this allows us to tell if the following methods have been overwritten on the actual
1009
- * QUnit object.
1010
- */
1011
- extend( QUnit.constructor.prototype, {
1012
-
1013
- // Logging callbacks; all receive a single argument with the listed properties
1014
- // run test/logs.html for any related changes
1015
- begin: registerLoggingCallback( "begin" ),
1016
-
1017
- // done: { failed, passed, total, runtime }
1018
- done: registerLoggingCallback( "done" ),
1019
-
1020
- // log: { result, actual, expected, message }
1021
- log: registerLoggingCallback( "log" ),
1022
-
1023
- // testStart: { name }
1024
- testStart: registerLoggingCallback( "testStart" ),
1025
-
1026
- // testDone: { name, failed, passed, total, duration }
1027
- testDone: registerLoggingCallback( "testDone" ),
1028
-
1029
- // moduleStart: { name }
1030
- moduleStart: registerLoggingCallback( "moduleStart" ),
1031
-
1032
- // moduleDone: { name, failed, passed, total }
1033
- moduleDone: registerLoggingCallback( "moduleDone" )
1034
- });
1035
-
1036
- if ( typeof document === "undefined" || document.readyState === "complete" ) {
1037
- config.autorun = true;
1038
- }
1039
-
1040
- QUnit.load = function() {
1041
- runLoggingCallbacks( "begin", QUnit, {} );
1042
-
1043
- // Initialize the config, saving the execution queue
1044
- var banner, filter, i, label, len, main, ol, toolbar, userAgent, val,
1045
- urlConfigCheckboxesContainer, urlConfigCheckboxes, moduleFilter,
1046
- numModules = 0,
1047
- moduleFilterHtml = "",
1048
- urlConfigHtml = "",
1049
- oldconfig = extend( {}, config );
1050
-
1051
- QUnit.init();
1052
- extend(config, oldconfig);
1053
-
1054
- config.blocking = false;
1055
-
1056
- len = config.urlConfig.length;
1057
-
1058
- for ( i = 0; i < len; i++ ) {
1059
- val = config.urlConfig[i];
1060
- if ( typeof val === "string" ) {
1061
- val = {
1062
- id: val,
1063
- label: val,
1064
- tooltip: "[no tooltip available]"
1065
- };
1066
- }
1067
- config[ val.id ] = QUnit.urlParams[ val.id ];
1068
- urlConfigHtml += "<input id='qunit-urlconfig-" + escapeText( val.id ) +
1069
- "' name='" + escapeText( val.id ) +
1070
- "' type='checkbox'" + ( config[ val.id ] ? " checked='checked'" : "" ) +
1071
- " title='" + escapeText( val.tooltip ) +
1072
- "'><label for='qunit-urlconfig-" + escapeText( val.id ) +
1073
- "' title='" + escapeText( val.tooltip ) + "'>" + val.label + "</label>";
1074
- }
1075
-
1076
- moduleFilterHtml += "<label for='qunit-modulefilter'>Module: </label><select id='qunit-modulefilter' name='modulefilter'><option value='' " +
1077
- ( config.module === undefined ? "selected='selected'" : "" ) +
1078
- ">< All Modules ></option>";
1079
-
1080
- for ( i in config.modules ) {
1081
- if ( config.modules.hasOwnProperty( i ) ) {
1082
- numModules += 1;
1083
- moduleFilterHtml += "<option value='" + escapeText( encodeURIComponent(i) ) + "' " +
1084
- ( config.module === i ? "selected='selected'" : "" ) +
1085
- ">" + escapeText(i) + "</option>";
1086
- }
1087
- }
1088
- moduleFilterHtml += "</select>";
1089
-
1090
- // `userAgent` initialized at top of scope
1091
- userAgent = id( "qunit-userAgent" );
1092
- if ( userAgent ) {
1093
- userAgent.innerHTML = navigator.userAgent;
1094
- }
1095
-
1096
- // `banner` initialized at top of scope
1097
- banner = id( "qunit-header" );
1098
- if ( banner ) {
1099
- banner.innerHTML = "<a href='" + QUnit.url({ filter: undefined, module: undefined, testNumber: undefined }) + "'>" + banner.innerHTML + "</a> ";
1100
- }
1101
-
1102
- // `toolbar` initialized at top of scope
1103
- toolbar = id( "qunit-testrunner-toolbar" );
1104
- if ( toolbar ) {
1105
- // `filter` initialized at top of scope
1106
- filter = document.createElement( "input" );
1107
- filter.type = "checkbox";
1108
- filter.id = "qunit-filter-pass";
1109
-
1110
- addEvent( filter, "click", function() {
1111
- var tmp,
1112
- ol = document.getElementById( "qunit-tests" );
1113
-
1114
- if ( filter.checked ) {
1115
- ol.className = ol.className + " hidepass";
1116
- } else {
1117
- tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " ";
1118
- ol.className = tmp.replace( / hidepass /, " " );
1119
- }
1120
- if ( defined.sessionStorage ) {
1121
- if (filter.checked) {
1122
- sessionStorage.setItem( "qunit-filter-passed-tests", "true" );
1123
- } else {
1124
- sessionStorage.removeItem( "qunit-filter-passed-tests" );
1125
- }
1126
- }
1127
- });
1128
-
1129
- if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem( "qunit-filter-passed-tests" ) ) {
1130
- filter.checked = true;
1131
- // `ol` initialized at top of scope
1132
- ol = document.getElementById( "qunit-tests" );
1133
- ol.className = ol.className + " hidepass";
1134
- }
1135
- toolbar.appendChild( filter );
1136
-
1137
- // `label` initialized at top of scope
1138
- label = document.createElement( "label" );
1139
- label.setAttribute( "for", "qunit-filter-pass" );
1140
- label.setAttribute( "title", "Only show tests and assertons that fail. Stored in sessionStorage." );
1141
- label.innerHTML = "Hide passed tests";
1142
- toolbar.appendChild( label );
1143
-
1144
- urlConfigCheckboxesContainer = document.createElement("span");
1145
- urlConfigCheckboxesContainer.innerHTML = urlConfigHtml;
1146
- urlConfigCheckboxes = urlConfigCheckboxesContainer.getElementsByTagName("input");
1147
- // For oldIE support:
1148
- // * Add handlers to the individual elements instead of the container
1149
- // * Use "click" instead of "change"
1150
- // * Fallback from event.target to event.srcElement
1151
- addEvents( urlConfigCheckboxes, "click", function( event ) {
1152
- var params = {},
1153
- target = event.target || event.srcElement;
1154
- params[ target.name ] = target.checked ? true : undefined;
1155
- window.location = QUnit.url( params );
1156
- });
1157
- toolbar.appendChild( urlConfigCheckboxesContainer );
1158
-
1159
- if (numModules > 1) {
1160
- moduleFilter = document.createElement( 'span' );
1161
- moduleFilter.setAttribute( 'id', 'qunit-modulefilter-container' );
1162
- moduleFilter.innerHTML = moduleFilterHtml;
1163
- addEvent( moduleFilter.lastChild, "change", function() {
1164
- var selectBox = moduleFilter.getElementsByTagName("select")[0],
1165
- selectedModule = decodeURIComponent(selectBox.options[selectBox.selectedIndex].value);
1166
-
1167
- window.location = QUnit.url( { module: ( selectedModule === "" ) ? undefined : selectedModule } );
1168
- });
1169
- toolbar.appendChild(moduleFilter);
1170
- }
1171
- }
1172
-
1173
- // `main` initialized at top of scope
1174
- main = id( "qunit-fixture" );
1175
- if ( main ) {
1176
- config.fixture = main.innerHTML;
1177
- }
1178
-
1179
- if ( config.autostart ) {
1180
- QUnit.start();
1181
- }
1182
- };
1183
-
1184
- addEvent( window, "load", QUnit.load );
1185
-
1186
- // `onErrorFnPrev` initialized at top of scope
1187
- // Preserve other handlers
1188
- onErrorFnPrev = window.onerror;
1189
-
1190
- // Cover uncaught exceptions
1191
- // Returning true will surpress the default browser handler,
1192
- // returning false will let it run.
1193
- window.onerror = function ( error, filePath, linerNr ) {
1194
- var ret = false;
1195
- if ( onErrorFnPrev ) {
1196
- ret = onErrorFnPrev( error, filePath, linerNr );
1197
- }
1198
-
1199
- // Treat return value as window.onerror itself does,
1200
- // Only do our handling if not surpressed.
1201
- if ( ret !== true ) {
1202
- if ( QUnit.config.current ) {
1203
- if ( QUnit.config.current.ignoreGlobalErrors ) {
1204
- return true;
1205
- }
1206
- QUnit.pushFailure( error, filePath + ":" + linerNr );
1207
- } else {
1208
- QUnit.test( "global failure", extend( function() {
1209
- QUnit.pushFailure( error, filePath + ":" + linerNr );
1210
- }, { validTest: validTest } ) );
1211
- }
1212
- return false;
1213
- }
1214
-
1215
- return ret;
1216
- };
1217
-
1218
- function done() {
1219
- config.autorun = true;
1220
-
1221
- // Log the last module results
1222
- if ( config.currentModule ) {
1223
- runLoggingCallbacks( "moduleDone", QUnit, {
1224
- name: config.currentModule,
1225
- failed: config.moduleStats.bad,
1226
- passed: config.moduleStats.all - config.moduleStats.bad,
1227
- total: config.moduleStats.all
1228
- });
1229
- }
1230
-
1231
- var i, key,
1232
- banner = id( "qunit-banner" ),
1233
- tests = id( "qunit-tests" ),
1234
- runtime = +new Date() - config.started,
1235
- passed = config.stats.all - config.stats.bad,
1236
- html = [
1237
- "Tests completed in ",
1238
- runtime,
1239
- " milliseconds.<br/>",
1240
- "<span class='passed'>",
1241
- passed,
1242
- "</span> assertions of <span class='total'>",
1243
- config.stats.all,
1244
- "</span> passed, <span class='failed'>",
1245
- config.stats.bad,
1246
- "</span> failed."
1247
- ].join( "" );
1248
-
1249
- if ( banner ) {
1250
- banner.className = ( config.stats.bad ? "qunit-fail" : "qunit-pass" );
1251
- }
1252
-
1253
- if ( tests ) {
1254
- id( "qunit-testresult" ).innerHTML = html;
1255
- }
1256
-
1257
- if ( config.altertitle && typeof document !== "undefined" && document.title ) {
1258
- // show ✖ for good, ✔ for bad suite result in title
1259
- // use escape sequences in case file gets loaded with non-utf-8-charset
1260
- document.title = [
1261
- ( config.stats.bad ? "\u2716" : "\u2714" ),
1262
- document.title.replace( /^[\u2714\u2716] /i, "" )
1263
- ].join( " " );
1264
- }
1265
-
1266
- // clear own sessionStorage items if all tests passed
1267
- if ( config.reorder && defined.sessionStorage && config.stats.bad === 0 ) {
1268
- // `key` & `i` initialized at top of scope
1269
- for ( i = 0; i < sessionStorage.length; i++ ) {
1270
- key = sessionStorage.key( i++ );
1271
- if ( key.indexOf( "qunit-test-" ) === 0 ) {
1272
- sessionStorage.removeItem( key );
1273
- }
1274
- }
1275
- }
1276
-
1277
- // scroll back to top to show results
1278
- if ( window.scrollTo ) {
1279
- window.scrollTo(0, 0);
1280
- }
1281
-
1282
- runLoggingCallbacks( "done", QUnit, {
1283
- failed: config.stats.bad,
1284
- passed: passed,
1285
- total: config.stats.all,
1286
- runtime: runtime
1287
- });
1288
- }
1289
-
1290
- /** @return Boolean: true if this test should be ran */
1291
- function validTest( test ) {
1292
- var include,
1293
- filter = config.filter && config.filter.toLowerCase(),
1294
- module = config.module && config.module.toLowerCase(),
1295
- fullName = (test.module + ": " + test.testName).toLowerCase();
1296
-
1297
- // Internally-generated tests are always valid
1298
- if ( test.callback && test.callback.validTest === validTest ) {
1299
- delete test.callback.validTest;
1300
- return true;
1301
- }
1302
-
1303
- if ( config.testNumber ) {
1304
- return test.testNumber === config.testNumber;
1305
- }
1306
-
1307
- if ( module && ( !test.module || test.module.toLowerCase() !== module ) ) {
1308
- return false;
1309
- }
1310
-
1311
- if ( !filter ) {
1312
- return true;
1313
- }
1314
-
1315
- include = filter.charAt( 0 ) !== "!";
1316
- if ( !include ) {
1317
- filter = filter.slice( 1 );
1318
- }
1319
-
1320
- // If the filter matches, we need to honour include
1321
- if ( fullName.indexOf( filter ) !== -1 ) {
1322
- return include;
1323
- }
1324
-
1325
- // Otherwise, do the opposite
1326
- return !include;
1327
- }
1328
-
1329
- // so far supports only Firefox, Chrome and Opera (buggy), Safari (for real exceptions)
1330
- // Later Safari and IE10 are supposed to support error.stack as well
1331
- // See also https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/Stack
1332
- function extractStacktrace( e, offset ) {
1333
- offset = offset === undefined ? 3 : offset;
1334
-
1335
- var stack, include, i;
1336
-
1337
- if ( e.stacktrace ) {
1338
- // Opera
1339
- return e.stacktrace.split( "\n" )[ offset + 3 ];
1340
- } else if ( e.stack ) {
1341
- // Firefox, Chrome
1342
- stack = e.stack.split( "\n" );
1343
- if (/^error$/i.test( stack[0] ) ) {
1344
- stack.shift();
1345
- }
1346
- if ( fileName ) {
1347
- include = [];
1348
- for ( i = offset; i < stack.length; i++ ) {
1349
- if ( stack[ i ].indexOf( fileName ) !== -1 ) {
1350
- break;
1351
- }
1352
- include.push( stack[ i ] );
1353
- }
1354
- if ( include.length ) {
1355
- return include.join( "\n" );
1356
- }
1357
- }
1358
- return stack[ offset ];
1359
- } else if ( e.sourceURL ) {
1360
- // Safari, PhantomJS
1361
- // hopefully one day Safari provides actual stacktraces
1362
- // exclude useless self-reference for generated Error objects
1363
- if ( /qunit.js$/.test( e.sourceURL ) ) {
1364
- return;
1365
- }
1366
- // for actual exceptions, this is useful
1367
- return e.sourceURL + ":" + e.line;
1368
- }
1369
- }
1370
- function sourceFromStacktrace( offset ) {
1371
- try {
1372
- throw new Error();
1373
- } catch ( e ) {
1374
- return extractStacktrace( e, offset );
1375
- }
1376
- }
1377
-
1378
- /**
1379
- * Escape text for attribute or text content.
1380
- */
1381
- function escapeText( s ) {
1382
- if ( !s ) {
1383
- return "";
1384
- }
1385
- s = s + "";
1386
- // Both single quotes and double quotes (for attributes)
1387
- return s.replace( /['"<>&]/g, function( s ) {
1388
- switch( s ) {
1389
- case '\'':
1390
- return '&#039;';
1391
- case '"':
1392
- return '&quot;';
1393
- case '<':
1394
- return '&lt;';
1395
- case '>':
1396
- return '&gt;';
1397
- case '&':
1398
- return '&amp;';
1399
- }
1400
- });
1401
- }
1402
-
1403
- function synchronize( callback, last ) {
1404
- config.queue.push( callback );
1405
-
1406
- if ( config.autorun && !config.blocking ) {
1407
- process( last );
1408
- }
1409
- }
1410
-
1411
- function process( last ) {
1412
- function next() {
1413
- process( last );
1414
- }
1415
- var start = new Date().getTime();
1416
- config.depth = config.depth ? config.depth + 1 : 1;
1417
-
1418
- while ( config.queue.length && !config.blocking ) {
1419
- if ( !defined.setTimeout || config.updateRate <= 0 || ( ( new Date().getTime() - start ) < config.updateRate ) ) {
1420
- config.queue.shift()();
1421
- } else {
1422
- window.setTimeout( next, 13 );
1423
- break;
1424
- }
1425
- }
1426
- config.depth--;
1427
- if ( last && !config.blocking && !config.queue.length && config.depth === 0 ) {
1428
- done();
1429
- }
1430
- }
1431
-
1432
- function saveGlobal() {
1433
- config.pollution = [];
1434
-
1435
- if ( config.noglobals ) {
1436
- for ( var key in window ) {
1437
- // in Opera sometimes DOM element ids show up here, ignore them
1438
- if ( !hasOwn.call( window, key ) || /^qunit-test-output/.test( key ) ) {
1439
- continue;
1440
- }
1441
- config.pollution.push( key );
1442
- }
1443
- }
1444
- }
1445
-
1446
- function checkPollution() {
1447
- var newGlobals,
1448
- deletedGlobals,
1449
- old = config.pollution;
1450
-
1451
- saveGlobal();
1452
-
1453
- newGlobals = diff( config.pollution, old );
1454
- if ( newGlobals.length > 0 ) {
1455
- QUnit.pushFailure( "Introduced global variable(s): " + newGlobals.join(", ") );
1456
- }
1457
-
1458
- deletedGlobals = diff( old, config.pollution );
1459
- if ( deletedGlobals.length > 0 ) {
1460
- QUnit.pushFailure( "Deleted global variable(s): " + deletedGlobals.join(", ") );
1461
- }
1462
- }
1463
-
1464
- // returns a new Array with the elements that are in a but not in b
1465
- function diff( a, b ) {
1466
- var i, j,
1467
- result = a.slice();
1468
-
1469
- for ( i = 0; i < result.length; i++ ) {
1470
- for ( j = 0; j < b.length; j++ ) {
1471
- if ( result[i] === b[j] ) {
1472
- result.splice( i, 1 );
1473
- i--;
1474
- break;
1475
- }
1476
- }
1477
- }
1478
- return result;
1479
- }
1480
-
1481
- function extend( a, b ) {
1482
- for ( var prop in b ) {
1483
- if ( b[ prop ] === undefined ) {
1484
- delete a[ prop ];
1485
-
1486
- // Avoid "Member not found" error in IE8 caused by setting window.constructor
1487
- } else if ( prop !== "constructor" || a !== window ) {
1488
- a[ prop ] = b[ prop ];
1489
- }
1490
- }
1491
-
1492
- return a;
1493
- }
1494
-
1495
- /**
1496
- * @param {HTMLElement} elem
1497
- * @param {string} type
1498
- * @param {Function} fn
1499
- */
1500
- function addEvent( elem, type, fn ) {
1501
- // Standards-based browsers
1502
- if ( elem.addEventListener ) {
1503
- elem.addEventListener( type, fn, false );
1504
- // IE
1505
- } else {
1506
- elem.attachEvent( "on" + type, fn );
1507
- }
1508
- }
1509
-
1510
- /**
1511
- * @param {Array|NodeList} elems
1512
- * @param {string} type
1513
- * @param {Function} fn
1514
- */
1515
- function addEvents( elems, type, fn ) {
1516
- var i = elems.length;
1517
- while ( i-- ) {
1518
- addEvent( elems[i], type, fn );
1519
- }
1520
- }
1521
-
1522
- function hasClass( elem, name ) {
1523
- return (" " + elem.className + " ").indexOf(" " + name + " ") > -1;
1524
- }
1525
-
1526
- function addClass( elem, name ) {
1527
- if ( !hasClass( elem, name ) ) {
1528
- elem.className += (elem.className ? " " : "") + name;
1529
- }
1530
- }
1531
-
1532
- function removeClass( elem, name ) {
1533
- var set = " " + elem.className + " ";
1534
- // Class name may appear multiple times
1535
- while ( set.indexOf(" " + name + " ") > -1 ) {
1536
- set = set.replace(" " + name + " " , " ");
1537
- }
1538
- // If possible, trim it for prettiness, but not neccecarily
1539
- elem.className = window.jQuery ? jQuery.trim( set ) : ( set.trim ? set.trim() : set );
1540
- }
1541
-
1542
- function id( name ) {
1543
- return !!( typeof document !== "undefined" && document && document.getElementById ) &&
1544
- document.getElementById( name );
1545
- }
1546
-
1547
- function registerLoggingCallback( key ) {
1548
- return function( callback ) {
1549
- config[key].push( callback );
1550
- };
1551
- }
1552
-
1553
- // Supports deprecated method of completely overwriting logging callbacks
1554
- function runLoggingCallbacks( key, scope, args ) {
1555
- var i, callbacks;
1556
- if ( QUnit.hasOwnProperty( key ) ) {
1557
- QUnit[ key ].call(scope, args );
1558
- } else {
1559
- callbacks = config[ key ];
1560
- for ( i = 0; i < callbacks.length; i++ ) {
1561
- callbacks[ i ].call( scope, args );
1562
- }
1563
- }
1564
- }
1565
-
1566
- // Test for equality any JavaScript type.
1567
- // Author: Philippe Rathé <prathe@gmail.com>
1568
- QUnit.equiv = (function() {
1569
-
1570
- // Call the o related callback with the given arguments.
1571
- function bindCallbacks( o, callbacks, args ) {
1572
- var prop = QUnit.objectType( o );
1573
- if ( prop ) {
1574
- if ( QUnit.objectType( callbacks[ prop ] ) === "function" ) {
1575
- return callbacks[ prop ].apply( callbacks, args );
1576
- } else {
1577
- return callbacks[ prop ]; // or undefined
1578
- }
1579
- }
1580
- }
1581
-
1582
- // the real equiv function
1583
- var innerEquiv,
1584
- // stack to decide between skip/abort functions
1585
- callers = [],
1586
- // stack to avoiding loops from circular referencing
1587
- parents = [],
1588
-
1589
- getProto = Object.getPrototypeOf || function ( obj ) {
1590
- return obj.__proto__;
1591
- },
1592
- callbacks = (function () {
1593
-
1594
- // for string, boolean, number and null
1595
- function useStrictEquality( b, a ) {
1596
- /*jshint eqeqeq:false */
1597
- if ( b instanceof a.constructor || a instanceof b.constructor ) {
1598
- // to catch short annotaion VS 'new' annotation of a
1599
- // declaration
1600
- // e.g. var i = 1;
1601
- // var j = new Number(1);
1602
- return a == b;
1603
- } else {
1604
- return a === b;
1605
- }
1606
- }
1607
-
1608
- return {
1609
- "string": useStrictEquality,
1610
- "boolean": useStrictEquality,
1611
- "number": useStrictEquality,
1612
- "null": useStrictEquality,
1613
- "undefined": useStrictEquality,
1614
-
1615
- "nan": function( b ) {
1616
- return isNaN( b );
1617
- },
1618
-
1619
- "date": function( b, a ) {
1620
- return QUnit.objectType( b ) === "date" && a.valueOf() === b.valueOf();
1621
- },
1622
-
1623
- "regexp": function( b, a ) {
1624
- return QUnit.objectType( b ) === "regexp" &&
1625
- // the regex itself
1626
- a.source === b.source &&
1627
- // and its modifers
1628
- a.global === b.global &&
1629
- // (gmi) ...
1630
- a.ignoreCase === b.ignoreCase &&
1631
- a.multiline === b.multiline &&
1632
- a.sticky === b.sticky;
1633
- },
1634
-
1635
- // - skip when the property is a method of an instance (OOP)
1636
- // - abort otherwise,
1637
- // initial === would have catch identical references anyway
1638
- "function": function() {
1639
- var caller = callers[callers.length - 1];
1640
- return caller !== Object && typeof caller !== "undefined";
1641
- },
1642
-
1643
- "array": function( b, a ) {
1644
- var i, j, len, loop;
1645
-
1646
- // b could be an object literal here
1647
- if ( QUnit.objectType( b ) !== "array" ) {
1648
- return false;
1649
- }
1650
-
1651
- len = a.length;
1652
- if ( len !== b.length ) {
1653
- // safe and faster
1654
- return false;
1655
- }
1656
-
1657
- // track reference to avoid circular references
1658
- parents.push( a );
1659
- for ( i = 0; i < len; i++ ) {
1660
- loop = false;
1661
- for ( j = 0; j < parents.length; j++ ) {
1662
- if ( parents[j] === a[i] ) {
1663
- loop = true;// dont rewalk array
1664
- }
1665
- }
1666
- if ( !loop && !innerEquiv(a[i], b[i]) ) {
1667
- parents.pop();
1668
- return false;
1669
- }
1670
- }
1671
- parents.pop();
1672
- return true;
1673
- },
1674
-
1675
- "object": function( b, a ) {
1676
- var i, j, loop,
1677
- // Default to true
1678
- eq = true,
1679
- aProperties = [],
1680
- bProperties = [];
1681
-
1682
- // comparing constructors is more strict than using
1683
- // instanceof
1684
- if ( a.constructor !== b.constructor ) {
1685
- // Allow objects with no prototype to be equivalent to
1686
- // objects with Object as their constructor.
1687
- if ( !(( getProto(a) === null && getProto(b) === Object.prototype ) ||
1688
- ( getProto(b) === null && getProto(a) === Object.prototype ) ) ) {
1689
- return false;
1690
- }
1691
- }
1692
-
1693
- // stack constructor before traversing properties
1694
- callers.push( a.constructor );
1695
- // track reference to avoid circular references
1696
- parents.push( a );
1697
-
1698
- for ( i in a ) { // be strict: don't ensures hasOwnProperty
1699
- // and go deep
1700
- loop = false;
1701
- for ( j = 0; j < parents.length; j++ ) {
1702
- if ( parents[j] === a[i] ) {
1703
- // don't go down the same path twice
1704
- loop = true;
1705
- }
1706
- }
1707
- aProperties.push(i); // collect a's properties
1708
-
1709
- if (!loop && !innerEquiv( a[i], b[i] ) ) {
1710
- eq = false;
1711
- break;
1712
- }
1713
- }
1714
-
1715
- callers.pop(); // unstack, we are done
1716
- parents.pop();
1717
-
1718
- for ( i in b ) {
1719
- bProperties.push( i ); // collect b's properties
1720
- }
1721
-
1722
- // Ensures identical properties name
1723
- return eq && innerEquiv( aProperties.sort(), bProperties.sort() );
1724
- }
1725
- };
1726
- }());
1727
-
1728
- innerEquiv = function() { // can take multiple arguments
1729
- var args = [].slice.apply( arguments );
1730
- if ( args.length < 2 ) {
1731
- return true; // end transition
1732
- }
1733
-
1734
- return (function( a, b ) {
1735
- if ( a === b ) {
1736
- return true; // catch the most you can
1737
- } else if ( a === null || b === null || typeof a === "undefined" ||
1738
- typeof b === "undefined" ||
1739
- QUnit.objectType(a) !== QUnit.objectType(b) ) {
1740
- return false; // don't lose time with error prone cases
1741
- } else {
1742
- return bindCallbacks(a, callbacks, [ b, a ]);
1743
- }
1744
-
1745
- // apply transition with (1..n) arguments
1746
- }( args[0], args[1] ) && arguments.callee.apply( this, args.splice(1, args.length - 1 )) );
1747
- };
1748
-
1749
- return innerEquiv;
1750
- }());
1751
-
1752
- /**
1753
- * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com |
1754
- * http://flesler.blogspot.com Licensed under BSD
1755
- * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
1756
- *
1757
- * @projectDescription Advanced and extensible data dumping for Javascript.
1758
- * @version 1.0.0
1759
- * @author Ariel Flesler
1760
- * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
1761
- */
1762
- QUnit.jsDump = (function() {
1763
- function quote( str ) {
1764
- return '"' + str.toString().replace( /"/g, '\\"' ) + '"';
1765
- }
1766
- function literal( o ) {
1767
- return o + "";
1768
- }
1769
- function join( pre, arr, post ) {
1770
- var s = jsDump.separator(),
1771
- base = jsDump.indent(),
1772
- inner = jsDump.indent(1);
1773
- if ( arr.join ) {
1774
- arr = arr.join( "," + s + inner );
1775
- }
1776
- if ( !arr ) {
1777
- return pre + post;
1778
- }
1779
- return [ pre, inner + arr, base + post ].join(s);
1780
- }
1781
- function array( arr, stack ) {
1782
- var i = arr.length, ret = new Array(i);
1783
- this.up();
1784
- while ( i-- ) {
1785
- ret[i] = this.parse( arr[i] , undefined , stack);
1786
- }
1787
- this.down();
1788
- return join( "[", ret, "]" );
1789
- }
1790
-
1791
- var reName = /^function (\w+)/,
1792
- jsDump = {
1793
- // type is used mostly internally, you can fix a (custom)type in advance
1794
- parse: function( obj, type, stack ) {
1795
- stack = stack || [ ];
1796
- var inStack, res,
1797
- parser = this.parsers[ type || this.typeOf(obj) ];
1798
-
1799
- type = typeof parser;
1800
- inStack = inArray( obj, stack );
1801
-
1802
- if ( inStack !== -1 ) {
1803
- return "recursion(" + (inStack - stack.length) + ")";
1804
- }
1805
- if ( type === "function" ) {
1806
- stack.push( obj );
1807
- res = parser.call( this, obj, stack );
1808
- stack.pop();
1809
- return res;
1810
- }
1811
- return ( type === "string" ) ? parser : this.parsers.error;
1812
- },
1813
- typeOf: function( obj ) {
1814
- var type;
1815
- if ( obj === null ) {
1816
- type = "null";
1817
- } else if ( typeof obj === "undefined" ) {
1818
- type = "undefined";
1819
- } else if ( QUnit.is( "regexp", obj) ) {
1820
- type = "regexp";
1821
- } else if ( QUnit.is( "date", obj) ) {
1822
- type = "date";
1823
- } else if ( QUnit.is( "function", obj) ) {
1824
- type = "function";
1825
- } else if ( typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined" ) {
1826
- type = "window";
1827
- } else if ( obj.nodeType === 9 ) {
1828
- type = "document";
1829
- } else if ( obj.nodeType ) {
1830
- type = "node";
1831
- } else if (
1832
- // native arrays
1833
- toString.call( obj ) === "[object Array]" ||
1834
- // NodeList objects
1835
- ( typeof obj.length === "number" && typeof obj.item !== "undefined" && ( obj.length ? obj.item(0) === obj[0] : ( obj.item( 0 ) === null && typeof obj[0] === "undefined" ) ) )
1836
- ) {
1837
- type = "array";
1838
- } else if ( obj.constructor === Error.prototype.constructor ) {
1839
- type = "error";
1840
- } else {
1841
- type = typeof obj;
1842
- }
1843
- return type;
1844
- },
1845
- separator: function() {
1846
- return this.multiline ? this.HTML ? "<br />" : "\n" : this.HTML ? "&nbsp;" : " ";
1847
- },
1848
- // extra can be a number, shortcut for increasing-calling-decreasing
1849
- indent: function( extra ) {
1850
- if ( !this.multiline ) {
1851
- return "";
1852
- }
1853
- var chr = this.indentChar;
1854
- if ( this.HTML ) {
1855
- chr = chr.replace( /\t/g, " " ).replace( / /g, "&nbsp;" );
1856
- }
1857
- return new Array( this._depth_ + (extra||0) ).join(chr);
1858
- },
1859
- up: function( a ) {
1860
- this._depth_ += a || 1;
1861
- },
1862
- down: function( a ) {
1863
- this._depth_ -= a || 1;
1864
- },
1865
- setParser: function( name, parser ) {
1866
- this.parsers[name] = parser;
1867
- },
1868
- // The next 3 are exposed so you can use them
1869
- quote: quote,
1870
- literal: literal,
1871
- join: join,
1872
- //
1873
- _depth_: 1,
1874
- // This is the list of parsers, to modify them, use jsDump.setParser
1875
- parsers: {
1876
- window: "[Window]",
1877
- document: "[Document]",
1878
- error: function(error) {
1879
- return "Error(\"" + error.message + "\")";
1880
- },
1881
- unknown: "[Unknown]",
1882
- "null": "null",
1883
- "undefined": "undefined",
1884
- "function": function( fn ) {
1885
- var ret = "function",
1886
- // functions never have name in IE
1887
- name = "name" in fn ? fn.name : (reName.exec(fn) || [])[1];
1888
-
1889
- if ( name ) {
1890
- ret += " " + name;
1891
- }
1892
- ret += "( ";
1893
-
1894
- ret = [ ret, QUnit.jsDump.parse( fn, "functionArgs" ), "){" ].join( "" );
1895
- return join( ret, QUnit.jsDump.parse(fn,"functionCode" ), "}" );
1896
- },
1897
- array: array,
1898
- nodelist: array,
1899
- "arguments": array,
1900
- object: function( map, stack ) {
1901
- var ret = [ ], keys, key, val, i;
1902
- QUnit.jsDump.up();
1903
- keys = [];
1904
- for ( key in map ) {
1905
- keys.push( key );
1906
- }
1907
- keys.sort();
1908
- for ( i = 0; i < keys.length; i++ ) {
1909
- key = keys[ i ];
1910
- val = map[ key ];
1911
- ret.push( QUnit.jsDump.parse( key, "key" ) + ": " + QUnit.jsDump.parse( val, undefined, stack ) );
1912
- }
1913
- QUnit.jsDump.down();
1914
- return join( "{", ret, "}" );
1915
- },
1916
- node: function( node ) {
1917
- var len, i, val,
1918
- open = QUnit.jsDump.HTML ? "&lt;" : "<",
1919
- close = QUnit.jsDump.HTML ? "&gt;" : ">",
1920
- tag = node.nodeName.toLowerCase(),
1921
- ret = open + tag,
1922
- attrs = node.attributes;
1923
-
1924
- if ( attrs ) {
1925
- for ( i = 0, len = attrs.length; i < len; i++ ) {
1926
- val = attrs[i].nodeValue;
1927
- // IE6 includes all attributes in .attributes, even ones not explicitly set.
1928
- // Those have values like undefined, null, 0, false, "" or "inherit".
1929
- if ( val && val !== "inherit" ) {
1930
- ret += " " + attrs[i].nodeName + "=" + QUnit.jsDump.parse( val, "attribute" );
1931
- }
1932
- }
1933
- }
1934
- ret += close;
1935
-
1936
- // Show content of TextNode or CDATASection
1937
- if ( node.nodeType === 3 || node.nodeType === 4 ) {
1938
- ret += node.nodeValue;
1939
- }
1940
-
1941
- return ret + open + "/" + tag + close;
1942
- },
1943
- // function calls it internally, it's the arguments part of the function
1944
- functionArgs: function( fn ) {
1945
- var args,
1946
- l = fn.length;
1947
-
1948
- if ( !l ) {
1949
- return "";
1950
- }
1951
-
1952
- args = new Array(l);
1953
- while ( l-- ) {
1954
- // 97 is 'a'
1955
- args[l] = String.fromCharCode(97+l);
1956
- }
1957
- return " " + args.join( ", " ) + " ";
1958
- },
1959
- // object calls it internally, the key part of an item in a map
1960
- key: quote,
1961
- // function calls it internally, it's the content of the function
1962
- functionCode: "[code]",
1963
- // node calls it internally, it's an html attribute value
1964
- attribute: quote,
1965
- string: quote,
1966
- date: quote,
1967
- regexp: literal,
1968
- number: literal,
1969
- "boolean": literal
1970
- },
1971
- // if true, entities are escaped ( <, >, \t, space and \n )
1972
- HTML: false,
1973
- // indentation unit
1974
- indentChar: " ",
1975
- // if true, items in a collection, are separated by a \n, else just a space.
1976
- multiline: true
1977
- };
1978
-
1979
- return jsDump;
1980
- }());
1981
-
1982
- // from jquery.js
1983
- function inArray( elem, array ) {
1984
- if ( array.indexOf ) {
1985
- return array.indexOf( elem );
1986
- }
1987
-
1988
- for ( var i = 0, length = array.length; i < length; i++ ) {
1989
- if ( array[ i ] === elem ) {
1990
- return i;
1991
- }
1992
- }
1993
-
1994
- return -1;
1995
- }
1996
-
1997
- /*
1998
- * Javascript Diff Algorithm
1999
- * By John Resig (http://ejohn.org/)
2000
- * Modified by Chu Alan "sprite"
2001
- *
2002
- * Released under the MIT license.
2003
- *
2004
- * More Info:
2005
- * http://ejohn.org/projects/javascript-diff-algorithm/
2006
- *
2007
- * Usage: QUnit.diff(expected, actual)
2008
- *
2009
- * QUnit.diff( "the quick brown fox jumped over", "the quick fox jumps over" ) == "the quick <del>brown </del> fox <del>jumped </del><ins>jumps </ins> over"
2010
- */
2011
- QUnit.diff = (function() {
2012
- /*jshint eqeqeq:false, eqnull:true */
2013
- function diff( o, n ) {
2014
- var i,
2015
- ns = {},
2016
- os = {};
2017
-
2018
- for ( i = 0; i < n.length; i++ ) {
2019
- if ( !hasOwn.call( ns, n[i] ) ) {
2020
- ns[ n[i] ] = {
2021
- rows: [],
2022
- o: null
2023
- };
2024
- }
2025
- ns[ n[i] ].rows.push( i );
2026
- }
2027
-
2028
- for ( i = 0; i < o.length; i++ ) {
2029
- if ( !hasOwn.call( os, o[i] ) ) {
2030
- os[ o[i] ] = {
2031
- rows: [],
2032
- n: null
2033
- };
2034
- }
2035
- os[ o[i] ].rows.push( i );
2036
- }
2037
-
2038
- for ( i in ns ) {
2039
- if ( !hasOwn.call( ns, i ) ) {
2040
- continue;
2041
- }
2042
- if ( ns[i].rows.length === 1 && hasOwn.call( os, i ) && os[i].rows.length === 1 ) {
2043
- n[ ns[i].rows[0] ] = {
2044
- text: n[ ns[i].rows[0] ],
2045
- row: os[i].rows[0]
2046
- };
2047
- o[ os[i].rows[0] ] = {
2048
- text: o[ os[i].rows[0] ],
2049
- row: ns[i].rows[0]
2050
- };
2051
- }
2052
- }
2053
-
2054
- for ( i = 0; i < n.length - 1; i++ ) {
2055
- if ( n[i].text != null && n[ i + 1 ].text == null && n[i].row + 1 < o.length && o[ n[i].row + 1 ].text == null &&
2056
- n[ i + 1 ] == o[ n[i].row + 1 ] ) {
2057
-
2058
- n[ i + 1 ] = {
2059
- text: n[ i + 1 ],
2060
- row: n[i].row + 1
2061
- };
2062
- o[ n[i].row + 1 ] = {
2063
- text: o[ n[i].row + 1 ],
2064
- row: i + 1
2065
- };
2066
- }
2067
- }
2068
-
2069
- for ( i = n.length - 1; i > 0; i-- ) {
2070
- if ( n[i].text != null && n[ i - 1 ].text == null && n[i].row > 0 && o[ n[i].row - 1 ].text == null &&
2071
- n[ i - 1 ] == o[ n[i].row - 1 ]) {
2072
-
2073
- n[ i - 1 ] = {
2074
- text: n[ i - 1 ],
2075
- row: n[i].row - 1
2076
- };
2077
- o[ n[i].row - 1 ] = {
2078
- text: o[ n[i].row - 1 ],
2079
- row: i - 1
2080
- };
2081
- }
2082
- }
2083
-
2084
- return {
2085
- o: o,
2086
- n: n
2087
- };
2088
- }
2089
-
2090
- return function( o, n ) {
2091
- o = o.replace( /\s+$/, "" );
2092
- n = n.replace( /\s+$/, "" );
2093
-
2094
- var i, pre,
2095
- str = "",
2096
- out = diff( o === "" ? [] : o.split(/\s+/), n === "" ? [] : n.split(/\s+/) ),
2097
- oSpace = o.match(/\s+/g),
2098
- nSpace = n.match(/\s+/g);
2099
-
2100
- if ( oSpace == null ) {
2101
- oSpace = [ " " ];
2102
- }
2103
- else {
2104
- oSpace.push( " " );
2105
- }
2106
-
2107
- if ( nSpace == null ) {
2108
- nSpace = [ " " ];
2109
- }
2110
- else {
2111
- nSpace.push( " " );
2112
- }
2113
-
2114
- if ( out.n.length === 0 ) {
2115
- for ( i = 0; i < out.o.length; i++ ) {
2116
- str += "<del>" + out.o[i] + oSpace[i] + "</del>";
2117
- }
2118
- }
2119
- else {
2120
- if ( out.n[0].text == null ) {
2121
- for ( n = 0; n < out.o.length && out.o[n].text == null; n++ ) {
2122
- str += "<del>" + out.o[n] + oSpace[n] + "</del>";
2123
- }
2124
- }
2125
-
2126
- for ( i = 0; i < out.n.length; i++ ) {
2127
- if (out.n[i].text == null) {
2128
- str += "<ins>" + out.n[i] + nSpace[i] + "</ins>";
2129
- }
2130
- else {
2131
- // `pre` initialized at top of scope
2132
- pre = "";
2133
-
2134
- for ( n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++ ) {
2135
- pre += "<del>" + out.o[n] + oSpace[n] + "</del>";
2136
- }
2137
- str += " " + out.n[i].text + nSpace[i] + pre;
2138
- }
2139
- }
2140
- }
2141
-
2142
- return str;
2143
- };
2144
- }());
2145
-
2146
- // for CommonJS enviroments, export everything
2147
- if ( typeof exports !== "undefined" ) {
2148
- extend( exports, QUnit );
2149
- }
2150
-
2151
- // get at whatever the global object is, like window in browsers
2152
- }( (function() {return this;}.call()) ));