mathjs 10.4.1 → 10.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2761) hide show
  1. package/HISTORY.md +17 -0
  2. package/docs/datatypes/units.md +2 -2
  3. package/docs/reference/functions/format.md +3 -0
  4. package/examples/node_modules/.bin/acorn +12 -0
  5. package/examples/node_modules/.bin/acorn.cmd +17 -0
  6. package/examples/node_modules/.bin/acorn.ps1 +28 -0
  7. package/examples/node_modules/.bin/browserslist +12 -0
  8. package/examples/node_modules/.bin/browserslist.cmd +17 -0
  9. package/examples/node_modules/.bin/browserslist.ps1 +28 -0
  10. package/examples/node_modules/.bin/envinfo +2 -5
  11. package/examples/node_modules/.bin/envinfo.cmd +6 -6
  12. package/examples/node_modules/.bin/envinfo.ps1 +12 -2
  13. package/examples/node_modules/.bin/import-local-fixture +2 -5
  14. package/examples/node_modules/.bin/import-local-fixture.cmd +6 -6
  15. package/examples/node_modules/.bin/import-local-fixture.ps1 +12 -2
  16. package/examples/node_modules/.bin/node-which +2 -5
  17. package/examples/node_modules/.bin/node-which.cmd +6 -6
  18. package/examples/node_modules/.bin/node-which.ps1 +12 -2
  19. package/examples/node_modules/.bin/resolve +12 -0
  20. package/examples/node_modules/.bin/resolve.cmd +17 -0
  21. package/examples/node_modules/.bin/resolve.ps1 +28 -0
  22. package/examples/node_modules/.bin/terser +12 -0
  23. package/examples/node_modules/.bin/terser.cmd +17 -0
  24. package/examples/node_modules/.bin/terser.ps1 +28 -0
  25. package/examples/node_modules/.bin/webpack +12 -0
  26. package/examples/node_modules/.bin/webpack-cli +2 -5
  27. package/examples/node_modules/.bin/webpack-cli.cmd +6 -6
  28. package/examples/node_modules/.bin/webpack-cli.ps1 +12 -2
  29. package/examples/node_modules/.bin/webpack.cmd +17 -0
  30. package/examples/node_modules/.bin/webpack.ps1 +28 -0
  31. package/examples/node_modules/.package-lock.json +1407 -0
  32. package/examples/node_modules/@discoveryjs/json-ext/README.md +2 -1
  33. package/examples/node_modules/@discoveryjs/json-ext/dist/json-ext.js +147 -164
  34. package/examples/node_modules/@discoveryjs/json-ext/dist/json-ext.min.js +1 -1
  35. package/examples/node_modules/@discoveryjs/json-ext/dist/version.js +1 -0
  36. package/examples/node_modules/@discoveryjs/json-ext/index.d.ts +31 -0
  37. package/examples/node_modules/@discoveryjs/json-ext/package.json +53 -90
  38. package/examples/node_modules/@discoveryjs/json-ext/src/index.js +1 -1
  39. package/examples/node_modules/@discoveryjs/json-ext/src/parse-chunked.js +89 -44
  40. package/examples/node_modules/@discoveryjs/json-ext/src/stringify-info.js +11 -4
  41. package/examples/node_modules/@discoveryjs/json-ext/src/stringify-stream.js +17 -3
  42. package/examples/node_modules/@discoveryjs/json-ext/src/utils.js +6 -5
  43. package/examples/node_modules/@discoveryjs/json-ext/src/version.js +1 -0
  44. package/examples/node_modules/@types/eslint/LICENSE +21 -0
  45. package/examples/node_modules/@types/eslint/README.md +16 -0
  46. package/examples/node_modules/@types/eslint/helpers.d.ts +3 -0
  47. package/examples/node_modules/@types/eslint/index.d.ts +953 -0
  48. package/examples/node_modules/@types/eslint/package.json +65 -0
  49. package/examples/node_modules/@types/eslint/rules/best-practices.d.ts +931 -0
  50. package/examples/node_modules/@types/eslint/rules/deprecated.d.ts +267 -0
  51. package/examples/node_modules/@types/eslint/rules/ecmascript-6.d.ts +502 -0
  52. package/examples/node_modules/@types/eslint/rules/index.d.ts +21 -0
  53. package/examples/node_modules/@types/eslint/rules/node-commonjs.d.ts +133 -0
  54. package/examples/node_modules/@types/eslint/rules/possible-errors.d.ts +484 -0
  55. package/examples/node_modules/@types/eslint/rules/strict-mode.d.ts +11 -0
  56. package/examples/node_modules/@types/eslint/rules/stylistic-issues.d.ts +1893 -0
  57. package/examples/node_modules/@types/eslint/rules/variables.d.ts +187 -0
  58. package/examples/node_modules/@types/eslint/use-at-your-own-risk.d.ts +8 -0
  59. package/examples/node_modules/@types/eslint-scope/LICENSE +21 -0
  60. package/examples/node_modules/@types/eslint-scope/README.md +84 -0
  61. package/examples/node_modules/@types/eslint-scope/index.d.ts +64 -0
  62. package/examples/node_modules/@types/eslint-scope/package.json +28 -0
  63. package/examples/node_modules/@types/estree/LICENSE +21 -0
  64. package/examples/node_modules/@types/estree/README.md +16 -0
  65. package/examples/node_modules/@types/estree/flow.d.ts +174 -0
  66. package/examples/node_modules/@types/estree/index.d.ts +595 -0
  67. package/examples/node_modules/@types/estree/package.json +25 -0
  68. package/examples/node_modules/@types/json-schema/LICENSE +21 -0
  69. package/examples/node_modules/@types/json-schema/README.md +16 -0
  70. package/examples/node_modules/@types/json-schema/index.d.ts +758 -0
  71. package/examples/node_modules/@types/json-schema/package.json +40 -0
  72. package/examples/node_modules/@types/node/LICENSE +21 -0
  73. package/examples/node_modules/@types/node/README.md +16 -0
  74. package/examples/node_modules/@types/node/assert/strict.d.ts +8 -0
  75. package/examples/node_modules/@types/node/assert.d.ts +912 -0
  76. package/examples/node_modules/@types/node/async_hooks.d.ts +501 -0
  77. package/examples/node_modules/@types/node/buffer.d.ts +2232 -0
  78. package/examples/node_modules/@types/node/child_process.d.ts +1366 -0
  79. package/examples/node_modules/@types/node/cluster.d.ts +414 -0
  80. package/examples/node_modules/@types/node/console.d.ts +412 -0
  81. package/examples/node_modules/@types/node/constants.d.ts +18 -0
  82. package/examples/node_modules/@types/node/crypto.d.ts +3307 -0
  83. package/examples/node_modules/@types/node/dgram.d.ts +545 -0
  84. package/examples/node_modules/@types/node/diagnostics_channel.d.ts +134 -0
  85. package/examples/node_modules/@types/node/dns/promises.d.ts +370 -0
  86. package/examples/node_modules/@types/node/dns.d.ts +659 -0
  87. package/examples/node_modules/@types/node/domain.d.ts +169 -0
  88. package/examples/node_modules/@types/node/events.d.ts +651 -0
  89. package/examples/node_modules/@types/node/fs/promises.d.ts +1091 -0
  90. package/examples/node_modules/@types/node/fs.d.ts +3869 -0
  91. package/examples/node_modules/@types/node/globals.d.ts +284 -0
  92. package/examples/node_modules/@types/node/globals.global.d.ts +1 -0
  93. package/examples/node_modules/@types/node/http.d.ts +1396 -0
  94. package/examples/node_modules/@types/node/http2.d.ts +2100 -0
  95. package/examples/node_modules/@types/node/https.d.ts +391 -0
  96. package/examples/node_modules/@types/node/index.d.ts +129 -0
  97. package/examples/node_modules/@types/node/inspector.d.ts +2744 -0
  98. package/examples/node_modules/@types/node/module.d.ts +114 -0
  99. package/examples/node_modules/@types/node/net.d.ts +784 -0
  100. package/examples/node_modules/@types/node/os.d.ts +455 -0
  101. package/examples/node_modules/@types/node/package.json +220 -0
  102. package/examples/node_modules/@types/node/path.d.ts +180 -0
  103. package/examples/node_modules/@types/node/perf_hooks.d.ts +557 -0
  104. package/examples/node_modules/@types/node/process.d.ts +1481 -0
  105. package/examples/node_modules/@types/node/punycode.d.ts +117 -0
  106. package/examples/node_modules/@types/node/querystring.d.ts +131 -0
  107. package/examples/node_modules/@types/node/readline.d.ts +650 -0
  108. package/examples/node_modules/@types/node/repl.d.ts +424 -0
  109. package/examples/node_modules/@types/node/stream/consumers.d.ts +24 -0
  110. package/examples/node_modules/@types/node/stream/promises.d.ts +42 -0
  111. package/examples/node_modules/@types/node/stream/web.d.ts +330 -0
  112. package/examples/node_modules/@types/node/stream.d.ts +1249 -0
  113. package/examples/node_modules/@types/node/string_decoder.d.ts +67 -0
  114. package/examples/node_modules/@types/node/timers/promises.d.ts +68 -0
  115. package/examples/node_modules/@types/node/timers.d.ts +94 -0
  116. package/examples/node_modules/@types/node/tls.d.ts +1020 -0
  117. package/examples/node_modules/@types/node/trace_events.d.ts +161 -0
  118. package/examples/node_modules/@types/node/tty.d.ts +204 -0
  119. package/examples/node_modules/@types/node/url.d.ts +891 -0
  120. package/examples/node_modules/@types/node/util.d.ts +1594 -0
  121. package/examples/node_modules/@types/node/v8.d.ts +378 -0
  122. package/examples/node_modules/@types/node/vm.d.ts +507 -0
  123. package/examples/node_modules/@types/node/wasi.d.ts +158 -0
  124. package/examples/node_modules/@types/node/worker_threads.d.ts +649 -0
  125. package/examples/node_modules/@types/node/zlib.d.ts +517 -0
  126. package/examples/node_modules/@webassemblyjs/ast/LICENSE +21 -0
  127. package/examples/node_modules/@webassemblyjs/ast/README.md +167 -0
  128. package/examples/node_modules/@webassemblyjs/ast/esm/clone.js +3 -0
  129. package/examples/node_modules/@webassemblyjs/ast/esm/definitions.js +668 -0
  130. package/examples/node_modules/@webassemblyjs/ast/esm/index.js +7 -0
  131. package/examples/node_modules/@webassemblyjs/ast/esm/node-helpers.js +84 -0
  132. package/examples/node_modules/@webassemblyjs/ast/esm/node-path.js +137 -0
  133. package/examples/node_modules/@webassemblyjs/ast/esm/nodes.js +925 -0
  134. package/examples/node_modules/@webassemblyjs/ast/esm/signatures.js +199 -0
  135. package/examples/node_modules/@webassemblyjs/ast/esm/transform/ast-module-to-module-context/index.js +378 -0
  136. package/examples/node_modules/@webassemblyjs/ast/esm/transform/denormalize-type-references/index.js +76 -0
  137. package/examples/node_modules/@webassemblyjs/ast/esm/transform/wast-identifier-to-index/index.js +216 -0
  138. package/examples/node_modules/@webassemblyjs/ast/esm/traverse.js +96 -0
  139. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-all-lock/pnpm-lock.yaml → @webassemblyjs/ast/esm/types/basic.js} +0 -0
  140. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-all-lock/yarn.lock → @webassemblyjs/ast/esm/types/nodes.js} +0 -0
  141. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-npm-and-pnpm/pnpm-lock.yaml → @webassemblyjs/ast/esm/types/traverse.js} +0 -0
  142. package/examples/node_modules/@webassemblyjs/ast/esm/utils.js +265 -0
  143. package/examples/node_modules/@webassemblyjs/ast/lib/clone.js +10 -0
  144. package/examples/node_modules/@webassemblyjs/ast/lib/definitions.js +668 -0
  145. package/examples/node_modules/@webassemblyjs/ast/lib/index.js +127 -0
  146. package/examples/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
  147. package/examples/node_modules/@webassemblyjs/ast/lib/node-path.js +144 -0
  148. package/examples/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
  149. package/examples/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
  150. package/examples/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
  151. package/examples/node_modules/@webassemblyjs/ast/lib/transform/denormalize-type-references/index.js +83 -0
  152. package/examples/node_modules/@webassemblyjs/ast/lib/transform/wast-identifier-to-index/index.js +225 -0
  153. package/examples/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
  154. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-npm-and-yarn/yarn.lock → @webassemblyjs/ast/lib/types/basic.js} +0 -0
  155. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-pnpm-lock/pnpm-lock.yaml → @webassemblyjs/ast/lib/types/nodes.js} +0 -0
  156. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-yarn-and-pnpm/pnpm-lock.yaml → @webassemblyjs/ast/lib/types/traverse.js} +0 -0
  157. package/examples/node_modules/@webassemblyjs/ast/lib/utils.js +306 -0
  158. package/examples/node_modules/@webassemblyjs/ast/package.json +32 -0
  159. package/examples/node_modules/@webassemblyjs/ast/scripts/generateNodeUtils.js +219 -0
  160. package/examples/node_modules/@webassemblyjs/ast/scripts/generateTypeDefinitions.js +47 -0
  161. package/examples/node_modules/@webassemblyjs/ast/scripts/util.js +38 -0
  162. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE +21 -0
  163. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/README.md +34 -0
  164. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/esm/index.js +42 -0
  165. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
  166. package/examples/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +24 -0
  167. package/examples/node_modules/@webassemblyjs/helper-api-error/LICENSE +21 -0
  168. package/examples/node_modules/@webassemblyjs/helper-api-error/esm/index.js +47 -0
  169. package/examples/node_modules/@webassemblyjs/helper-api-error/lib/index.js +62 -0
  170. package/examples/node_modules/@webassemblyjs/helper-api-error/package.json +18 -0
  171. package/examples/node_modules/@webassemblyjs/helper-buffer/LICENSE +21 -0
  172. package/examples/node_modules/@webassemblyjs/helper-buffer/esm/compare.js +65 -0
  173. package/examples/node_modules/@webassemblyjs/helper-buffer/esm/index.js +67 -0
  174. package/examples/node_modules/@webassemblyjs/helper-buffer/lib/compare.js +73 -0
  175. package/examples/node_modules/@webassemblyjs/helper-buffer/lib/index.js +78 -0
  176. package/examples/node_modules/@webassemblyjs/helper-buffer/package.json +24 -0
  177. package/examples/node_modules/@webassemblyjs/helper-numbers/LICENSE +21 -0
  178. package/examples/node_modules/@webassemblyjs/helper-numbers/esm/index.js +91 -0
  179. package/examples/node_modules/@webassemblyjs/helper-numbers/lib/index.js +116 -0
  180. package/examples/node_modules/@webassemblyjs/helper-numbers/package.json +25 -0
  181. package/examples/node_modules/@webassemblyjs/helper-numbers/src/index.js +105 -0
  182. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE +21 -0
  183. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/index.js +391 -0
  184. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/section.js +31 -0
  185. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +406 -0
  186. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
  187. package/examples/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +20 -0
  188. package/examples/node_modules/@webassemblyjs/helper-wasm-section/LICENSE +21 -0
  189. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/create.js +107 -0
  190. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/index.js +3 -0
  191. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/remove.js +36 -0
  192. package/examples/node_modules/@webassemblyjs/helper-wasm-section/esm/resize.js +78 -0
  193. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +121 -0
  194. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
  195. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
  196. package/examples/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
  197. package/examples/node_modules/@webassemblyjs/helper-wasm-section/package.json +29 -0
  198. package/examples/node_modules/@webassemblyjs/ieee754/LICENSE +21 -0
  199. package/examples/node_modules/@webassemblyjs/ieee754/esm/index.js +33 -0
  200. package/examples/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
  201. package/examples/node_modules/@webassemblyjs/ieee754/package.json +23 -0
  202. package/examples/node_modules/@webassemblyjs/ieee754/src/index.js +47 -0
  203. package/examples/node_modules/@webassemblyjs/leb128/LICENSE.txt +194 -0
  204. package/examples/node_modules/@webassemblyjs/leb128/esm/bits.js +145 -0
  205. package/examples/node_modules/@webassemblyjs/leb128/esm/bufs.js +218 -0
  206. package/examples/node_modules/@webassemblyjs/leb128/esm/index.js +34 -0
  207. package/examples/node_modules/@webassemblyjs/leb128/esm/leb.js +316 -0
  208. package/examples/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
  209. package/examples/node_modules/@webassemblyjs/leb128/lib/bufs.js +236 -0
  210. package/examples/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
  211. package/examples/node_modules/@webassemblyjs/leb128/lib/leb.js +332 -0
  212. package/examples/node_modules/@webassemblyjs/leb128/package.json +23 -0
  213. package/examples/node_modules/@webassemblyjs/utf8/LICENSE +21 -0
  214. package/examples/node_modules/@webassemblyjs/utf8/esm/decoder.js +95 -0
  215. package/examples/node_modules/@webassemblyjs/utf8/esm/encoder.js +46 -0
  216. package/examples/node_modules/@webassemblyjs/utf8/esm/index.js +2 -0
  217. package/examples/node_modules/@webassemblyjs/utf8/lib/decoder.js +102 -0
  218. package/examples/node_modules/@webassemblyjs/utf8/lib/encoder.js +53 -0
  219. package/examples/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
  220. package/examples/node_modules/@webassemblyjs/utf8/package.json +20 -0
  221. package/examples/node_modules/@webassemblyjs/utf8/src/decoder.js +86 -0
  222. package/examples/node_modules/@webassemblyjs/utf8/src/encoder.js +44 -0
  223. package/examples/node_modules/@webassemblyjs/utf8/src/index.js +4 -0
  224. package/examples/node_modules/@webassemblyjs/utf8/test/index.js +13 -0
  225. package/examples/node_modules/@webassemblyjs/wasm-edit/LICENSE +21 -0
  226. package/examples/node_modules/@webassemblyjs/wasm-edit/README.md +86 -0
  227. package/examples/node_modules/@webassemblyjs/wasm-edit/esm/apply.js +299 -0
  228. package/examples/node_modules/@webassemblyjs/wasm-edit/esm/index.js +114 -0
  229. package/examples/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +311 -0
  230. package/examples/node_modules/@webassemblyjs/wasm-edit/lib/index.js +133 -0
  231. package/examples/node_modules/@webassemblyjs/wasm-edit/package.json +33 -0
  232. package/examples/node_modules/@webassemblyjs/wasm-gen/LICENSE +21 -0
  233. package/examples/node_modules/@webassemblyjs/wasm-gen/esm/encoder/index.js +301 -0
  234. package/examples/node_modules/@webassemblyjs/wasm-gen/esm/index.js +51 -0
  235. package/examples/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +357 -0
  236. package/examples/node_modules/@webassemblyjs/wasm-gen/lib/index.js +64 -0
  237. package/examples/node_modules/@webassemblyjs/wasm-gen/package.json +27 -0
  238. package/examples/node_modules/@webassemblyjs/wasm-opt/LICENSE +21 -0
  239. package/examples/node_modules/@webassemblyjs/wasm-opt/esm/index.js +41 -0
  240. package/examples/node_modules/@webassemblyjs/wasm-opt/esm/leb128.js +47 -0
  241. package/examples/node_modules/@webassemblyjs/wasm-opt/lib/index.js +50 -0
  242. package/examples/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
  243. package/examples/node_modules/@webassemblyjs/wasm-opt/package.json +26 -0
  244. package/examples/node_modules/@webassemblyjs/wasm-parser/LICENSE +21 -0
  245. package/examples/node_modules/@webassemblyjs/wasm-parser/README.md +28 -0
  246. package/examples/node_modules/@webassemblyjs/wasm-parser/esm/decoder.js +1776 -0
  247. package/examples/node_modules/@webassemblyjs/wasm-parser/esm/index.js +247 -0
  248. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-yarn-and-pnpm/yarn.lock → @webassemblyjs/wasm-parser/esm/types/decoder.js} +0 -0
  249. package/examples/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1792 -0
  250. package/examples/node_modules/@webassemblyjs/wasm-parser/lib/index.js +257 -0
  251. package/examples/node_modules/{webpack-cli/lib/utils/__tests__/test-yarn-lock/yarn.lock → @webassemblyjs/wasm-parser/lib/types/decoder.js} +0 -0
  252. package/examples/node_modules/@webassemblyjs/wasm-parser/package.json +44 -0
  253. package/examples/node_modules/@webassemblyjs/wast-printer/LICENSE +21 -0
  254. package/examples/node_modules/@webassemblyjs/wast-printer/README.md +17 -0
  255. package/examples/node_modules/@webassemblyjs/wast-printer/esm/index.js +904 -0
  256. package/examples/node_modules/@webassemblyjs/wast-printer/lib/index.js +915 -0
  257. package/examples/node_modules/@webassemblyjs/wast-printer/package.json +36 -0
  258. package/examples/node_modules/@webpack-cli/configtest/README.md +27 -0
  259. package/examples/node_modules/@webpack-cli/configtest/lib/index.js +18 -25
  260. package/examples/node_modules/@webpack-cli/configtest/package.json +14 -36
  261. package/examples/node_modules/@webpack-cli/info/README.md +6 -5
  262. package/examples/node_modules/@webpack-cli/info/lib/index.js +57 -38
  263. package/examples/node_modules/@webpack-cli/info/package.json +19 -37
  264. package/examples/node_modules/@webpack-cli/serve/README.md +4 -0
  265. package/examples/node_modules/@webpack-cli/serve/lib/index.js +214 -41
  266. package/examples/node_modules/@webpack-cli/serve/lib/types.d.ts +62 -19
  267. package/examples/node_modules/@webpack-cli/serve/lib/types.js +21 -2
  268. package/examples/node_modules/@webpack-cli/serve/package.json +15 -36
  269. package/examples/node_modules/@xtuc/ieee754/LICENSE +28 -0
  270. package/examples/node_modules/@xtuc/ieee754/README.md +51 -0
  271. package/examples/node_modules/@xtuc/ieee754/dist/.gitkeep +0 -0
  272. package/examples/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
  273. package/examples/node_modules/@xtuc/ieee754/index.js +84 -0
  274. package/examples/node_modules/@xtuc/ieee754/package.json +42 -0
  275. package/examples/node_modules/@xtuc/long/LICENSE +202 -0
  276. package/examples/node_modules/@xtuc/long/README.md +257 -0
  277. package/examples/node_modules/@xtuc/long/dist/long.js +2 -0
  278. package/examples/node_modules/@xtuc/long/dist/long.js.map +1 -0
  279. package/examples/node_modules/@xtuc/long/index.d.ts +429 -0
  280. package/examples/node_modules/@xtuc/long/index.js +1 -0
  281. package/examples/node_modules/@xtuc/long/package.json +36 -0
  282. package/examples/node_modules/@xtuc/long/src/long.js +1405 -0
  283. package/examples/node_modules/acorn/CHANGELOG.md +788 -0
  284. package/examples/node_modules/acorn/LICENSE +21 -0
  285. package/examples/node_modules/acorn/README.md +280 -0
  286. package/examples/node_modules/acorn/bin/acorn +4 -0
  287. package/examples/node_modules/acorn/dist/acorn.d.ts +214 -0
  288. package/examples/node_modules/acorn/dist/acorn.js +5619 -0
  289. package/examples/node_modules/acorn/dist/acorn.mjs +5588 -0
  290. package/examples/node_modules/acorn/dist/acorn.mjs.d.ts +2 -0
  291. package/examples/node_modules/acorn/dist/bin.js +91 -0
  292. package/examples/node_modules/acorn/package.json +46 -0
  293. package/examples/node_modules/acorn-import-assertions/README.md +15 -0
  294. package/examples/node_modules/acorn-import-assertions/lib/index.js +287 -0
  295. package/examples/node_modules/acorn-import-assertions/lib/index.mjs +242 -0
  296. package/examples/node_modules/acorn-import-assertions/package.json +49 -0
  297. package/examples/node_modules/acorn-import-assertions/src/index.js +242 -0
  298. package/examples/node_modules/ajv/.tonic_example.js +20 -0
  299. package/examples/node_modules/ajv/LICENSE +22 -0
  300. package/examples/node_modules/ajv/README.md +1497 -0
  301. package/examples/node_modules/ajv/dist/ajv.bundle.js +7189 -0
  302. package/examples/node_modules/ajv/dist/ajv.min.js +3 -0
  303. package/examples/node_modules/ajv/dist/ajv.min.js.map +1 -0
  304. package/examples/node_modules/ajv/lib/ajv.d.ts +397 -0
  305. package/examples/node_modules/ajv/lib/ajv.js +506 -0
  306. package/examples/node_modules/ajv/lib/cache.js +26 -0
  307. package/examples/node_modules/ajv/lib/compile/async.js +90 -0
  308. package/examples/node_modules/ajv/lib/compile/equal.js +5 -0
  309. package/examples/node_modules/ajv/lib/compile/error_classes.js +34 -0
  310. package/examples/node_modules/ajv/lib/compile/formats.js +142 -0
  311. package/examples/node_modules/ajv/lib/compile/index.js +387 -0
  312. package/examples/node_modules/ajv/lib/compile/resolve.js +270 -0
  313. package/examples/node_modules/ajv/lib/compile/rules.js +66 -0
  314. package/examples/node_modules/ajv/lib/compile/schema_obj.js +9 -0
  315. package/examples/node_modules/ajv/lib/compile/ucs2length.js +20 -0
  316. package/examples/node_modules/ajv/lib/compile/util.js +239 -0
  317. package/examples/node_modules/ajv/lib/data.js +49 -0
  318. package/examples/node_modules/ajv/lib/definition_schema.js +37 -0
  319. package/examples/node_modules/ajv/lib/dot/_limit.jst +113 -0
  320. package/examples/node_modules/ajv/lib/dot/_limitItems.jst +12 -0
  321. package/examples/node_modules/ajv/lib/dot/_limitLength.jst +12 -0
  322. package/examples/node_modules/ajv/lib/dot/_limitProperties.jst +12 -0
  323. package/examples/node_modules/ajv/lib/dot/allOf.jst +32 -0
  324. package/examples/node_modules/ajv/lib/dot/anyOf.jst +46 -0
  325. package/examples/node_modules/ajv/lib/dot/coerce.def +51 -0
  326. package/examples/node_modules/ajv/lib/dot/comment.jst +9 -0
  327. package/examples/node_modules/ajv/lib/dot/const.jst +11 -0
  328. package/examples/node_modules/ajv/lib/dot/contains.jst +55 -0
  329. package/examples/node_modules/ajv/lib/dot/custom.jst +191 -0
  330. package/examples/node_modules/ajv/lib/dot/defaults.def +47 -0
  331. package/examples/node_modules/ajv/lib/dot/definitions.def +203 -0
  332. package/examples/node_modules/ajv/lib/dot/dependencies.jst +79 -0
  333. package/examples/node_modules/ajv/lib/dot/enum.jst +30 -0
  334. package/examples/node_modules/ajv/lib/dot/errors.def +194 -0
  335. package/examples/node_modules/ajv/lib/dot/format.jst +106 -0
  336. package/examples/node_modules/ajv/lib/dot/if.jst +73 -0
  337. package/examples/node_modules/ajv/lib/dot/items.jst +98 -0
  338. package/examples/node_modules/ajv/lib/dot/missing.def +39 -0
  339. package/examples/node_modules/ajv/lib/dot/multipleOf.jst +22 -0
  340. package/examples/node_modules/ajv/lib/dot/not.jst +43 -0
  341. package/examples/node_modules/ajv/lib/dot/oneOf.jst +54 -0
  342. package/examples/node_modules/ajv/lib/dot/pattern.jst +14 -0
  343. package/examples/node_modules/ajv/lib/dot/properties.jst +245 -0
  344. package/examples/node_modules/ajv/lib/dot/propertyNames.jst +52 -0
  345. package/examples/node_modules/ajv/lib/dot/ref.jst +85 -0
  346. package/examples/node_modules/ajv/lib/dot/required.jst +108 -0
  347. package/examples/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
  348. package/examples/node_modules/ajv/lib/dot/validate.jst +276 -0
  349. package/examples/node_modules/ajv/lib/dotjs/README.md +3 -0
  350. package/examples/node_modules/ajv/lib/dotjs/_limit.js +163 -0
  351. package/examples/node_modules/ajv/lib/dotjs/_limitItems.js +80 -0
  352. package/examples/node_modules/ajv/lib/dotjs/_limitLength.js +85 -0
  353. package/examples/node_modules/ajv/lib/dotjs/_limitProperties.js +80 -0
  354. package/examples/node_modules/ajv/lib/dotjs/allOf.js +42 -0
  355. package/examples/node_modules/ajv/lib/dotjs/anyOf.js +73 -0
  356. package/examples/node_modules/ajv/lib/dotjs/comment.js +14 -0
  357. package/examples/node_modules/ajv/lib/dotjs/const.js +56 -0
  358. package/examples/node_modules/ajv/lib/dotjs/contains.js +81 -0
  359. package/examples/node_modules/ajv/lib/dotjs/custom.js +228 -0
  360. package/examples/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
  361. package/examples/node_modules/ajv/lib/dotjs/enum.js +66 -0
  362. package/examples/node_modules/ajv/lib/dotjs/format.js +150 -0
  363. package/examples/node_modules/ajv/lib/dotjs/if.js +103 -0
  364. package/examples/node_modules/ajv/lib/dotjs/index.js +33 -0
  365. package/examples/node_modules/ajv/lib/dotjs/items.js +140 -0
  366. package/examples/node_modules/ajv/lib/dotjs/multipleOf.js +80 -0
  367. package/examples/node_modules/ajv/lib/dotjs/not.js +84 -0
  368. package/examples/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
  369. package/examples/node_modules/ajv/lib/dotjs/pattern.js +75 -0
  370. package/examples/node_modules/ajv/lib/dotjs/properties.js +335 -0
  371. package/examples/node_modules/ajv/lib/dotjs/propertyNames.js +81 -0
  372. package/examples/node_modules/ajv/lib/dotjs/ref.js +124 -0
  373. package/examples/node_modules/ajv/lib/dotjs/required.js +270 -0
  374. package/examples/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
  375. package/examples/node_modules/ajv/lib/dotjs/validate.js +482 -0
  376. package/examples/node_modules/ajv/lib/keyword.js +146 -0
  377. package/examples/node_modules/ajv/lib/refs/data.json +17 -0
  378. package/examples/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
  379. package/examples/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
  380. package/examples/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
  381. package/examples/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
  382. package/examples/node_modules/ajv/package.json +106 -0
  383. package/examples/node_modules/ajv/scripts/.eslintrc.yml +3 -0
  384. package/examples/node_modules/ajv/scripts/bundle.js +61 -0
  385. package/examples/node_modules/ajv/scripts/compile-dots.js +73 -0
  386. package/examples/node_modules/ajv/scripts/info +10 -0
  387. package/examples/node_modules/ajv/scripts/prepare-tests +12 -0
  388. package/examples/node_modules/ajv/scripts/publish-built-version +32 -0
  389. package/examples/node_modules/ajv/scripts/travis-gh-pages +23 -0
  390. package/examples/node_modules/ajv-keywords/LICENSE +21 -0
  391. package/examples/node_modules/ajv-keywords/README.md +836 -0
  392. package/examples/node_modules/ajv-keywords/ajv-keywords.d.ts +7 -0
  393. package/examples/node_modules/ajv-keywords/index.js +35 -0
  394. package/examples/node_modules/ajv-keywords/keywords/_formatLimit.js +101 -0
  395. package/examples/node_modules/ajv-keywords/keywords/_util.js +15 -0
  396. package/examples/node_modules/ajv-keywords/keywords/allRequired.js +18 -0
  397. package/examples/node_modules/ajv-keywords/keywords/anyRequired.js +24 -0
  398. package/examples/node_modules/ajv-keywords/keywords/deepProperties.js +54 -0
  399. package/examples/node_modules/ajv-keywords/keywords/deepRequired.js +57 -0
  400. package/examples/node_modules/ajv-keywords/keywords/dot/_formatLimit.jst +116 -0
  401. package/examples/node_modules/ajv-keywords/keywords/dot/patternRequired.jst +33 -0
  402. package/examples/node_modules/ajv-keywords/keywords/dot/switch.jst +71 -0
  403. package/examples/node_modules/ajv-keywords/keywords/dotjs/README.md +3 -0
  404. package/examples/node_modules/ajv-keywords/keywords/dotjs/_formatLimit.js +178 -0
  405. package/examples/node_modules/ajv-keywords/keywords/dotjs/patternRequired.js +58 -0
  406. package/examples/node_modules/ajv-keywords/keywords/dotjs/switch.js +129 -0
  407. package/examples/node_modules/ajv-keywords/keywords/dynamicDefaults.js +72 -0
  408. package/examples/node_modules/ajv-keywords/keywords/formatMaximum.js +3 -0
  409. package/examples/node_modules/ajv-keywords/keywords/formatMinimum.js +3 -0
  410. package/examples/node_modules/ajv-keywords/keywords/index.js +22 -0
  411. package/examples/node_modules/ajv-keywords/keywords/instanceof.js +58 -0
  412. package/examples/node_modules/ajv-keywords/keywords/oneRequired.js +24 -0
  413. package/examples/node_modules/ajv-keywords/keywords/patternRequired.js +21 -0
  414. package/examples/node_modules/ajv-keywords/keywords/prohibited.js +24 -0
  415. package/examples/node_modules/ajv-keywords/keywords/range.js +36 -0
  416. package/examples/node_modules/ajv-keywords/keywords/regexp.js +36 -0
  417. package/examples/node_modules/ajv-keywords/keywords/select.js +79 -0
  418. package/examples/node_modules/ajv-keywords/keywords/switch.js +38 -0
  419. package/examples/node_modules/ajv-keywords/keywords/transform.js +80 -0
  420. package/examples/node_modules/ajv-keywords/keywords/typeof.js +32 -0
  421. package/examples/node_modules/ajv-keywords/keywords/uniqueItemProperties.js +59 -0
  422. package/examples/node_modules/ajv-keywords/package.json +53 -0
  423. package/examples/node_modules/browserslist/LICENSE +20 -0
  424. package/examples/node_modules/browserslist/README.md +66 -0
  425. package/examples/node_modules/browserslist/browser.js +50 -0
  426. package/examples/node_modules/browserslist/cli.js +152 -0
  427. package/examples/node_modules/browserslist/error.d.ts +7 -0
  428. package/examples/node_modules/browserslist/error.js +12 -0
  429. package/examples/node_modules/browserslist/index.d.ts +178 -0
  430. package/examples/node_modules/browserslist/index.js +1235 -0
  431. package/examples/node_modules/browserslist/node.js +393 -0
  432. package/examples/node_modules/browserslist/package.json +41 -0
  433. package/examples/node_modules/browserslist/update-db.js +317 -0
  434. package/examples/node_modules/buffer-from/LICENSE +21 -0
  435. package/examples/node_modules/buffer-from/index.js +72 -0
  436. package/examples/node_modules/buffer-from/package.json +19 -0
  437. package/examples/node_modules/buffer-from/readme.md +69 -0
  438. package/examples/node_modules/caniuse-lite/LICENSE +395 -0
  439. package/examples/node_modules/caniuse-lite/README.md +92 -0
  440. package/examples/node_modules/caniuse-lite/data/agents.js +1 -0
  441. package/examples/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  442. package/examples/node_modules/caniuse-lite/data/browsers.js +1 -0
  443. package/examples/node_modules/caniuse-lite/data/features/aac.js +1 -0
  444. package/examples/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  445. package/examples/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  446. package/examples/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  447. package/examples/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  448. package/examples/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  449. package/examples/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  450. package/examples/node_modules/caniuse-lite/data/features/apng.js +1 -0
  451. package/examples/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  452. package/examples/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  453. package/examples/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  454. package/examples/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  455. package/examples/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  456. package/examples/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  457. package/examples/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  458. package/examples/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  459. package/examples/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  460. package/examples/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  461. package/examples/node_modules/caniuse-lite/data/features/audio.js +1 -0
  462. package/examples/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  463. package/examples/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  464. package/examples/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  465. package/examples/node_modules/caniuse-lite/data/features/av1.js +1 -0
  466. package/examples/node_modules/caniuse-lite/data/features/avif.js +1 -0
  467. package/examples/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  468. package/examples/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  469. package/examples/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  470. package/examples/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  471. package/examples/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  472. package/examples/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  473. package/examples/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  474. package/examples/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  475. package/examples/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  476. package/examples/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  477. package/examples/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  478. package/examples/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  479. package/examples/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  480. package/examples/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  481. package/examples/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  482. package/examples/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  483. package/examples/node_modules/caniuse-lite/data/features/calc.js +1 -0
  484. package/examples/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  485. package/examples/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  486. package/examples/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  487. package/examples/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  488. package/examples/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  489. package/examples/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  490. package/examples/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  491. package/examples/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  492. package/examples/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  493. package/examples/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  494. package/examples/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  495. package/examples/node_modules/caniuse-lite/data/features/colr.js +1 -0
  496. package/examples/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  497. package/examples/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  498. package/examples/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  499. package/examples/node_modules/caniuse-lite/data/features/const.js +1 -0
  500. package/examples/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  501. package/examples/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  502. package/examples/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  503. package/examples/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  504. package/examples/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  505. package/examples/node_modules/caniuse-lite/data/features/cors.js +1 -0
  506. package/examples/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  507. package/examples/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  508. package/examples/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  509. package/examples/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  510. package/examples/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  511. package/examples/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  512. package/examples/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  513. package/examples/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  514. package/examples/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  515. package/examples/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  516. package/examples/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  517. package/examples/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  518. package/examples/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  519. package/examples/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  520. package/examples/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  521. package/examples/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  522. package/examples/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  523. package/examples/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  524. package/examples/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  525. package/examples/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  526. package/examples/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  527. package/examples/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  528. package/examples/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  529. package/examples/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  530. package/examples/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  531. package/examples/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  532. package/examples/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  533. package/examples/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  534. package/examples/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  535. package/examples/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  536. package/examples/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  537. package/examples/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  538. package/examples/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  539. package/examples/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  540. package/examples/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  541. package/examples/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  542. package/examples/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  543. package/examples/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  544. package/examples/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  545. package/examples/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  546. package/examples/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  547. package/examples/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  548. package/examples/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  549. package/examples/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  550. package/examples/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  551. package/examples/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  552. package/examples/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  553. package/examples/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  554. package/examples/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  555. package/examples/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  556. package/examples/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  557. package/examples/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  558. package/examples/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  559. package/examples/node_modules/caniuse-lite/data/features/css-hyphenate.js +1 -0
  560. package/examples/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  561. package/examples/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  562. package/examples/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  563. package/examples/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  564. package/examples/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  565. package/examples/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  566. package/examples/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  567. package/examples/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  568. package/examples/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  569. package/examples/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  570. package/examples/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  571. package/examples/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  572. package/examples/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  573. package/examples/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  574. package/examples/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  575. package/examples/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  576. package/examples/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  577. package/examples/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  578. package/examples/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  579. package/examples/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  580. package/examples/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  581. package/examples/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  582. package/examples/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  583. package/examples/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  584. package/examples/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  585. package/examples/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  586. package/examples/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  587. package/examples/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  588. package/examples/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  589. package/examples/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  590. package/examples/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  591. package/examples/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  592. package/examples/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  593. package/examples/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  594. package/examples/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  595. package/examples/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  596. package/examples/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  597. package/examples/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  598. package/examples/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  599. package/examples/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  600. package/examples/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  601. package/examples/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  602. package/examples/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  603. package/examples/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  604. package/examples/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  605. package/examples/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  606. package/examples/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  607. package/examples/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  608. package/examples/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  609. package/examples/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  610. package/examples/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  611. package/examples/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  612. package/examples/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  613. package/examples/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  614. package/examples/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  615. package/examples/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  616. package/examples/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  617. package/examples/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  618. package/examples/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  619. package/examples/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  620. package/examples/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  621. package/examples/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  622. package/examples/node_modules/caniuse-lite/data/features/css-touch-action-2.js +1 -0
  623. package/examples/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  624. package/examples/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  625. package/examples/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  626. package/examples/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  627. package/examples/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  628. package/examples/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  629. package/examples/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  630. package/examples/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  631. package/examples/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  632. package/examples/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  633. package/examples/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  634. package/examples/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  635. package/examples/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  636. package/examples/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  637. package/examples/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  638. package/examples/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  639. package/examples/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  640. package/examples/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  641. package/examples/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  642. package/examples/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  643. package/examples/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  644. package/examples/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  645. package/examples/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  646. package/examples/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  647. package/examples/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  648. package/examples/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  649. package/examples/node_modules/caniuse-lite/data/features/details.js +1 -0
  650. package/examples/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  651. package/examples/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  652. package/examples/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  653. package/examples/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  654. package/examples/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  655. package/examples/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  656. package/examples/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  657. package/examples/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  658. package/examples/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  659. package/examples/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  660. package/examples/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  661. package/examples/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  662. package/examples/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  663. package/examples/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  664. package/examples/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  665. package/examples/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js +1 -0
  666. package/examples/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  667. package/examples/node_modules/caniuse-lite/data/features/download.js +1 -0
  668. package/examples/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  669. package/examples/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  670. package/examples/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  671. package/examples/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  672. package/examples/node_modules/caniuse-lite/data/features/eme.js +1 -0
  673. package/examples/node_modules/caniuse-lite/data/features/eot.js +1 -0
  674. package/examples/node_modules/caniuse-lite/data/features/es5.js +1 -0
  675. package/examples/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  676. package/examples/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  677. package/examples/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  678. package/examples/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  679. package/examples/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  680. package/examples/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  681. package/examples/node_modules/caniuse-lite/data/features/es6.js +1 -0
  682. package/examples/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  683. package/examples/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  684. package/examples/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  685. package/examples/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  686. package/examples/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  687. package/examples/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  688. package/examples/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  689. package/examples/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  690. package/examples/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  691. package/examples/node_modules/caniuse-lite/data/features/flac.js +1 -0
  692. package/examples/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  693. package/examples/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  694. package/examples/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  695. package/examples/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  696. package/examples/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js +1 -0
  697. package/examples/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  698. package/examples/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  699. package/examples/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  700. package/examples/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  701. package/examples/node_modules/caniuse-lite/data/features/font-metrics-overrides.js +1 -0
  702. package/examples/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  703. package/examples/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  704. package/examples/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  705. package/examples/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  706. package/examples/node_modules/caniuse-lite/data/features/font-variant-east-asian.js +1 -0
  707. package/examples/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  708. package/examples/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  709. package/examples/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  710. package/examples/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  711. package/examples/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  712. package/examples/node_modules/caniuse-lite/data/features/forms.js +1 -0
  713. package/examples/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  714. package/examples/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  715. package/examples/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  716. package/examples/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  717. package/examples/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  718. package/examples/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  719. package/examples/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  720. package/examples/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  721. package/examples/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  722. package/examples/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  723. package/examples/node_modules/caniuse-lite/data/features/heif.js +1 -0
  724. package/examples/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  725. package/examples/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  726. package/examples/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  727. package/examples/node_modules/caniuse-lite/data/features/history.js +1 -0
  728. package/examples/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  729. package/examples/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  730. package/examples/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  731. package/examples/node_modules/caniuse-lite/data/features/http2.js +1 -0
  732. package/examples/node_modules/caniuse-lite/data/features/http3.js +1 -0
  733. package/examples/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  734. package/examples/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  735. package/examples/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  736. package/examples/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  737. package/examples/node_modules/caniuse-lite/data/features/ime.js +1 -0
  738. package/examples/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  739. package/examples/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  740. package/examples/node_modules/caniuse-lite/data/features/imports.js +1 -0
  741. package/examples/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  742. package/examples/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  743. package/examples/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  744. package/examples/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  745. package/examples/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  746. package/examples/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  747. package/examples/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  748. package/examples/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  749. package/examples/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  750. package/examples/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  751. package/examples/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  752. package/examples/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  753. package/examples/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  754. package/examples/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  755. package/examples/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  756. package/examples/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  757. package/examples/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  758. package/examples/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  759. package/examples/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  760. package/examples/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  761. package/examples/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  762. package/examples/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  763. package/examples/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  764. package/examples/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  765. package/examples/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  766. package/examples/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  767. package/examples/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  768. package/examples/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  769. package/examples/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  770. package/examples/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  771. package/examples/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  772. package/examples/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  773. package/examples/node_modules/caniuse-lite/data/features/json.js +1 -0
  774. package/examples/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  775. package/examples/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  776. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  777. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  778. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  779. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  780. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  781. package/examples/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  782. package/examples/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  783. package/examples/node_modules/caniuse-lite/data/features/let.js +1 -0
  784. package/examples/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  785. package/examples/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  786. package/examples/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  787. package/examples/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  788. package/examples/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  789. package/examples/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  790. package/examples/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  791. package/examples/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  792. package/examples/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  793. package/examples/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  794. package/examples/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  795. package/examples/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  796. package/examples/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  797. package/examples/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  798. package/examples/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  799. package/examples/node_modules/caniuse-lite/data/features/media-attribute.js +1 -0
  800. package/examples/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  801. package/examples/node_modules/caniuse-lite/data/features/media-session-api.js +1 -0
  802. package/examples/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  803. package/examples/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  804. package/examples/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  805. package/examples/node_modules/caniuse-lite/data/features/menu.js +1 -0
  806. package/examples/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  807. package/examples/node_modules/caniuse-lite/data/features/meter.js +1 -0
  808. package/examples/node_modules/caniuse-lite/data/features/midi.js +1 -0
  809. package/examples/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  810. package/examples/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  811. package/examples/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  812. package/examples/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  813. package/examples/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  814. package/examples/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  815. package/examples/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  816. package/examples/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  817. package/examples/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  818. package/examples/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  819. package/examples/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  820. package/examples/node_modules/caniuse-lite/data/features/navigator-language.js +1 -0
  821. package/examples/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  822. package/examples/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  823. package/examples/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  824. package/examples/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  825. package/examples/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  826. package/examples/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  827. package/examples/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  828. package/examples/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  829. package/examples/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  830. package/examples/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  831. package/examples/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  832. package/examples/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  833. package/examples/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  834. package/examples/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  835. package/examples/node_modules/caniuse-lite/data/features/opus.js +1 -0
  836. package/examples/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  837. package/examples/node_modules/caniuse-lite/data/features/outline.js +1 -0
  838. package/examples/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  839. package/examples/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  840. package/examples/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  841. package/examples/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  842. package/examples/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  843. package/examples/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  844. package/examples/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  845. package/examples/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  846. package/examples/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  847. package/examples/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  848. package/examples/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  849. package/examples/node_modules/caniuse-lite/data/features/picture.js +1 -0
  850. package/examples/node_modules/caniuse-lite/data/features/ping.js +1 -0
  851. package/examples/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  852. package/examples/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  853. package/examples/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  854. package/examples/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  855. package/examples/node_modules/caniuse-lite/data/features/portals.js +1 -0
  856. package/examples/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  857. package/examples/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  858. package/examples/node_modules/caniuse-lite/data/features/private-class-fields.js +1 -0
  859. package/examples/node_modules/caniuse-lite/data/features/private-methods-and-accessors.js +1 -0
  860. package/examples/node_modules/caniuse-lite/data/features/progress.js +1 -0
  861. package/examples/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  862. package/examples/node_modules/caniuse-lite/data/features/promises.js +1 -0
  863. package/examples/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  864. package/examples/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  865. package/examples/node_modules/caniuse-lite/data/features/public-class-fields.js +1 -0
  866. package/examples/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  867. package/examples/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  868. package/examples/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  869. package/examples/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  870. package/examples/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  871. package/examples/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  872. package/examples/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  873. package/examples/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  874. package/examples/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  875. package/examples/node_modules/caniuse-lite/data/features/rem.js +1 -0
  876. package/examples/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  877. package/examples/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  878. package/examples/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  879. package/examples/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  880. package/examples/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  881. package/examples/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  882. package/examples/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  883. package/examples/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  884. package/examples/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  885. package/examples/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  886. package/examples/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  887. package/examples/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  888. package/examples/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  889. package/examples/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  890. package/examples/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  891. package/examples/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  892. package/examples/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  893. package/examples/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  894. package/examples/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  895. package/examples/node_modules/caniuse-lite/data/features/sha-2.js +1 -0
  896. package/examples/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  897. package/examples/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  898. package/examples/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  899. package/examples/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  900. package/examples/node_modules/caniuse-lite/data/features/sni.js +1 -0
  901. package/examples/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  902. package/examples/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  903. package/examples/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  904. package/examples/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  905. package/examples/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  906. package/examples/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  907. package/examples/node_modules/caniuse-lite/data/features/stream.js +1 -0
  908. package/examples/node_modules/caniuse-lite/data/features/streams.js +1 -0
  909. package/examples/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  910. package/examples/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  911. package/examples/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  912. package/examples/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  913. package/examples/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  914. package/examples/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  915. package/examples/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  916. package/examples/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  917. package/examples/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  918. package/examples/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  919. package/examples/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  920. package/examples/node_modules/caniuse-lite/data/features/svg.js +1 -0
  921. package/examples/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  922. package/examples/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  923. package/examples/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  924. package/examples/node_modules/caniuse-lite/data/features/template.js +1 -0
  925. package/examples/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  926. package/examples/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  927. package/examples/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  928. package/examples/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  929. package/examples/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  930. package/examples/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  931. package/examples/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  932. package/examples/node_modules/caniuse-lite/data/features/text-underline-offset.js +1 -0
  933. package/examples/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  934. package/examples/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  935. package/examples/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  936. package/examples/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  937. package/examples/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  938. package/examples/node_modules/caniuse-lite/data/features/token-binding.js +1 -0
  939. package/examples/node_modules/caniuse-lite/data/features/touch.js +1 -0
  940. package/examples/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  941. package/examples/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  942. package/examples/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  943. package/examples/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  944. package/examples/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  945. package/examples/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  946. package/examples/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  947. package/examples/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  948. package/examples/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  949. package/examples/node_modules/caniuse-lite/data/features/url.js +1 -0
  950. package/examples/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  951. package/examples/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  952. package/examples/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  953. package/examples/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  954. package/examples/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  955. package/examples/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  956. package/examples/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  957. package/examples/node_modules/caniuse-lite/data/features/video.js +1 -0
  958. package/examples/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  959. package/examples/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  960. package/examples/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  961. package/examples/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  962. package/examples/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  963. package/examples/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  964. package/examples/node_modules/caniuse-lite/data/features/wav.js +1 -0
  965. package/examples/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  966. package/examples/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  967. package/examples/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  968. package/examples/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  969. package/examples/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  970. package/examples/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  971. package/examples/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  972. package/examples/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  973. package/examples/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  974. package/examples/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  975. package/examples/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  976. package/examples/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  977. package/examples/node_modules/caniuse-lite/data/features/webm.js +1 -0
  978. package/examples/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  979. package/examples/node_modules/caniuse-lite/data/features/webp.js +1 -0
  980. package/examples/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  981. package/examples/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  982. package/examples/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  983. package/examples/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  984. package/examples/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  985. package/examples/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  986. package/examples/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  987. package/examples/node_modules/caniuse-lite/data/features/woff.js +1 -0
  988. package/examples/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  989. package/examples/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  990. package/examples/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  991. package/examples/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  992. package/examples/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  993. package/examples/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  994. package/examples/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  995. package/examples/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  996. package/examples/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  997. package/examples/node_modules/caniuse-lite/data/features.js +1 -0
  998. package/examples/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  999. package/examples/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1000. package/examples/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1001. package/examples/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1002. package/examples/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1003. package/examples/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1004. package/examples/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1005. package/examples/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1006. package/examples/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1007. package/examples/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1008. package/examples/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1009. package/examples/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1010. package/examples/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1011. package/examples/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1012. package/examples/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1013. package/examples/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1014. package/examples/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1015. package/examples/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1016. package/examples/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1017. package/examples/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1018. package/examples/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1019. package/examples/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1020. package/examples/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1021. package/examples/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1022. package/examples/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1023. package/examples/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1024. package/examples/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1025. package/examples/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1026. package/examples/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1027. package/examples/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1028. package/examples/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1029. package/examples/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1030. package/examples/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1031. package/examples/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1032. package/examples/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1033. package/examples/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1034. package/examples/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1035. package/examples/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1036. package/examples/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1037. package/examples/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1038. package/examples/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1039. package/examples/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1040. package/examples/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1041. package/examples/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1042. package/examples/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1043. package/examples/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1044. package/examples/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1045. package/examples/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1046. package/examples/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1047. package/examples/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1048. package/examples/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1049. package/examples/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1050. package/examples/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1051. package/examples/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1052. package/examples/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1053. package/examples/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1054. package/examples/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1055. package/examples/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1056. package/examples/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1057. package/examples/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1058. package/examples/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1059. package/examples/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1060. package/examples/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1061. package/examples/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1062. package/examples/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1063. package/examples/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1064. package/examples/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1065. package/examples/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1066. package/examples/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1067. package/examples/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1068. package/examples/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1069. package/examples/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1070. package/examples/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1071. package/examples/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1072. package/examples/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1073. package/examples/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1074. package/examples/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1075. package/examples/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1076. package/examples/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1077. package/examples/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1078. package/examples/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1079. package/examples/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1080. package/examples/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1081. package/examples/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1082. package/examples/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1083. package/examples/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1084. package/examples/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1085. package/examples/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1086. package/examples/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1087. package/examples/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1088. package/examples/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1089. package/examples/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1090. package/examples/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1091. package/examples/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1092. package/examples/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1093. package/examples/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1094. package/examples/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1095. package/examples/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1096. package/examples/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1097. package/examples/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1098. package/examples/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1099. package/examples/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1100. package/examples/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1101. package/examples/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1102. package/examples/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1103. package/examples/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1104. package/examples/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1105. package/examples/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1106. package/examples/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1107. package/examples/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1108. package/examples/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1109. package/examples/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1110. package/examples/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1111. package/examples/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1112. package/examples/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1113. package/examples/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1114. package/examples/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1115. package/examples/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1116. package/examples/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1117. package/examples/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1118. package/examples/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1119. package/examples/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1120. package/examples/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1121. package/examples/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1122. package/examples/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1123. package/examples/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1124. package/examples/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1125. package/examples/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1126. package/examples/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1127. package/examples/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1128. package/examples/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1129. package/examples/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1130. package/examples/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1131. package/examples/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1132. package/examples/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1133. package/examples/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1134. package/examples/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1135. package/examples/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1136. package/examples/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1137. package/examples/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1138. package/examples/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1139. package/examples/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1140. package/examples/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1141. package/examples/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1142. package/examples/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1143. package/examples/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1144. package/examples/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1145. package/examples/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1146. package/examples/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1147. package/examples/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1148. package/examples/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1149. package/examples/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1150. package/examples/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1151. package/examples/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1152. package/examples/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1153. package/examples/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1154. package/examples/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1155. package/examples/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1156. package/examples/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1157. package/examples/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1158. package/examples/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1159. package/examples/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1160. package/examples/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1161. package/examples/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1162. package/examples/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1163. package/examples/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1164. package/examples/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1165. package/examples/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1166. package/examples/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1167. package/examples/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1168. package/examples/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1169. package/examples/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1170. package/examples/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1171. package/examples/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1172. package/examples/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1173. package/examples/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1174. package/examples/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1175. package/examples/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1176. package/examples/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1177. package/examples/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1178. package/examples/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1179. package/examples/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1180. package/examples/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1181. package/examples/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1182. package/examples/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1183. package/examples/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1184. package/examples/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1185. package/examples/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1186. package/examples/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1187. package/examples/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1188. package/examples/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1189. package/examples/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1190. package/examples/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1191. package/examples/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1192. package/examples/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1193. package/examples/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1194. package/examples/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1195. package/examples/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1196. package/examples/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1197. package/examples/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1198. package/examples/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1199. package/examples/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1200. package/examples/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1201. package/examples/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1202. package/examples/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  1203. package/examples/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1204. package/examples/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1205. package/examples/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1206. package/examples/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1207. package/examples/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1208. package/examples/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1209. package/examples/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1210. package/examples/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1211. package/examples/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1212. package/examples/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1213. package/examples/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1214. package/examples/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1215. package/examples/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1216. package/examples/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1217. package/examples/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1218. package/examples/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1219. package/examples/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1220. package/examples/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1221. package/examples/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1222. package/examples/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1223. package/examples/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1224. package/examples/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1225. package/examples/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1226. package/examples/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1227. package/examples/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1228. package/examples/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1229. package/examples/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1230. package/examples/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1231. package/examples/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1232. package/examples/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1233. package/examples/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1234. package/examples/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1235. package/examples/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1236. package/examples/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1237. package/examples/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1238. package/examples/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1239. package/examples/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1240. package/examples/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1241. package/examples/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1242. package/examples/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1243. package/examples/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1244. package/examples/node_modules/caniuse-lite/dist/unpacker/feature.js +48 -0
  1245. package/examples/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1246. package/examples/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1247. package/examples/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1248. package/examples/node_modules/caniuse-lite/package.json +34 -0
  1249. package/examples/node_modules/chrome-trace-event/CHANGES.md +26 -0
  1250. package/examples/node_modules/chrome-trace-event/LICENSE.txt +23 -0
  1251. package/examples/node_modules/chrome-trace-event/README.md +31 -0
  1252. package/examples/node_modules/chrome-trace-event/dist/trace-event.d.ts +52 -0
  1253. package/examples/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
  1254. package/examples/node_modules/chrome-trace-event/dist/trace-event.js.map +1 -0
  1255. package/examples/node_modules/chrome-trace-event/package.json +38 -0
  1256. package/examples/node_modules/clone-deep/package.json +17 -48
  1257. package/examples/node_modules/colorette/README.md +54 -22
  1258. package/examples/node_modules/colorette/index.cjs +213 -71
  1259. package/examples/node_modules/colorette/index.d.ts +91 -47
  1260. package/examples/node_modules/colorette/index.js +142 -68
  1261. package/examples/node_modules/colorette/package.json +17 -51
  1262. package/examples/node_modules/commander/CHANGELOG.md +339 -360
  1263. package/examples/node_modules/commander/Readme.md +254 -743
  1264. package/examples/node_modules/commander/index.js +1003 -1996
  1265. package/examples/node_modules/commander/package.json +24 -86
  1266. package/examples/node_modules/commander/typings/index.d.ts +153 -470
  1267. package/examples/node_modules/cross-spawn/package.json +40 -71
  1268. package/examples/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  1269. package/examples/node_modules/electron-to-chromium/LICENSE +5 -0
  1270. package/examples/node_modules/electron-to-chromium/README.md +186 -0
  1271. package/examples/node_modules/electron-to-chromium/chromium-versions.js +45 -0
  1272. package/examples/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1273. package/examples/node_modules/electron-to-chromium/full-chromium-versions.js +1833 -0
  1274. package/examples/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1275. package/examples/node_modules/electron-to-chromium/full-versions.js +1335 -0
  1276. package/examples/node_modules/electron-to-chromium/full-versions.json +1 -0
  1277. package/examples/node_modules/electron-to-chromium/index.js +36 -0
  1278. package/examples/node_modules/electron-to-chromium/package.json +42 -0
  1279. package/examples/node_modules/electron-to-chromium/versions.js +89 -0
  1280. package/examples/node_modules/electron-to-chromium/versions.json +1 -0
  1281. package/examples/node_modules/enhanced-resolve/LICENSE +20 -0
  1282. package/examples/node_modules/enhanced-resolve/README.md +167 -0
  1283. package/examples/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +96 -0
  1284. package/examples/node_modules/enhanced-resolve/lib/AliasPlugin.js +120 -0
  1285. package/examples/node_modules/enhanced-resolve/lib/AppendPlugin.js +47 -0
  1286. package/examples/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +477 -0
  1287. package/examples/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +45 -0
  1288. package/examples/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
  1289. package/examples/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +96 -0
  1290. package/examples/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +170 -0
  1291. package/examples/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +63 -0
  1292. package/examples/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +149 -0
  1293. package/examples/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +58 -0
  1294. package/examples/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +171 -0
  1295. package/examples/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +64 -0
  1296. package/examples/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +41 -0
  1297. package/examples/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +50 -0
  1298. package/examples/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +81 -0
  1299. package/examples/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js +9 -0
  1300. package/examples/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +80 -0
  1301. package/examples/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +47 -0
  1302. package/examples/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
  1303. package/examples/node_modules/enhanced-resolve/lib/ParsePlugin.js +74 -0
  1304. package/examples/node_modules/enhanced-resolve/lib/PnpPlugin.js +103 -0
  1305. package/examples/node_modules/enhanced-resolve/lib/Resolver.js +500 -0
  1306. package/examples/node_modules/enhanced-resolve/lib/ResolverFactory.js +661 -0
  1307. package/examples/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +65 -0
  1308. package/examples/node_modules/enhanced-resolve/lib/ResultPlugin.js +42 -0
  1309. package/examples/node_modules/enhanced-resolve/lib/RootsPlugin.js +62 -0
  1310. package/examples/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +80 -0
  1311. package/examples/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +88 -0
  1312. package/examples/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +95 -0
  1313. package/examples/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
  1314. package/examples/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +99 -0
  1315. package/examples/node_modules/enhanced-resolve/lib/UseFilePlugin.js +49 -0
  1316. package/examples/node_modules/enhanced-resolve/lib/createInnerContext.js +37 -0
  1317. package/examples/node_modules/enhanced-resolve/lib/forEachBail.js +25 -0
  1318. package/examples/node_modules/enhanced-resolve/lib/getInnerRequest.js +27 -0
  1319. package/examples/node_modules/enhanced-resolve/lib/getPaths.js +37 -0
  1320. package/examples/node_modules/enhanced-resolve/lib/index.js +131 -0
  1321. package/examples/node_modules/enhanced-resolve/lib/util/entrypoints.js +667 -0
  1322. package/examples/node_modules/enhanced-resolve/lib/util/identifier.js +26 -0
  1323. package/examples/node_modules/enhanced-resolve/lib/util/path.js +221 -0
  1324. package/examples/node_modules/enhanced-resolve/lib/util/process-browser.js +16 -0
  1325. package/examples/node_modules/enhanced-resolve/package.json +70 -0
  1326. package/examples/node_modules/enhanced-resolve/types.d.ts +506 -0
  1327. package/examples/node_modules/envinfo/dist/cli.js +1 -1
  1328. package/examples/node_modules/envinfo/dist/envinfo.js +1 -1
  1329. package/examples/node_modules/envinfo/package.json +55 -89
  1330. package/examples/node_modules/es-module-lexer/LICENSE +10 -0
  1331. package/examples/node_modules/es-module-lexer/README.md +251 -0
  1332. package/examples/node_modules/es-module-lexer/dist/lexer.asm.js +1 -0
  1333. package/examples/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
  1334. package/examples/node_modules/es-module-lexer/dist/lexer.js +2 -0
  1335. package/examples/node_modules/es-module-lexer/lexer.js +899 -0
  1336. package/examples/node_modules/es-module-lexer/package.json +53 -0
  1337. package/examples/node_modules/es-module-lexer/types/lexer.d.ts +86 -0
  1338. package/examples/node_modules/escalade/dist/index.js +22 -0
  1339. package/examples/node_modules/escalade/dist/index.mjs +22 -0
  1340. package/examples/node_modules/escalade/index.d.ts +3 -0
  1341. package/examples/node_modules/escalade/license +9 -0
  1342. package/examples/node_modules/escalade/package.json +61 -0
  1343. package/examples/node_modules/escalade/readme.md +211 -0
  1344. package/examples/node_modules/escalade/sync/index.d.ts +2 -0
  1345. package/examples/node_modules/escalade/sync/index.js +18 -0
  1346. package/examples/node_modules/escalade/sync/index.mjs +18 -0
  1347. package/examples/node_modules/eslint-scope/CHANGELOG.md +70 -0
  1348. package/examples/node_modules/eslint-scope/LICENSE +22 -0
  1349. package/examples/node_modules/eslint-scope/README.md +54 -0
  1350. package/examples/node_modules/eslint-scope/lib/definition.js +86 -0
  1351. package/examples/node_modules/eslint-scope/lib/index.js +165 -0
  1352. package/examples/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  1353. package/examples/node_modules/eslint-scope/lib/reference.js +167 -0
  1354. package/examples/node_modules/eslint-scope/lib/referencer.js +629 -0
  1355. package/examples/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  1356. package/examples/node_modules/eslint-scope/lib/scope.js +748 -0
  1357. package/examples/node_modules/eslint-scope/lib/variable.js +88 -0
  1358. package/examples/node_modules/eslint-scope/package.json +48 -0
  1359. package/examples/node_modules/esrecurse/.babelrc +3 -0
  1360. package/examples/node_modules/esrecurse/README.md +171 -0
  1361. package/examples/node_modules/esrecurse/esrecurse.js +117 -0
  1362. package/examples/node_modules/esrecurse/gulpfile.babel.js +92 -0
  1363. package/examples/node_modules/esrecurse/node_modules/estraverse/.jshintrc +16 -0
  1364. package/examples/node_modules/esrecurse/node_modules/estraverse/LICENSE.BSD +19 -0
  1365. package/examples/node_modules/esrecurse/node_modules/estraverse/README.md +153 -0
  1366. package/examples/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
  1367. package/examples/node_modules/esrecurse/node_modules/estraverse/gulpfile.js +70 -0
  1368. package/examples/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
  1369. package/examples/node_modules/esrecurse/package.json +52 -0
  1370. package/examples/node_modules/estraverse/.jshintrc +16 -0
  1371. package/examples/node_modules/estraverse/LICENSE.BSD +19 -0
  1372. package/examples/node_modules/estraverse/README.md +153 -0
  1373. package/examples/node_modules/estraverse/estraverse.js +782 -0
  1374. package/examples/node_modules/estraverse/gulpfile.js +70 -0
  1375. package/examples/node_modules/estraverse/package.json +40 -0
  1376. package/examples/node_modules/events/.airtap.yml +15 -0
  1377. package/examples/node_modules/events/.github/FUNDING.yml +12 -0
  1378. package/examples/node_modules/events/.travis.yml +18 -0
  1379. package/examples/node_modules/events/History.md +118 -0
  1380. package/examples/node_modules/events/LICENSE +22 -0
  1381. package/examples/node_modules/events/Readme.md +50 -0
  1382. package/examples/node_modules/events/events.js +497 -0
  1383. package/examples/node_modules/events/package.json +37 -0
  1384. package/examples/node_modules/events/security.md +10 -0
  1385. package/examples/node_modules/events/tests/add-listeners.js +111 -0
  1386. package/examples/node_modules/events/tests/check-listener-leaks.js +101 -0
  1387. package/examples/node_modules/events/tests/common.js +104 -0
  1388. package/examples/node_modules/events/tests/errors.js +13 -0
  1389. package/examples/node_modules/events/tests/events-list.js +28 -0
  1390. package/examples/node_modules/events/tests/events-once.js +234 -0
  1391. package/examples/node_modules/events/tests/index.js +64 -0
  1392. package/examples/node_modules/events/tests/legacy-compat.js +16 -0
  1393. package/examples/node_modules/events/tests/listener-count.js +37 -0
  1394. package/examples/node_modules/events/tests/listeners-side-effects.js +56 -0
  1395. package/examples/node_modules/events/tests/listeners.js +168 -0
  1396. package/examples/node_modules/events/tests/max-listeners.js +47 -0
  1397. package/examples/node_modules/events/tests/method-names.js +35 -0
  1398. package/examples/node_modules/events/tests/modify-in-emit.js +90 -0
  1399. package/examples/node_modules/events/tests/num-args.js +60 -0
  1400. package/examples/node_modules/events/tests/once.js +83 -0
  1401. package/examples/node_modules/events/tests/prepend.js +31 -0
  1402. package/examples/node_modules/events/tests/remove-all-listeners.js +133 -0
  1403. package/examples/node_modules/events/tests/remove-listeners.js +212 -0
  1404. package/examples/node_modules/events/tests/set-max-listeners-side-effects.js +31 -0
  1405. package/examples/node_modules/events/tests/special-event-names.js +45 -0
  1406. package/examples/node_modules/events/tests/subclass.js +66 -0
  1407. package/examples/node_modules/events/tests/symbols.js +25 -0
  1408. package/examples/node_modules/execa/index.d.ts +12 -2
  1409. package/examples/node_modules/execa/index.js +14 -4
  1410. package/examples/node_modules/execa/lib/command.js +25 -5
  1411. package/examples/node_modules/execa/lib/error.js +2 -0
  1412. package/examples/node_modules/execa/lib/kill.js +7 -4
  1413. package/examples/node_modules/execa/lib/stream.js +1 -1
  1414. package/examples/node_modules/execa/package.json +72 -100
  1415. package/examples/node_modules/execa/readme.md +16 -3
  1416. package/examples/node_modules/fast-deep-equal/LICENSE +21 -0
  1417. package/examples/node_modules/fast-deep-equal/README.md +96 -0
  1418. package/examples/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  1419. package/examples/node_modules/fast-deep-equal/es6/index.js +72 -0
  1420. package/examples/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  1421. package/examples/node_modules/fast-deep-equal/es6/react.js +79 -0
  1422. package/examples/node_modules/fast-deep-equal/index.d.ts +4 -0
  1423. package/examples/node_modules/fast-deep-equal/index.js +46 -0
  1424. package/examples/node_modules/fast-deep-equal/package.json +61 -0
  1425. package/examples/node_modules/fast-deep-equal/react.d.ts +2 -0
  1426. package/examples/node_modules/fast-deep-equal/react.js +53 -0
  1427. package/examples/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  1428. package/examples/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  1429. package/examples/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  1430. package/examples/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  1431. package/examples/node_modules/fast-json-stable-stringify/README.md +131 -0
  1432. package/examples/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  1433. package/examples/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  1434. package/examples/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  1435. package/examples/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  1436. package/examples/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  1437. package/examples/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  1438. package/examples/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  1439. package/examples/node_modules/fast-json-stable-stringify/index.js +59 -0
  1440. package/examples/node_modules/fast-json-stable-stringify/package.json +52 -0
  1441. package/examples/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  1442. package/examples/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  1443. package/examples/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  1444. package/examples/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  1445. package/examples/node_modules/fastest-levenshtein/package.json +33 -60
  1446. package/examples/node_modules/find-up/package.json +51 -83
  1447. package/examples/node_modules/function-bind/package.json +23 -54
  1448. package/examples/node_modules/get-stream/index.d.ts +1 -1
  1449. package/examples/node_modules/get-stream/package.json +45 -77
  1450. package/examples/node_modules/get-stream/readme.md +1 -1
  1451. package/examples/node_modules/glob-to-regexp/.travis.yml +4 -0
  1452. package/examples/node_modules/glob-to-regexp/README.md +75 -0
  1453. package/examples/node_modules/glob-to-regexp/index.js +130 -0
  1454. package/examples/node_modules/glob-to-regexp/package.json +23 -0
  1455. package/examples/node_modules/glob-to-regexp/test.js +235 -0
  1456. package/examples/node_modules/graceful-fs/LICENSE +15 -0
  1457. package/examples/node_modules/graceful-fs/README.md +143 -0
  1458. package/examples/node_modules/graceful-fs/clone.js +23 -0
  1459. package/examples/node_modules/graceful-fs/graceful-fs.js +429 -0
  1460. package/examples/node_modules/graceful-fs/legacy-streams.js +118 -0
  1461. package/examples/node_modules/graceful-fs/package.json +50 -0
  1462. package/examples/node_modules/graceful-fs/polyfills.js +348 -0
  1463. package/examples/node_modules/has/package.json +21 -46
  1464. package/examples/node_modules/has-flag/index.d.ts +39 -0
  1465. package/examples/node_modules/has-flag/index.js +8 -0
  1466. package/examples/node_modules/has-flag/license +9 -0
  1467. package/examples/node_modules/has-flag/package.json +46 -0
  1468. package/examples/node_modules/has-flag/readme.md +89 -0
  1469. package/examples/node_modules/human-signals/package.json +27 -59
  1470. package/examples/node_modules/import-local/index.js +9 -4
  1471. package/examples/node_modules/import-local/package.json +50 -81
  1472. package/examples/node_modules/import-local/readme.md +7 -8
  1473. package/examples/node_modules/interpret/package.json +24 -67
  1474. package/examples/node_modules/is-core-module/.eslintrc +0 -1
  1475. package/examples/node_modules/is-core-module/.nycrc +0 -4
  1476. package/examples/node_modules/is-core-module/CHANGELOG.md +69 -0
  1477. package/examples/node_modules/is-core-module/README.md +6 -3
  1478. package/examples/node_modules/is-core-module/core.json +85 -16
  1479. package/examples/node_modules/is-core-module/index.js +1 -1
  1480. package/examples/node_modules/is-core-module/package.json +67 -92
  1481. package/examples/node_modules/is-core-module/test/index.js +47 -0
  1482. package/examples/node_modules/is-plain-object/package.json +26 -68
  1483. package/examples/node_modules/is-stream/index.d.ts +0 -1
  1484. package/examples/node_modules/is-stream/index.js +1 -2
  1485. package/examples/node_modules/is-stream/license +1 -1
  1486. package/examples/node_modules/is-stream/package.json +40 -71
  1487. package/examples/node_modules/is-stream/readme.md +12 -9
  1488. package/examples/node_modules/isexe/package.json +16 -45
  1489. package/examples/node_modules/isobject/package.json +24 -69
  1490. package/examples/node_modules/jest-worker/LICENSE +21 -0
  1491. package/examples/node_modules/jest-worker/README.md +247 -0
  1492. package/examples/node_modules/jest-worker/build/Farm.d.ts +29 -0
  1493. package/examples/node_modules/jest-worker/build/Farm.js +206 -0
  1494. package/examples/node_modules/jest-worker/build/FifoQueue.d.ts +18 -0
  1495. package/examples/node_modules/jest-worker/build/FifoQueue.js +171 -0
  1496. package/examples/node_modules/jest-worker/build/PriorityQueue.d.ts +41 -0
  1497. package/examples/node_modules/jest-worker/build/PriorityQueue.js +188 -0
  1498. package/examples/node_modules/jest-worker/build/WorkerPool.d.ts +13 -0
  1499. package/examples/node_modules/jest-worker/build/WorkerPool.js +49 -0
  1500. package/examples/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts +21 -0
  1501. package/examples/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
  1502. package/examples/node_modules/jest-worker/build/index.d.ts +49 -0
  1503. package/examples/node_modules/jest-worker/build/index.js +223 -0
  1504. package/examples/node_modules/jest-worker/build/types.d.ts +143 -0
  1505. package/examples/node_modules/jest-worker/build/types.js +39 -0
  1506. package/examples/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts +51 -0
  1507. package/examples/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
  1508. package/examples/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts +34 -0
  1509. package/examples/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
  1510. package/examples/node_modules/jest-worker/build/workers/messageParent.d.ts +8 -0
  1511. package/examples/node_modules/jest-worker/build/workers/messageParent.js +38 -0
  1512. package/examples/node_modules/jest-worker/build/workers/processChild.d.ts +7 -0
  1513. package/examples/node_modules/jest-worker/build/workers/processChild.js +148 -0
  1514. package/examples/node_modules/jest-worker/build/workers/threadChild.d.ts +7 -0
  1515. package/examples/node_modules/jest-worker/build/workers/threadChild.js +159 -0
  1516. package/examples/node_modules/jest-worker/package.json +38 -0
  1517. package/examples/node_modules/json-parse-better-errors/CHANGELOG.md +46 -0
  1518. package/examples/node_modules/json-parse-better-errors/LICENSE.md +7 -0
  1519. package/examples/node_modules/json-parse-better-errors/README.md +46 -0
  1520. package/examples/node_modules/json-parse-better-errors/index.js +38 -0
  1521. package/examples/node_modules/json-parse-better-errors/package.json +45 -0
  1522. package/examples/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  1523. package/examples/node_modules/json-schema-traverse/.travis.yml +8 -0
  1524. package/examples/node_modules/json-schema-traverse/LICENSE +21 -0
  1525. package/examples/node_modules/json-schema-traverse/README.md +83 -0
  1526. package/examples/node_modules/json-schema-traverse/index.js +89 -0
  1527. package/examples/node_modules/json-schema-traverse/package.json +43 -0
  1528. package/examples/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  1529. package/examples/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  1530. package/examples/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  1531. package/examples/node_modules/kind-of/package.json +27 -83
  1532. package/examples/node_modules/loader-runner/LICENSE +21 -0
  1533. package/examples/node_modules/loader-runner/README.md +53 -0
  1534. package/examples/node_modules/loader-runner/lib/LoaderLoadingError.js +11 -0
  1535. package/examples/node_modules/loader-runner/lib/LoaderRunner.js +415 -0
  1536. package/examples/node_modules/loader-runner/lib/loadLoader.js +54 -0
  1537. package/examples/node_modules/loader-runner/package.json +45 -0
  1538. package/examples/node_modules/locate-path/package.json +43 -75
  1539. package/examples/node_modules/merge-stream/package.json +10 -45
  1540. package/examples/node_modules/mime-db/HISTORY.md +507 -0
  1541. package/examples/node_modules/mime-db/LICENSE +23 -0
  1542. package/examples/node_modules/mime-db/README.md +100 -0
  1543. package/examples/node_modules/mime-db/db.json +8519 -0
  1544. package/examples/node_modules/mime-db/index.js +12 -0
  1545. package/examples/node_modules/mime-db/package.json +60 -0
  1546. package/examples/node_modules/mime-types/HISTORY.md +397 -0
  1547. package/examples/node_modules/mime-types/LICENSE +23 -0
  1548. package/examples/node_modules/mime-types/README.md +113 -0
  1549. package/examples/node_modules/mime-types/index.js +188 -0
  1550. package/examples/node_modules/mime-types/package.json +44 -0
  1551. package/examples/node_modules/mimic-fn/package.json +40 -72
  1552. package/examples/node_modules/neo-async/LICENSE +22 -0
  1553. package/examples/node_modules/neo-async/README.md +273 -0
  1554. package/examples/node_modules/neo-async/all.js +3 -0
  1555. package/examples/node_modules/neo-async/allLimit.js +3 -0
  1556. package/examples/node_modules/neo-async/allSeries.js +3 -0
  1557. package/examples/node_modules/neo-async/angelFall.js +3 -0
  1558. package/examples/node_modules/neo-async/any.js +3 -0
  1559. package/examples/node_modules/neo-async/anyLimit.js +3 -0
  1560. package/examples/node_modules/neo-async/anySeries.js +3 -0
  1561. package/examples/node_modules/neo-async/apply.js +3 -0
  1562. package/examples/node_modules/neo-async/applyEach.js +3 -0
  1563. package/examples/node_modules/neo-async/applyEachSeries.js +3 -0
  1564. package/examples/node_modules/neo-async/async.js +9184 -0
  1565. package/examples/node_modules/neo-async/async.min.js +80 -0
  1566. package/examples/node_modules/neo-async/asyncify.js +3 -0
  1567. package/examples/node_modules/neo-async/auto.js +3 -0
  1568. package/examples/node_modules/neo-async/autoInject.js +3 -0
  1569. package/examples/node_modules/neo-async/cargo.js +3 -0
  1570. package/examples/node_modules/neo-async/compose.js +3 -0
  1571. package/examples/node_modules/neo-async/concat.js +3 -0
  1572. package/examples/node_modules/neo-async/concatLimit.js +3 -0
  1573. package/examples/node_modules/neo-async/concatSeries.js +3 -0
  1574. package/examples/node_modules/neo-async/constant.js +3 -0
  1575. package/examples/node_modules/neo-async/createLogger.js +3 -0
  1576. package/examples/node_modules/neo-async/detect.js +3 -0
  1577. package/examples/node_modules/neo-async/detectLimit.js +3 -0
  1578. package/examples/node_modules/neo-async/detectSeries.js +3 -0
  1579. package/examples/node_modules/neo-async/dir.js +3 -0
  1580. package/examples/node_modules/neo-async/doDuring.js +3 -0
  1581. package/examples/node_modules/neo-async/doUntil.js +3 -0
  1582. package/examples/node_modules/neo-async/doWhilst.js +3 -0
  1583. package/examples/node_modules/neo-async/during.js +3 -0
  1584. package/examples/node_modules/neo-async/each.js +3 -0
  1585. package/examples/node_modules/neo-async/eachLimit.js +3 -0
  1586. package/examples/node_modules/neo-async/eachOf.js +3 -0
  1587. package/examples/node_modules/neo-async/eachOfLimit.js +3 -0
  1588. package/examples/node_modules/neo-async/eachOfSeries.js +3 -0
  1589. package/examples/node_modules/neo-async/eachSeries.js +3 -0
  1590. package/examples/node_modules/neo-async/ensureAsync.js +3 -0
  1591. package/examples/node_modules/neo-async/every.js +3 -0
  1592. package/examples/node_modules/neo-async/everyLimit.js +3 -0
  1593. package/examples/node_modules/neo-async/everySeries.js +3 -0
  1594. package/examples/node_modules/neo-async/fast.js +3 -0
  1595. package/examples/node_modules/neo-async/filter.js +3 -0
  1596. package/examples/node_modules/neo-async/filterLimit.js +3 -0
  1597. package/examples/node_modules/neo-async/filterSeries.js +3 -0
  1598. package/examples/node_modules/neo-async/find.js +3 -0
  1599. package/examples/node_modules/neo-async/findLimit.js +3 -0
  1600. package/examples/node_modules/neo-async/findSeries.js +3 -0
  1601. package/examples/node_modules/neo-async/foldl.js +3 -0
  1602. package/examples/node_modules/neo-async/foldr.js +3 -0
  1603. package/examples/node_modules/neo-async/forEach.js +3 -0
  1604. package/examples/node_modules/neo-async/forEachLimit.js +3 -0
  1605. package/examples/node_modules/neo-async/forEachOf.js +3 -0
  1606. package/examples/node_modules/neo-async/forEachOfLimit.js +3 -0
  1607. package/examples/node_modules/neo-async/forEachOfSeries.js +3 -0
  1608. package/examples/node_modules/neo-async/forEachSeries.js +3 -0
  1609. package/examples/node_modules/neo-async/forever.js +3 -0
  1610. package/examples/node_modules/neo-async/groupBy.js +3 -0
  1611. package/examples/node_modules/neo-async/groupByLimit.js +3 -0
  1612. package/examples/node_modules/neo-async/groupBySeries.js +3 -0
  1613. package/examples/node_modules/neo-async/inject.js +3 -0
  1614. package/examples/node_modules/neo-async/iterator.js +3 -0
  1615. package/examples/node_modules/neo-async/log.js +3 -0
  1616. package/examples/node_modules/neo-async/map.js +3 -0
  1617. package/examples/node_modules/neo-async/mapLimit.js +3 -0
  1618. package/examples/node_modules/neo-async/mapSeries.js +3 -0
  1619. package/examples/node_modules/neo-async/mapValues.js +3 -0
  1620. package/examples/node_modules/neo-async/mapValuesLimit.js +3 -0
  1621. package/examples/node_modules/neo-async/mapValuesSeries.js +3 -0
  1622. package/examples/node_modules/neo-async/memoize.js +3 -0
  1623. package/examples/node_modules/neo-async/nextTick.js +3 -0
  1624. package/examples/node_modules/neo-async/omit.js +3 -0
  1625. package/examples/node_modules/neo-async/omitLimit.js +3 -0
  1626. package/examples/node_modules/neo-async/omitSeries.js +3 -0
  1627. package/examples/node_modules/neo-async/package.json +57 -0
  1628. package/examples/node_modules/neo-async/parallel.js +3 -0
  1629. package/examples/node_modules/neo-async/parallelLimit.js +3 -0
  1630. package/examples/node_modules/neo-async/pick.js +3 -0
  1631. package/examples/node_modules/neo-async/pickLimit.js +3 -0
  1632. package/examples/node_modules/neo-async/pickSeries.js +3 -0
  1633. package/examples/node_modules/neo-async/priorityQueue.js +3 -0
  1634. package/examples/node_modules/neo-async/queue.js +3 -0
  1635. package/examples/node_modules/neo-async/race.js +3 -0
  1636. package/examples/node_modules/neo-async/reduce.js +3 -0
  1637. package/examples/node_modules/neo-async/reduceRight.js +3 -0
  1638. package/examples/node_modules/neo-async/reflect.js +3 -0
  1639. package/examples/node_modules/neo-async/reflectAll.js +3 -0
  1640. package/examples/node_modules/neo-async/reject.js +3 -0
  1641. package/examples/node_modules/neo-async/rejectLimit.js +3 -0
  1642. package/examples/node_modules/neo-async/rejectSeries.js +3 -0
  1643. package/examples/node_modules/neo-async/retry.js +3 -0
  1644. package/examples/node_modules/neo-async/retryable.js +3 -0
  1645. package/examples/node_modules/neo-async/safe.js +3 -0
  1646. package/examples/node_modules/neo-async/select.js +3 -0
  1647. package/examples/node_modules/neo-async/selectLimit.js +3 -0
  1648. package/examples/node_modules/neo-async/selectSeries.js +3 -0
  1649. package/examples/node_modules/neo-async/seq.js +3 -0
  1650. package/examples/node_modules/neo-async/series.js +3 -0
  1651. package/examples/node_modules/neo-async/setImmediate.js +3 -0
  1652. package/examples/node_modules/neo-async/some.js +3 -0
  1653. package/examples/node_modules/neo-async/someLimit.js +3 -0
  1654. package/examples/node_modules/neo-async/someSeries.js +3 -0
  1655. package/examples/node_modules/neo-async/sortBy.js +3 -0
  1656. package/examples/node_modules/neo-async/sortByLimit.js +3 -0
  1657. package/examples/node_modules/neo-async/sortBySeries.js +3 -0
  1658. package/examples/node_modules/neo-async/timeout.js +3 -0
  1659. package/examples/node_modules/neo-async/times.js +3 -0
  1660. package/examples/node_modules/neo-async/timesLimit.js +3 -0
  1661. package/examples/node_modules/neo-async/timesSeries.js +3 -0
  1662. package/examples/node_modules/neo-async/transform.js +3 -0
  1663. package/examples/node_modules/neo-async/transformLimit.js +3 -0
  1664. package/examples/node_modules/neo-async/transformSeries.js +3 -0
  1665. package/examples/node_modules/neo-async/tryEach.js +3 -0
  1666. package/examples/node_modules/neo-async/unmemoize.js +3 -0
  1667. package/examples/node_modules/neo-async/until.js +3 -0
  1668. package/examples/node_modules/neo-async/waterfall.js +3 -0
  1669. package/examples/node_modules/neo-async/whilst.js +3 -0
  1670. package/examples/node_modules/neo-async/wrapSync.js +3 -0
  1671. package/examples/node_modules/node-releases/LICENSE +21 -0
  1672. package/examples/node_modules/node-releases/README.md +31 -0
  1673. package/examples/node_modules/node-releases/data/processed/envs.json +1 -0
  1674. package/examples/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  1675. package/examples/node_modules/node-releases/package.json +18 -0
  1676. package/examples/node_modules/npm-run-path/package.json +42 -74
  1677. package/examples/node_modules/onetime/package.json +41 -73
  1678. package/examples/node_modules/p-limit/package.json +50 -82
  1679. package/examples/node_modules/p-locate/package.json +51 -83
  1680. package/examples/node_modules/p-try/package.json +40 -72
  1681. package/examples/node_modules/path-exists/package.json +37 -69
  1682. package/examples/node_modules/path-key/package.json +37 -70
  1683. package/examples/node_modules/path-parse/index.js +17 -35
  1684. package/examples/node_modules/path-parse/package.json +13 -41
  1685. package/examples/node_modules/picocolors/LICENSE +15 -0
  1686. package/examples/node_modules/picocolors/README.md +21 -0
  1687. package/examples/node_modules/picocolors/package.json +25 -0
  1688. package/examples/node_modules/picocolors/picocolors.browser.js +4 -0
  1689. package/examples/node_modules/picocolors/picocolors.d.ts +5 -0
  1690. package/examples/node_modules/picocolors/picocolors.js +58 -0
  1691. package/examples/node_modules/picocolors/types.ts +30 -0
  1692. package/examples/node_modules/pkg-dir/package.json +54 -86
  1693. package/examples/node_modules/punycode/LICENSE-MIT.txt +20 -0
  1694. package/examples/node_modules/punycode/README.md +122 -0
  1695. package/examples/node_modules/punycode/package.json +58 -0
  1696. package/examples/node_modules/punycode/punycode.es6.js +441 -0
  1697. package/examples/node_modules/punycode/punycode.js +440 -0
  1698. package/examples/node_modules/randombytes/.travis.yml +15 -0
  1699. package/examples/node_modules/randombytes/.zuul.yml +1 -0
  1700. package/examples/node_modules/randombytes/LICENSE +21 -0
  1701. package/examples/node_modules/randombytes/README.md +14 -0
  1702. package/examples/node_modules/randombytes/browser.js +50 -0
  1703. package/examples/node_modules/randombytes/index.js +1 -0
  1704. package/examples/node_modules/randombytes/package.json +36 -0
  1705. package/examples/node_modules/randombytes/test.js +81 -0
  1706. package/examples/node_modules/rechoir/README.md +9 -0
  1707. package/examples/node_modules/rechoir/lib/extension.js +35 -10
  1708. package/examples/node_modules/rechoir/package.json +24 -67
  1709. package/examples/node_modules/resolve/.eslintrc +34 -8
  1710. package/examples/node_modules/resolve/.github/FUNDING.yml +12 -0
  1711. package/examples/node_modules/resolve/appveyor.yml +4 -2
  1712. package/examples/node_modules/resolve/async.js +3 -0
  1713. package/examples/node_modules/resolve/bin/resolve +50 -0
  1714. package/examples/node_modules/resolve/lib/async.js +10 -1
  1715. package/examples/node_modules/resolve/lib/core.js +1 -2
  1716. package/examples/node_modules/resolve/lib/core.json +85 -16
  1717. package/examples/node_modules/resolve/lib/homedir.js +24 -0
  1718. package/examples/node_modules/resolve/lib/node-modules-paths.js +1 -1
  1719. package/examples/node_modules/resolve/lib/sync.js +14 -5
  1720. package/examples/node_modules/resolve/package.json +60 -78
  1721. package/examples/node_modules/resolve/readme.markdown +35 -13
  1722. package/examples/node_modules/resolve/sync.js +3 -0
  1723. package/examples/node_modules/resolve/test/home_paths.js +127 -0
  1724. package/examples/node_modules/resolve/test/home_paths_sync.js +114 -0
  1725. package/examples/node_modules/resolve/test/mock_sync.js +2 -4
  1726. package/examples/node_modules/resolve/test/node_path.js +1 -1
  1727. package/examples/node_modules/resolve/test/resolver/invalid_main/package.json +1 -1
  1728. package/examples/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  1729. package/examples/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  1730. package/examples/node_modules/resolve/test/resolver.js +99 -3
  1731. package/examples/node_modules/resolve/test/resolver_sync.js +310 -23
  1732. package/examples/node_modules/resolve-cwd/package.json +41 -73
  1733. package/examples/node_modules/resolve-from/package.json +34 -66
  1734. package/examples/node_modules/safe-buffer/LICENSE +21 -0
  1735. package/examples/node_modules/safe-buffer/README.md +584 -0
  1736. package/examples/node_modules/safe-buffer/index.d.ts +187 -0
  1737. package/examples/node_modules/safe-buffer/index.js +65 -0
  1738. package/examples/node_modules/safe-buffer/package.json +51 -0
  1739. package/examples/node_modules/schema-utils/LICENSE +20 -0
  1740. package/examples/node_modules/schema-utils/README.md +290 -0
  1741. package/examples/node_modules/schema-utils/declarations/ValidationError.d.ts +74 -0
  1742. package/examples/node_modules/schema-utils/declarations/index.d.ts +3 -0
  1743. package/examples/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts +10 -0
  1744. package/examples/node_modules/schema-utils/declarations/util/Range.d.ts +79 -0
  1745. package/examples/node_modules/schema-utils/declarations/util/hints.d.ts +3 -0
  1746. package/examples/node_modules/schema-utils/declarations/validate.d.ts +37 -0
  1747. package/examples/node_modules/schema-utils/dist/ValidationError.js +1271 -0
  1748. package/examples/node_modules/schema-utils/dist/index.js +11 -0
  1749. package/examples/node_modules/schema-utils/dist/keywords/absolutePath.js +93 -0
  1750. package/examples/node_modules/schema-utils/dist/util/Range.js +163 -0
  1751. package/examples/node_modules/schema-utils/dist/util/hints.js +105 -0
  1752. package/examples/node_modules/schema-utils/dist/validate.js +163 -0
  1753. package/examples/node_modules/schema-utils/package.json +78 -0
  1754. package/examples/node_modules/serialize-javascript/LICENSE +27 -0
  1755. package/examples/node_modules/serialize-javascript/README.md +142 -0
  1756. package/examples/node_modules/serialize-javascript/index.js +268 -0
  1757. package/examples/node_modules/serialize-javascript/package.json +36 -0
  1758. package/examples/node_modules/shallow-clone/package.json +20 -57
  1759. package/examples/node_modules/shebang-command/package.json +32 -64
  1760. package/examples/node_modules/shebang-regex/package.json +33 -65
  1761. package/examples/node_modules/signal-exit/README.md +1 -1
  1762. package/examples/node_modules/signal-exit/index.js +169 -130
  1763. package/examples/node_modules/signal-exit/package.json +24 -52
  1764. package/examples/node_modules/source-map/CHANGELOG.md +301 -0
  1765. package/examples/node_modules/source-map/LICENSE +28 -0
  1766. package/examples/node_modules/source-map/README.md +742 -0
  1767. package/examples/node_modules/source-map/dist/source-map.debug.js +3234 -0
  1768. package/examples/node_modules/source-map/dist/source-map.js +3233 -0
  1769. package/examples/node_modules/source-map/dist/source-map.min.js +2 -0
  1770. package/examples/node_modules/source-map/dist/source-map.min.js.map +1 -0
  1771. package/examples/node_modules/source-map/lib/array-set.js +121 -0
  1772. package/examples/node_modules/source-map/lib/base64-vlq.js +140 -0
  1773. package/examples/node_modules/source-map/lib/base64.js +67 -0
  1774. package/examples/node_modules/source-map/lib/binary-search.js +111 -0
  1775. package/examples/node_modules/source-map/lib/mapping-list.js +79 -0
  1776. package/examples/node_modules/source-map/lib/quick-sort.js +114 -0
  1777. package/examples/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  1778. package/examples/node_modules/source-map/lib/source-map-generator.js +425 -0
  1779. package/examples/node_modules/source-map/lib/source-node.js +413 -0
  1780. package/examples/node_modules/source-map/lib/util.js +488 -0
  1781. package/examples/node_modules/source-map/package.json +73 -0
  1782. package/examples/node_modules/source-map/source-map.d.ts +98 -0
  1783. package/examples/node_modules/source-map/source-map.js +8 -0
  1784. package/examples/node_modules/source-map-support/LICENSE.md +21 -0
  1785. package/examples/node_modules/source-map-support/README.md +284 -0
  1786. package/examples/node_modules/source-map-support/browser-source-map-support.js +114 -0
  1787. package/examples/node_modules/source-map-support/package.json +31 -0
  1788. package/examples/node_modules/source-map-support/register-hook-require.js +1 -0
  1789. package/examples/node_modules/source-map-support/register.js +1 -0
  1790. package/examples/node_modules/source-map-support/source-map-support.js +625 -0
  1791. package/examples/node_modules/strip-final-newline/package.json +38 -70
  1792. package/examples/node_modules/supports-color/browser.js +24 -0
  1793. package/examples/node_modules/supports-color/index.js +152 -0
  1794. package/examples/node_modules/supports-color/license +9 -0
  1795. package/examples/node_modules/supports-color/package.json +58 -0
  1796. package/examples/node_modules/supports-color/readme.md +77 -0
  1797. package/examples/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  1798. package/examples/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  1799. package/examples/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  1800. package/examples/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  1801. package/examples/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  1802. package/examples/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  1803. package/examples/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  1804. package/examples/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  1805. package/examples/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  1806. package/examples/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  1807. package/examples/node_modules/tapable/LICENSE +21 -0
  1808. package/examples/node_modules/tapable/README.md +296 -0
  1809. package/examples/node_modules/tapable/lib/AsyncParallelBailHook.js +85 -0
  1810. package/examples/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
  1811. package/examples/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
  1812. package/examples/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
  1813. package/examples/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
  1814. package/examples/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +47 -0
  1815. package/examples/node_modules/tapable/lib/Hook.js +175 -0
  1816. package/examples/node_modules/tapable/lib/HookCodeFactory.js +468 -0
  1817. package/examples/node_modules/tapable/lib/HookMap.js +61 -0
  1818. package/examples/node_modules/tapable/lib/MultiHook.js +54 -0
  1819. package/examples/node_modules/tapable/lib/SyncBailHook.js +51 -0
  1820. package/examples/node_modules/tapable/lib/SyncHook.js +46 -0
  1821. package/examples/node_modules/tapable/lib/SyncLoopHook.js +46 -0
  1822. package/examples/node_modules/tapable/lib/SyncWaterfallHook.js +57 -0
  1823. package/examples/node_modules/tapable/lib/index.js +19 -0
  1824. package/examples/node_modules/tapable/lib/util-browser.js +16 -0
  1825. package/examples/node_modules/tapable/package.json +44 -0
  1826. package/examples/node_modules/tapable/tapable.d.ts +116 -0
  1827. package/examples/node_modules/terser/CHANGELOG.md +480 -0
  1828. package/examples/node_modules/terser/LICENSE +29 -0
  1829. package/examples/node_modules/terser/PATRONS.md +15 -0
  1830. package/examples/node_modules/terser/README.md +1374 -0
  1831. package/examples/node_modules/terser/bin/package.json +10 -0
  1832. package/examples/node_modules/terser/bin/terser +21 -0
  1833. package/examples/node_modules/terser/bin/uglifyjs +10 -0
  1834. package/examples/node_modules/terser/dist/.gitkeep +0 -0
  1835. package/examples/node_modules/terser/dist/bundle.min.js +28332 -0
  1836. package/examples/node_modules/terser/dist/package.json +10 -0
  1837. package/examples/node_modules/terser/lib/ast.js +1858 -0
  1838. package/examples/node_modules/terser/lib/cli.js +479 -0
  1839. package/examples/node_modules/terser/lib/compress/common.js +296 -0
  1840. package/examples/node_modules/terser/lib/compress/compressor-flags.js +63 -0
  1841. package/examples/node_modules/terser/lib/compress/drop-side-effect-free.js +350 -0
  1842. package/examples/node_modules/terser/lib/compress/evaluate.js +461 -0
  1843. package/examples/node_modules/terser/lib/compress/index.js +4667 -0
  1844. package/examples/node_modules/terser/lib/compress/inference.js +948 -0
  1845. package/examples/node_modules/terser/lib/compress/native-objects.js +184 -0
  1846. package/examples/node_modules/terser/lib/compress/reduce-vars.js +675 -0
  1847. package/examples/node_modules/terser/lib/compress/tighten-body.js +1461 -0
  1848. package/examples/node_modules/terser/lib/equivalent-to.js +313 -0
  1849. package/examples/node_modules/terser/lib/minify.js +335 -0
  1850. package/examples/node_modules/terser/lib/mozilla-ast.js +1376 -0
  1851. package/examples/node_modules/terser/lib/output.js +2347 -0
  1852. package/examples/node_modules/terser/lib/parse.js +3362 -0
  1853. package/examples/node_modules/terser/lib/propmangle.js +376 -0
  1854. package/examples/node_modules/terser/lib/scope.js +1042 -0
  1855. package/examples/node_modules/terser/lib/size.js +490 -0
  1856. package/examples/node_modules/terser/lib/sourcemap.js +114 -0
  1857. package/examples/node_modules/terser/lib/transform.js +318 -0
  1858. package/examples/node_modules/terser/lib/utils/first_in_statement.js +50 -0
  1859. package/examples/node_modules/terser/lib/utils/index.js +302 -0
  1860. package/examples/node_modules/terser/main.js +27 -0
  1861. package/examples/node_modules/terser/node_modules/source-map/CHANGELOG.md +344 -0
  1862. package/examples/node_modules/terser/node_modules/source-map/LICENSE +28 -0
  1863. package/examples/node_modules/terser/node_modules/source-map/README.md +822 -0
  1864. package/examples/node_modules/terser/node_modules/source-map/dist/source-map.js +3351 -0
  1865. package/examples/node_modules/terser/node_modules/source-map/lib/array-set.js +100 -0
  1866. package/examples/node_modules/terser/node_modules/source-map/lib/base64-vlq.js +111 -0
  1867. package/examples/node_modules/terser/node_modules/source-map/lib/base64.js +18 -0
  1868. package/examples/node_modules/terser/node_modules/source-map/lib/binary-search.js +107 -0
  1869. package/examples/node_modules/terser/node_modules/source-map/lib/mapping-list.js +80 -0
  1870. package/examples/node_modules/terser/node_modules/source-map/lib/mappings.wasm +0 -0
  1871. package/examples/node_modules/terser/node_modules/source-map/lib/read-wasm.js +40 -0
  1872. package/examples/node_modules/terser/node_modules/source-map/lib/source-map-consumer.js +1254 -0
  1873. package/examples/node_modules/terser/node_modules/source-map/lib/source-map-generator.js +413 -0
  1874. package/examples/node_modules/terser/node_modules/source-map/lib/source-node.js +404 -0
  1875. package/examples/node_modules/terser/node_modules/source-map/lib/util.js +546 -0
  1876. package/examples/node_modules/terser/node_modules/source-map/lib/wasm.js +107 -0
  1877. package/examples/node_modules/terser/node_modules/source-map/package.json +90 -0
  1878. package/examples/node_modules/terser/node_modules/source-map/source-map.d.ts +369 -0
  1879. package/examples/node_modules/terser/node_modules/source-map/source-map.js +8 -0
  1880. package/examples/node_modules/terser/package.json +152 -0
  1881. package/examples/node_modules/terser/tools/domprops.js +7771 -0
  1882. package/examples/node_modules/terser/tools/exit.cjs +7 -0
  1883. package/examples/node_modules/terser/tools/props.html +55 -0
  1884. package/examples/node_modules/terser/tools/terser.d.ts +207 -0
  1885. package/examples/node_modules/terser-webpack-plugin/LICENSE +20 -0
  1886. package/examples/node_modules/terser-webpack-plugin/README.md +742 -0
  1887. package/examples/node_modules/terser-webpack-plugin/dist/index.js +798 -0
  1888. package/examples/node_modules/terser-webpack-plugin/dist/minify.js +50 -0
  1889. package/examples/node_modules/terser-webpack-plugin/dist/options.json +164 -0
  1890. package/examples/node_modules/terser-webpack-plugin/dist/utils.js +687 -0
  1891. package/examples/node_modules/terser-webpack-plugin/package.json +114 -0
  1892. package/examples/node_modules/terser-webpack-plugin/types/index.d.ts +329 -0
  1893. package/examples/node_modules/terser-webpack-plugin/types/minify.d.ts +17 -0
  1894. package/examples/node_modules/terser-webpack-plugin/types/utils.d.ts +100 -0
  1895. package/examples/node_modules/uri-js/LICENSE +11 -0
  1896. package/examples/node_modules/uri-js/README.md +203 -0
  1897. package/examples/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  1898. package/examples/node_modules/uri-js/dist/es5/uri.all.js +1443 -0
  1899. package/examples/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  1900. package/examples/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  1901. package/examples/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  1902. package/examples/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  1903. package/examples/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  1904. package/examples/node_modules/uri-js/dist/esnext/index.js +17 -0
  1905. package/examples/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  1906. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  1907. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  1908. package/examples/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  1909. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  1910. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  1911. package/examples/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  1912. package/examples/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  1913. package/examples/node_modules/uri-js/dist/esnext/schemes/http.js +28 -0
  1914. package/examples/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  1915. package/examples/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  1916. package/examples/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  1917. package/examples/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  1918. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  1919. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  1920. package/examples/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  1921. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  1922. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  1923. package/examples/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  1924. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  1925. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  1926. package/examples/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  1927. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +7 -0
  1928. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.js +41 -0
  1929. package/examples/node_modules/uri-js/dist/esnext/schemes/ws.js.map +1 -0
  1930. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +3 -0
  1931. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.js +9 -0
  1932. package/examples/node_modules/uri-js/dist/esnext/schemes/wss.js.map +1 -0
  1933. package/examples/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  1934. package/examples/node_modules/uri-js/dist/esnext/uri.js +480 -0
  1935. package/examples/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  1936. package/examples/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  1937. package/examples/node_modules/uri-js/dist/esnext/util.js +36 -0
  1938. package/examples/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  1939. package/examples/node_modules/uri-js/package.json +77 -0
  1940. package/examples/node_modules/uri-js/yarn.lock +2558 -0
  1941. package/examples/node_modules/watchpack/LICENSE +20 -0
  1942. package/examples/node_modules/watchpack/README.md +149 -0
  1943. package/examples/node_modules/watchpack/lib/DirectoryWatcher.js +785 -0
  1944. package/examples/node_modules/watchpack/lib/LinkResolver.js +107 -0
  1945. package/examples/node_modules/watchpack/lib/getWatcherManager.js +52 -0
  1946. package/examples/node_modules/watchpack/lib/reducePlan.js +138 -0
  1947. package/examples/node_modules/watchpack/lib/watchEventSource.js +335 -0
  1948. package/examples/node_modules/watchpack/lib/watchpack.js +383 -0
  1949. package/examples/node_modules/watchpack/package.json +49 -0
  1950. package/examples/node_modules/webpack/LICENSE +20 -0
  1951. package/examples/node_modules/webpack/README.md +711 -0
  1952. package/examples/node_modules/webpack/SECURITY.md +9 -0
  1953. package/examples/node_modules/webpack/bin/webpack.js +163 -0
  1954. package/examples/node_modules/webpack/hot/dev-server.js +61 -0
  1955. package/examples/node_modules/webpack/hot/emitter.js +2 -0
  1956. package/examples/node_modules/webpack/hot/lazy-compilation-node.js +40 -0
  1957. package/examples/node_modules/webpack/hot/lazy-compilation-web.js +74 -0
  1958. package/examples/node_modules/webpack/hot/log-apply-result.js +44 -0
  1959. package/examples/node_modules/webpack/hot/log.js +59 -0
  1960. package/examples/node_modules/webpack/hot/only-dev-server.js +102 -0
  1961. package/examples/node_modules/webpack/hot/poll.js +37 -0
  1962. package/examples/node_modules/webpack/hot/signal.js +62 -0
  1963. package/examples/node_modules/webpack/lib/APIPlugin.js +253 -0
  1964. package/examples/node_modules/webpack/lib/AbstractMethodError.js +49 -0
  1965. package/examples/node_modules/webpack/lib/AsyncDependenciesBlock.js +106 -0
  1966. package/examples/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +31 -0
  1967. package/examples/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +65 -0
  1968. package/examples/node_modules/webpack/lib/BannerPlugin.js +123 -0
  1969. package/examples/node_modules/webpack/lib/Cache.js +161 -0
  1970. package/examples/node_modules/webpack/lib/CacheFacade.js +345 -0
  1971. package/examples/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +71 -0
  1972. package/examples/node_modules/webpack/lib/Chunk.js +820 -0
  1973. package/examples/node_modules/webpack/lib/ChunkGraph.js +1727 -0
  1974. package/examples/node_modules/webpack/lib/ChunkGroup.js +584 -0
  1975. package/examples/node_modules/webpack/lib/ChunkRenderError.js +31 -0
  1976. package/examples/node_modules/webpack/lib/ChunkTemplate.js +138 -0
  1977. package/examples/node_modules/webpack/lib/CleanPlugin.js +420 -0
  1978. package/examples/node_modules/webpack/lib/CodeGenerationError.js +29 -0
  1979. package/examples/node_modules/webpack/lib/CodeGenerationResults.js +155 -0
  1980. package/examples/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
  1981. package/examples/node_modules/webpack/lib/CompatibilityPlugin.js +152 -0
  1982. package/examples/node_modules/webpack/lib/Compilation.js +5292 -0
  1983. package/examples/node_modules/webpack/lib/Compiler.js +1217 -0
  1984. package/examples/node_modules/webpack/lib/ConcatenationScope.js +159 -0
  1985. package/examples/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
  1986. package/examples/node_modules/webpack/lib/ConditionalInitFragment.js +112 -0
  1987. package/examples/node_modules/webpack/lib/ConstPlugin.js +497 -0
  1988. package/examples/node_modules/webpack/lib/ContextExclusionPlugin.js +32 -0
  1989. package/examples/node_modules/webpack/lib/ContextModule.js +1147 -0
  1990. package/examples/node_modules/webpack/lib/ContextModuleFactory.js +437 -0
  1991. package/examples/node_modules/webpack/lib/ContextReplacementPlugin.js +157 -0
  1992. package/examples/node_modules/webpack/lib/DefinePlugin.js +601 -0
  1993. package/examples/node_modules/webpack/lib/DelegatedModule.js +239 -0
  1994. package/examples/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +91 -0
  1995. package/examples/node_modules/webpack/lib/DelegatedPlugin.js +43 -0
  1996. package/examples/node_modules/webpack/lib/DependenciesBlock.js +107 -0
  1997. package/examples/node_modules/webpack/lib/Dependency.js +348 -0
  1998. package/examples/node_modules/webpack/lib/DependencyTemplate.js +57 -0
  1999. package/examples/node_modules/webpack/lib/DependencyTemplates.js +67 -0
  2000. package/examples/node_modules/webpack/lib/DllEntryPlugin.js +55 -0
  2001. package/examples/node_modules/webpack/lib/DllModule.js +157 -0
  2002. package/examples/node_modules/webpack/lib/DllModuleFactory.js +37 -0
  2003. package/examples/node_modules/webpack/lib/DllPlugin.js +68 -0
  2004. package/examples/node_modules/webpack/lib/DllReferencePlugin.js +162 -0
  2005. package/examples/node_modules/webpack/lib/DynamicEntryPlugin.js +79 -0
  2006. package/examples/node_modules/webpack/lib/EntryOptionPlugin.js +93 -0
  2007. package/examples/node_modules/webpack/lib/EntryPlugin.js +67 -0
  2008. package/examples/node_modules/webpack/lib/Entrypoint.js +101 -0
  2009. package/examples/node_modules/webpack/lib/EnvironmentPlugin.js +63 -0
  2010. package/examples/node_modules/webpack/lib/ErrorHelpers.js +61 -0
  2011. package/examples/node_modules/webpack/lib/EvalDevToolModulePlugin.js +117 -0
  2012. package/examples/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +206 -0
  2013. package/examples/node_modules/webpack/lib/ExportsInfo.js +1523 -0
  2014. package/examples/node_modules/webpack/lib/ExportsInfoApiPlugin.js +71 -0
  2015. package/examples/node_modules/webpack/lib/ExternalModule.js +758 -0
  2016. package/examples/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +254 -0
  2017. package/examples/node_modules/webpack/lib/ExternalsPlugin.js +37 -0
  2018. package/examples/node_modules/webpack/lib/FileSystemInfo.js +3559 -0
  2019. package/examples/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
  2020. package/examples/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +417 -0
  2021. package/examples/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +347 -0
  2022. package/examples/node_modules/webpack/lib/FlagEntryExportAsUsedPlugin.js +53 -0
  2023. package/examples/node_modules/webpack/lib/Generator.js +149 -0
  2024. package/examples/node_modules/webpack/lib/GraphHelpers.js +37 -0
  2025. package/examples/node_modules/webpack/lib/HarmonyLinkingError.js +16 -0
  2026. package/examples/node_modules/webpack/lib/HookWebpackError.js +93 -0
  2027. package/examples/node_modules/webpack/lib/HotModuleReplacementPlugin.js +778 -0
  2028. package/examples/node_modules/webpack/lib/HotUpdateChunk.js +19 -0
  2029. package/examples/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
  2030. package/examples/node_modules/webpack/lib/IgnorePlugin.js +83 -0
  2031. package/examples/node_modules/webpack/lib/IgnoreWarningsPlugin.js +39 -0
  2032. package/examples/node_modules/webpack/lib/InitFragment.js +161 -0
  2033. package/examples/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
  2034. package/examples/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +68 -0
  2035. package/examples/node_modules/webpack/lib/LibManifestPlugin.js +115 -0
  2036. package/examples/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
  2037. package/examples/node_modules/webpack/lib/LoaderOptionsPlugin.js +71 -0
  2038. package/examples/node_modules/webpack/lib/LoaderTargetPlugin.js +37 -0
  2039. package/examples/node_modules/webpack/lib/MainTemplate.js +329 -0
  2040. package/examples/node_modules/webpack/lib/Module.js +1091 -0
  2041. package/examples/node_modules/webpack/lib/ModuleBuildError.js +77 -0
  2042. package/examples/node_modules/webpack/lib/ModuleDependencyError.js +40 -0
  2043. package/examples/node_modules/webpack/lib/ModuleDependencyWarning.js +45 -0
  2044. package/examples/node_modules/webpack/lib/ModuleError.js +61 -0
  2045. package/examples/node_modules/webpack/lib/ModuleFactory.js +50 -0
  2046. package/examples/node_modules/webpack/lib/ModuleFilenameHelpers.js +277 -0
  2047. package/examples/node_modules/webpack/lib/ModuleGraph.js +856 -0
  2048. package/examples/node_modules/webpack/lib/ModuleGraphConnection.js +191 -0
  2049. package/examples/node_modules/webpack/lib/ModuleHashingError.js +29 -0
  2050. package/examples/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +255 -0
  2051. package/examples/node_modules/webpack/lib/ModuleNotFoundError.js +86 -0
  2052. package/examples/node_modules/webpack/lib/ModuleParseError.js +109 -0
  2053. package/examples/node_modules/webpack/lib/ModuleProfile.js +107 -0
  2054. package/examples/node_modules/webpack/lib/ModuleRestoreError.js +42 -0
  2055. package/examples/node_modules/webpack/lib/ModuleStoreError.js +42 -0
  2056. package/examples/node_modules/webpack/lib/ModuleTemplate.js +142 -0
  2057. package/examples/node_modules/webpack/lib/ModuleWarning.js +61 -0
  2058. package/examples/node_modules/webpack/lib/MultiCompiler.js +582 -0
  2059. package/examples/node_modules/webpack/lib/MultiStats.js +166 -0
  2060. package/examples/node_modules/webpack/lib/MultiWatching.js +77 -0
  2061. package/examples/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +28 -0
  2062. package/examples/node_modules/webpack/lib/NoModeWarning.js +22 -0
  2063. package/examples/node_modules/webpack/lib/NodeStuffInWebError.js +34 -0
  2064. package/examples/node_modules/webpack/lib/NodeStuffPlugin.js +186 -0
  2065. package/examples/node_modules/webpack/lib/NormalModule.js +1411 -0
  2066. package/examples/node_modules/webpack/lib/NormalModuleFactory.js +1118 -0
  2067. package/examples/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +71 -0
  2068. package/examples/node_modules/webpack/lib/NullFactory.js +23 -0
  2069. package/examples/node_modules/webpack/lib/OptimizationStages.js +10 -0
  2070. package/examples/node_modules/webpack/lib/OptionsApply.js +11 -0
  2071. package/examples/node_modules/webpack/lib/Parser.js +38 -0
  2072. package/examples/node_modules/webpack/lib/PrefetchPlugin.js +50 -0
  2073. package/examples/node_modules/webpack/lib/ProgressPlugin.js +613 -0
  2074. package/examples/node_modules/webpack/lib/ProvidePlugin.js +101 -0
  2075. package/examples/node_modules/webpack/lib/RawModule.js +152 -0
  2076. package/examples/node_modules/webpack/lib/RecordIdsPlugin.js +238 -0
  2077. package/examples/node_modules/webpack/lib/RequestShortener.js +34 -0
  2078. package/examples/node_modules/webpack/lib/RequireJsStuffPlugin.js +77 -0
  2079. package/examples/node_modules/webpack/lib/ResolverFactory.js +151 -0
  2080. package/examples/node_modules/webpack/lib/RuntimeGlobals.js +381 -0
  2081. package/examples/node_modules/webpack/lib/RuntimeModule.js +213 -0
  2082. package/examples/node_modules/webpack/lib/RuntimePlugin.js +444 -0
  2083. package/examples/node_modules/webpack/lib/RuntimeTemplate.js +1041 -0
  2084. package/examples/node_modules/webpack/lib/SelfModuleFactory.js +21 -0
  2085. package/examples/node_modules/webpack/lib/SingleEntryPlugin.js +8 -0
  2086. package/examples/node_modules/webpack/lib/SizeFormatHelpers.js +27 -0
  2087. package/examples/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +57 -0
  2088. package/examples/node_modules/webpack/lib/SourceMapDevToolPlugin.js +560 -0
  2089. package/examples/node_modules/webpack/lib/Stats.js +84 -0
  2090. package/examples/node_modules/webpack/lib/Template.js +419 -0
  2091. package/examples/node_modules/webpack/lib/TemplatedPathPlugin.js +346 -0
  2092. package/examples/node_modules/webpack/lib/UnhandledSchemeError.js +33 -0
  2093. package/examples/node_modules/webpack/lib/UnsupportedFeatureWarning.js +32 -0
  2094. package/examples/node_modules/webpack/lib/UseStrictPlugin.js +56 -0
  2095. package/examples/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +53 -0
  2096. package/examples/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +54 -0
  2097. package/examples/node_modules/webpack/lib/WarnNoModeSetPlugin.js +25 -0
  2098. package/examples/node_modules/webpack/lib/WatchIgnorePlugin.js +132 -0
  2099. package/examples/node_modules/webpack/lib/Watching.js +479 -0
  2100. package/examples/node_modules/webpack/lib/WebpackError.js +61 -0
  2101. package/examples/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +85 -0
  2102. package/examples/node_modules/webpack/lib/WebpackOptionsApply.js +700 -0
  2103. package/examples/node_modules/webpack/lib/WebpackOptionsDefaulter.js +19 -0
  2104. package/examples/node_modules/webpack/lib/asset/AssetGenerator.js +464 -0
  2105. package/examples/node_modules/webpack/lib/asset/AssetModulesPlugin.js +223 -0
  2106. package/examples/node_modules/webpack/lib/asset/AssetParser.js +56 -0
  2107. package/examples/node_modules/webpack/lib/asset/AssetSourceGenerator.js +71 -0
  2108. package/examples/node_modules/webpack/lib/asset/AssetSourceParser.js +31 -0
  2109. package/examples/node_modules/webpack/lib/asset/RawDataUrlModule.js +148 -0
  2110. package/examples/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +69 -0
  2111. package/examples/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +55 -0
  2112. package/examples/node_modules/webpack/lib/buildChunkGraph.js +1401 -0
  2113. package/examples/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +33 -0
  2114. package/examples/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +35 -0
  2115. package/examples/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +227 -0
  2116. package/examples/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
  2117. package/examples/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +129 -0
  2118. package/examples/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1426 -0
  2119. package/examples/node_modules/webpack/lib/cache/ResolverCachePlugin.js +354 -0
  2120. package/examples/node_modules/webpack/lib/cache/getLazyHashedEtag.js +81 -0
  2121. package/examples/node_modules/webpack/lib/cache/mergeEtags.js +74 -0
  2122. package/examples/node_modules/webpack/lib/cli.js +655 -0
  2123. package/examples/node_modules/webpack/lib/config/browserslistTargetHandler.js +333 -0
  2124. package/examples/node_modules/webpack/lib/config/defaults.js +1309 -0
  2125. package/examples/node_modules/webpack/lib/config/normalization.js +529 -0
  2126. package/examples/node_modules/webpack/lib/config/target.js +348 -0
  2127. package/examples/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
  2128. package/examples/node_modules/webpack/lib/container/ContainerEntryModule.js +283 -0
  2129. package/examples/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
  2130. package/examples/node_modules/webpack/lib/container/ContainerExposedDependency.js +52 -0
  2131. package/examples/node_modules/webpack/lib/container/ContainerPlugin.js +105 -0
  2132. package/examples/node_modules/webpack/lib/container/ContainerReferencePlugin.js +142 -0
  2133. package/examples/node_modules/webpack/lib/container/FallbackDependency.js +51 -0
  2134. package/examples/node_modules/webpack/lib/container/FallbackItemDependency.js +30 -0
  2135. package/examples/node_modules/webpack/lib/container/FallbackModule.js +173 -0
  2136. package/examples/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
  2137. package/examples/node_modules/webpack/lib/container/ModuleFederationPlugin.js +92 -0
  2138. package/examples/node_modules/webpack/lib/container/RemoteModule.js +171 -0
  2139. package/examples/node_modules/webpack/lib/container/RemoteRuntimeModule.js +128 -0
  2140. package/examples/node_modules/webpack/lib/container/RemoteToExternalDependency.js +30 -0
  2141. package/examples/node_modules/webpack/lib/container/options.js +91 -0
  2142. package/examples/node_modules/webpack/lib/css/CssExportsGenerator.js +139 -0
  2143. package/examples/node_modules/webpack/lib/css/CssGenerator.js +109 -0
  2144. package/examples/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +440 -0
  2145. package/examples/node_modules/webpack/lib/css/CssModulesPlugin.js +462 -0
  2146. package/examples/node_modules/webpack/lib/css/CssParser.js +618 -0
  2147. package/examples/node_modules/webpack/lib/css/walkCssTokens.js +659 -0
  2148. package/examples/node_modules/webpack/lib/debug/ProfilingPlugin.js +454 -0
  2149. package/examples/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +221 -0
  2150. package/examples/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +354 -0
  2151. package/examples/node_modules/webpack/lib/dependencies/AMDPlugin.js +216 -0
  2152. package/examples/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +99 -0
  2153. package/examples/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +53 -0
  2154. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +22 -0
  2155. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +279 -0
  2156. package/examples/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +174 -0
  2157. package/examples/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +35 -0
  2158. package/examples/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +48 -0
  2159. package/examples/node_modules/webpack/lib/dependencies/CachedConstDependency.js +106 -0
  2160. package/examples/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +49 -0
  2161. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +374 -0
  2162. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +160 -0
  2163. package/examples/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +336 -0
  2164. package/examples/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +136 -0
  2165. package/examples/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +388 -0
  2166. package/examples/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +280 -0
  2167. package/examples/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +55 -0
  2168. package/examples/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +34 -0
  2169. package/examples/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +141 -0
  2170. package/examples/node_modules/webpack/lib/dependencies/ConstDependency.js +108 -0
  2171. package/examples/node_modules/webpack/lib/dependencies/ContextDependency.js +147 -0
  2172. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +232 -0
  2173. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +61 -0
  2174. package/examples/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +59 -0
  2175. package/examples/node_modules/webpack/lib/dependencies/ContextElementDependency.js +77 -0
  2176. package/examples/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +66 -0
  2177. package/examples/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +25 -0
  2178. package/examples/node_modules/webpack/lib/dependencies/CssExportDependency.js +85 -0
  2179. package/examples/node_modules/webpack/lib/dependencies/CssImportDependency.js +75 -0
  2180. package/examples/node_modules/webpack/lib/dependencies/CssLocalIdentifierDependency.js +119 -0
  2181. package/examples/node_modules/webpack/lib/dependencies/CssSelfLocalIdentifierDependency.js +101 -0
  2182. package/examples/node_modules/webpack/lib/dependencies/CssUrlDependency.js +132 -0
  2183. package/examples/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +30 -0
  2184. package/examples/node_modules/webpack/lib/dependencies/DllEntryDependency.js +47 -0
  2185. package/examples/node_modules/webpack/lib/dependencies/DynamicExports.js +69 -0
  2186. package/examples/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
  2187. package/examples/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +143 -0
  2188. package/examples/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +134 -0
  2189. package/examples/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +37 -0
  2190. package/examples/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +91 -0
  2191. package/examples/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +97 -0
  2192. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +185 -0
  2193. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +190 -0
  2194. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +65 -0
  2195. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1271 -0
  2196. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +168 -0
  2197. package/examples/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +111 -0
  2198. package/examples/node_modules/webpack/lib/dependencies/HarmonyExports.js +40 -0
  2199. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +359 -0
  2200. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +256 -0
  2201. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +80 -0
  2202. package/examples/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +331 -0
  2203. package/examples/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +121 -0
  2204. package/examples/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +27 -0
  2205. package/examples/node_modules/webpack/lib/dependencies/ImportContextDependency.js +52 -0
  2206. package/examples/node_modules/webpack/lib/dependencies/ImportDependency.js +101 -0
  2207. package/examples/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +69 -0
  2208. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +35 -0
  2209. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +252 -0
  2210. package/examples/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +59 -0
  2211. package/examples/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +35 -0
  2212. package/examples/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +36 -0
  2213. package/examples/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +203 -0
  2214. package/examples/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +267 -0
  2215. package/examples/node_modules/webpack/lib/dependencies/ImportPlugin.js +82 -0
  2216. package/examples/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +67 -0
  2217. package/examples/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +103 -0
  2218. package/examples/node_modules/webpack/lib/dependencies/LoaderDependency.js +27 -0
  2219. package/examples/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +28 -0
  2220. package/examples/node_modules/webpack/lib/dependencies/LoaderPlugin.js +261 -0
  2221. package/examples/node_modules/webpack/lib/dependencies/LocalModule.js +44 -0
  2222. package/examples/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +69 -0
  2223. package/examples/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +50 -0
  2224. package/examples/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +129 -0
  2225. package/examples/node_modules/webpack/lib/dependencies/ModuleDependency.js +81 -0
  2226. package/examples/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +34 -0
  2227. package/examples/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +38 -0
  2228. package/examples/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +35 -0
  2229. package/examples/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +36 -0
  2230. package/examples/node_modules/webpack/lib/dependencies/NullDependency.js +40 -0
  2231. package/examples/node_modules/webpack/lib/dependencies/PrefetchDependency.js +24 -0
  2232. package/examples/node_modules/webpack/lib/dependencies/ProvidedDependency.js +122 -0
  2233. package/examples/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +128 -0
  2234. package/examples/node_modules/webpack/lib/dependencies/RequireContextDependency.js +31 -0
  2235. package/examples/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +58 -0
  2236. package/examples/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +150 -0
  2237. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +22 -0
  2238. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +121 -0
  2239. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +101 -0
  2240. package/examples/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +33 -0
  2241. package/examples/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +66 -0
  2242. package/examples/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +57 -0
  2243. package/examples/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +74 -0
  2244. package/examples/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +77 -0
  2245. package/examples/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +42 -0
  2246. package/examples/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +50 -0
  2247. package/examples/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +51 -0
  2248. package/examples/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +63 -0
  2249. package/examples/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +77 -0
  2250. package/examples/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +66 -0
  2251. package/examples/node_modules/webpack/lib/dependencies/SystemPlugin.js +140 -0
  2252. package/examples/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
  2253. package/examples/node_modules/webpack/lib/dependencies/URLDependency.js +158 -0
  2254. package/examples/node_modules/webpack/lib/dependencies/URLPlugin.js +114 -0
  2255. package/examples/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +69 -0
  2256. package/examples/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +79 -0
  2257. package/examples/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +100 -0
  2258. package/examples/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +80 -0
  2259. package/examples/node_modules/webpack/lib/dependencies/WorkerDependency.js +89 -0
  2260. package/examples/node_modules/webpack/lib/dependencies/WorkerPlugin.js +416 -0
  2261. package/examples/node_modules/webpack/lib/dependencies/getFunctionExpression.js +55 -0
  2262. package/examples/node_modules/webpack/lib/dependencies/processExportInfo.js +65 -0
  2263. package/examples/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +68 -0
  2264. package/examples/node_modules/webpack/lib/errors/BuildCycleError.js +27 -0
  2265. package/examples/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +29 -0
  2266. package/examples/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +202 -0
  2267. package/examples/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +76 -0
  2268. package/examples/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +242 -0
  2269. package/examples/node_modules/webpack/lib/formatLocation.js +68 -0
  2270. package/examples/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +394 -0
  2271. package/examples/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
  2272. package/examples/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +462 -0
  2273. package/examples/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +418 -0
  2274. package/examples/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +143 -0
  2275. package/examples/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +80 -0
  2276. package/examples/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +70 -0
  2277. package/examples/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +93 -0
  2278. package/examples/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +77 -0
  2279. package/examples/node_modules/webpack/lib/ids/IdHelpers.js +477 -0
  2280. package/examples/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +81 -0
  2281. package/examples/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +58 -0
  2282. package/examples/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +33 -0
  2283. package/examples/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +39 -0
  2284. package/examples/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +80 -0
  2285. package/examples/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +159 -0
  2286. package/examples/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +140 -0
  2287. package/examples/node_modules/webpack/lib/index.js +579 -0
  2288. package/examples/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +154 -0
  2289. package/examples/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +480 -0
  2290. package/examples/node_modules/webpack/lib/javascript/ChunkHelpers.js +33 -0
  2291. package/examples/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +172 -0
  2292. package/examples/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +118 -0
  2293. package/examples/node_modules/webpack/lib/javascript/JavascriptGenerator.js +225 -0
  2294. package/examples/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1370 -0
  2295. package/examples/node_modules/webpack/lib/javascript/JavascriptParser.js +3776 -0
  2296. package/examples/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +107 -0
  2297. package/examples/node_modules/webpack/lib/javascript/StartupHelpers.js +132 -0
  2298. package/examples/node_modules/webpack/lib/json/JsonData.js +41 -0
  2299. package/examples/node_modules/webpack/lib/json/JsonGenerator.js +191 -0
  2300. package/examples/node_modules/webpack/lib/json/JsonModulesPlugin.js +50 -0
  2301. package/examples/node_modules/webpack/lib/json/JsonParser.js +57 -0
  2302. package/examples/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +297 -0
  2303. package/examples/node_modules/webpack/lib/library/AmdLibraryPlugin.js +162 -0
  2304. package/examples/node_modules/webpack/lib/library/AssignLibraryPlugin.js +375 -0
  2305. package/examples/node_modules/webpack/lib/library/EnableLibraryPlugin.js +248 -0
  2306. package/examples/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +113 -0
  2307. package/examples/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +88 -0
  2308. package/examples/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +104 -0
  2309. package/examples/node_modules/webpack/lib/library/SystemLibraryPlugin.js +233 -0
  2310. package/examples/node_modules/webpack/lib/library/UmdLibraryPlugin.js +324 -0
  2311. package/examples/node_modules/webpack/lib/logging/Logger.js +163 -0
  2312. package/examples/node_modules/webpack/lib/logging/createConsoleLogger.js +228 -0
  2313. package/examples/node_modules/webpack/lib/logging/runtime.js +46 -0
  2314. package/examples/node_modules/webpack/lib/logging/truncateArgs.js +82 -0
  2315. package/examples/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +105 -0
  2316. package/examples/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +60 -0
  2317. package/examples/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
  2318. package/examples/node_modules/webpack/lib/node/NodeTargetPlugin.js +81 -0
  2319. package/examples/node_modules/webpack/lib/node/NodeTemplatePlugin.js +33 -0
  2320. package/examples/node_modules/webpack/lib/node/NodeWatchFileSystem.js +194 -0
  2321. package/examples/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +291 -0
  2322. package/examples/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +107 -0
  2323. package/examples/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +93 -0
  2324. package/examples/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +238 -0
  2325. package/examples/node_modules/webpack/lib/node/nodeConsole.js +143 -0
  2326. package/examples/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +92 -0
  2327. package/examples/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +329 -0
  2328. package/examples/node_modules/webpack/lib/optimize/ConcatenatedModule.js +1879 -0
  2329. package/examples/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +85 -0
  2330. package/examples/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +118 -0
  2331. package/examples/node_modules/webpack/lib/optimize/InnerGraph.js +346 -0
  2332. package/examples/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +368 -0
  2333. package/examples/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +256 -0
  2334. package/examples/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +177 -0
  2335. package/examples/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +115 -0
  2336. package/examples/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +113 -0
  2337. package/examples/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +30 -0
  2338. package/examples/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +866 -0
  2339. package/examples/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +408 -0
  2340. package/examples/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +57 -0
  2341. package/examples/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +121 -0
  2342. package/examples/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +44 -0
  2343. package/examples/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +337 -0
  2344. package/examples/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1723 -0
  2345. package/examples/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +32 -0
  2346. package/examples/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +35 -0
  2347. package/examples/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +20 -0
  2348. package/examples/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +165 -0
  2349. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +44 -0
  2350. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +95 -0
  2351. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +52 -0
  2352. package/examples/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +49 -0
  2353. package/examples/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +43 -0
  2354. package/examples/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +39 -0
  2355. package/examples/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +47 -0
  2356. package/examples/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +47 -0
  2357. package/examples/node_modules/webpack/lib/rules/RuleSetCompiler.js +379 -0
  2358. package/examples/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +194 -0
  2359. package/examples/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +156 -0
  2360. package/examples/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +69 -0
  2361. package/examples/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +27 -0
  2362. package/examples/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +37 -0
  2363. package/examples/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +78 -0
  2364. package/examples/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +66 -0
  2365. package/examples/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +36 -0
  2366. package/examples/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +36 -0
  2367. package/examples/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +39 -0
  2368. package/examples/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +54 -0
  2369. package/examples/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +282 -0
  2370. package/examples/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +29 -0
  2371. package/examples/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +44 -0
  2372. package/examples/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +76 -0
  2373. package/examples/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
  2374. package/examples/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +32 -0
  2375. package/examples/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
  2376. package/examples/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +158 -0
  2377. package/examples/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +36 -0
  2378. package/examples/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +76 -0
  2379. package/examples/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +30 -0
  2380. package/examples/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +41 -0
  2381. package/examples/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +28 -0
  2382. package/examples/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +74 -0
  2383. package/examples/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +67 -0
  2384. package/examples/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +50 -0
  2385. package/examples/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +25 -0
  2386. package/examples/node_modules/webpack/lib/schemes/DataUriPlugin.js +56 -0
  2387. package/examples/node_modules/webpack/lib/schemes/FileUriPlugin.js +49 -0
  2388. package/examples/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1118 -0
  2389. package/examples/node_modules/webpack/lib/serialization/ArraySerializer.js +22 -0
  2390. package/examples/node_modules/webpack/lib/serialization/BinaryMiddleware.js +950 -0
  2391. package/examples/node_modules/webpack/lib/serialization/DateObjectSerializer.js +16 -0
  2392. package/examples/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +27 -0
  2393. package/examples/node_modules/webpack/lib/serialization/FileMiddleware.js +665 -0
  2394. package/examples/node_modules/webpack/lib/serialization/MapObjectSerializer.js +31 -0
  2395. package/examples/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +33 -0
  2396. package/examples/node_modules/webpack/lib/serialization/ObjectMiddleware.js +734 -0
  2397. package/examples/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +80 -0
  2398. package/examples/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +17 -0
  2399. package/examples/node_modules/webpack/lib/serialization/Serializer.js +46 -0
  2400. package/examples/node_modules/webpack/lib/serialization/SerializerMiddleware.js +153 -0
  2401. package/examples/node_modules/webpack/lib/serialization/SetObjectSerializer.js +24 -0
  2402. package/examples/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +34 -0
  2403. package/examples/node_modules/webpack/lib/serialization/types.js +13 -0
  2404. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +30 -0
  2405. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +251 -0
  2406. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +319 -0
  2407. package/examples/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +360 -0
  2408. package/examples/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +34 -0
  2409. package/examples/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +63 -0
  2410. package/examples/node_modules/webpack/lib/sharing/ProvideSharedModule.js +184 -0
  2411. package/examples/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +35 -0
  2412. package/examples/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +237 -0
  2413. package/examples/node_modules/webpack/lib/sharing/SharePlugin.js +92 -0
  2414. package/examples/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +141 -0
  2415. package/examples/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +91 -0
  2416. package/examples/node_modules/webpack/lib/sharing/utils.js +90 -0
  2417. package/examples/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2398 -0
  2418. package/examples/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +326 -0
  2419. package/examples/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1380 -0
  2420. package/examples/node_modules/webpack/lib/stats/StatsFactory.js +292 -0
  2421. package/examples/node_modules/webpack/lib/stats/StatsPrinter.js +249 -0
  2422. package/examples/node_modules/webpack/lib/util/ArrayHelpers.js +44 -0
  2423. package/examples/node_modules/webpack/lib/util/ArrayQueue.js +111 -0
  2424. package/examples/node_modules/webpack/lib/util/AsyncQueue.js +373 -0
  2425. package/examples/node_modules/webpack/lib/util/Hash.js +35 -0
  2426. package/examples/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
  2427. package/examples/node_modules/webpack/lib/util/LazyBucketSortedSet.js +236 -0
  2428. package/examples/node_modules/webpack/lib/util/LazySet.js +208 -0
  2429. package/examples/node_modules/webpack/lib/util/MapHelpers.js +22 -0
  2430. package/examples/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +59 -0
  2431. package/examples/node_modules/webpack/lib/util/Queue.js +51 -0
  2432. package/examples/node_modules/webpack/lib/util/Semaphore.js +54 -0
  2433. package/examples/node_modules/webpack/lib/util/SetHelpers.js +94 -0
  2434. package/examples/node_modules/webpack/lib/util/SortableSet.js +160 -0
  2435. package/examples/node_modules/webpack/lib/util/StackedCacheMap.js +110 -0
  2436. package/examples/node_modules/webpack/lib/util/StackedMap.js +166 -0
  2437. package/examples/node_modules/webpack/lib/util/StringXor.js +55 -0
  2438. package/examples/node_modules/webpack/lib/util/TupleQueue.js +61 -0
  2439. package/examples/node_modules/webpack/lib/util/TupleSet.js +150 -0
  2440. package/examples/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +87 -0
  2441. package/examples/node_modules/webpack/lib/util/WeakTupleMap.js +171 -0
  2442. package/examples/node_modules/webpack/lib/util/binarySearchBounds.js +86 -0
  2443. package/examples/node_modules/webpack/lib/util/cleverMerge.js +568 -0
  2444. package/examples/node_modules/webpack/lib/util/comparators.js +459 -0
  2445. package/examples/node_modules/webpack/lib/util/compileBooleanMatcher.js +206 -0
  2446. package/examples/node_modules/webpack/lib/util/create-schema-validation.js +28 -0
  2447. package/examples/node_modules/webpack/lib/util/createHash.js +171 -0
  2448. package/examples/node_modules/webpack/lib/util/deprecation.js +264 -0
  2449. package/examples/node_modules/webpack/lib/util/deterministicGrouping.js +508 -0
  2450. package/examples/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
  2451. package/examples/node_modules/webpack/lib/util/findGraphRoots.js +229 -0
  2452. package/examples/node_modules/webpack/lib/util/fs.js +337 -0
  2453. package/examples/node_modules/webpack/lib/util/hash/BatchedHash.js +68 -0
  2454. package/examples/node_modules/webpack/lib/util/hash/md4.js +20 -0
  2455. package/examples/node_modules/webpack/lib/util/hash/wasm-hash.js +163 -0
  2456. package/examples/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
  2457. package/examples/node_modules/webpack/lib/util/identifier.js +377 -0
  2458. package/examples/node_modules/webpack/lib/util/internalSerializables.js +211 -0
  2459. package/examples/node_modules/webpack/lib/util/makeSerializable.js +30 -0
  2460. package/examples/node_modules/webpack/lib/util/memoize.js +32 -0
  2461. package/examples/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
  2462. package/examples/node_modules/webpack/lib/util/numberHash.js +45 -0
  2463. package/examples/node_modules/webpack/lib/util/objectToMap.js +15 -0
  2464. package/examples/node_modules/webpack/lib/util/processAsyncTree.js +62 -0
  2465. package/examples/node_modules/webpack/lib/util/propertyAccess.js +78 -0
  2466. package/examples/node_modules/webpack/lib/util/registerExternalSerializer.js +337 -0
  2467. package/examples/node_modules/webpack/lib/util/runtime.js +623 -0
  2468. package/examples/node_modules/webpack/lib/util/semver.js +484 -0
  2469. package/examples/node_modules/webpack/lib/util/serialization.js +128 -0
  2470. package/examples/node_modules/webpack/lib/util/smartGrouping.js +206 -0
  2471. package/examples/node_modules/webpack/lib/util/source.js +61 -0
  2472. package/examples/node_modules/webpack/lib/validateSchema.js +175 -0
  2473. package/examples/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +118 -0
  2474. package/examples/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +78 -0
  2475. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +53 -0
  2476. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +194 -0
  2477. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +198 -0
  2478. package/examples/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +75 -0
  2479. package/examples/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +16 -0
  2480. package/examples/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +372 -0
  2481. package/examples/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +82 -0
  2482. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +501 -0
  2483. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +106 -0
  2484. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +216 -0
  2485. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +142 -0
  2486. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +192 -0
  2487. package/examples/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +65 -0
  2488. package/examples/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +62 -0
  2489. package/examples/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +71 -0
  2490. package/examples/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +91 -0
  2491. package/examples/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +450 -0
  2492. package/examples/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +38 -0
  2493. package/examples/node_modules/webpack/lib/webpack.js +171 -0
  2494. package/examples/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +94 -0
  2495. package/examples/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +238 -0
  2496. package/examples/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +25 -0
  2497. package/examples/node_modules/webpack/module.d.ts +215 -0
  2498. package/examples/node_modules/webpack/package.json +242 -0
  2499. package/examples/node_modules/webpack/schemas/WebpackOptions.check.d.ts +7 -0
  2500. package/examples/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
  2501. package/examples/node_modules/webpack/schemas/WebpackOptions.json +5321 -0
  2502. package/examples/node_modules/webpack/schemas/_container.json +155 -0
  2503. package/examples/node_modules/webpack/schemas/_sharing.json +118 -0
  2504. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.check.d.ts +7 -0
  2505. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
  2506. package/examples/node_modules/webpack/schemas/plugins/BannerPlugin.json +103 -0
  2507. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.check.d.ts +7 -0
  2508. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
  2509. package/examples/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
  2510. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.d.ts +7 -0
  2511. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
  2512. package/examples/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
  2513. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts +7 -0
  2514. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js +6 -0
  2515. package/examples/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json +44 -0
  2516. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.check.d.ts +7 -0
  2517. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
  2518. package/examples/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
  2519. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.d.ts +7 -0
  2520. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.js +6 -0
  2521. package/examples/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json +12 -0
  2522. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.d.ts +7 -0
  2523. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
  2524. package/examples/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
  2525. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.check.d.ts +7 -0
  2526. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
  2527. package/examples/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
  2528. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.d.ts +7 -0
  2529. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
  2530. package/examples/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +143 -0
  2531. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.d.ts +7 -0
  2532. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
  2533. package/examples/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
  2534. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.d.ts +7 -0
  2535. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
  2536. package/examples/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.json +3 -0
  2537. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.d.ts +7 -0
  2538. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
  2539. package/examples/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.json +3 -0
  2540. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.d.ts +7 -0
  2541. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
  2542. package/examples/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.json +3 -0
  2543. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.d.ts +7 -0
  2544. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
  2545. package/examples/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.json +3 -0
  2546. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts +7 -0
  2547. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
  2548. package/examples/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +286 -0
  2549. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts +7 -0
  2550. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
  2551. package/examples/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +128 -0
  2552. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts +7 -0
  2553. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
  2554. package/examples/node_modules/webpack/schemas/plugins/container/ExternalsType.json +3 -0
  2555. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts +7 -0
  2556. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
  2557. package/examples/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +513 -0
  2558. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts +7 -0
  2559. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
  2560. package/examples/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json +3 -0
  2561. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts +7 -0
  2562. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
  2563. package/examples/node_modules/webpack/schemas/plugins/css/CssParserOptions.json +3 -0
  2564. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts +7 -0
  2565. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
  2566. package/examples/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
  2567. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts +7 -0
  2568. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
  2569. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
  2570. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts +7 -0
  2571. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
  2572. package/examples/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
  2573. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.d.ts +7 -0
  2574. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
  2575. package/examples/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
  2576. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.d.ts +7 -0
  2577. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
  2578. package/examples/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
  2579. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.d.ts +7 -0
  2580. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
  2581. package/examples/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
  2582. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts +7 -0
  2583. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
  2584. package/examples/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
  2585. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts +7 -0
  2586. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
  2587. package/examples/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
  2588. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts +7 -0
  2589. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
  2590. package/examples/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
  2591. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts +7 -0
  2592. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js +6 -0
  2593. package/examples/node_modules/webpack/schemas/plugins/sharing/SharePlugin.json +133 -0
  2594. package/examples/node_modules/webpack/types.d.ts +13072 -0
  2595. package/examples/node_modules/webpack-cli/README.md +45 -14
  2596. package/examples/node_modules/webpack-cli/bin/cli.js +9 -32
  2597. package/examples/node_modules/webpack-cli/lib/bootstrap.js +12 -15
  2598. package/examples/node_modules/webpack-cli/lib/index.js +3 -3
  2599. package/examples/node_modules/webpack-cli/lib/plugins/CLIPlugin.js +101 -68
  2600. package/examples/node_modules/webpack-cli/lib/utils/dynamic-import-loader.js +7 -7
  2601. package/examples/node_modules/webpack-cli/lib/webpack-cli.js +2093 -1553
  2602. package/examples/node_modules/webpack-cli/node_modules/commander/CHANGELOG.md +440 -0
  2603. package/examples/node_modules/webpack-cli/node_modules/commander/LICENSE +22 -0
  2604. package/examples/node_modules/webpack-cli/node_modules/commander/Readme.md +917 -0
  2605. package/examples/node_modules/{commander → webpack-cli/node_modules/commander}/esm.mjs +0 -0
  2606. package/examples/node_modules/webpack-cli/node_modules/commander/index.js +2217 -0
  2607. package/examples/node_modules/{commander → webpack-cli/node_modules/commander}/package-support.json +0 -0
  2608. package/examples/node_modules/webpack-cli/node_modules/commander/package.json +68 -0
  2609. package/examples/node_modules/webpack-cli/node_modules/commander/typings/index.d.ts +627 -0
  2610. package/examples/node_modules/webpack-cli/package.json +30 -63
  2611. package/examples/node_modules/webpack-merge/CHANGELOG.md +5 -0
  2612. package/examples/node_modules/webpack-merge/README.md +3 -3
  2613. package/examples/node_modules/webpack-merge/dist/index.d.ts +4 -4
  2614. package/examples/node_modules/webpack-merge/dist/index.js +8 -7
  2615. package/examples/node_modules/webpack-merge/dist/index.js.map +1 -1
  2616. package/examples/node_modules/webpack-merge/dist/join-arrays.js +7 -6
  2617. package/examples/node_modules/webpack-merge/dist/join-arrays.js.map +1 -1
  2618. package/examples/node_modules/webpack-merge/dist/types.d.ts +1 -0
  2619. package/examples/node_modules/webpack-merge/dist/unique.js +5 -4
  2620. package/examples/node_modules/webpack-merge/dist/unique.js.map +1 -1
  2621. package/examples/node_modules/webpack-merge/dist/utils.d.ts +1 -1
  2622. package/examples/node_modules/webpack-merge/package.json +37 -65
  2623. package/examples/node_modules/webpack-sources/LICENSE +21 -0
  2624. package/examples/node_modules/webpack-sources/README.md +228 -0
  2625. package/examples/node_modules/webpack-sources/lib/CachedSource.js +274 -0
  2626. package/examples/node_modules/webpack-sources/lib/CompatSource.js +66 -0
  2627. package/examples/node_modules/webpack-sources/lib/ConcatSource.js +319 -0
  2628. package/examples/node_modules/webpack-sources/lib/OriginalSource.js +135 -0
  2629. package/examples/node_modules/webpack-sources/lib/PrefixSource.js +114 -0
  2630. package/examples/node_modules/webpack-sources/lib/RawSource.js +81 -0
  2631. package/examples/node_modules/webpack-sources/lib/ReplaceSource.js +467 -0
  2632. package/examples/node_modules/webpack-sources/lib/SizeOnlySource.js +42 -0
  2633. package/examples/node_modules/webpack-sources/lib/Source.js +38 -0
  2634. package/examples/node_modules/webpack-sources/lib/SourceMapSource.js +247 -0
  2635. package/examples/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +206 -0
  2636. package/examples/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +129 -0
  2637. package/examples/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +33 -0
  2638. package/examples/node_modules/webpack-sources/lib/helpers/getName.js +14 -0
  2639. package/examples/node_modules/webpack-sources/lib/helpers/getSource.js +17 -0
  2640. package/examples/node_modules/webpack-sources/lib/helpers/readMappings.js +116 -0
  2641. package/examples/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +21 -0
  2642. package/examples/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +41 -0
  2643. package/examples/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +102 -0
  2644. package/examples/node_modules/webpack-sources/lib/helpers/streamChunks.js +36 -0
  2645. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +329 -0
  2646. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +34 -0
  2647. package/examples/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +412 -0
  2648. package/examples/node_modules/webpack-sources/lib/index.js +30 -0
  2649. package/examples/node_modules/webpack-sources/package.json +58 -0
  2650. package/examples/node_modules/which/package.json +22 -55
  2651. package/examples/node_modules/wildcard/package.json +22 -51
  2652. package/lib/browser/math.js +6 -6
  2653. package/lib/browser/math.js.map +1 -1
  2654. package/lib/cjs/expression/embeddedDocs/function/matrix/forEach.js +1 -1
  2655. package/lib/cjs/expression/node/FunctionNode.js +30 -8
  2656. package/lib/cjs/function/arithmetic/sign.js +4 -0
  2657. package/lib/cjs/function/string/format.js +3 -0
  2658. package/lib/cjs/header.js +2 -2
  2659. package/lib/cjs/type/unit/Unit.js +67 -79
  2660. package/lib/cjs/utils/string.js +17 -4
  2661. package/lib/cjs/version.js +1 -1
  2662. package/lib/esm/expression/embeddedDocs/function/matrix/forEach.js +1 -1
  2663. package/lib/esm/expression/node/FunctionNode.js +29 -9
  2664. package/lib/esm/function/arithmetic/sign.js +4 -0
  2665. package/lib/esm/function/string/format.js +3 -0
  2666. package/lib/esm/type/unit/Unit.js +67 -79
  2667. package/lib/esm/utils/string.js +18 -4
  2668. package/lib/esm/version.js +1 -1
  2669. package/package.json +2 -2
  2670. package/examples/node_modules/@discoveryjs/json-ext/CHANGELOG.md +0 -42
  2671. package/examples/node_modules/@webpack-cli/configtest/CHANGELOG.md +0 -18
  2672. package/examples/node_modules/@webpack-cli/configtest/LICENSE +0 -20
  2673. package/examples/node_modules/@webpack-cli/info/CHANGELOG.md +0 -61
  2674. package/examples/node_modules/@webpack-cli/info/LICENSE +0 -20
  2675. package/examples/node_modules/@webpack-cli/serve/CHANGELOG.md +0 -93
  2676. package/examples/node_modules/@webpack-cli/serve/LICENSE +0 -20
  2677. package/examples/node_modules/@webpack-cli/serve/lib/startDevServer.d.ts +0 -12
  2678. package/examples/node_modules/@webpack-cli/serve/lib/startDevServer.js +0 -113
  2679. package/examples/node_modules/ansi-colors/LICENSE +0 -21
  2680. package/examples/node_modules/ansi-colors/README.md +0 -315
  2681. package/examples/node_modules/ansi-colors/index.js +0 -177
  2682. package/examples/node_modules/ansi-colors/package.json +0 -152
  2683. package/examples/node_modules/ansi-colors/symbols.js +0 -70
  2684. package/examples/node_modules/ansi-colors/types/index.d.ts +0 -161
  2685. package/examples/node_modules/enquirer/CHANGELOG.md +0 -135
  2686. package/examples/node_modules/enquirer/LICENSE +0 -21
  2687. package/examples/node_modules/enquirer/README.md +0 -1752
  2688. package/examples/node_modules/enquirer/index.d.ts +0 -151
  2689. package/examples/node_modules/enquirer/index.js +0 -250
  2690. package/examples/node_modules/enquirer/lib/ansi.js +0 -116
  2691. package/examples/node_modules/enquirer/lib/combos.js +0 -75
  2692. package/examples/node_modules/enquirer/lib/completer.js +0 -52
  2693. package/examples/node_modules/enquirer/lib/interpolate.js +0 -266
  2694. package/examples/node_modules/enquirer/lib/keypress.js +0 -243
  2695. package/examples/node_modules/enquirer/lib/placeholder.js +0 -63
  2696. package/examples/node_modules/enquirer/lib/prompt.js +0 -485
  2697. package/examples/node_modules/enquirer/lib/prompts/autocomplete.js +0 -113
  2698. package/examples/node_modules/enquirer/lib/prompts/basicauth.js +0 -41
  2699. package/examples/node_modules/enquirer/lib/prompts/confirm.js +0 -13
  2700. package/examples/node_modules/enquirer/lib/prompts/editable.js +0 -136
  2701. package/examples/node_modules/enquirer/lib/prompts/form.js +0 -196
  2702. package/examples/node_modules/enquirer/lib/prompts/index.js +0 -28
  2703. package/examples/node_modules/enquirer/lib/prompts/input.js +0 -55
  2704. package/examples/node_modules/enquirer/lib/prompts/invisible.js +0 -11
  2705. package/examples/node_modules/enquirer/lib/prompts/list.js +0 -36
  2706. package/examples/node_modules/enquirer/lib/prompts/multiselect.js +0 -11
  2707. package/examples/node_modules/enquirer/lib/prompts/numeral.js +0 -1
  2708. package/examples/node_modules/enquirer/lib/prompts/password.js +0 -18
  2709. package/examples/node_modules/enquirer/lib/prompts/quiz.js +0 -37
  2710. package/examples/node_modules/enquirer/lib/prompts/scale.js +0 -237
  2711. package/examples/node_modules/enquirer/lib/prompts/select.js +0 -139
  2712. package/examples/node_modules/enquirer/lib/prompts/snippet.js +0 -185
  2713. package/examples/node_modules/enquirer/lib/prompts/sort.js +0 -37
  2714. package/examples/node_modules/enquirer/lib/prompts/survey.js +0 -163
  2715. package/examples/node_modules/enquirer/lib/prompts/text.js +0 -1
  2716. package/examples/node_modules/enquirer/lib/prompts/toggle.js +0 -109
  2717. package/examples/node_modules/enquirer/lib/render.js +0 -33
  2718. package/examples/node_modules/enquirer/lib/roles.js +0 -46
  2719. package/examples/node_modules/enquirer/lib/state.js +0 -69
  2720. package/examples/node_modules/enquirer/lib/styles.js +0 -144
  2721. package/examples/node_modules/enquirer/lib/symbols.js +0 -66
  2722. package/examples/node_modules/enquirer/lib/theme.js +0 -11
  2723. package/examples/node_modules/enquirer/lib/timer.js +0 -38
  2724. package/examples/node_modules/enquirer/lib/types/array.js +0 -658
  2725. package/examples/node_modules/enquirer/lib/types/auth.js +0 -29
  2726. package/examples/node_modules/enquirer/lib/types/boolean.js +0 -88
  2727. package/examples/node_modules/enquirer/lib/types/index.js +0 -7
  2728. package/examples/node_modules/enquirer/lib/types/number.js +0 -86
  2729. package/examples/node_modules/enquirer/lib/types/string.js +0 -185
  2730. package/examples/node_modules/enquirer/lib/utils.js +0 -268
  2731. package/examples/node_modules/enquirer/package.json +0 -148
  2732. package/examples/node_modules/is-core-module/.eslintignore +0 -1
  2733. package/examples/node_modules/is-core-module/.github/FUNDING.yml +0 -12
  2734. package/examples/node_modules/is-core-module/.github/workflows/node-4+.yml +0 -54
  2735. package/examples/node_modules/is-core-module/.github/workflows/node-iojs.yml +0 -58
  2736. package/examples/node_modules/is-core-module/.github/workflows/node-pretest.yml +0 -26
  2737. package/examples/node_modules/is-core-module/.github/workflows/node-zero.yml +0 -58
  2738. package/examples/node_modules/is-core-module/.github/workflows/rebase.yml +0 -15
  2739. package/examples/node_modules/is-core-module/.github/workflows/require-allow-edits.yml +0 -14
  2740. package/examples/node_modules/path-parse/.travis.yml +0 -9
  2741. package/examples/node_modules/path-parse/test.js +0 -77
  2742. package/examples/node_modules/resolve/.eslintignore +0 -1
  2743. package/examples/node_modules/resolve/test/.eslintrc +0 -5
  2744. package/examples/node_modules/signal-exit/CHANGELOG.md +0 -35
  2745. package/examples/node_modules/v8-compile-cache/CHANGELOG.md +0 -53
  2746. package/examples/node_modules/v8-compile-cache/LICENSE +0 -21
  2747. package/examples/node_modules/v8-compile-cache/README.md +0 -55
  2748. package/examples/node_modules/v8-compile-cache/package.json +0 -66
  2749. package/examples/node_modules/v8-compile-cache/v8-compile-cache.js +0 -371
  2750. package/examples/node_modules/webpack-cli/CHANGELOG.md +0 -501
  2751. package/examples/node_modules/webpack-cli/LICENSE +0 -20
  2752. package/examples/node_modules/webpack-cli/lib/utils/__tests__/get-package-manager.test.js +0 -108
  2753. package/examples/node_modules/webpack-cli/lib/utils/__tests__/prompt-installation.test.js +0 -118
  2754. package/examples/node_modules/webpack-cli/lib/utils/capitalize-first-letter.js +0 -9
  2755. package/examples/node_modules/webpack-cli/lib/utils/get-package-manager.js +0 -65
  2756. package/examples/node_modules/webpack-cli/lib/utils/index.js +0 -49
  2757. package/examples/node_modules/webpack-cli/lib/utils/logger.js +0 -11
  2758. package/examples/node_modules/webpack-cli/lib/utils/package-exists.js +0 -9
  2759. package/examples/node_modules/webpack-cli/lib/utils/prompt-installation.js +0 -58
  2760. package/examples/node_modules/webpack-cli/lib/utils/run-command.js +0 -13
  2761. package/examples/node_modules/webpack-cli/lib/utils/to-kebab-case.js +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///source-map.min.js","webpack:///webpack/bootstrap 0fd5815da764db5fb9fe","webpack:///./source-map.js","webpack:///./lib/source-map-generator.js","webpack:///./lib/base64-vlq.js","webpack:///./lib/base64.js","webpack:///./lib/util.js","webpack:///./lib/array-set.js","webpack:///./lib/mapping-list.js","webpack:///./lib/source-map-consumer.js","webpack:///./lib/binary-search.js","webpack:///./lib/quick-sort.js","webpack:///./lib/source-node.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","id","loaded","call","m","c","p","SourceMapGenerator","SourceMapConsumer","SourceNode","aArgs","_file","util","getArg","_sourceRoot","_skipValidation","_sources","ArraySet","_names","_mappings","MappingList","_sourcesContents","base64VLQ","prototype","_version","fromSourceMap","aSourceMapConsumer","sourceRoot","generator","file","eachMapping","mapping","newMapping","generated","line","generatedLine","column","generatedColumn","source","relative","original","originalLine","originalColumn","name","addMapping","sources","forEach","sourceFile","sourceRelative","has","add","content","sourceContentFor","setSourceContent","_validateMapping","String","aSourceFile","aSourceContent","Object","create","toSetString","keys","length","applySourceMap","aSourceMapPath","Error","newSources","newNames","unsortedForEach","originalPositionFor","join","aGenerated","aOriginal","aSource","aName","JSON","stringify","_serializeMappings","next","nameIdx","sourceIdx","previousGeneratedColumn","previousGeneratedLine","previousOriginalColumn","previousOriginalLine","previousName","previousSource","result","mappings","toArray","i","len","compareByGeneratedPositionsInflated","encode","indexOf","_generateSourcesContent","aSources","aSourceRoot","map","key","hasOwnProperty","toJSON","version","names","sourcesContent","toString","toVLQSigned","aValue","fromVLQSigned","isNegative","shifted","base64","VLQ_BASE_SHIFT","VLQ_BASE","VLQ_BASE_MASK","VLQ_CONTINUATION_BIT","digit","encoded","vlq","decode","aStr","aIndex","aOutParam","continuation","strLen","shift","charCodeAt","charAt","value","rest","intToCharMap","split","number","TypeError","charCode","bigA","bigZ","littleA","littleZ","zero","nine","plus","slash","littleOffset","numberOffset","aDefaultValue","arguments","urlParse","aUrl","match","urlRegexp","scheme","auth","host","port","path","urlGenerate","aParsedUrl","url","normalize","aPath","part","isAbsolute","parts","up","splice","aRoot","aPathUrl","aRootUrl","dataUrlRegexp","joined","replace","level","index","lastIndexOf","slice","Array","substr","identity","s","isProtoString","fromSetString","compareByOriginalPositions","mappingA","mappingB","onlyCompareOriginal","cmp","strcmp","compareByGeneratedPositionsDeflated","onlyCompareGenerated","aStr1","aStr2","parseSourceMapInput","str","parse","computeSourceURL","sourceURL","sourceMapURL","parsed","substring","test","supportsNullProto","obj","_array","_set","hasNativeMap","Map","fromArray","aArray","aAllowDuplicates","set","size","getOwnPropertyNames","sStr","isDuplicate","idx","push","get","at","aIdx","generatedPositionAfter","lineA","lineB","columnA","columnB","_sorted","_last","aCallback","aThisArg","aMapping","sort","aSourceMap","aSourceMapURL","sourceMap","sections","IndexedSourceMapConsumer","BasicSourceMapConsumer","_absoluteSources","_sourceMapURL","Mapping","lastOffset","_sections","offset","offsetLine","offsetColumn","generatedOffset","consumer","binarySearch","quickSort","__generatedMappings","defineProperty","configurable","enumerable","_parseMappings","__originalMappings","_charIsMappingSeparator","GENERATED_ORDER","ORIGINAL_ORDER","GREATEST_LOWER_BOUND","LEAST_UPPER_BOUND","aContext","aOrder","context","order","_generatedMappings","_originalMappings","allGeneratedPositionsFor","needle","_findSourceIndex","_findMapping","undefined","lastColumn","relativeSource","smc","generatedMappings","destGeneratedMappings","destOriginalMappings","srcMapping","destMapping","segment","end","cachedSegments","temp","originalMappings","aNeedle","aMappings","aLineName","aColumnName","aComparator","aBias","search","computeColumnSpans","nextMapping","lastGeneratedColumn","Infinity","hasContentsOfAllSources","some","sc","nullOnMissing","fileUriAbsPath","generatedPositionFor","constructor","j","sectionIndex","section","bias","every","generatedPosition","ret","sectionMappings","adjustedMapping","recursiveSearch","aLow","aHigh","aHaystack","aCompare","mid","Math","floor","swap","ary","x","y","randomIntInRange","low","high","round","random","doQuickSort","comparator","r","pivotIndex","pivot","q","aLine","aColumn","aChunks","children","sourceContents","isSourceNode","REGEX_NEWLINE","NEWLINE_CODE","fromStringWithSourceMap","aGeneratedCode","aRelativePath","addMappingWithCode","code","node","remainingLines","remainingLinesIndex","shiftNextLine","getNextLine","lineContents","newLine","lastGeneratedLine","lastMapping","nextLine","aChunk","isArray","chunk","prepend","unshift","walk","aFn","aSep","newChildren","replaceRight","aPattern","aReplacement","lastChild","walkSourceContents","toStringWithSourceMap","sourceMappingActive","lastOriginalSource","lastOriginalLine","lastOriginalColumn","lastOriginalName","sourceContent"],"mappings":"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","file":"source-map.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"sourceMap\"] = factory();\n\telse\n\t\troot[\"sourceMap\"] = factory();\n})(this, function() {\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition","(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"sourceMap\"] = factory();\n\telse\n\t\troot[\"sourceMap\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/*\n\t * Copyright 2009-2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE.txt or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\texports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\texports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer;\n\texports.SourceNode = __webpack_require__(10).SourceNode;\n\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar base64VLQ = __webpack_require__(2);\n\tvar util = __webpack_require__(4);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar MappingList = __webpack_require__(6).MappingList;\n\t\n\t/**\n\t * An instance of the SourceMapGenerator represents a source map which is\n\t * being built incrementally. You may pass an object with the following\n\t * properties:\n\t *\n\t * - file: The filename of the generated source.\n\t * - sourceRoot: A root for all relative URLs in this source map.\n\t */\n\tfunction SourceMapGenerator(aArgs) {\n\t if (!aArgs) {\n\t aArgs = {};\n\t }\n\t this._file = util.getArg(aArgs, 'file', null);\n\t this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n\t this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t this._mappings = new MappingList();\n\t this._sourcesContents = null;\n\t}\n\t\n\tSourceMapGenerator.prototype._version = 3;\n\t\n\t/**\n\t * Creates a new SourceMapGenerator based on a SourceMapConsumer\n\t *\n\t * @param aSourceMapConsumer The SourceMap.\n\t */\n\tSourceMapGenerator.fromSourceMap =\n\t function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n\t var sourceRoot = aSourceMapConsumer.sourceRoot;\n\t var generator = new SourceMapGenerator({\n\t file: aSourceMapConsumer.file,\n\t sourceRoot: sourceRoot\n\t });\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t var newMapping = {\n\t generated: {\n\t line: mapping.generatedLine,\n\t column: mapping.generatedColumn\n\t }\n\t };\n\t\n\t if (mapping.source != null) {\n\t newMapping.source = mapping.source;\n\t if (sourceRoot != null) {\n\t newMapping.source = util.relative(sourceRoot, newMapping.source);\n\t }\n\t\n\t newMapping.original = {\n\t line: mapping.originalLine,\n\t column: mapping.originalColumn\n\t };\n\t\n\t if (mapping.name != null) {\n\t newMapping.name = mapping.name;\n\t }\n\t }\n\t\n\t generator.addMapping(newMapping);\n\t });\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var sourceRelative = sourceFile;\n\t if (sourceRoot !== null) {\n\t sourceRelative = util.relative(sourceRoot, sourceFile);\n\t }\n\t\n\t if (!generator._sources.has(sourceRelative)) {\n\t generator._sources.add(sourceRelative);\n\t }\n\t\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t generator.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t return generator;\n\t };\n\t\n\t/**\n\t * Add a single mapping from original source line and column to the generated\n\t * source's line and column for this source map being created. The mapping\n\t * object should have the following properties:\n\t *\n\t * - generated: An object with the generated line and column positions.\n\t * - original: An object with the original line and column positions.\n\t * - source: The original source file (relative to the sourceRoot).\n\t * - name: An optional original token name for this mapping.\n\t */\n\tSourceMapGenerator.prototype.addMapping =\n\t function SourceMapGenerator_addMapping(aArgs) {\n\t var generated = util.getArg(aArgs, 'generated');\n\t var original = util.getArg(aArgs, 'original', null);\n\t var source = util.getArg(aArgs, 'source', null);\n\t var name = util.getArg(aArgs, 'name', null);\n\t\n\t if (!this._skipValidation) {\n\t this._validateMapping(generated, original, source, name);\n\t }\n\t\n\t if (source != null) {\n\t source = String(source);\n\t if (!this._sources.has(source)) {\n\t this._sources.add(source);\n\t }\n\t }\n\t\n\t if (name != null) {\n\t name = String(name);\n\t if (!this._names.has(name)) {\n\t this._names.add(name);\n\t }\n\t }\n\t\n\t this._mappings.add({\n\t generatedLine: generated.line,\n\t generatedColumn: generated.column,\n\t originalLine: original != null && original.line,\n\t originalColumn: original != null && original.column,\n\t source: source,\n\t name: name\n\t });\n\t };\n\t\n\t/**\n\t * Set the source content for a source file.\n\t */\n\tSourceMapGenerator.prototype.setSourceContent =\n\t function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n\t var source = aSourceFile;\n\t if (this._sourceRoot != null) {\n\t source = util.relative(this._sourceRoot, source);\n\t }\n\t\n\t if (aSourceContent != null) {\n\t // Add the source content to the _sourcesContents map.\n\t // Create a new _sourcesContents map if the property is null.\n\t if (!this._sourcesContents) {\n\t this._sourcesContents = Object.create(null);\n\t }\n\t this._sourcesContents[util.toSetString(source)] = aSourceContent;\n\t } else if (this._sourcesContents) {\n\t // Remove the source file from the _sourcesContents map.\n\t // If the _sourcesContents map is empty, set the property to null.\n\t delete this._sourcesContents[util.toSetString(source)];\n\t if (Object.keys(this._sourcesContents).length === 0) {\n\t this._sourcesContents = null;\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Applies the mappings of a sub-source-map for a specific source file to the\n\t * source map being generated. Each mapping to the supplied source file is\n\t * rewritten using the supplied source map. Note: The resolution for the\n\t * resulting mappings is the minimium of this map and the supplied map.\n\t *\n\t * @param aSourceMapConsumer The source map to be applied.\n\t * @param aSourceFile Optional. The filename of the source file.\n\t * If omitted, SourceMapConsumer's file property will be used.\n\t * @param aSourceMapPath Optional. The dirname of the path to the source map\n\t * to be applied. If relative, it is relative to the SourceMapConsumer.\n\t * This parameter is needed when the two source maps aren't in the same\n\t * directory, and the source map to be applied contains relative source\n\t * paths. If so, those relative source paths need to be rewritten\n\t * relative to the SourceMapGenerator.\n\t */\n\tSourceMapGenerator.prototype.applySourceMap =\n\t function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n\t var sourceFile = aSourceFile;\n\t // If aSourceFile is omitted, we will use the file property of the SourceMap\n\t if (aSourceFile == null) {\n\t if (aSourceMapConsumer.file == null) {\n\t throw new Error(\n\t 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n\t 'or the source map\\'s \"file\" property. Both were omitted.'\n\t );\n\t }\n\t sourceFile = aSourceMapConsumer.file;\n\t }\n\t var sourceRoot = this._sourceRoot;\n\t // Make \"sourceFile\" relative if an absolute Url is passed.\n\t if (sourceRoot != null) {\n\t sourceFile = util.relative(sourceRoot, sourceFile);\n\t }\n\t // Applying the SourceMap can add and remove items from the sources and\n\t // the names array.\n\t var newSources = new ArraySet();\n\t var newNames = new ArraySet();\n\t\n\t // Find mappings for the \"sourceFile\"\n\t this._mappings.unsortedForEach(function (mapping) {\n\t if (mapping.source === sourceFile && mapping.originalLine != null) {\n\t // Check if it can be mapped by the source map, then update the mapping.\n\t var original = aSourceMapConsumer.originalPositionFor({\n\t line: mapping.originalLine,\n\t column: mapping.originalColumn\n\t });\n\t if (original.source != null) {\n\t // Copy mapping\n\t mapping.source = original.source;\n\t if (aSourceMapPath != null) {\n\t mapping.source = util.join(aSourceMapPath, mapping.source)\n\t }\n\t if (sourceRoot != null) {\n\t mapping.source = util.relative(sourceRoot, mapping.source);\n\t }\n\t mapping.originalLine = original.line;\n\t mapping.originalColumn = original.column;\n\t if (original.name != null) {\n\t mapping.name = original.name;\n\t }\n\t }\n\t }\n\t\n\t var source = mapping.source;\n\t if (source != null && !newSources.has(source)) {\n\t newSources.add(source);\n\t }\n\t\n\t var name = mapping.name;\n\t if (name != null && !newNames.has(name)) {\n\t newNames.add(name);\n\t }\n\t\n\t }, this);\n\t this._sources = newSources;\n\t this._names = newNames;\n\t\n\t // Copy sourcesContents of applied map.\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aSourceMapPath != null) {\n\t sourceFile = util.join(aSourceMapPath, sourceFile);\n\t }\n\t if (sourceRoot != null) {\n\t sourceFile = util.relative(sourceRoot, sourceFile);\n\t }\n\t this.setSourceContent(sourceFile, content);\n\t }\n\t }, this);\n\t };\n\t\n\t/**\n\t * A mapping can have one of the three levels of data:\n\t *\n\t * 1. Just the generated position.\n\t * 2. The Generated position, original position, and original source.\n\t * 3. Generated and original position, original source, as well as a name\n\t * token.\n\t *\n\t * To maintain consistency, we validate that any new mapping being added falls\n\t * in to one of these categories.\n\t */\n\tSourceMapGenerator.prototype._validateMapping =\n\t function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n\t aName) {\n\t // When aOriginal is truthy but has empty values for .line and .column,\n\t // it is most likely a programmer error. In this case we throw a very\n\t // specific error message to try to guide them the right way.\n\t // For example: https://github.com/Polymer/polymer-bundler/pull/519\n\t if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n\t throw new Error(\n\t 'original.line and original.column are not numbers -- you probably meant to omit ' +\n\t 'the original mapping entirely and only map the generated position. If so, pass ' +\n\t 'null for the original mapping instead of an object with empty or null values.'\n\t );\n\t }\n\t\n\t if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '<dir>/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 === null) {\n\t return 1; // aStr2 !== null\n\t }\n\t\n\t if (aStr2 === null) {\n\t return -1; // aStr1 !== null\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\t\n\t/**\n\t * Strip any JSON XSSI avoidance prefix from the string (as documented\n\t * in the source maps specification), and then parse the string as\n\t * JSON.\n\t */\n\tfunction parseSourceMapInput(str) {\n\t return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n\t}\n\texports.parseSourceMapInput = parseSourceMapInput;\n\t\n\t/**\n\t * Compute the URL of a source given the the source root, the source's\n\t * URL, and the source map's URL.\n\t */\n\tfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n\t sourceURL = sourceURL || '';\n\t\n\t if (sourceRoot) {\n\t // This follows what Chrome does.\n\t if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n\t sourceRoot += '/';\n\t }\n\t // The spec says:\n\t // Line 4: An optional source root, useful for relocating source\n\t // files on a server or removing repeated values in the\n\t // “sources” entry. This value is prepended to the individual\n\t // entries in the “source” field.\n\t sourceURL = sourceRoot + sourceURL;\n\t }\n\t\n\t // Historically, SourceMapConsumer did not take the sourceMapURL as\n\t // a parameter. This mode is still somewhat supported, which is why\n\t // this code block is conditional. However, it's preferable to pass\n\t // the source map URL to SourceMapConsumer, so that this function\n\t // can implement the source URL resolution algorithm as outlined in\n\t // the spec. This block is basically the equivalent of:\n\t // new URL(sourceURL, sourceMapURL).toString()\n\t // ... except it avoids using URL, which wasn't available in the\n\t // older releases of node still supported by this library.\n\t //\n\t // The spec says:\n\t // If the sources are not absolute URLs after prepending of the\n\t // “sourceRoot”, the sources are resolved relative to the\n\t // SourceMap (like resolving script src in a html document).\n\t if (sourceMapURL) {\n\t var parsed = urlParse(sourceMapURL);\n\t if (!parsed) {\n\t throw new Error(\"sourceMapURL could not be parsed\");\n\t }\n\t if (parsed.path) {\n\t // Strip the last path component, but keep the \"/\".\n\t var index = parsed.path.lastIndexOf('/');\n\t if (index >= 0) {\n\t parsed.path = parsed.path.substring(0, index + 1);\n\t }\n\t }\n\t sourceURL = join(urlGenerate(parsed), sourceURL);\n\t }\n\t\n\t return normalize(sourceURL);\n\t}\n\texports.computeSourceURL = computeSourceURL;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n\t : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number is 1-based.\n\t * - column: Optional. the column number in the original source.\n\t * The column number is 0-based.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t needle.source = this._findSourceIndex(needle.source);\n\t if (needle.source < 0) {\n\t return [];\n\t }\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The first parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t if (sourceRoot) {\n\t sourceRoot = util.normalize(sourceRoot);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this._absoluteSources = this._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this._sourceMapURL = aSourceMapURL;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Utility function to find the index of a source. Returns -1 if not\n\t * found.\n\t */\n\tBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t if (this._sources.has(relativeSource)) {\n\t return this._sources.indexOf(relativeSource);\n\t }\n\t\n\t // Maybe aSource is an absolute URL as returned by |sources|. In\n\t // this case we can't simply undo the transform.\n\t var i;\n\t for (i = 0; i < this._absoluteSources.length; ++i) {\n\t if (this._absoluteSources[i] == aSource) {\n\t return i;\n\t }\n\t }\n\t\n\t return -1;\n\t};\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @param String aSourceMapURL\n\t * The URL at which the source map can be found (optional)\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t smc._sourceMapURL = aSourceMapURL;\n\t smc._absoluteSources = smc._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._absoluteSources.slice();\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t var index = this._findSourceIndex(aSource);\n\t if (index >= 0) {\n\t return this.sourcesContent[index];\n\t }\n\t\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + relativeSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t source = this._findSourceIndex(source);\n\t if (source < 0) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The first parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based. \n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = null;\n\t if (mapping.name) {\n\t name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t }\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 0fd5815da764db5fb9fe","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var sourceRelative = sourceFile;\n if (sourceRoot !== null) {\n sourceRelative = util.relative(sourceRoot, sourceFile);\n }\n\n if (!generator._sources.has(sourceRelative)) {\n generator._sources.add(sourceRelative);\n }\n\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '<dir>/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 === null) {\n return 1; // aStr2 !== null\n }\n\n if (aStr2 === null) {\n return -1; // aStr1 !== null\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification), and then parse the string as\n * JSON.\n */\nfunction parseSourceMapInput(str) {\n return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n}\nexports.parseSourceMapInput = parseSourceMapInput;\n\n/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */\nfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n sourceURL = sourceURL || '';\n\n if (sourceRoot) {\n // This follows what Chrome does.\n if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n sourceRoot += '/';\n }\n // The spec says:\n // Line 4: An optional source root, useful for relocating source\n // files on a server or removing repeated values in the\n // “sources” entry. This value is prepended to the individual\n // entries in the “source” field.\n sourceURL = sourceRoot + sourceURL;\n }\n\n // Historically, SourceMapConsumer did not take the sourceMapURL as\n // a parameter. This mode is still somewhat supported, which is why\n // this code block is conditional. However, it's preferable to pass\n // the source map URL to SourceMapConsumer, so that this function\n // can implement the source URL resolution algorithm as outlined in\n // the spec. This block is basically the equivalent of:\n // new URL(sourceURL, sourceMapURL).toString()\n // ... except it avoids using URL, which wasn't available in the\n // older releases of node still supported by this library.\n //\n // The spec says:\n // If the sources are not absolute URLs after prepending of the\n // “sourceRoot”, the sources are resolved relative to the\n // SourceMap (like resolving script src in a html document).\n if (sourceMapURL) {\n var parsed = urlParse(sourceMapURL);\n if (!parsed) {\n throw new Error(\"sourceMapURL could not be parsed\");\n }\n if (parsed.path) {\n // Strip the last path component, but keep the \"/\".\n var index = parsed.path.lastIndexOf('/');\n if (index >= 0) {\n parsed.path = parsed.path.substring(0, index + 1);\n }\n }\n sourceURL = join(urlGenerate(parsed), sourceURL);\n }\n\n return normalize(sourceURL);\n}\nexports.computeSourceURL = computeSourceURL;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column number is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n needle.source = this._findSourceIndex(needle.source);\n if (needle.source < 0) {\n return [];\n }\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n if (sourceRoot) {\n sourceRoot = util.normalize(sourceRoot);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this._absoluteSources = this._sources.toArray().map(function (s) {\n return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n });\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this._sourceMapURL = aSourceMapURL;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */\nBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n if (this._sources.has(relativeSource)) {\n return this._sources.indexOf(relativeSource);\n }\n\n // Maybe aSource is an absolute URL as returned by |sources|. In\n // this case we can't simply undo the transform.\n var i;\n for (i = 0; i < this._absoluteSources.length; ++i) {\n if (this._absoluteSources[i] == aSource) {\n return i;\n }\n }\n\n return -1;\n};\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n smc._sourceMapURL = aSourceMapURL;\n smc._absoluteSources = smc._sources.toArray().map(function (s) {\n return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n });\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._absoluteSources.slice();\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n var index = this._findSourceIndex(aSource);\n if (index >= 0) {\n return this.sourcesContent[index];\n }\n\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + relativeSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n source = this._findSourceIndex(source);\n if (source < 0) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = null;\n if (mapping.name) {\n name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n }\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex] || '';\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex] || '';\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""}