style-dictionary 3.7.1 → 3.7.2

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