@ironm00n/pyret-lang 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3061) hide show
  1. package/package.json +1 -4
  2. package/src/arr/trove/charts.arr +88 -39
  3. package/src/arr/trove/csv.arr +35 -8
  4. package/src/arr/trove/error.arr +44 -0
  5. package/src/arr/trove/starter2024.arr +510 -0
  6. package/src/js/trove/charts-lib.js +180 -12
  7. package/src/js/trove/csv-lib.js +11 -4
  8. package/src/js/trove/ffi.js +6 -0
  9. package/src/js/trove/filelib.js +24 -3
  10. package/src/js/trove/make-image.js +1 -1
  11. package/src/js/trove/string-dict.js +3 -1
  12. package/src/js/trove/table.js +11 -5
  13. package/.github/workflows/build-and-test.yml +0 -29
  14. package/examples/ahoy-right-back.arr +0 -7
  15. package/examples/ahoy-world.arr +0 -3
  16. package/examples/call-flat-local.arr +0 -37
  17. package/examples/concat-strings.arr +0 -7
  18. package/examples/exit-code/failure.arr +0 -19
  19. package/examples/exit-code/success.arr +0 -19
  20. package/examples/heap.arr +0 -275
  21. package/examples/htdp/arithmetic.arr +0 -6
  22. package/examples/htdp/boolean.arr +0 -11
  23. package/examples/htdp/conversions.arr +0 -7
  24. package/examples/htdp/def.arr +0 -9
  25. package/examples/htdp/more-arithmetic.arr +0 -14
  26. package/examples/htdp/string.arr +0 -10
  27. package/examples/htdp/struct.arr +0 -23
  28. package/examples/htdp/types.arr +0 -15
  29. package/examples/loop.arr +0 -112
  30. package/examples/object-patterns/check.arr +0 -42
  31. package/examples/object-patterns/mixin-class.arr +0 -44
  32. package/examples/object-patterns/mixin-extend.arr +0 -25
  33. package/examples/object-patterns/mixin-java.arr +0 -205
  34. package/examples/object-patterns/mixin-mutable.arr +0 -36
  35. package/examples/object-patterns/mixin-seal.arr +0 -24
  36. package/examples/object-patterns/seal.arr +0 -51
  37. package/examples/object-patterns/shadow.arr +0 -58
  38. package/examples/parse-and-print.arr +0 -29
  39. package/examples/point.arr +0 -73
  40. package/examples/queue.arr +0 -52
  41. package/examples/ralist.arr +0 -645
  42. package/examples/world/2048.arr +0 -399
  43. package/examples/world/boids-web.arr +0 -227
  44. package/examples/world/boids.arr +0 -215
  45. package/examples/world/echo-keystrokes.arr +0 -12
  46. package/examples/world/image2.arr +0 -66
  47. package/examples/world/mouse-location.arr +0 -17
  48. package/examples/world/ufo.arr +0 -65
  49. package/examples/world/ufo.png +0 -0
  50. package/node_modules/JSONStream/.travis.yml +0 -8
  51. package/node_modules/JSONStream/LICENSE.APACHE2 +0 -15
  52. package/node_modules/JSONStream/LICENSE.MIT +0 -24
  53. package/node_modules/JSONStream/bin.js +0 -12
  54. package/node_modules/JSONStream/examples/all_docs.js +0 -13
  55. package/node_modules/JSONStream/index.js +0 -247
  56. package/node_modules/JSONStream/package.json +0 -40
  57. package/node_modules/JSONStream/readme.markdown +0 -207
  58. package/node_modules/JSONStream/test/bool.js +0 -41
  59. package/node_modules/JSONStream/test/browser.js +0 -18
  60. package/node_modules/JSONStream/test/destroy_missing.js +0 -27
  61. package/node_modules/JSONStream/test/doubledot1.js +0 -29
  62. package/node_modules/JSONStream/test/doubledot2.js +0 -30
  63. package/node_modules/JSONStream/test/empty.js +0 -44
  64. package/node_modules/JSONStream/test/error_contents.js +0 -45
  65. package/node_modules/JSONStream/test/fixtures/all_npm.json +0 -4030
  66. package/node_modules/JSONStream/test/fixtures/couch_sample.json +0 -18
  67. package/node_modules/JSONStream/test/fixtures/depth.json +0 -15
  68. package/node_modules/JSONStream/test/fixtures/error.json +0 -1
  69. package/node_modules/JSONStream/test/fixtures/header_footer.json +0 -19
  70. package/node_modules/JSONStream/test/fn.js +0 -39
  71. package/node_modules/JSONStream/test/gen.js +0 -135
  72. package/node_modules/JSONStream/test/header_footer.js +0 -55
  73. package/node_modules/JSONStream/test/issues.js +0 -34
  74. package/node_modules/JSONStream/test/keys.js +0 -105
  75. package/node_modules/JSONStream/test/map.js +0 -40
  76. package/node_modules/JSONStream/test/multiple_objects.js +0 -36
  77. package/node_modules/JSONStream/test/multiple_objects_error.js +0 -29
  78. package/node_modules/JSONStream/test/null.js +0 -28
  79. package/node_modules/JSONStream/test/parsejson.js +0 -29
  80. package/node_modules/JSONStream/test/run.js +0 -13
  81. package/node_modules/JSONStream/test/stringify.js +0 -41
  82. package/node_modules/JSONStream/test/stringify_object.js +0 -47
  83. package/node_modules/JSONStream/test/test.js +0 -35
  84. package/node_modules/JSONStream/test/test2.js +0 -29
  85. package/node_modules/JSONStream/test/two-ways.js +0 -41
  86. package/node_modules/acorn/CHANGELOG.md +0 -620
  87. package/node_modules/acorn/LICENSE +0 -21
  88. package/node_modules/acorn/README.md +0 -269
  89. package/node_modules/acorn/bin/acorn +0 -4
  90. package/node_modules/acorn/dist/acorn.d.ts +0 -209
  91. package/node_modules/acorn/dist/acorn.js +0 -5186
  92. package/node_modules/acorn/dist/acorn.js.map +0 -1
  93. package/node_modules/acorn/dist/acorn.mjs +0 -5155
  94. package/node_modules/acorn/dist/acorn.mjs.d.ts +0 -2
  95. package/node_modules/acorn/dist/acorn.mjs.map +0 -1
  96. package/node_modules/acorn/dist/bin.js +0 -64
  97. package/node_modules/acorn/package.json +0 -35
  98. package/node_modules/acorn-node/.travis.yml +0 -22
  99. package/node_modules/acorn-node/CHANGELOG.md +0 -94
  100. package/node_modules/acorn-node/LICENSE.md +0 -95
  101. package/node_modules/acorn-node/README.md +0 -65
  102. package/node_modules/acorn-node/build.js +0 -36
  103. package/node_modules/acorn-node/index.js +0 -38
  104. package/node_modules/acorn-node/lib/bigint/index.js +0 -71
  105. package/node_modules/acorn-node/lib/class-fields/index.js +0 -70
  106. package/node_modules/acorn-node/lib/dynamic-import/index.js +0 -86
  107. package/node_modules/acorn-node/lib/export-ns-from/index.js +0 -43
  108. package/node_modules/acorn-node/lib/import-meta/index.js +0 -55
  109. package/node_modules/acorn-node/lib/numeric-separator/index.js +0 -61
  110. package/node_modules/acorn-node/lib/private-class-elements/index.js +0 -135
  111. package/node_modules/acorn-node/lib/static-class-features/index.js +0 -139
  112. package/node_modules/acorn-node/package.json +0 -51
  113. package/node_modules/acorn-node/test/index.js +0 -154
  114. package/node_modules/acorn-node/walk.js +0 -57
  115. package/node_modules/acorn-walk/CHANGELOG.md +0 -131
  116. package/node_modules/acorn-walk/LICENSE +0 -19
  117. package/node_modules/acorn-walk/README.md +0 -126
  118. package/node_modules/acorn-walk/dist/walk.d.ts +0 -112
  119. package/node_modules/acorn-walk/dist/walk.js +0 -463
  120. package/node_modules/acorn-walk/dist/walk.js.map +0 -1
  121. package/node_modules/acorn-walk/dist/walk.mjs +0 -443
  122. package/node_modules/acorn-walk/dist/walk.mjs.map +0 -1
  123. package/node_modules/acorn-walk/package.json +0 -34
  124. package/node_modules/asn1.js/README.md +0 -100
  125. package/node_modules/asn1.js/lib/asn1/api.js +0 -61
  126. package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -116
  127. package/node_modules/asn1.js/lib/asn1/base/index.js +0 -6
  128. package/node_modules/asn1.js/lib/asn1/base/node.js +0 -634
  129. package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -121
  130. package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -42
  131. package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -19
  132. package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -324
  133. package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -4
  134. package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -49
  135. package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
  136. package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -4
  137. package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -21
  138. package/node_modules/asn1.js/lib/asn1.js +0 -9
  139. package/node_modules/asn1.js/node_modules/bn.js/LICENSE +0 -19
  140. package/node_modules/asn1.js/node_modules/bn.js/README.md +0 -200
  141. package/node_modules/asn1.js/node_modules/bn.js/lib/bn.js +0 -3447
  142. package/node_modules/asn1.js/node_modules/bn.js/package.json +0 -36
  143. package/node_modules/asn1.js/node_modules/bn.js/util/genCombMulTo.js +0 -65
  144. package/node_modules/asn1.js/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  145. package/node_modules/asn1.js/package.json +0 -31
  146. package/node_modules/assert/.github/FUNDING.yml +0 -12
  147. package/node_modules/assert/.github/SECURITY.md +0 -10
  148. package/node_modules/assert/.travis.yml +0 -30
  149. package/node_modules/assert/.zuul.yml +0 -13
  150. package/node_modules/assert/CHANGELOG.md +0 -11
  151. package/node_modules/assert/LICENSE +0 -18
  152. package/node_modules/assert/README.md +0 -105
  153. package/node_modules/assert/assert.js +0 -506
  154. package/node_modules/assert/node_modules/inherits/LICENSE +0 -16
  155. package/node_modules/assert/node_modules/inherits/README.md +0 -42
  156. package/node_modules/assert/node_modules/inherits/inherits.js +0 -7
  157. package/node_modules/assert/node_modules/inherits/inherits_browser.js +0 -23
  158. package/node_modules/assert/node_modules/inherits/package.json +0 -29
  159. package/node_modules/assert/node_modules/util/LICENSE +0 -18
  160. package/node_modules/assert/node_modules/util/README.md +0 -15
  161. package/node_modules/assert/node_modules/util/package.json +0 -35
  162. package/node_modules/assert/node_modules/util/support/isBuffer.js +0 -3
  163. package/node_modules/assert/node_modules/util/support/isBufferBrowser.js +0 -6
  164. package/node_modules/assert/node_modules/util/util.js +0 -586
  165. package/node_modules/assert/package.json +0 -32
  166. package/node_modules/assert/test.js +0 -360
  167. package/node_modules/available-typed-arrays/.eslintrc +0 -5
  168. package/node_modules/available-typed-arrays/.github/FUNDING.yml +0 -12
  169. package/node_modules/available-typed-arrays/.nycrc +0 -9
  170. package/node_modules/available-typed-arrays/CHANGELOG.md +0 -100
  171. package/node_modules/available-typed-arrays/LICENSE +0 -21
  172. package/node_modules/available-typed-arrays/README.md +0 -55
  173. package/node_modules/available-typed-arrays/index.d.ts +0 -8
  174. package/node_modules/available-typed-arrays/index.js +0 -17
  175. package/node_modules/available-typed-arrays/package.json +0 -93
  176. package/node_modules/available-typed-arrays/test/index.js +0 -18
  177. package/node_modules/available-typed-arrays/tsconfig.json +0 -49
  178. package/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  179. package/node_modules/balanced-match/LICENSE.md +0 -21
  180. package/node_modules/balanced-match/README.md +0 -97
  181. package/node_modules/balanced-match/index.js +0 -62
  182. package/node_modules/balanced-match/package.json +0 -48
  183. package/node_modules/base64-js/LICENSE +0 -21
  184. package/node_modules/base64-js/README.md +0 -34
  185. package/node_modules/base64-js/base64js.min.js +0 -1
  186. package/node_modules/base64-js/index.d.ts +0 -3
  187. package/node_modules/base64-js/index.js +0 -150
  188. package/node_modules/base64-js/package.json +0 -47
  189. package/node_modules/bn.js/LICENSE +0 -19
  190. package/node_modules/bn.js/README.md +0 -214
  191. package/node_modules/bn.js/lib/bn.js +0 -3548
  192. package/node_modules/bn.js/package.json +0 -39
  193. package/node_modules/brace-expansion/LICENSE +0 -21
  194. package/node_modules/brace-expansion/README.md +0 -129
  195. package/node_modules/brace-expansion/index.js +0 -201
  196. package/node_modules/brace-expansion/package.json +0 -50
  197. package/node_modules/brorand/.npmignore +0 -2
  198. package/node_modules/brorand/README.md +0 -26
  199. package/node_modules/brorand/index.js +0 -65
  200. package/node_modules/brorand/package.json +0 -31
  201. package/node_modules/brorand/test/api-test.js +0 -8
  202. package/node_modules/browser-pack/.travis.yml +0 -9
  203. package/node_modules/browser-pack/CHANGELOG.md +0 -10
  204. package/node_modules/browser-pack/LICENSE +0 -18
  205. package/node_modules/browser-pack/_prelude.js +0 -1
  206. package/node_modules/browser-pack/bin/cmd.js +0 -4
  207. package/node_modules/browser-pack/bin/prepublish.js +0 -21
  208. package/node_modules/browser-pack/example/input.json +0 -13
  209. package/node_modules/browser-pack/example/output.js +0 -1
  210. package/node_modules/browser-pack/example/sourcemap/input.json +0 -15
  211. package/node_modules/browser-pack/example/sourcemap/output.js +0 -6
  212. package/node_modules/browser-pack/index.js +0 -127
  213. package/node_modules/browser-pack/package.json +0 -63
  214. package/node_modules/browser-pack/prelude.js +0 -50
  215. package/node_modules/browser-pack/readme.markdown +0 -97
  216. package/node_modules/browser-pack/test/comment.js +0 -33
  217. package/node_modules/browser-pack/test/empty.js +0 -33
  218. package/node_modules/browser-pack/test/not_found.js +0 -34
  219. package/node_modules/browser-pack/test/only_execute_entries.js +0 -26
  220. package/node_modules/browser-pack/test/order.js +0 -38
  221. package/node_modules/browser-pack/test/pack.js +0 -28
  222. package/node_modules/browser-pack/test/raw.js +0 -32
  223. package/node_modules/browser-pack/test/source-maps-existing.js +0 -59
  224. package/node_modules/browser-pack/test/source-maps.js +0 -221
  225. package/node_modules/browser-pack/test/this.js +0 -24
  226. package/node_modules/browser-pack/test/unicode.js +0 -32
  227. package/node_modules/browser-resolve/CHANGELOG.md +0 -8
  228. package/node_modules/browser-resolve/LICENSE +0 -21
  229. package/node_modules/browser-resolve/README.md +0 -165
  230. package/node_modules/browser-resolve/empty.js +0 -0
  231. package/node_modules/browser-resolve/index.js +0 -345
  232. package/node_modules/browser-resolve/package.json +0 -29
  233. package/node_modules/browserify/.github/FUNDING.yml +0 -12
  234. package/node_modules/browserify/.travis.yml +0 -23
  235. package/node_modules/browserify/LICENSE +0 -21
  236. package/node_modules/browserify/appveyor.yml +0 -27
  237. package/node_modules/browserify/assets/browserify.png +0 -0
  238. package/node_modules/browserify/assets/logo.png +0 -0
  239. package/node_modules/browserify/bin/advanced.txt +0 -117
  240. package/node_modules/browserify/bin/args.js +0 -260
  241. package/node_modules/browserify/bin/cmd.js +0 -91
  242. package/node_modules/browserify/bin/usage.txt +0 -34
  243. package/node_modules/browserify/changelog.markdown +0 -1393
  244. package/node_modules/browserify/code-of-conduct.md +0 -78
  245. package/node_modules/browserify/example/api/browser/bar.js +0 -1
  246. package/node_modules/browserify/example/api/browser/foo.js +0 -5
  247. package/node_modules/browserify/example/api/browser/main.js +0 -2
  248. package/node_modules/browserify/example/api/build.js +0 -4
  249. package/node_modules/browserify/example/multiple_bundles/beep.js +0 -2
  250. package/node_modules/browserify/example/multiple_bundles/boop.js +0 -2
  251. package/node_modules/browserify/example/multiple_bundles/build.sh +0 -4
  252. package/node_modules/browserify/example/multiple_bundles/robot.js +0 -1
  253. package/node_modules/browserify/example/multiple_bundles/static/beep.html +0 -2
  254. package/node_modules/browserify/example/multiple_bundles/static/boop.html +0 -2
  255. package/node_modules/browserify/example/source_maps/build.js +0 -13
  256. package/node_modules/browserify/example/source_maps/build.sh +0 -4
  257. package/node_modules/browserify/example/source_maps/index.html +0 -11
  258. package/node_modules/browserify/example/source_maps/js/build/bundle.js +0 -28
  259. package/node_modules/browserify/example/source_maps/js/foo.js +0 -7
  260. package/node_modules/browserify/example/source_maps/js/main.js +0 -4
  261. package/node_modules/browserify/example/source_maps/js/wunder/bar.js +0 -8
  262. package/node_modules/browserify/index.js +0 -876
  263. package/node_modules/browserify/lib/_empty.js +0 -0
  264. package/node_modules/browserify/lib/builtins.js +0 -41
  265. package/node_modules/browserify/node_modules/buffer/AUTHORS.md +0 -55
  266. package/node_modules/browserify/node_modules/buffer/LICENSE +0 -21
  267. package/node_modules/browserify/node_modules/buffer/README.md +0 -409
  268. package/node_modules/browserify/node_modules/buffer/index.d.ts +0 -185
  269. package/node_modules/browserify/node_modules/buffer/index.js +0 -1777
  270. package/node_modules/browserify/node_modules/buffer/package.json +0 -79
  271. package/node_modules/browserify/package.json +0 -99
  272. package/node_modules/browserify/readme.markdown +0 -831
  273. package/node_modules/browserify/security.md +0 -10
  274. package/node_modules/browserify/test/args.js +0 -72
  275. package/node_modules/browserify/test/array/one.js +0 -1
  276. package/node_modules/browserify/test/array/three.js +0 -1
  277. package/node_modules/browserify/test/array/two.js +0 -1
  278. package/node_modules/browserify/test/array.js +0 -74
  279. package/node_modules/browserify/test/async/src.js +0 -8
  280. package/node_modules/browserify/test/async.js +0 -24
  281. package/node_modules/browserify/test/backbone.js +0 -23
  282. package/node_modules/browserify/test/bare/dirname-filename.js +0 -4
  283. package/node_modules/browserify/test/bare/main.js +0 -7
  284. package/node_modules/browserify/test/bare.js +0 -173
  285. package/node_modules/browserify/test/bare_shebang.js +0 -37
  286. package/node_modules/browserify/test/bin.js +0 -31
  287. package/node_modules/browserify/test/bin_entry.js +0 -31
  288. package/node_modules/browserify/test/bin_tr_error/main.js +0 -1
  289. package/node_modules/browserify/test/bin_tr_error/tr.js +0 -12
  290. package/node_modules/browserify/test/bin_tr_error.js +0 -27
  291. package/node_modules/browserify/test/bom/hello.js +0 -1
  292. package/node_modules/browserify/test/bom.js +0 -19
  293. package/node_modules/browserify/test/browser_field_file/package.json +0 -5
  294. package/node_modules/browserify/test/browser_field_file/wow.js +0 -1
  295. package/node_modules/browserify/test/browser_field_file.js +0 -13
  296. package/node_modules/browserify/test/browser_field_resolve/a/main.js +0 -1
  297. package/node_modules/browserify/test/browser_field_resolve/a/package.json +0 -5
  298. package/node_modules/browserify/test/browser_field_resolve/b/main.js +0 -1
  299. package/node_modules/browserify/test/browser_field_resolve/b/package.json +0 -5
  300. package/node_modules/browserify/test/browser_field_resolve/b/x.js +0 -1
  301. package/node_modules/browserify/test/browser_field_resolve/c/main.js +0 -1
  302. package/node_modules/browserify/test/browser_field_resolve/c/package.json +0 -5
  303. package/node_modules/browserify/test/browser_field_resolve/c/x.js +0 -1
  304. package/node_modules/browserify/test/browser_field_resolve/d/main.js +0 -1
  305. package/node_modules/browserify/test/browser_field_resolve/d/package.json +0 -5
  306. package/node_modules/browserify/test/browser_field_resolve/d/x.js +0 -1
  307. package/node_modules/browserify/test/browser_field_resolve/e/main.js +0 -1
  308. package/node_modules/browserify/test/browser_field_resolve/e/package.json +0 -5
  309. package/node_modules/browserify/test/browser_field_resolve/e/x.js +0 -1
  310. package/node_modules/browserify/test/browser_field_resolve/f/main.js +0 -1
  311. package/node_modules/browserify/test/browser_field_resolve/f/package.json +0 -5
  312. package/node_modules/browserify/test/browser_field_resolve/f/x.js +0 -1
  313. package/node_modules/browserify/test/browser_field_resolve/g/main.js +0 -2
  314. package/node_modules/browserify/test/browser_field_resolve/g/package.json +0 -5
  315. package/node_modules/browserify/test/browser_field_resolve/g/x.js +0 -1
  316. package/node_modules/browserify/test/browser_field_resolve/h/main.js +0 -2
  317. package/node_modules/browserify/test/browser_field_resolve/h/package.json +0 -5
  318. package/node_modules/browserify/test/browser_field_resolve/h/x.js +0 -1
  319. package/node_modules/browserify/test/browser_field_resolve/i/browser.js +0 -1
  320. package/node_modules/browserify/test/browser_field_resolve/i/main.js +0 -2
  321. package/node_modules/browserify/test/browser_field_resolve/i/package.json +0 -5
  322. package/node_modules/browserify/test/browser_field_resolve/i/x.js +0 -1
  323. package/node_modules/browserify/test/browser_field_resolve/j/browser.js +0 -1
  324. package/node_modules/browserify/test/browser_field_resolve/j/main.js +0 -2
  325. package/node_modules/browserify/test/browser_field_resolve/j/package.json +0 -5
  326. package/node_modules/browserify/test/browser_field_resolve/j/x.js +0 -1
  327. package/node_modules/browserify/test/browser_field_resolve/k/main.js +0 -2
  328. package/node_modules/browserify/test/browser_field_resolve/l/main.js +0 -2
  329. package/node_modules/browserify/test/browser_field_resolve.js +0 -124
  330. package/node_modules/browserify/test/buffer.js +0 -144
  331. package/node_modules/browserify/test/bundle-bundle-external/bar.js +0 -2
  332. package/node_modules/browserify/test/bundle-bundle-external/baz.js +0 -3
  333. package/node_modules/browserify/test/bundle-bundle-external/foo.js +0 -5
  334. package/node_modules/browserify/test/bundle-bundle-external.js +0 -31
  335. package/node_modules/browserify/test/bundle-stream.js +0 -18
  336. package/node_modules/browserify/test/bundle.js +0 -33
  337. package/node_modules/browserify/test/bundle_external/boop.js +0 -4
  338. package/node_modules/browserify/test/bundle_external/main.js +0 -4
  339. package/node_modules/browserify/test/bundle_external/robot.js +0 -1
  340. package/node_modules/browserify/test/bundle_external.js +0 -26
  341. package/node_modules/browserify/test/bundle_external_global.js +0 -24
  342. package/node_modules/browserify/test/bundle_sourcemap.js +0 -32
  343. package/node_modules/browserify/test/catch/main.js +0 -1
  344. package/node_modules/browserify/test/catch.js +0 -22
  345. package/node_modules/browserify/test/circular/a.js +0 -3
  346. package/node_modules/browserify/test/circular/b.js +0 -1
  347. package/node_modules/browserify/test/circular/main.js +0 -1
  348. package/node_modules/browserify/test/circular.js +0 -34
  349. package/node_modules/browserify/test/coffee_bin/main.coffee +0 -2
  350. package/node_modules/browserify/test/coffee_bin/x.coffee +0 -1
  351. package/node_modules/browserify/test/coffee_bin.js +0 -36
  352. package/node_modules/browserify/test/coffeeify/main.coffee +0 -2
  353. package/node_modules/browserify/test/coffeeify.js +0 -19
  354. package/node_modules/browserify/test/comment/main.js +0 -2
  355. package/node_modules/browserify/test/comment.js +0 -16
  356. package/node_modules/browserify/test/constants.js +0 -18
  357. package/node_modules/browserify/test/crypto.js +0 -43
  358. package/node_modules/browserify/test/crypto_ig.js +0 -43
  359. package/node_modules/browserify/test/cycle/README.md +0 -16
  360. package/node_modules/browserify/test/cycle/entry.js +0 -15
  361. package/node_modules/browserify/test/cycle/mod1/a.js +0 -1
  362. package/node_modules/browserify/test/cycle/mod1/b.js +0 -1
  363. package/node_modules/browserify/test/cycle/mod2/a.js +0 -1
  364. package/node_modules/browserify/test/cycle/mod2/b.js +0 -1
  365. package/node_modules/browserify/test/cycle.js +0 -13
  366. package/node_modules/browserify/test/debug_standalone/x.js +0 -1
  367. package/node_modules/browserify/test/debug_standalone.js +0 -64
  368. package/node_modules/browserify/test/dedupe-deps.js +0 -59
  369. package/node_modules/browserify/test/dedupe-nomap.js +0 -64
  370. package/node_modules/browserify/test/delay/diverted.js +0 -1
  371. package/node_modules/browserify/test/delay/main.js +0 -1
  372. package/node_modules/browserify/test/delay.js +0 -25
  373. package/node_modules/browserify/test/dep.js +0 -25
  374. package/node_modules/browserify/test/dollar/dollar/index.js +0 -7
  375. package/node_modules/browserify/test/dollar.js +0 -17
  376. package/node_modules/browserify/test/double_buffer/explicit.js +0 -1
  377. package/node_modules/browserify/test/double_buffer/implicit.js +0 -1
  378. package/node_modules/browserify/test/double_buffer/main.js +0 -4
  379. package/node_modules/browserify/test/double_buffer.js +0 -16
  380. package/node_modules/browserify/test/double_bundle.js +0 -24
  381. package/node_modules/browserify/test/double_bundle_error/main.js +0 -1
  382. package/node_modules/browserify/test/double_bundle_error/needs_three.js +0 -1
  383. package/node_modules/browserify/test/double_bundle_error/one.js +0 -1
  384. package/node_modules/browserify/test/double_bundle_error/package.json +0 -5
  385. package/node_modules/browserify/test/double_bundle_error/three.js +0 -3
  386. package/node_modules/browserify/test/double_bundle_error/two.js +0 -1
  387. package/node_modules/browserify/test/double_bundle_error.js +0 -17
  388. package/node_modules/browserify/test/double_bundle_json/a.json +0 -1
  389. package/node_modules/browserify/test/double_bundle_json/b.json +0 -1
  390. package/node_modules/browserify/test/double_bundle_json/index.js +0 -5
  391. package/node_modules/browserify/test/double_bundle_json.js +0 -37
  392. package/node_modules/browserify/test/double_bundle_parallel.js +0 -33
  393. package/node_modules/browserify/test/double_bundle_parallel_cache.js +0 -35
  394. package/node_modules/browserify/test/dup/foo-dup.js +0 -4
  395. package/node_modules/browserify/test/dup/foo.js +0 -4
  396. package/node_modules/browserify/test/dup/index.js +0 -5
  397. package/node_modules/browserify/test/entry/main.js +0 -1
  398. package/node_modules/browserify/test/entry/needs_three.js +0 -1
  399. package/node_modules/browserify/test/entry/one.js +0 -1
  400. package/node_modules/browserify/test/entry/package.json +0 -5
  401. package/node_modules/browserify/test/entry/three.js +0 -1
  402. package/node_modules/browserify/test/entry/two.js +0 -1
  403. package/node_modules/browserify/test/entry.js +0 -43
  404. package/node_modules/browserify/test/entry_exec/fail.js +0 -1
  405. package/node_modules/browserify/test/entry_exec/main.js +0 -1
  406. package/node_modules/browserify/test/entry_exec.js +0 -15
  407. package/node_modules/browserify/test/entry_expose/main.js +0 -2
  408. package/node_modules/browserify/test/entry_expose.js +0 -18
  409. package/node_modules/browserify/test/entry_relative.js +0 -45
  410. package/node_modules/browserify/test/error_code/src.js +0 -2
  411. package/node_modules/browserify/test/error_code.js +0 -28
  412. package/node_modules/browserify/test/exclude/array.js +0 -2
  413. package/node_modules/browserify/test/exclude/skip.js +0 -1
  414. package/node_modules/browserify/test/exclude/skip2.js +0 -1
  415. package/node_modules/browserify/test/exclude.js +0 -21
  416. package/node_modules/browserify/test/export/entry.js +0 -1
  417. package/node_modules/browserify/test/export.js +0 -35
  418. package/node_modules/browserify/test/external/main.js +0 -2
  419. package/node_modules/browserify/test/external/x.js +0 -3
  420. package/node_modules/browserify/test/external.js +0 -20
  421. package/node_modules/browserify/test/external_args/main.js +0 -10
  422. package/node_modules/browserify/test/external_shim/bundle1.js +0 -1
  423. package/node_modules/browserify/test/external_shim/bundle2.js +0 -1
  424. package/node_modules/browserify/test/external_shim/package.json +0 -5
  425. package/node_modules/browserify/test/external_shim/shim.js +0 -0
  426. package/node_modules/browserify/test/external_shim.js +0 -27
  427. package/node_modules/browserify/test/externalize/beep.js +0 -2
  428. package/node_modules/browserify/test/externalize/boop.js +0 -2
  429. package/node_modules/browserify/test/externalize/robot.js +0 -1
  430. package/node_modules/browserify/test/externalize.js +0 -59
  431. package/node_modules/browserify/test/fake/fake_fs.js +0 -1
  432. package/node_modules/browserify/test/fake/main.js +0 -2
  433. package/node_modules/browserify/test/fake.js +0 -15
  434. package/node_modules/browserify/test/field/miss.js +0 -1
  435. package/node_modules/browserify/test/field/object.js +0 -1
  436. package/node_modules/browserify/test/field/string.js +0 -1
  437. package/node_modules/browserify/test/field/sub.js +0 -1
  438. package/node_modules/browserify/test/field.js +0 -72
  439. package/node_modules/browserify/test/file_event.js +0 -33
  440. package/node_modules/browserify/test/five_bundle.js +0 -30
  441. package/node_modules/browserify/test/full_paths.js +0 -58
  442. package/node_modules/browserify/test/glob/a.js +0 -6
  443. package/node_modules/browserify/test/glob/b.js +0 -5
  444. package/node_modules/browserify/test/glob/lib/z.js +0 -1
  445. package/node_modules/browserify/test/glob/vendor/x.js +0 -1
  446. package/node_modules/browserify/test/glob/vendor/y.js +0 -1
  447. package/node_modules/browserify/test/glob.js +0 -29
  448. package/node_modules/browserify/test/global/buffer.js +0 -2
  449. package/node_modules/browserify/test/global/filename.js +0 -2
  450. package/node_modules/browserify/test/global/main.js +0 -2
  451. package/node_modules/browserify/test/global/tick.js +0 -3
  452. package/node_modules/browserify/test/global.js +0 -92
  453. package/node_modules/browserify/test/global_coffeeify.js +0 -19
  454. package/node_modules/browserify/test/global_noparse.js +0 -102
  455. package/node_modules/browserify/test/global_recorder/main.js +0 -1
  456. package/node_modules/browserify/test/global_recorder.js +0 -22
  457. package/node_modules/browserify/test/hash/foo/other.js +0 -1
  458. package/node_modules/browserify/test/hash/foo/two.js +0 -2
  459. package/node_modules/browserify/test/hash/main.js +0 -2
  460. package/node_modules/browserify/test/hash/one.js +0 -2
  461. package/node_modules/browserify/test/hash/other.js +0 -1
  462. package/node_modules/browserify/test/hash.js +0 -15
  463. package/node_modules/browserify/test/hash_instance_context/main.js +0 -17
  464. package/node_modules/browserify/test/hash_instance_context/one/dir/f.js +0 -3
  465. package/node_modules/browserify/test/hash_instance_context/one/dir/g.js +0 -2
  466. package/node_modules/browserify/test/hash_instance_context/one/f.js +0 -3
  467. package/node_modules/browserify/test/hash_instance_context/one/g.js +0 -2
  468. package/node_modules/browserify/test/hash_instance_context/three/dir/f.js +0 -3
  469. package/node_modules/browserify/test/hash_instance_context/three/dir/g.js +0 -2
  470. package/node_modules/browserify/test/hash_instance_context/three/dir/h.js +0 -2
  471. package/node_modules/browserify/test/hash_instance_context/three/f.js +0 -3
  472. package/node_modules/browserify/test/hash_instance_context/three/g.js +0 -2
  473. package/node_modules/browserify/test/hash_instance_context/three/h.js +0 -2
  474. package/node_modules/browserify/test/hash_instance_context/two/dir/f.js +0 -3
  475. package/node_modules/browserify/test/hash_instance_context/two/dir/g.js +0 -2
  476. package/node_modules/browserify/test/hash_instance_context/two/dir/h.js +0 -2
  477. package/node_modules/browserify/test/hash_instance_context/two/f.js +0 -3
  478. package/node_modules/browserify/test/hash_instance_context/two/g.js +0 -2
  479. package/node_modules/browserify/test/hash_instance_context/two/h.js +0 -2
  480. package/node_modules/browserify/test/hash_instance_context.js +0 -25
  481. package/node_modules/browserify/test/identical/main.js +0 -6
  482. package/node_modules/browserify/test/identical/x.js +0 -2
  483. package/node_modules/browserify/test/identical/y.js +0 -2
  484. package/node_modules/browserify/test/identical.js +0 -19
  485. package/node_modules/browserify/test/identical_different/main.js +0 -6
  486. package/node_modules/browserify/test/identical_different/wow/y.js +0 -3
  487. package/node_modules/browserify/test/identical_different/x.js +0 -3
  488. package/node_modules/browserify/test/identical_different.js +0 -19
  489. package/node_modules/browserify/test/ignore/array.js +0 -2
  490. package/node_modules/browserify/test/ignore/by-id.js +0 -3
  491. package/node_modules/browserify/test/ignore/by-relative.js +0 -5
  492. package/node_modules/browserify/test/ignore/double-skip/index.js +0 -1
  493. package/node_modules/browserify/test/ignore/double-skip/skip.js +0 -5
  494. package/node_modules/browserify/test/ignore/double-skip.js +0 -2
  495. package/node_modules/browserify/test/ignore/ignored/skip.js +0 -1
  496. package/node_modules/browserify/test/ignore/main.js +0 -1
  497. package/node_modules/browserify/test/ignore/relative/index.js +0 -1
  498. package/node_modules/browserify/test/ignore/skip.js +0 -1
  499. package/node_modules/browserify/test/ignore/skip2.js +0 -1
  500. package/node_modules/browserify/test/ignore.js +0 -91
  501. package/node_modules/browserify/test/ignore_browser_field/main.js +0 -2
  502. package/node_modules/browserify/test/ignore_browser_field.js +0 -21
  503. package/node_modules/browserify/test/ignore_missing/main.js +0 -1
  504. package/node_modules/browserify/test/ignore_missing.js +0 -41
  505. package/node_modules/browserify/test/ignore_transform_key/main.js +0 -3
  506. package/node_modules/browserify/test/ignore_transform_key.js +0 -17
  507. package/node_modules/browserify/test/json/beep.json +0 -4
  508. package/node_modules/browserify/test/json/evil-chars.json +0 -3
  509. package/node_modules/browserify/test/json/evil.js +0 -2
  510. package/node_modules/browserify/test/json/invalid.js +0 -2
  511. package/node_modules/browserify/test/json/invalid.json +0 -3
  512. package/node_modules/browserify/test/json/main.js +0 -2
  513. package/node_modules/browserify/test/json.js +0 -57
  514. package/node_modules/browserify/test/leak.js +0 -59
  515. package/node_modules/browserify/test/maxlisteners/main.js +0 -3
  516. package/node_modules/browserify/test/maxlisteners.js +0 -13
  517. package/node_modules/browserify/test/multi_bundle/_prelude.js +0 -1
  518. package/node_modules/browserify/test/multi_bundle/a.js +0 -3
  519. package/node_modules/browserify/test/multi_bundle/b.js +0 -5
  520. package/node_modules/browserify/test/multi_bundle/c.js +0 -4
  521. package/node_modules/browserify/test/multi_bundle.js +0 -86
  522. package/node_modules/browserify/test/multi_bundle_unique.js +0 -56
  523. package/node_modules/browserify/test/multi_entry/a.js +0 -2
  524. package/node_modules/browserify/test/multi_entry/b.js +0 -2
  525. package/node_modules/browserify/test/multi_entry/c.js +0 -2
  526. package/node_modules/browserify/test/multi_entry.js +0 -122
  527. package/node_modules/browserify/test/multi_entry_cross_require/a.js +0 -8
  528. package/node_modules/browserify/test/multi_entry_cross_require/c.js +0 -7
  529. package/node_modules/browserify/test/multi_entry_cross_require/lib/b.js +0 -5
  530. package/node_modules/browserify/test/multi_entry_cross_require.js +0 -93
  531. package/node_modules/browserify/test/multi_require/a.js +0 -3
  532. package/node_modules/browserify/test/multi_require/main.js +0 -4
  533. package/node_modules/browserify/test/multi_require.js +0 -18
  534. package/node_modules/browserify/test/multi_symlink/main.js +0 -2
  535. package/node_modules/browserify/test/multi_symlink/x.js +0 -1
  536. package/node_modules/browserify/test/multi_symlink.js +0 -13
  537. package/node_modules/browserify/test/no_builtins/extra/fs.js +0 -1
  538. package/node_modules/browserify/test/no_builtins/extra/tls.js +0 -1
  539. package/node_modules/browserify/test/no_builtins/main.js +0 -4
  540. package/node_modules/browserify/test/no_builtins/x.txt +0 -1
  541. package/node_modules/browserify/test/no_builtins.js +0 -66
  542. package/node_modules/browserify/test/noparse/a.js +0 -4
  543. package/node_modules/browserify/test/noparse/b.js +0 -5
  544. package/node_modules/browserify/test/noparse/dir1/1.js +0 -4
  545. package/node_modules/browserify/test/noparse/dir1/dir2/2.js +0 -3
  546. package/node_modules/browserify/test/noparse.js +0 -59
  547. package/node_modules/browserify/test/pack.js +0 -33
  548. package/node_modules/browserify/test/paths/main.js +0 -3
  549. package/node_modules/browserify/test/paths/x/aaa/index.js +0 -1
  550. package/node_modules/browserify/test/paths/x/ccc/index.js +0 -1
  551. package/node_modules/browserify/test/paths/y/bbb/index.js +0 -1
  552. package/node_modules/browserify/test/paths/y/ccc/index.js +0 -1
  553. package/node_modules/browserify/test/paths.js +0 -32
  554. package/node_modules/browserify/test/paths_transform.js +0 -76
  555. package/node_modules/browserify/test/pipeline_deps/bar.js +0 -3
  556. package/node_modules/browserify/test/pipeline_deps/foo.js +0 -5
  557. package/node_modules/browserify/test/pipeline_deps/main.js +0 -2
  558. package/node_modules/browserify/test/pipeline_deps/xyz.js +0 -2
  559. package/node_modules/browserify/test/pipeline_deps.js +0 -22
  560. package/node_modules/browserify/test/pkg/main.js +0 -1
  561. package/node_modules/browserify/test/pkg/package.json +0 -1
  562. package/node_modules/browserify/test/pkg.js +0 -20
  563. package/node_modules/browserify/test/pkg_event/main.js +0 -1
  564. package/node_modules/browserify/test/pkg_event/package.json +0 -3
  565. package/node_modules/browserify/test/pkg_event.js +0 -31
  566. package/node_modules/browserify/test/plugin/main.js +0 -1
  567. package/node_modules/browserify/test/plugin.js +0 -28
  568. package/node_modules/browserify/test/preserve-symlinks.js +0 -27
  569. package/node_modules/browserify/test/preserve_symlinks/a/index.js +0 -1
  570. package/node_modules/browserify/test/preserve_symlinks/b/index.js +0 -1
  571. package/node_modules/browserify/test/process/main.js +0 -3
  572. package/node_modules/browserify/test/process/one.js +0 -1
  573. package/node_modules/browserify/test/process/two.js +0 -1
  574. package/node_modules/browserify/test/process.js +0 -21
  575. package/node_modules/browserify/test/quotes/backtick.js +0 -1
  576. package/node_modules/browserify/test/quotes/main.js +0 -1
  577. package/node_modules/browserify/test/quotes/one.js +0 -1
  578. package/node_modules/browserify/test/quotes/three.js +0 -1
  579. package/node_modules/browserify/test/quotes/two.js +0 -1
  580. package/node_modules/browserify/test/quotes.js +0 -38
  581. package/node_modules/browserify/test/relative_dedupe/a/a.js +0 -3
  582. package/node_modules/browserify/test/relative_dedupe/a/b.js +0 -3
  583. package/node_modules/browserify/test/relative_dedupe/a/index.js +0 -4
  584. package/node_modules/browserify/test/relative_dedupe/b/a.js +0 -3
  585. package/node_modules/browserify/test/relative_dedupe/b/b.js +0 -3
  586. package/node_modules/browserify/test/relative_dedupe/b/index.js +0 -4
  587. package/node_modules/browserify/test/relative_dedupe/index.js +0 -4
  588. package/node_modules/browserify/test/relative_dedupe/main.js +0 -5
  589. package/node_modules/browserify/test/relative_dedupe.js +0 -17
  590. package/node_modules/browserify/test/require_cache.js +0 -19
  591. package/node_modules/browserify/test/require_expose/main.js +0 -1
  592. package/node_modules/browserify/test/require_expose/some_dep.js +0 -1
  593. package/node_modules/browserify/test/require_expose.js +0 -53
  594. package/node_modules/browserify/test/reset.js +0 -31
  595. package/node_modules/browserify/test/resolve_exposed/main.js +0 -2
  596. package/node_modules/browserify/test/resolve_exposed/x.js +0 -1
  597. package/node_modules/browserify/test/resolve_exposed/y/index.js +0 -1
  598. package/node_modules/browserify/test/resolve_exposed.js +0 -88
  599. package/node_modules/browserify/test/retarget.js +0 -25
  600. package/node_modules/browserify/test/reverse_multi_bundle/app.js +0 -22
  601. package/node_modules/browserify/test/reverse_multi_bundle/arbitrary.js +0 -6
  602. package/node_modules/browserify/test/reverse_multi_bundle/lazy.js +0 -9
  603. package/node_modules/browserify/test/reverse_multi_bundle/shared.js +0 -6
  604. package/node_modules/browserify/test/reverse_multi_bundle.js +0 -47
  605. package/node_modules/browserify/test/shared_symlink/app/index.js +0 -1
  606. package/node_modules/browserify/test/shared_symlink/main.js +0 -1
  607. package/node_modules/browserify/test/shared_symlink/shared/index.js +0 -1
  608. package/node_modules/browserify/test/shared_symlink.js +0 -17
  609. package/node_modules/browserify/test/shebang/foo.js +0 -2
  610. package/node_modules/browserify/test/shebang/main.js +0 -4
  611. package/node_modules/browserify/test/shebang.js +0 -11
  612. package/node_modules/browserify/test/spread/main.js +0 -1
  613. package/node_modules/browserify/test/spread.js +0 -14
  614. package/node_modules/browserify/test/standalone/main.js +0 -3
  615. package/node_modules/browserify/test/standalone/one.js +0 -1
  616. package/node_modules/browserify/test/standalone/two.js +0 -1
  617. package/node_modules/browserify/test/standalone.js +0 -85
  618. package/node_modules/browserify/test/standalone_events.js +0 -19
  619. package/node_modules/browserify/test/standalone_sourcemap.js +0 -55
  620. package/node_modules/browserify/test/stdin.js +0 -35
  621. package/node_modules/browserify/test/stream/bar.js +0 -1
  622. package/node_modules/browserify/test/stream/foo.js +0 -1
  623. package/node_modules/browserify/test/stream/main.js +0 -2
  624. package/node_modules/browserify/test/stream.js +0 -15
  625. package/node_modules/browserify/test/stream_file.js +0 -29
  626. package/node_modules/browserify/test/subdep/index.js +0 -1
  627. package/node_modules/browserify/test/subdep/package.json +0 -6
  628. package/node_modules/browserify/test/subdep.js +0 -16
  629. package/node_modules/browserify/test/symlink_dedupe/main.js +0 -6
  630. package/node_modules/browserify/test/symlink_dedupe/one/f.js +0 -3
  631. package/node_modules/browserify/test/symlink_dedupe/one/g.js +0 -2
  632. package/node_modules/browserify/test/symlink_dedupe.js +0 -16
  633. package/node_modules/browserify/test/syntax_cache/invalid.js +0 -2
  634. package/node_modules/browserify/test/syntax_cache/valid.js +0 -2
  635. package/node_modules/browserify/test/syntax_cache.js +0 -47
  636. package/node_modules/browserify/test/tr/f.js +0 -2
  637. package/node_modules/browserify/test/tr/main.js +0 -9
  638. package/node_modules/browserify/test/tr/package.json +0 -5
  639. package/node_modules/browserify/test/tr/subdir/g.js +0 -1
  640. package/node_modules/browserify/test/tr.js +0 -28
  641. package/node_modules/browserify/test/tr_args/main.js +0 -1
  642. package/node_modules/browserify/test/tr_args/tr.js +0 -12
  643. package/node_modules/browserify/test/tr_args.js +0 -24
  644. package/node_modules/browserify/test/tr_error.js +0 -33
  645. package/node_modules/browserify/test/tr_flags.js +0 -36
  646. package/node_modules/browserify/test/tr_global/main.js +0 -1
  647. package/node_modules/browserify/test/tr_global.js +0 -17
  648. package/node_modules/browserify/test/tr_no_entry/main.js +0 -1
  649. package/node_modules/browserify/test/tr_no_entry.js +0 -20
  650. package/node_modules/browserify/test/tr_once/main.js +0 -1
  651. package/node_modules/browserify/test/tr_once.js +0 -21
  652. package/node_modules/browserify/test/tr_order/replace_aaa.js +0 -10
  653. package/node_modules/browserify/test/tr_order/replace_bbb.js +0 -11
  654. package/node_modules/browserify/test/tr_order.js +0 -23
  655. package/node_modules/browserify/test/tr_symlink/a-module/index.js +0 -1
  656. package/node_modules/browserify/test/tr_symlink/app/main.js +0 -6
  657. package/node_modules/browserify/test/tr_symlink/app/package.json +0 -5
  658. package/node_modules/browserify/test/tr_symlink/b-module/ext.js +0 -1
  659. package/node_modules/browserify/test/tr_symlink/b-module/index.js +0 -2
  660. package/node_modules/browserify/test/tr_symlink.js +0 -27
  661. package/node_modules/browserify/test/unicode/main.js +0 -1
  662. package/node_modules/browserify/test/unicode/one.js +0 -1
  663. package/node_modules/browserify/test/unicode/two.js +0 -1
  664. package/node_modules/browserify/test/unicode.js +0 -19
  665. package/node_modules/browserify/test/util.js +0 -64
  666. package/node_modules/browserify/test/yield/f.js +0 -5
  667. package/node_modules/browserify/test/yield/main.js +0 -4
  668. package/node_modules/browserify/test/yield.js +0 -20
  669. package/node_modules/browserify-aes/.travis.yml +0 -15
  670. package/node_modules/browserify-aes/LICENSE +0 -21
  671. package/node_modules/browserify-aes/README.md +0 -19
  672. package/node_modules/browserify-aes/aes.js +0 -228
  673. package/node_modules/browserify-aes/authCipher.js +0 -117
  674. package/node_modules/browserify-aes/browser.js +0 -13
  675. package/node_modules/browserify-aes/decrypter.js +0 -124
  676. package/node_modules/browserify-aes/encrypter.js +0 -114
  677. package/node_modules/browserify-aes/ghash.js +0 -89
  678. package/node_modules/browserify-aes/incr32.js +0 -15
  679. package/node_modules/browserify-aes/index.js +0 -7
  680. package/node_modules/browserify-aes/modes/cbc.js +0 -17
  681. package/node_modules/browserify-aes/modes/cfb.js +0 -33
  682. package/node_modules/browserify-aes/modes/cfb1.js +0 -42
  683. package/node_modules/browserify-aes/modes/cfb8.js +0 -25
  684. package/node_modules/browserify-aes/modes/ctr.js +0 -30
  685. package/node_modules/browserify-aes/modes/ecb.js +0 -7
  686. package/node_modules/browserify-aes/modes/index.js +0 -18
  687. package/node_modules/browserify-aes/modes/list.json +0 -191
  688. package/node_modules/browserify-aes/modes/ofb.js +0 -16
  689. package/node_modules/browserify-aes/package.json +0 -43
  690. package/node_modules/browserify-aes/streamCipher.js +0 -27
  691. package/node_modules/browserify-cipher/.travis.yml +0 -14
  692. package/node_modules/browserify-cipher/LICENSE +0 -21
  693. package/node_modules/browserify-cipher/README.md +0 -7
  694. package/node_modules/browserify-cipher/browser.js +0 -67
  695. package/node_modules/browserify-cipher/index.js +0 -7
  696. package/node_modules/browserify-cipher/package.json +0 -26
  697. package/node_modules/browserify-cipher/test.js +0 -55
  698. package/node_modules/browserify-des/.travis.yml +0 -8
  699. package/node_modules/browserify-des/index.js +0 -50
  700. package/node_modules/browserify-des/license +0 -21
  701. package/node_modules/browserify-des/modes.js +0 -24
  702. package/node_modules/browserify-des/package.json +0 -30
  703. package/node_modules/browserify-des/readme.md +0 -6
  704. package/node_modules/browserify-des/test.js +0 -81
  705. package/node_modules/browserify-rsa/CHANGELOG.md +0 -98
  706. package/node_modules/browserify-rsa/LICENSE +0 -21
  707. package/node_modules/browserify-rsa/README.md +0 -15
  708. package/node_modules/browserify-rsa/index.js +0 -38
  709. package/node_modules/browserify-rsa/package.json +0 -66
  710. package/node_modules/browserify-sign/LICENSE +0 -13
  711. package/node_modules/browserify-sign/README.md +0 -13
  712. package/node_modules/browserify-sign/algos.js +0 -3
  713. package/node_modules/browserify-sign/browser/algorithms.json +0 -152
  714. package/node_modules/browserify-sign/browser/curves.json +0 -8
  715. package/node_modules/browserify-sign/browser/index.js +0 -92
  716. package/node_modules/browserify-sign/browser/sign.js +0 -150
  717. package/node_modules/browserify-sign/browser/verify.js +0 -86
  718. package/node_modules/browserify-sign/index.js +0 -9
  719. package/node_modules/browserify-sign/package.json +0 -72
  720. package/node_modules/browserify-zlib/.npmignore +0 -7
  721. package/node_modules/browserify-zlib/.travis.yml +0 -16
  722. package/node_modules/browserify-zlib/LICENSE +0 -70
  723. package/node_modules/browserify-zlib/README.md +0 -24
  724. package/node_modules/browserify-zlib/karma.conf.js +0 -11
  725. package/node_modules/browserify-zlib/lib/binding.js +0 -409
  726. package/node_modules/browserify-zlib/lib/index.js +0 -609
  727. package/node_modules/browserify-zlib/package.json +0 -64
  728. package/node_modules/browserify-zlib/src/binding.js +0 -432
  729. package/node_modules/browserify-zlib/src/index.js +0 -650
  730. package/node_modules/buffer-from/LICENSE +0 -21
  731. package/node_modules/buffer-from/index.js +0 -72
  732. package/node_modules/buffer-from/package.json +0 -19
  733. package/node_modules/buffer-from/readme.md +0 -69
  734. package/node_modules/buffer-xor/.npmignore +0 -1
  735. package/node_modules/buffer-xor/.travis.yml +0 -9
  736. package/node_modules/buffer-xor/LICENSE +0 -21
  737. package/node_modules/buffer-xor/README.md +0 -41
  738. package/node_modules/buffer-xor/index.js +0 -10
  739. package/node_modules/buffer-xor/inline.js +0 -1
  740. package/node_modules/buffer-xor/inplace.js +0 -9
  741. package/node_modules/buffer-xor/package.json +0 -37
  742. package/node_modules/buffer-xor/test/fixtures.json +0 -23
  743. package/node_modules/buffer-xor/test/index.js +0 -38
  744. package/node_modules/builtin-status-codes/browser.js +0 -64
  745. package/node_modules/builtin-status-codes/build.js +0 -8
  746. package/node_modules/builtin-status-codes/index.js +0 -3
  747. package/node_modules/builtin-status-codes/license +0 -21
  748. package/node_modules/builtin-status-codes/package.json +0 -39
  749. package/node_modules/builtin-status-codes/readme.md +0 -31
  750. package/node_modules/cached-path-relative/History.md +0 -0
  751. package/node_modules/cached-path-relative/Makefile +0 -20
  752. package/node_modules/cached-path-relative/Readme.md +0 -41
  753. package/node_modules/cached-path-relative/lib/index.js +0 -43
  754. package/node_modules/cached-path-relative/package.json +0 -13
  755. package/node_modules/cached-path-relative/shim.js +0 -12
  756. package/node_modules/cached-path-relative/test/index.js +0 -17
  757. package/node_modules/call-bind/.eslintignore +0 -1
  758. package/node_modules/call-bind/.eslintrc +0 -16
  759. package/node_modules/call-bind/.github/FUNDING.yml +0 -12
  760. package/node_modules/call-bind/.nycrc +0 -9
  761. package/node_modules/call-bind/CHANGELOG.md +0 -106
  762. package/node_modules/call-bind/LICENSE +0 -21
  763. package/node_modules/call-bind/README.md +0 -64
  764. package/node_modules/call-bind/callBound.js +0 -15
  765. package/node_modules/call-bind/index.js +0 -24
  766. package/node_modules/call-bind/package.json +0 -93
  767. package/node_modules/call-bind/test/callBound.js +0 -54
  768. package/node_modules/call-bind/test/index.js +0 -74
  769. package/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  770. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  771. package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  772. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  773. package/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  774. package/node_modules/call-bind-apply-helpers/README.md +0 -62
  775. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  776. package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  777. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  778. package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  779. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  780. package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  781. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  782. package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  783. package/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  784. package/node_modules/call-bind-apply-helpers/index.js +0 -15
  785. package/node_modules/call-bind-apply-helpers/package.json +0 -85
  786. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  787. package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  788. package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  789. package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  790. package/node_modules/call-bound/.eslintrc +0 -13
  791. package/node_modules/call-bound/.github/FUNDING.yml +0 -12
  792. package/node_modules/call-bound/.nycrc +0 -9
  793. package/node_modules/call-bound/CHANGELOG.md +0 -42
  794. package/node_modules/call-bound/LICENSE +0 -21
  795. package/node_modules/call-bound/README.md +0 -53
  796. package/node_modules/call-bound/index.d.ts +0 -94
  797. package/node_modules/call-bound/index.js +0 -19
  798. package/node_modules/call-bound/package.json +0 -99
  799. package/node_modules/call-bound/test/index.js +0 -61
  800. package/node_modules/call-bound/tsconfig.json +0 -10
  801. package/node_modules/cipher-base/.eslintrc +0 -26
  802. package/node_modules/cipher-base/.github/FUNDING.yml +0 -12
  803. package/node_modules/cipher-base/CHANGELOG.md +0 -66
  804. package/node_modules/cipher-base/LICENSE +0 -21
  805. package/node_modules/cipher-base/README.md +0 -17
  806. package/node_modules/cipher-base/index.js +0 -167
  807. package/node_modules/cipher-base/package.json +0 -62
  808. package/node_modules/cipher-base/test/index.js +0 -221
  809. package/node_modules/combine-source-map/.npmignore +0 -16
  810. package/node_modules/combine-source-map/.travis.yml +0 -8
  811. package/node_modules/combine-source-map/LICENSE +0 -23
  812. package/node_modules/combine-source-map/README.md +0 -111
  813. package/node_modules/combine-source-map/example/two-files-short.js +0 -26
  814. package/node_modules/combine-source-map/example/two-files.js +0 -46
  815. package/node_modules/combine-source-map/index.js +0 -155
  816. package/node_modules/combine-source-map/lib/mappings-from-map.js +0 -30
  817. package/node_modules/combine-source-map/lib/path-is-absolute.js +0 -20
  818. package/node_modules/combine-source-map/lib/path-is-absolute.license +0 -21
  819. package/node_modules/combine-source-map/package.json +0 -42
  820. package/node_modules/combine-source-map/test/combine-source-map.js +0 -347
  821. package/node_modules/concat-map/.travis.yml +0 -4
  822. package/node_modules/concat-map/LICENSE +0 -18
  823. package/node_modules/concat-map/README.markdown +0 -62
  824. package/node_modules/concat-map/example/map.js +0 -6
  825. package/node_modules/concat-map/index.js +0 -13
  826. package/node_modules/concat-map/package.json +0 -43
  827. package/node_modules/concat-map/test/map.js +0 -39
  828. package/node_modules/concat-stream/LICENSE +0 -24
  829. package/node_modules/concat-stream/index.js +0 -144
  830. package/node_modules/concat-stream/package.json +0 -55
  831. package/node_modules/concat-stream/readme.md +0 -102
  832. package/node_modules/console-browserify/.testem.json +0 -14
  833. package/node_modules/console-browserify/.travis.yml +0 -11
  834. package/node_modules/console-browserify/CHANGELOG.md +0 -10
  835. package/node_modules/console-browserify/LICENCE +0 -19
  836. package/node_modules/console-browserify/README.md +0 -42
  837. package/node_modules/console-browserify/index.js +0 -87
  838. package/node_modules/console-browserify/package.json +0 -59
  839. package/node_modules/console-browserify/test/index.js +0 -67
  840. package/node_modules/console-browserify/test/static/index.html +0 -12
  841. package/node_modules/console-browserify/test/static/test-adapter.js +0 -53
  842. package/node_modules/constants-browserify/README.md +0 -54
  843. package/node_modules/constants-browserify/build.sh +0 -1
  844. package/node_modules/constants-browserify/constants.json +0 -209
  845. package/node_modules/constants-browserify/package.json +0 -34
  846. package/node_modules/constants-browserify/test.js +0 -18
  847. package/node_modules/convert-source-map/.npmignore +0 -16
  848. package/node_modules/convert-source-map/.travis.yml +0 -5
  849. package/node_modules/convert-source-map/LICENSE +0 -23
  850. package/node_modules/convert-source-map/README.md +0 -121
  851. package/node_modules/convert-source-map/example/comment-to-json.js +0 -15
  852. package/node_modules/convert-source-map/index.js +0 -156
  853. package/node_modules/convert-source-map/package.json +0 -36
  854. package/node_modules/convert-source-map/test/comment-regex.js +0 -138
  855. package/node_modules/convert-source-map/test/convert-source-map.js +0 -207
  856. package/node_modules/convert-source-map/test/fixtures/map-file-comment-double-slash.css +0 -14
  857. package/node_modules/convert-source-map/test/fixtures/map-file-comment-inline.css +0 -14
  858. package/node_modules/convert-source-map/test/fixtures/map-file-comment.css +0 -14
  859. package/node_modules/convert-source-map/test/fixtures/map-file-comment.css.map +0 -6
  860. package/node_modules/convert-source-map/test/map-file-comment.js +0 -70
  861. package/node_modules/core-util-is/LICENSE +0 -19
  862. package/node_modules/core-util-is/README.md +0 -3
  863. package/node_modules/core-util-is/lib/util.js +0 -107
  864. package/node_modules/core-util-is/package.json +0 -38
  865. package/node_modules/create-ecdh/.travis.yml +0 -7
  866. package/node_modules/create-ecdh/LICENSE +0 -21
  867. package/node_modules/create-ecdh/browser.js +0 -124
  868. package/node_modules/create-ecdh/index.js +0 -3
  869. package/node_modules/create-ecdh/node_modules/bn.js/LICENSE +0 -19
  870. package/node_modules/create-ecdh/node_modules/bn.js/README.md +0 -200
  871. package/node_modules/create-ecdh/node_modules/bn.js/lib/bn.js +0 -3447
  872. package/node_modules/create-ecdh/node_modules/bn.js/package.json +0 -36
  873. package/node_modules/create-ecdh/node_modules/bn.js/util/genCombMulTo.js +0 -65
  874. package/node_modules/create-ecdh/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  875. package/node_modules/create-ecdh/package.json +0 -35
  876. package/node_modules/create-ecdh/readme.md +0 -4
  877. package/node_modules/create-hash/.travis.yml +0 -17
  878. package/node_modules/create-hash/LICENSE +0 -21
  879. package/node_modules/create-hash/README.md +0 -19
  880. package/node_modules/create-hash/browser.js +0 -30
  881. package/node_modules/create-hash/index.js +0 -1
  882. package/node_modules/create-hash/md5.js +0 -5
  883. package/node_modules/create-hash/package.json +0 -39
  884. package/node_modules/create-hash/test.js +0 -41
  885. package/node_modules/create-hmac/LICENSE +0 -21
  886. package/node_modules/create-hmac/README.md +0 -20
  887. package/node_modules/create-hmac/browser.js +0 -62
  888. package/node_modules/create-hmac/index.js +0 -1
  889. package/node_modules/create-hmac/legacy.js +0 -46
  890. package/node_modules/create-hmac/package.json +0 -45
  891. package/node_modules/crypto-browserify/.eslintrc +0 -24
  892. package/node_modules/crypto-browserify/.github/FUNDING.yml +0 -12
  893. package/node_modules/crypto-browserify/.github/workflows/node-aught.yml +0 -12
  894. package/node_modules/crypto-browserify/.github/workflows/node-pretest.yml +0 -9
  895. package/node_modules/crypto-browserify/.github/workflows/node-tens.yml +0 -11
  896. package/node_modules/crypto-browserify/.github/workflows/rebase.yml +0 -9
  897. package/node_modules/crypto-browserify/.github/workflows/require-allow-edits.yml +0 -12
  898. package/node_modules/crypto-browserify/.nycrc +0 -9
  899. package/node_modules/crypto-browserify/.travis.yml +0 -18
  900. package/node_modules/crypto-browserify/LICENSE +0 -24
  901. package/node_modules/crypto-browserify/README.md +0 -67
  902. package/node_modules/crypto-browserify/example/bundle.js +0 -605
  903. package/node_modules/crypto-browserify/example/index.html +0 -12
  904. package/node_modules/crypto-browserify/example/test.js +0 -6
  905. package/node_modules/crypto-browserify/index.js +0 -103
  906. package/node_modules/crypto-browserify/package.json +0 -54
  907. package/node_modules/crypto-browserify/test/aes.js +0 -54
  908. package/node_modules/crypto-browserify/test/create-hash.js +0 -51
  909. package/node_modules/crypto-browserify/test/create-hmac.js +0 -54
  910. package/node_modules/crypto-browserify/test/dh.js +0 -60
  911. package/node_modules/crypto-browserify/test/ecdh.js +0 -62
  912. package/node_modules/crypto-browserify/test/index.js +0 -22
  913. package/node_modules/crypto-browserify/test/node/dh.js +0 -69
  914. package/node_modules/crypto-browserify/test/pbkdf2.js +0 -23
  915. package/node_modules/crypto-browserify/test/public-encrypt.js +0 -39
  916. package/node_modules/crypto-browserify/test/random-bytes.js +0 -65
  917. package/node_modules/crypto-browserify/test/random-fill.js +0 -55
  918. package/node_modules/crypto-browserify/test/sign.js +0 -61
  919. package/node_modules/dash-ast/.travis.yml +0 -7
  920. package/node_modules/dash-ast/CHANGELOG.md +0 -8
  921. package/node_modules/dash-ast/LICENSE.md +0 -15
  922. package/node_modules/dash-ast/README.md +0 -58
  923. package/node_modules/dash-ast/bench/index.js +0 -71
  924. package/node_modules/dash-ast/index.js +0 -84
  925. package/node_modules/dash-ast/package.json +0 -39
  926. package/node_modules/dash-ast/test/index.js +0 -38
  927. package/node_modules/define-data-property/.eslintrc +0 -24
  928. package/node_modules/define-data-property/.github/FUNDING.yml +0 -12
  929. package/node_modules/define-data-property/.nycrc +0 -13
  930. package/node_modules/define-data-property/CHANGELOG.md +0 -70
  931. package/node_modules/define-data-property/LICENSE +0 -21
  932. package/node_modules/define-data-property/README.md +0 -67
  933. package/node_modules/define-data-property/index.d.ts +0 -12
  934. package/node_modules/define-data-property/index.js +0 -56
  935. package/node_modules/define-data-property/package.json +0 -106
  936. package/node_modules/define-data-property/test/index.js +0 -392
  937. package/node_modules/define-data-property/tsconfig.json +0 -59
  938. package/node_modules/define-properties/.editorconfig +0 -13
  939. package/node_modules/define-properties/.eslintrc +0 -19
  940. package/node_modules/define-properties/.github/FUNDING.yml +0 -12
  941. package/node_modules/define-properties/.nycrc +0 -9
  942. package/node_modules/define-properties/CHANGELOG.md +0 -91
  943. package/node_modules/define-properties/LICENSE +0 -21
  944. package/node_modules/define-properties/README.md +0 -84
  945. package/node_modules/define-properties/index.js +0 -47
  946. package/node_modules/define-properties/package.json +0 -88
  947. package/node_modules/defined/.eslintrc +0 -19
  948. package/node_modules/defined/.github/FUNDING.yml +0 -12
  949. package/node_modules/defined/CHANGELOG.md +0 -46
  950. package/node_modules/defined/LICENSE +0 -18
  951. package/node_modules/defined/README.md +0 -72
  952. package/node_modules/defined/example/defined.js +0 -6
  953. package/node_modules/defined/index.js +0 -9
  954. package/node_modules/defined/package.json +0 -93
  955. package/node_modules/defined/test/def.js +0 -24
  956. package/node_modules/defined/test/falsy.js +0 -11
  957. package/node_modules/deps-sort/.travis.yml +0 -17
  958. package/node_modules/deps-sort/LICENSE +0 -21
  959. package/node_modules/deps-sort/bin/cmd.js +0 -10
  960. package/node_modules/deps-sort/example/sort.js +0 -6
  961. package/node_modules/deps-sort/index.js +0 -122
  962. package/node_modules/deps-sort/package.json +0 -42
  963. package/node_modules/deps-sort/readme.markdown +0 -107
  964. package/node_modules/deps-sort/test/dedupe-deps-of-deps.js +0 -71
  965. package/node_modules/deps-sort/test/dedupe.js +0 -39
  966. package/node_modules/deps-sort/test/dedupe_index.js +0 -56
  967. package/node_modules/deps-sort/test/dedupe_undef.js +0 -37
  968. package/node_modules/deps-sort/test/expose.js +0 -38
  969. package/node_modules/deps-sort/test/expose_str.js +0 -44
  970. package/node_modules/deps-sort/test/indexed.js +0 -38
  971. package/node_modules/deps-sort/test/sort.js +0 -23
  972. package/node_modules/des.js/.jscsrc +0 -46
  973. package/node_modules/des.js/.jshintrc +0 -89
  974. package/node_modules/des.js/README.md +0 -26
  975. package/node_modules/des.js/lib/des/cbc.js +0 -65
  976. package/node_modules/des.js/lib/des/cipher.js +0 -142
  977. package/node_modules/des.js/lib/des/des.js +0 -150
  978. package/node_modules/des.js/lib/des/ede.js +0 -54
  979. package/node_modules/des.js/lib/des/utils.js +0 -256
  980. package/node_modules/des.js/lib/des.js +0 -7
  981. package/node_modules/des.js/package.json +0 -33
  982. package/node_modules/des.js/test/cbc-test.js +0 -73
  983. package/node_modules/des.js/test/des-test.js +0 -139
  984. package/node_modules/des.js/test/ede-test.js +0 -106
  985. package/node_modules/des.js/test/fixtures.js +0 -5
  986. package/node_modules/des.js/test/utils-test.js +0 -169
  987. package/node_modules/detective/.travis.yml +0 -17
  988. package/node_modules/detective/CHANGELOG.md +0 -26
  989. package/node_modules/detective/LICENSE +0 -18
  990. package/node_modules/detective/bench/detect.js +0 -7
  991. package/node_modules/detective/bench/esprima_v_acorn.txt +0 -18
  992. package/node_modules/detective/bin/detective.js +0 -11
  993. package/node_modules/detective/example/strings.js +0 -6
  994. package/node_modules/detective/example/strings_src.js +0 -3
  995. package/node_modules/detective/index.js +0 -80
  996. package/node_modules/detective/package.json +0 -37
  997. package/node_modules/detective/readme.markdown +0 -81
  998. package/node_modules/detective/test/both.js +0 -26
  999. package/node_modules/detective/test/chained.js +0 -9
  1000. package/node_modules/detective/test/complicated.js +0 -58
  1001. package/node_modules/detective/test/es2019.js +0 -15
  1002. package/node_modules/detective/test/es6-module.js +0 -9
  1003. package/node_modules/detective/test/files/both.js +0 -4
  1004. package/node_modules/detective/test/files/chained.js +0 -5
  1005. package/node_modules/detective/test/files/es6-module.js +0 -5
  1006. package/node_modules/detective/test/files/for-await.js +0 -5
  1007. package/node_modules/detective/test/files/generators.js +0 -5
  1008. package/node_modules/detective/test/files/isrequire.js +0 -14
  1009. package/node_modules/detective/test/files/nested.js +0 -22
  1010. package/node_modules/detective/test/files/optional-catch.js +0 -4
  1011. package/node_modules/detective/test/files/rest-spread.js +0 -9
  1012. package/node_modules/detective/test/files/set-in-object-pattern.js +0 -10
  1013. package/node_modules/detective/test/files/shebang.js +0 -5
  1014. package/node_modules/detective/test/files/sparse-array.js +0 -3
  1015. package/node_modules/detective/test/files/strings.js +0 -13
  1016. package/node_modules/detective/test/files/word.js +0 -13
  1017. package/node_modules/detective/test/files/yield.js +0 -4
  1018. package/node_modules/detective/test/generators.js +0 -9
  1019. package/node_modules/detective/test/isrequire.js +0 -20
  1020. package/node_modules/detective/test/nested.js +0 -9
  1021. package/node_modules/detective/test/noargs.js +0 -26
  1022. package/node_modules/detective/test/parseopts.js +0 -62
  1023. package/node_modules/detective/test/rest-spread.js +0 -9
  1024. package/node_modules/detective/test/return.js +0 -9
  1025. package/node_modules/detective/test/set-in-object-pattern.js +0 -12
  1026. package/node_modules/detective/test/shebang.js +0 -9
  1027. package/node_modules/detective/test/sparse-array.js +0 -14
  1028. package/node_modules/detective/test/strings.js +0 -9
  1029. package/node_modules/detective/test/word.js +0 -12
  1030. package/node_modules/detective/test/yield.js +0 -9
  1031. package/node_modules/diffie-hellman/.travis.yml +0 -10
  1032. package/node_modules/diffie-hellman/LICENSE +0 -19
  1033. package/node_modules/diffie-hellman/browser.js +0 -42
  1034. package/node_modules/diffie-hellman/index.js +0 -10
  1035. package/node_modules/diffie-hellman/lib/dh.js +0 -164
  1036. package/node_modules/diffie-hellman/lib/generatePrime.js +0 -105
  1037. package/node_modules/diffie-hellman/lib/primes.json +0 -34
  1038. package/node_modules/diffie-hellman/node_modules/bn.js/LICENSE +0 -19
  1039. package/node_modules/diffie-hellman/node_modules/bn.js/README.md +0 -200
  1040. package/node_modules/diffie-hellman/node_modules/bn.js/lib/bn.js +0 -3447
  1041. package/node_modules/diffie-hellman/node_modules/bn.js/package.json +0 -36
  1042. package/node_modules/diffie-hellman/node_modules/bn.js/util/genCombMulTo.js +0 -65
  1043. package/node_modules/diffie-hellman/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  1044. package/node_modules/diffie-hellman/package.json +0 -35
  1045. package/node_modules/diffie-hellman/readme.md +0 -4
  1046. package/node_modules/domain-browser/HISTORY.md +0 -46
  1047. package/node_modules/domain-browser/LICENSE.md +0 -23
  1048. package/node_modules/domain-browser/README.md +0 -121
  1049. package/node_modules/domain-browser/package.json +0 -120
  1050. package/node_modules/domain-browser/source/index.js +0 -70
  1051. package/node_modules/dunder-proto/.eslintrc +0 -5
  1052. package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  1053. package/node_modules/dunder-proto/.nycrc +0 -13
  1054. package/node_modules/dunder-proto/CHANGELOG.md +0 -24
  1055. package/node_modules/dunder-proto/LICENSE +0 -21
  1056. package/node_modules/dunder-proto/README.md +0 -54
  1057. package/node_modules/dunder-proto/get.d.ts +0 -5
  1058. package/node_modules/dunder-proto/get.js +0 -30
  1059. package/node_modules/dunder-proto/package.json +0 -76
  1060. package/node_modules/dunder-proto/set.d.ts +0 -5
  1061. package/node_modules/dunder-proto/set.js +0 -35
  1062. package/node_modules/dunder-proto/test/get.js +0 -34
  1063. package/node_modules/dunder-proto/test/index.js +0 -4
  1064. package/node_modules/dunder-proto/test/set.js +0 -50
  1065. package/node_modules/dunder-proto/tsconfig.json +0 -9
  1066. package/node_modules/duplexer2/LICENSE.md +0 -26
  1067. package/node_modules/duplexer2/README.md +0 -115
  1068. package/node_modules/duplexer2/index.js +0 -76
  1069. package/node_modules/duplexer2/package.json +0 -28
  1070. package/node_modules/elliptic/README.md +0 -238
  1071. package/node_modules/elliptic/lib/elliptic/curve/base.js +0 -381
  1072. package/node_modules/elliptic/lib/elliptic/curve/edwards.js +0 -435
  1073. package/node_modules/elliptic/lib/elliptic/curve/index.js +0 -8
  1074. package/node_modules/elliptic/lib/elliptic/curve/mont.js +0 -178
  1075. package/node_modules/elliptic/lib/elliptic/curve/short.js +0 -938
  1076. package/node_modules/elliptic/lib/elliptic/curves.js +0 -206
  1077. package/node_modules/elliptic/lib/elliptic/ec/index.js +0 -278
  1078. package/node_modules/elliptic/lib/elliptic/ec/key.js +0 -121
  1079. package/node_modules/elliptic/lib/elliptic/ec/signature.js +0 -176
  1080. package/node_modules/elliptic/lib/elliptic/eddsa/index.js +0 -121
  1081. package/node_modules/elliptic/lib/elliptic/eddsa/key.js +0 -95
  1082. package/node_modules/elliptic/lib/elliptic/eddsa/signature.js +0 -66
  1083. package/node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js +0 -780
  1084. package/node_modules/elliptic/lib/elliptic/utils.js +0 -122
  1085. package/node_modules/elliptic/lib/elliptic.js +0 -13
  1086. package/node_modules/elliptic/node_modules/bn.js/LICENSE +0 -19
  1087. package/node_modules/elliptic/node_modules/bn.js/README.md +0 -200
  1088. package/node_modules/elliptic/node_modules/bn.js/lib/bn.js +0 -3447
  1089. package/node_modules/elliptic/node_modules/bn.js/package.json +0 -36
  1090. package/node_modules/elliptic/node_modules/bn.js/util/genCombMulTo.js +0 -65
  1091. package/node_modules/elliptic/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  1092. package/node_modules/elliptic/package.json +0 -56
  1093. package/node_modules/es-define-property/.eslintrc +0 -13
  1094. package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  1095. package/node_modules/es-define-property/.nycrc +0 -9
  1096. package/node_modules/es-define-property/CHANGELOG.md +0 -29
  1097. package/node_modules/es-define-property/LICENSE +0 -21
  1098. package/node_modules/es-define-property/README.md +0 -49
  1099. package/node_modules/es-define-property/index.d.ts +0 -3
  1100. package/node_modules/es-define-property/index.js +0 -14
  1101. package/node_modules/es-define-property/package.json +0 -81
  1102. package/node_modules/es-define-property/test/index.js +0 -56
  1103. package/node_modules/es-define-property/tsconfig.json +0 -10
  1104. package/node_modules/es-errors/.eslintrc +0 -5
  1105. package/node_modules/es-errors/.github/FUNDING.yml +0 -12
  1106. package/node_modules/es-errors/CHANGELOG.md +0 -40
  1107. package/node_modules/es-errors/LICENSE +0 -21
  1108. package/node_modules/es-errors/README.md +0 -55
  1109. package/node_modules/es-errors/eval.d.ts +0 -3
  1110. package/node_modules/es-errors/eval.js +0 -4
  1111. package/node_modules/es-errors/index.d.ts +0 -3
  1112. package/node_modules/es-errors/index.js +0 -4
  1113. package/node_modules/es-errors/package.json +0 -80
  1114. package/node_modules/es-errors/range.d.ts +0 -3
  1115. package/node_modules/es-errors/range.js +0 -4
  1116. package/node_modules/es-errors/ref.d.ts +0 -3
  1117. package/node_modules/es-errors/ref.js +0 -4
  1118. package/node_modules/es-errors/syntax.d.ts +0 -3
  1119. package/node_modules/es-errors/syntax.js +0 -4
  1120. package/node_modules/es-errors/test/index.js +0 -19
  1121. package/node_modules/es-errors/tsconfig.json +0 -49
  1122. package/node_modules/es-errors/type.d.ts +0 -3
  1123. package/node_modules/es-errors/type.js +0 -4
  1124. package/node_modules/es-errors/uri.d.ts +0 -3
  1125. package/node_modules/es-errors/uri.js +0 -4
  1126. package/node_modules/es-object-atoms/.eslintrc +0 -16
  1127. package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  1128. package/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  1129. package/node_modules/es-object-atoms/LICENSE +0 -21
  1130. package/node_modules/es-object-atoms/README.md +0 -63
  1131. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  1132. package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  1133. package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  1134. package/node_modules/es-object-atoms/ToObject.js +0 -10
  1135. package/node_modules/es-object-atoms/index.d.ts +0 -3
  1136. package/node_modules/es-object-atoms/index.js +0 -4
  1137. package/node_modules/es-object-atoms/isObject.d.ts +0 -3
  1138. package/node_modules/es-object-atoms/isObject.js +0 -6
  1139. package/node_modules/es-object-atoms/package.json +0 -80
  1140. package/node_modules/es-object-atoms/test/index.js +0 -38
  1141. package/node_modules/es-object-atoms/tsconfig.json +0 -6
  1142. package/node_modules/events/.airtap.yml +0 -15
  1143. package/node_modules/events/.github/FUNDING.yml +0 -12
  1144. package/node_modules/events/.travis.yml +0 -18
  1145. package/node_modules/events/History.md +0 -118
  1146. package/node_modules/events/LICENSE +0 -22
  1147. package/node_modules/events/Readme.md +0 -50
  1148. package/node_modules/events/events.js +0 -497
  1149. package/node_modules/events/package.json +0 -37
  1150. package/node_modules/events/security.md +0 -10
  1151. package/node_modules/events/tests/add-listeners.js +0 -111
  1152. package/node_modules/events/tests/check-listener-leaks.js +0 -101
  1153. package/node_modules/events/tests/common.js +0 -104
  1154. package/node_modules/events/tests/errors.js +0 -13
  1155. package/node_modules/events/tests/events-list.js +0 -28
  1156. package/node_modules/events/tests/events-once.js +0 -234
  1157. package/node_modules/events/tests/index.js +0 -64
  1158. package/node_modules/events/tests/legacy-compat.js +0 -16
  1159. package/node_modules/events/tests/listener-count.js +0 -37
  1160. package/node_modules/events/tests/listeners-side-effects.js +0 -56
  1161. package/node_modules/events/tests/listeners.js +0 -168
  1162. package/node_modules/events/tests/max-listeners.js +0 -47
  1163. package/node_modules/events/tests/method-names.js +0 -35
  1164. package/node_modules/events/tests/modify-in-emit.js +0 -90
  1165. package/node_modules/events/tests/num-args.js +0 -60
  1166. package/node_modules/events/tests/once.js +0 -83
  1167. package/node_modules/events/tests/prepend.js +0 -31
  1168. package/node_modules/events/tests/remove-all-listeners.js +0 -133
  1169. package/node_modules/events/tests/remove-listeners.js +0 -212
  1170. package/node_modules/events/tests/set-max-listeners-side-effects.js +0 -31
  1171. package/node_modules/events/tests/special-event-names.js +0 -45
  1172. package/node_modules/events/tests/subclass.js +0 -66
  1173. package/node_modules/events/tests/symbols.js +0 -25
  1174. package/node_modules/evp_bytestokey/LICENSE +0 -21
  1175. package/node_modules/evp_bytestokey/README.md +0 -51
  1176. package/node_modules/evp_bytestokey/index.js +0 -45
  1177. package/node_modules/evp_bytestokey/package.json +0 -45
  1178. package/node_modules/fast-safe-stringify/.travis.yml +0 -8
  1179. package/node_modules/fast-safe-stringify/CHANGELOG.md +0 -17
  1180. package/node_modules/fast-safe-stringify/LICENSE +0 -23
  1181. package/node_modules/fast-safe-stringify/benchmark.js +0 -137
  1182. package/node_modules/fast-safe-stringify/index.d.ts +0 -23
  1183. package/node_modules/fast-safe-stringify/index.js +0 -229
  1184. package/node_modules/fast-safe-stringify/package.json +0 -46
  1185. package/node_modules/fast-safe-stringify/readme.md +0 -170
  1186. package/node_modules/fast-safe-stringify/test-stable.js +0 -404
  1187. package/node_modules/fast-safe-stringify/test.js +0 -397
  1188. package/node_modules/for-each/.editorconfig +0 -20
  1189. package/node_modules/for-each/.eslintrc +0 -30
  1190. package/node_modules/for-each/.github/FUNDING.yml +0 -12
  1191. package/node_modules/for-each/.github/SECURITY.md +0 -3
  1192. package/node_modules/for-each/.nycrc +0 -8
  1193. package/node_modules/for-each/CHANGELOG.md +0 -107
  1194. package/node_modules/for-each/LICENSE +0 -22
  1195. package/node_modules/for-each/README.md +0 -39
  1196. package/node_modules/for-each/index.d.ts +0 -35
  1197. package/node_modules/for-each/index.js +0 -69
  1198. package/node_modules/for-each/package.json +0 -76
  1199. package/node_modules/for-each/test/test.js +0 -224
  1200. package/node_modules/for-each/tsconfig.json +0 -8
  1201. package/node_modules/fs.realpath/LICENSE +0 -43
  1202. package/node_modules/fs.realpath/README.md +0 -33
  1203. package/node_modules/fs.realpath/index.js +0 -66
  1204. package/node_modules/fs.realpath/old.js +0 -303
  1205. package/node_modules/fs.realpath/package.json +0 -26
  1206. package/node_modules/function-bind/.eslintrc +0 -21
  1207. package/node_modules/function-bind/.github/FUNDING.yml +0 -12
  1208. package/node_modules/function-bind/.github/SECURITY.md +0 -3
  1209. package/node_modules/function-bind/.nycrc +0 -13
  1210. package/node_modules/function-bind/CHANGELOG.md +0 -136
  1211. package/node_modules/function-bind/LICENSE +0 -20
  1212. package/node_modules/function-bind/README.md +0 -46
  1213. package/node_modules/function-bind/implementation.js +0 -84
  1214. package/node_modules/function-bind/index.js +0 -5
  1215. package/node_modules/function-bind/package.json +0 -87
  1216. package/node_modules/function-bind/test/.eslintrc +0 -9
  1217. package/node_modules/function-bind/test/index.js +0 -252
  1218. package/node_modules/get-assigned-identifiers/.travis.yml +0 -8
  1219. package/node_modules/get-assigned-identifiers/CHANGELOG.md +0 -17
  1220. package/node_modules/get-assigned-identifiers/LICENSE.md +0 -15
  1221. package/node_modules/get-assigned-identifiers/README.md +0 -45
  1222. package/node_modules/get-assigned-identifiers/index.js +0 -57
  1223. package/node_modules/get-assigned-identifiers/package.json +0 -33
  1224. package/node_modules/get-assigned-identifiers/test/index.js +0 -122
  1225. package/node_modules/get-intrinsic/.eslintrc +0 -42
  1226. package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  1227. package/node_modules/get-intrinsic/.nycrc +0 -9
  1228. package/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  1229. package/node_modules/get-intrinsic/LICENSE +0 -21
  1230. package/node_modules/get-intrinsic/README.md +0 -71
  1231. package/node_modules/get-intrinsic/index.js +0 -378
  1232. package/node_modules/get-intrinsic/package.json +0 -97
  1233. package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  1234. package/node_modules/get-proto/.eslintrc +0 -10
  1235. package/node_modules/get-proto/.github/FUNDING.yml +0 -12
  1236. package/node_modules/get-proto/.nycrc +0 -9
  1237. package/node_modules/get-proto/CHANGELOG.md +0 -21
  1238. package/node_modules/get-proto/LICENSE +0 -21
  1239. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  1240. package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  1241. package/node_modules/get-proto/README.md +0 -50
  1242. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  1243. package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  1244. package/node_modules/get-proto/index.d.ts +0 -5
  1245. package/node_modules/get-proto/index.js +0 -27
  1246. package/node_modules/get-proto/package.json +0 -81
  1247. package/node_modules/get-proto/test/index.js +0 -68
  1248. package/node_modules/get-proto/tsconfig.json +0 -9
  1249. package/node_modules/glob/LICENSE +0 -21
  1250. package/node_modules/glob/README.md +0 -378
  1251. package/node_modules/glob/common.js +0 -238
  1252. package/node_modules/glob/glob.js +0 -790
  1253. package/node_modules/glob/package.json +0 -55
  1254. package/node_modules/glob/sync.js +0 -486
  1255. package/node_modules/gopd/.eslintrc +0 -16
  1256. package/node_modules/gopd/.github/FUNDING.yml +0 -12
  1257. package/node_modules/gopd/CHANGELOG.md +0 -45
  1258. package/node_modules/gopd/LICENSE +0 -21
  1259. package/node_modules/gopd/README.md +0 -40
  1260. package/node_modules/gopd/gOPD.d.ts +0 -1
  1261. package/node_modules/gopd/gOPD.js +0 -4
  1262. package/node_modules/gopd/index.d.ts +0 -5
  1263. package/node_modules/gopd/index.js +0 -15
  1264. package/node_modules/gopd/package.json +0 -77
  1265. package/node_modules/gopd/test/index.js +0 -36
  1266. package/node_modules/gopd/tsconfig.json +0 -9
  1267. package/node_modules/has-property-descriptors/.eslintrc +0 -13
  1268. package/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
  1269. package/node_modules/has-property-descriptors/.nycrc +0 -9
  1270. package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  1271. package/node_modules/has-property-descriptors/LICENSE +0 -21
  1272. package/node_modules/has-property-descriptors/README.md +0 -43
  1273. package/node_modules/has-property-descriptors/index.js +0 -22
  1274. package/node_modules/has-property-descriptors/package.json +0 -77
  1275. package/node_modules/has-property-descriptors/test/index.js +0 -57
  1276. package/node_modules/has-symbols/.eslintrc +0 -11
  1277. package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  1278. package/node_modules/has-symbols/.nycrc +0 -9
  1279. package/node_modules/has-symbols/CHANGELOG.md +0 -91
  1280. package/node_modules/has-symbols/LICENSE +0 -21
  1281. package/node_modules/has-symbols/README.md +0 -46
  1282. package/node_modules/has-symbols/index.d.ts +0 -3
  1283. package/node_modules/has-symbols/index.js +0 -14
  1284. package/node_modules/has-symbols/package.json +0 -111
  1285. package/node_modules/has-symbols/shams.d.ts +0 -3
  1286. package/node_modules/has-symbols/shams.js +0 -45
  1287. package/node_modules/has-symbols/test/index.js +0 -22
  1288. package/node_modules/has-symbols/test/shams/core-js.js +0 -29
  1289. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  1290. package/node_modules/has-symbols/test/tests.js +0 -58
  1291. package/node_modules/has-symbols/tsconfig.json +0 -10
  1292. package/node_modules/has-tostringtag/.eslintrc +0 -5
  1293. package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
  1294. package/node_modules/has-tostringtag/.nycrc +0 -13
  1295. package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
  1296. package/node_modules/has-tostringtag/LICENSE +0 -21
  1297. package/node_modules/has-tostringtag/README.md +0 -46
  1298. package/node_modules/has-tostringtag/index.d.ts +0 -3
  1299. package/node_modules/has-tostringtag/index.js +0 -8
  1300. package/node_modules/has-tostringtag/package.json +0 -108
  1301. package/node_modules/has-tostringtag/shams.d.ts +0 -3
  1302. package/node_modules/has-tostringtag/shams.js +0 -8
  1303. package/node_modules/has-tostringtag/test/index.js +0 -21
  1304. package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
  1305. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
  1306. package/node_modules/has-tostringtag/test/tests.js +0 -15
  1307. package/node_modules/has-tostringtag/tsconfig.json +0 -49
  1308. package/node_modules/hash-base/LICENSE +0 -21
  1309. package/node_modules/hash-base/README.md +0 -48
  1310. package/node_modules/hash-base/index.js +0 -138
  1311. package/node_modules/hash-base/package.json +0 -42
  1312. package/node_modules/hash.js/.eslintrc.js +0 -41
  1313. package/node_modules/hash.js/.travis.yml +0 -10
  1314. package/node_modules/hash.js/README.md +0 -48
  1315. package/node_modules/hash.js/lib/hash/common.js +0 -92
  1316. package/node_modules/hash.js/lib/hash/hmac.js +0 -47
  1317. package/node_modules/hash.js/lib/hash/ripemd.js +0 -146
  1318. package/node_modules/hash.js/lib/hash/sha/1.js +0 -74
  1319. package/node_modules/hash.js/lib/hash/sha/224.js +0 -30
  1320. package/node_modules/hash.js/lib/hash/sha/256.js +0 -105
  1321. package/node_modules/hash.js/lib/hash/sha/384.js +0 -35
  1322. package/node_modules/hash.js/lib/hash/sha/512.js +0 -330
  1323. package/node_modules/hash.js/lib/hash/sha/common.js +0 -49
  1324. package/node_modules/hash.js/lib/hash/sha.js +0 -7
  1325. package/node_modules/hash.js/lib/hash/utils.js +0 -278
  1326. package/node_modules/hash.js/lib/hash.d.ts +0 -106
  1327. package/node_modules/hash.js/lib/hash.js +0 -15
  1328. package/node_modules/hash.js/package.json +0 -35
  1329. package/node_modules/hash.js/test/hash-test.js +0 -140
  1330. package/node_modules/hash.js/test/hmac-test.js +0 -62
  1331. package/node_modules/hasown/.eslintrc +0 -5
  1332. package/node_modules/hasown/.github/FUNDING.yml +0 -12
  1333. package/node_modules/hasown/.nycrc +0 -13
  1334. package/node_modules/hasown/CHANGELOG.md +0 -40
  1335. package/node_modules/hasown/LICENSE +0 -21
  1336. package/node_modules/hasown/README.md +0 -40
  1337. package/node_modules/hasown/index.d.ts +0 -3
  1338. package/node_modules/hasown/index.js +0 -8
  1339. package/node_modules/hasown/package.json +0 -92
  1340. package/node_modules/hasown/tsconfig.json +0 -6
  1341. package/node_modules/hmac-drbg/.npmignore +0 -2
  1342. package/node_modules/hmac-drbg/.travis.yml +0 -11
  1343. package/node_modules/hmac-drbg/README.md +0 -48
  1344. package/node_modules/hmac-drbg/lib/hmac-drbg.js +0 -113
  1345. package/node_modules/hmac-drbg/package.json +0 -32
  1346. package/node_modules/hmac-drbg/test/drbg-test.js +0 -91
  1347. package/node_modules/hmac-drbg/test/fixtures/hmac-drbg-nist.json +0 -332
  1348. package/node_modules/htmlescape/.npmignore +0 -4
  1349. package/node_modules/htmlescape/CHANGELOG.md +0 -9
  1350. package/node_modules/htmlescape/LICENSE +0 -9
  1351. package/node_modules/htmlescape/README.md +0 -30
  1352. package/node_modules/htmlescape/htmlescape.js +0 -42
  1353. package/node_modules/htmlescape/package.json +0 -30
  1354. package/node_modules/https-browserify/LICENSE +0 -20
  1355. package/node_modules/https-browserify/index.js +0 -31
  1356. package/node_modules/https-browserify/package.json +0 -28
  1357. package/node_modules/https-browserify/readme.markdown +0 -22
  1358. package/node_modules/ieee754/LICENSE +0 -11
  1359. package/node_modules/ieee754/README.md +0 -51
  1360. package/node_modules/ieee754/index.d.ts +0 -10
  1361. package/node_modules/ieee754/index.js +0 -85
  1362. package/node_modules/ieee754/package.json +0 -52
  1363. package/node_modules/inflight/LICENSE +0 -15
  1364. package/node_modules/inflight/README.md +0 -37
  1365. package/node_modules/inflight/inflight.js +0 -54
  1366. package/node_modules/inflight/package.json +0 -29
  1367. package/node_modules/inherits/LICENSE +0 -16
  1368. package/node_modules/inherits/README.md +0 -42
  1369. package/node_modules/inherits/inherits.js +0 -9
  1370. package/node_modules/inherits/inherits_browser.js +0 -27
  1371. package/node_modules/inherits/package.json +0 -29
  1372. package/node_modules/inline-source-map/.github/workflows/node-test.js.yml +0 -43
  1373. package/node_modules/inline-source-map/LICENSE +0 -23
  1374. package/node_modules/inline-source-map/README.md +0 -89
  1375. package/node_modules/inline-source-map/example/foo-bar.js +0 -8
  1376. package/node_modules/inline-source-map/index.js +0 -138
  1377. package/node_modules/inline-source-map/package.json +0 -43
  1378. package/node_modules/inline-source-map/test/inline-source-map.js +0 -345
  1379. package/node_modules/inline-source-map/test/source-content.js +0 -146
  1380. package/node_modules/insert-module-globals/.travis.yml +0 -5
  1381. package/node_modules/insert-module-globals/CHANGELOG.md +0 -6
  1382. package/node_modules/insert-module-globals/LICENSE +0 -18
  1383. package/node_modules/insert-module-globals/appveyor.yml +0 -18
  1384. package/node_modules/insert-module-globals/bench/.gitattributes +0 -1
  1385. package/node_modules/insert-module-globals/bench/index.js +0 -15
  1386. package/node_modules/insert-module-globals/bin/cmd.js +0 -26
  1387. package/node_modules/insert-module-globals/example/files/foo/index.js +0 -6
  1388. package/node_modules/insert-module-globals/example/files/main.js +0 -6
  1389. package/node_modules/insert-module-globals/example/insert.js +0 -12
  1390. package/node_modules/insert-module-globals/index.js +0 -197
  1391. package/node_modules/insert-module-globals/package.json +0 -53
  1392. package/node_modules/insert-module-globals/readme.markdown +0 -146
  1393. package/node_modules/insert-module-globals/test/always/collision.js +0 -2
  1394. package/node_modules/insert-module-globals/test/always/custom_globals_without_defaults.js +0 -7
  1395. package/node_modules/insert-module-globals/test/always/hidden_from_quick_test.js +0 -1
  1396. package/node_modules/insert-module-globals/test/always/main.js +0 -10
  1397. package/node_modules/insert-module-globals/test/always.js +0 -136
  1398. package/node_modules/insert-module-globals/test/global/filename.js +0 -2
  1399. package/node_modules/insert-module-globals/test/global/main.js +0 -2
  1400. package/node_modules/insert-module-globals/test/global.js +0 -64
  1401. package/node_modules/insert-module-globals/test/immediate/main.js +0 -8
  1402. package/node_modules/insert-module-globals/test/immediate.js +0 -30
  1403. package/node_modules/insert-module-globals/test/insert/buffer.js +0 -1
  1404. package/node_modules/insert-module-globals/test/insert/foo/buf.js +0 -4
  1405. package/node_modules/insert-module-globals/test/insert/foo/index.js +0 -4
  1406. package/node_modules/insert-module-globals/test/insert/main.js +0 -4
  1407. package/node_modules/insert-module-globals/test/insert.js +0 -46
  1408. package/node_modules/insert-module-globals/test/isbuffer/both.js +0 -6
  1409. package/node_modules/insert-module-globals/test/isbuffer/main.js +0 -3
  1410. package/node_modules/insert-module-globals/test/isbuffer/new.js +0 -6
  1411. package/node_modules/insert-module-globals/test/isbuffer.js +0 -64
  1412. package/node_modules/insert-module-globals/test/return/foo/index.js +0 -4
  1413. package/node_modules/insert-module-globals/test/return/main.js +0 -6
  1414. package/node_modules/insert-module-globals/test/return.js +0 -27
  1415. package/node_modules/insert-module-globals/test/roots/main.js +0 -1
  1416. package/node_modules/insert-module-globals/test/roots.js +0 -35
  1417. package/node_modules/insert-module-globals/test/sourcemap/main.js +0 -3
  1418. package/node_modules/insert-module-globals/test/sourcemap/main_es6.js +0 -1
  1419. package/node_modules/insert-module-globals/test/sourcemap.js +0 -41
  1420. package/node_modules/insert-module-globals/test/subdir/main.js +0 -1
  1421. package/node_modules/insert-module-globals/test/subdir.js +0 -37
  1422. package/node_modules/insert-module-globals/test/unprefix/hello.js +0 -2
  1423. package/node_modules/insert-module-globals/test/unprefix/main.js +0 -3
  1424. package/node_modules/insert-module-globals/test/unprefix.js +0 -34
  1425. package/node_modules/is-arguments/.editorconfig +0 -20
  1426. package/node_modules/is-arguments/.eslintrc +0 -9
  1427. package/node_modules/is-arguments/.github/FUNDING.yml +0 -12
  1428. package/node_modules/is-arguments/.nycrc +0 -9
  1429. package/node_modules/is-arguments/CHANGELOG.md +0 -201
  1430. package/node_modules/is-arguments/LICENSE +0 -20
  1431. package/node_modules/is-arguments/README.md +0 -47
  1432. package/node_modules/is-arguments/index.d.ts +0 -6
  1433. package/node_modules/is-arguments/index.js +0 -44
  1434. package/node_modules/is-arguments/package.json +0 -105
  1435. package/node_modules/is-arguments/test/index.js +0 -47
  1436. package/node_modules/is-arguments/tsconfig.json +0 -9
  1437. package/node_modules/is-buffer/LICENSE +0 -21
  1438. package/node_modules/is-buffer/README.md +0 -53
  1439. package/node_modules/is-buffer/index.js +0 -21
  1440. package/node_modules/is-buffer/package.json +0 -51
  1441. package/node_modules/is-buffer/test/basic.js +0 -24
  1442. package/node_modules/is-callable/.editorconfig +0 -31
  1443. package/node_modules/is-callable/.eslintrc +0 -10
  1444. package/node_modules/is-callable/.github/FUNDING.yml +0 -12
  1445. package/node_modules/is-callable/.nycrc +0 -9
  1446. package/node_modules/is-callable/CHANGELOG.md +0 -158
  1447. package/node_modules/is-callable/LICENSE +0 -22
  1448. package/node_modules/is-callable/README.md +0 -83
  1449. package/node_modules/is-callable/index.js +0 -101
  1450. package/node_modules/is-callable/package.json +0 -106
  1451. package/node_modules/is-callable/test/index.js +0 -244
  1452. package/node_modules/is-core-module/.eslintrc +0 -18
  1453. package/node_modules/is-core-module/.nycrc +0 -9
  1454. package/node_modules/is-core-module/CHANGELOG.md +0 -218
  1455. package/node_modules/is-core-module/LICENSE +0 -20
  1456. package/node_modules/is-core-module/README.md +0 -40
  1457. package/node_modules/is-core-module/core.json +0 -162
  1458. package/node_modules/is-core-module/index.js +0 -69
  1459. package/node_modules/is-core-module/package.json +0 -76
  1460. package/node_modules/is-core-module/test/index.js +0 -157
  1461. package/node_modules/is-generator-function/.eslintrc +0 -9
  1462. package/node_modules/is-generator-function/.nvmrc +0 -1
  1463. package/node_modules/is-generator-function/.nycrc +0 -9
  1464. package/node_modules/is-generator-function/CHANGELOG.md +0 -237
  1465. package/node_modules/is-generator-function/LICENSE +0 -20
  1466. package/node_modules/is-generator-function/README.md +0 -40
  1467. package/node_modules/is-generator-function/index.d.ts +0 -3
  1468. package/node_modules/is-generator-function/index.js +0 -47
  1469. package/node_modules/is-generator-function/package.json +0 -106
  1470. package/node_modules/is-generator-function/test/corejs.js +0 -6
  1471. package/node_modules/is-generator-function/test/index.js +0 -80
  1472. package/node_modules/is-generator-function/test/uglified.js +0 -9
  1473. package/node_modules/is-generator-function/tsconfig.json +0 -9
  1474. package/node_modules/is-regex/.editorconfig +0 -23
  1475. package/node_modules/is-regex/.eslintrc +0 -10
  1476. package/node_modules/is-regex/.nycrc +0 -10
  1477. package/node_modules/is-regex/CHANGELOG.md +0 -233
  1478. package/node_modules/is-regex/LICENSE +0 -20
  1479. package/node_modules/is-regex/README.md +0 -52
  1480. package/node_modules/is-regex/index.d.ts +0 -3
  1481. package/node_modules/is-regex/index.js +0 -69
  1482. package/node_modules/is-regex/package.json +0 -104
  1483. package/node_modules/is-regex/test/index.js +0 -121
  1484. package/node_modules/is-regex/tsconfig.json +0 -9
  1485. package/node_modules/is-typed-array/.editorconfig +0 -20
  1486. package/node_modules/is-typed-array/.eslintrc +0 -13
  1487. package/node_modules/is-typed-array/.github/FUNDING.yml +0 -12
  1488. package/node_modules/is-typed-array/.nycrc +0 -9
  1489. package/node_modules/is-typed-array/CHANGELOG.md +0 -166
  1490. package/node_modules/is-typed-array/LICENSE +0 -22
  1491. package/node_modules/is-typed-array/README.md +0 -70
  1492. package/node_modules/is-typed-array/index.d.ts +0 -9
  1493. package/node_modules/is-typed-array/index.js +0 -8
  1494. package/node_modules/is-typed-array/package.json +0 -129
  1495. package/node_modules/is-typed-array/test/index.js +0 -111
  1496. package/node_modules/is-typed-array/tsconfig.json +0 -6
  1497. package/node_modules/isarray/.npmignore +0 -1
  1498. package/node_modules/isarray/.travis.yml +0 -4
  1499. package/node_modules/isarray/Makefile +0 -6
  1500. package/node_modules/isarray/README.md +0 -60
  1501. package/node_modules/isarray/component.json +0 -19
  1502. package/node_modules/isarray/index.js +0 -5
  1503. package/node_modules/isarray/package.json +0 -45
  1504. package/node_modules/isarray/test.js +0 -20
  1505. package/node_modules/jsonparse/.npmignore +0 -1
  1506. package/node_modules/jsonparse/LICENSE +0 -24
  1507. package/node_modules/jsonparse/README.markdown +0 -11
  1508. package/node_modules/jsonparse/bench.js +0 -26
  1509. package/node_modules/jsonparse/examples/twitterfeed.js +0 -30
  1510. package/node_modules/jsonparse/jsonparse.js +0 -413
  1511. package/node_modules/jsonparse/package.json +0 -22
  1512. package/node_modules/jsonparse/samplejson/basic.json +0 -167
  1513. package/node_modules/jsonparse/samplejson/basic2.json +0 -180
  1514. package/node_modules/jsonparse/test/big-token.js +0 -24
  1515. package/node_modules/jsonparse/test/boundary.js +0 -110
  1516. package/node_modules/jsonparse/test/offset.js +0 -67
  1517. package/node_modules/jsonparse/test/primitives.js +0 -57
  1518. package/node_modules/jsonparse/test/surrogate.js +0 -26
  1519. package/node_modules/jsonparse/test/unvalid.js +0 -15
  1520. package/node_modules/jsonparse/test/utf8.js +0 -38
  1521. package/node_modules/labeled-stream-splicer/.travis.yml +0 -16
  1522. package/node_modules/labeled-stream-splicer/LICENSE +0 -21
  1523. package/node_modules/labeled-stream-splicer/example/browser/bar.js +0 -3
  1524. package/node_modules/labeled-stream-splicer/example/browser/foo.js +0 -5
  1525. package/node_modules/labeled-stream-splicer/example/browser/main.js +0 -2
  1526. package/node_modules/labeled-stream-splicer/example/browser/xyz.js +0 -2
  1527. package/node_modules/labeled-stream-splicer/example/bundle.js +0 -19
  1528. package/node_modules/labeled-stream-splicer/index.js +0 -64
  1529. package/node_modules/labeled-stream-splicer/package.json +0 -38
  1530. package/node_modules/labeled-stream-splicer/readme.markdown +0 -124
  1531. package/node_modules/labeled-stream-splicer/test/bundle/bar.js +0 -3
  1532. package/node_modules/labeled-stream-splicer/test/bundle/foo.js +0 -5
  1533. package/node_modules/labeled-stream-splicer/test/bundle/main.js +0 -2
  1534. package/node_modules/labeled-stream-splicer/test/bundle/xyz.js +0 -2
  1535. package/node_modules/labeled-stream-splicer/test/bundle.js +0 -29
  1536. package/node_modules/lodash.memoize/LICENSE.txt +0 -22
  1537. package/node_modules/lodash.memoize/README.md +0 -20
  1538. package/node_modules/lodash.memoize/index.js +0 -167
  1539. package/node_modules/lodash.memoize/package.json +0 -19
  1540. package/node_modules/math-intrinsics/.eslintrc +0 -16
  1541. package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  1542. package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  1543. package/node_modules/math-intrinsics/LICENSE +0 -21
  1544. package/node_modules/math-intrinsics/README.md +0 -50
  1545. package/node_modules/math-intrinsics/abs.d.ts +0 -1
  1546. package/node_modules/math-intrinsics/abs.js +0 -4
  1547. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  1548. package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  1549. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  1550. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  1551. package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  1552. package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  1553. package/node_modules/math-intrinsics/floor.d.ts +0 -1
  1554. package/node_modules/math-intrinsics/floor.js +0 -4
  1555. package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  1556. package/node_modules/math-intrinsics/isFinite.js +0 -12
  1557. package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  1558. package/node_modules/math-intrinsics/isInteger.js +0 -16
  1559. package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  1560. package/node_modules/math-intrinsics/isNaN.js +0 -6
  1561. package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  1562. package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  1563. package/node_modules/math-intrinsics/max.d.ts +0 -1
  1564. package/node_modules/math-intrinsics/max.js +0 -4
  1565. package/node_modules/math-intrinsics/min.d.ts +0 -1
  1566. package/node_modules/math-intrinsics/min.js +0 -4
  1567. package/node_modules/math-intrinsics/mod.d.ts +0 -3
  1568. package/node_modules/math-intrinsics/mod.js +0 -9
  1569. package/node_modules/math-intrinsics/package.json +0 -86
  1570. package/node_modules/math-intrinsics/pow.d.ts +0 -1
  1571. package/node_modules/math-intrinsics/pow.js +0 -4
  1572. package/node_modules/math-intrinsics/round.d.ts +0 -1
  1573. package/node_modules/math-intrinsics/round.js +0 -4
  1574. package/node_modules/math-intrinsics/sign.d.ts +0 -3
  1575. package/node_modules/math-intrinsics/sign.js +0 -11
  1576. package/node_modules/math-intrinsics/test/index.js +0 -192
  1577. package/node_modules/math-intrinsics/tsconfig.json +0 -3
  1578. package/node_modules/md5.js/LICENSE +0 -21
  1579. package/node_modules/md5.js/README.md +0 -29
  1580. package/node_modules/md5.js/index.js +0 -146
  1581. package/node_modules/md5.js/package.json +0 -38
  1582. package/node_modules/miller-rabin/.npmignore +0 -2
  1583. package/node_modules/miller-rabin/1.js +0 -7
  1584. package/node_modules/miller-rabin/README.md +0 -26
  1585. package/node_modules/miller-rabin/bin/miller-rabin +0 -29
  1586. package/node_modules/miller-rabin/lib/mr.js +0 -115
  1587. package/node_modules/miller-rabin/node_modules/bn.js/LICENSE +0 -19
  1588. package/node_modules/miller-rabin/node_modules/bn.js/README.md +0 -200
  1589. package/node_modules/miller-rabin/node_modules/bn.js/lib/bn.js +0 -3447
  1590. package/node_modules/miller-rabin/node_modules/bn.js/package.json +0 -36
  1591. package/node_modules/miller-rabin/node_modules/bn.js/util/genCombMulTo.js +0 -65
  1592. package/node_modules/miller-rabin/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  1593. package/node_modules/miller-rabin/package.json +0 -32
  1594. package/node_modules/miller-rabin/test/api-test.js +0 -18
  1595. package/node_modules/miller-rabin/test.js +0 -25
  1596. package/node_modules/minimalistic-assert/LICENSE +0 -13
  1597. package/node_modules/minimalistic-assert/index.js +0 -11
  1598. package/node_modules/minimalistic-assert/package.json +0 -19
  1599. package/node_modules/minimalistic-assert/readme.md +0 -4
  1600. package/node_modules/minimalistic-crypto-utils/.npmignore +0 -2
  1601. package/node_modules/minimalistic-crypto-utils/.travis.yml +0 -11
  1602. package/node_modules/minimalistic-crypto-utils/README.md +0 -47
  1603. package/node_modules/minimalistic-crypto-utils/lib/utils.js +0 -58
  1604. package/node_modules/minimalistic-crypto-utils/package.json +0 -27
  1605. package/node_modules/minimalistic-crypto-utils/test/utils-test.js +0 -28
  1606. package/node_modules/minimatch/LICENSE +0 -15
  1607. package/node_modules/minimatch/README.md +0 -230
  1608. package/node_modules/minimatch/minimatch.js +0 -947
  1609. package/node_modules/minimatch/package.json +0 -33
  1610. package/node_modules/minimist/.eslintrc +0 -29
  1611. package/node_modules/minimist/.github/FUNDING.yml +0 -12
  1612. package/node_modules/minimist/.nycrc +0 -14
  1613. package/node_modules/minimist/CHANGELOG.md +0 -298
  1614. package/node_modules/minimist/LICENSE +0 -18
  1615. package/node_modules/minimist/README.md +0 -121
  1616. package/node_modules/minimist/example/parse.js +0 -4
  1617. package/node_modules/minimist/index.js +0 -263
  1618. package/node_modules/minimist/package.json +0 -75
  1619. package/node_modules/minimist/test/all_bool.js +0 -34
  1620. package/node_modules/minimist/test/bool.js +0 -177
  1621. package/node_modules/minimist/test/dash.js +0 -43
  1622. package/node_modules/minimist/test/default_bool.js +0 -37
  1623. package/node_modules/minimist/test/dotted.js +0 -24
  1624. package/node_modules/minimist/test/kv_short.js +0 -32
  1625. package/node_modules/minimist/test/long.js +0 -33
  1626. package/node_modules/minimist/test/num.js +0 -38
  1627. package/node_modules/minimist/test/parse.js +0 -209
  1628. package/node_modules/minimist/test/parse_modified.js +0 -11
  1629. package/node_modules/minimist/test/proto.js +0 -64
  1630. package/node_modules/minimist/test/short.js +0 -69
  1631. package/node_modules/minimist/test/stop_early.js +0 -17
  1632. package/node_modules/minimist/test/unknown.js +0 -104
  1633. package/node_modules/minimist/test/whitespace.js +0 -10
  1634. package/node_modules/mkdirp-classic/LICENSE +0 -21
  1635. package/node_modules/mkdirp-classic/README.md +0 -18
  1636. package/node_modules/mkdirp-classic/index.js +0 -98
  1637. package/node_modules/mkdirp-classic/package.json +0 -18
  1638. package/node_modules/module-deps/.travis.yml +0 -19
  1639. package/node_modules/module-deps/CHANGELOG.md +0 -41
  1640. package/node_modules/module-deps/LICENSE +0 -18
  1641. package/node_modules/module-deps/appveyor.yml +0 -29
  1642. package/node_modules/module-deps/bin/cmd.js +0 -28
  1643. package/node_modules/module-deps/bin/usage.txt +0 -9
  1644. package/node_modules/module-deps/example/deps.js +0 -6
  1645. package/node_modules/module-deps/example/files/bar.js +0 -3
  1646. package/node_modules/module-deps/example/files/foo.js +0 -5
  1647. package/node_modules/module-deps/example/files/main.js +0 -2
  1648. package/node_modules/module-deps/example/files/xyz.js +0 -2
  1649. package/node_modules/module-deps/index.js +0 -635
  1650. package/node_modules/module-deps/package.json +0 -56
  1651. package/node_modules/module-deps/readme.markdown +0 -312
  1652. package/node_modules/module-deps/test/bundle.js +0 -23
  1653. package/node_modules/module-deps/test/cache.js +0 -50
  1654. package/node_modules/module-deps/test/cache_expose.js +0 -54
  1655. package/node_modules/module-deps/test/cache_partial.js +0 -47
  1656. package/node_modules/module-deps/test/cache_partial_expose.js +0 -104
  1657. package/node_modules/module-deps/test/cache_persistent/error_transform.js +0 -6
  1658. package/node_modules/module-deps/test/cache_persistent.js +0 -122
  1659. package/node_modules/module-deps/test/cycle/bar.js +0 -3
  1660. package/node_modules/module-deps/test/cycle/foo.js +0 -4
  1661. package/node_modules/module-deps/test/cycle/main.js +0 -4
  1662. package/node_modules/module-deps/test/cycle.js +0 -19
  1663. package/node_modules/module-deps/test/deps.js +0 -49
  1664. package/node_modules/module-deps/test/detect.js +0 -32
  1665. package/node_modules/module-deps/test/dotdot/abc/index.js +0 -2
  1666. package/node_modules/module-deps/test/dotdot/index.js +0 -1
  1667. package/node_modules/module-deps/test/dotdot.js +0 -20
  1668. package/node_modules/module-deps/test/expose/bar.js +0 -1
  1669. package/node_modules/module-deps/test/expose/foo.js +0 -1
  1670. package/node_modules/module-deps/test/expose/lib/abc.js +0 -1
  1671. package/node_modules/module-deps/test/expose/lib/xyz.js +0 -2
  1672. package/node_modules/module-deps/test/expose/main.js +0 -3
  1673. package/node_modules/module-deps/test/expose.js +0 -41
  1674. package/node_modules/module-deps/test/file_cache.js +0 -58
  1675. package/node_modules/module-deps/test/files/bar.js +0 -3
  1676. package/node_modules/module-deps/test/files/extra.js +0 -1
  1677. package/node_modules/module-deps/test/files/filterable.js +0 -10
  1678. package/node_modules/module-deps/test/files/foo.js +0 -5
  1679. package/node_modules/module-deps/test/files/main.js +0 -2
  1680. package/node_modules/module-deps/test/files/pkg_filter/one.js +0 -1
  1681. package/node_modules/module-deps/test/files/pkg_filter/package.json +0 -3
  1682. package/node_modules/module-deps/test/files/pkg_filter/test.js +0 -1
  1683. package/node_modules/module-deps/test/files/pkg_filter/two.js +0 -1
  1684. package/node_modules/module-deps/test/files/quotes/bar.js +0 -1
  1685. package/node_modules/module-deps/test/files/quotes/baz.js +0 -1
  1686. package/node_modules/module-deps/test/files/quotes/foo.js +0 -1
  1687. package/node_modules/module-deps/test/files/quotes/main.js +0 -3
  1688. package/node_modules/module-deps/test/files/resolve/bar/bar.js +0 -5
  1689. package/node_modules/module-deps/test/files/resolve/bar/bar2.js +0 -3
  1690. package/node_modules/module-deps/test/files/resolve/foo/baz/baz.js +0 -3
  1691. package/node_modules/module-deps/test/files/resolve/foo/foo.js +0 -6
  1692. package/node_modules/module-deps/test/files/syntax_error.js +0 -2
  1693. package/node_modules/module-deps/test/files/tr_2dep_module/f.js +0 -1
  1694. package/node_modules/module-deps/test/files/tr_2dep_module/main.js +0 -7
  1695. package/node_modules/module-deps/test/files/tr_global/main.js +0 -1
  1696. package/node_modules/module-deps/test/files/tr_global/package.json +0 -5
  1697. package/node_modules/module-deps/test/files/tr_module/f.js +0 -1
  1698. package/node_modules/module-deps/test/files/tr_module/index.js +0 -8
  1699. package/node_modules/module-deps/test/files/tr_module/main.js +0 -8
  1700. package/node_modules/module-deps/test/files/tr_module/package.json +0 -5
  1701. package/node_modules/module-deps/test/files/tr_module/xxx.js +0 -8
  1702. package/node_modules/module-deps/test/files/tr_no_entry/main.js +0 -1
  1703. package/node_modules/module-deps/test/files/tr_rel/package.json +0 -5
  1704. package/node_modules/module-deps/test/files/tr_rel/subdir/main.js +0 -1
  1705. package/node_modules/module-deps/test/files/tr_rel/xxx.js +0 -8
  1706. package/node_modules/module-deps/test/files/tr_sh/f.js +0 -1
  1707. package/node_modules/module-deps/test/files/tr_sh/main.js +0 -7
  1708. package/node_modules/module-deps/test/files/tr_sh/tr_a.js +0 -7
  1709. package/node_modules/module-deps/test/files/tr_sh/tr_b.js +0 -7
  1710. package/node_modules/module-deps/test/files/tr_whole_package/f.js +0 -3
  1711. package/node_modules/module-deps/test/files/tr_whole_package/main.js +0 -3
  1712. package/node_modules/module-deps/test/files/transformdeps.js +0 -1
  1713. package/node_modules/module-deps/test/files/unicode/bar.js +0 -3
  1714. package/node_modules/module-deps/test/files/unicode/foo.js +0 -5
  1715. package/node_modules/module-deps/test/files/unicode/main.js +0 -2
  1716. package/node_modules/module-deps/test/files/xyz.js +0 -2
  1717. package/node_modules/module-deps/test/filter.js +0 -36
  1718. package/node_modules/module-deps/test/ignore_missing/main.js +0 -1
  1719. package/node_modules/module-deps/test/ignore_missing/other.js +0 -1
  1720. package/node_modules/module-deps/test/ignore_missing.js +0 -60
  1721. package/node_modules/module-deps/test/ignore_missing_cache.js +0 -52
  1722. package/node_modules/module-deps/test/invalid_pkg/file.js +0 -1
  1723. package/node_modules/module-deps/test/invalid_pkg/index.js +0 -1
  1724. package/node_modules/module-deps/test/invalid_pkg/package.json +0 -1
  1725. package/node_modules/module-deps/test/invalid_pkg.js +0 -16
  1726. package/node_modules/module-deps/test/noparse.js +0 -43
  1727. package/node_modules/module-deps/test/noparse_row.js +0 -39
  1728. package/node_modules/module-deps/test/pkg/main.js +0 -2
  1729. package/node_modules/module-deps/test/pkg/package.json +0 -4
  1730. package/node_modules/module-deps/test/pkg.js +0 -20
  1731. package/node_modules/module-deps/test/pkg_filter.js +0 -28
  1732. package/node_modules/module-deps/test/quotes.js +0 -42
  1733. package/node_modules/module-deps/test/resolve.js +0 -121
  1734. package/node_modules/module-deps/test/row_expose.js +0 -24
  1735. package/node_modules/module-deps/test/row_expose_name_is_file_transform.js +0 -32
  1736. package/node_modules/module-deps/test/row_expose_transform.js +0 -31
  1737. package/node_modules/module-deps/test/source.js +0 -61
  1738. package/node_modules/module-deps/test/syntax.js +0 -23
  1739. package/node_modules/module-deps/test/tr_2dep_module.js +0 -23
  1740. package/node_modules/module-deps/test/tr_deps.js +0 -60
  1741. package/node_modules/module-deps/test/tr_err.js +0 -21
  1742. package/node_modules/module-deps/test/tr_flags/empty.js +0 -0
  1743. package/node_modules/module-deps/test/tr_flags.js +0 -44
  1744. package/node_modules/module-deps/test/tr_fn.js +0 -32
  1745. package/node_modules/module-deps/test/tr_global.js +0 -29
  1746. package/node_modules/module-deps/test/tr_module.js +0 -23
  1747. package/node_modules/module-deps/test/tr_no_entry.js +0 -31
  1748. package/node_modules/module-deps/test/tr_opts/main.js +0 -1
  1749. package/node_modules/module-deps/test/tr_opts/package.json +0 -7
  1750. package/node_modules/module-deps/test/tr_opts.js +0 -21
  1751. package/node_modules/module-deps/test/tr_rel.js +0 -24
  1752. package/node_modules/module-deps/test/tr_sh.js +0 -23
  1753. package/node_modules/module-deps/test/tr_whole_package.js +0 -22
  1754. package/node_modules/module-deps/test/tr_write/main.js +0 -1
  1755. package/node_modules/module-deps/test/tr_write.js +0 -32
  1756. package/node_modules/module-deps/test/undef_file.js +0 -49
  1757. package/node_modules/module-deps/test/unicode.js +0 -49
  1758. package/node_modules/object-inspect/.eslintrc +0 -53
  1759. package/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  1760. package/node_modules/object-inspect/.nycrc +0 -13
  1761. package/node_modules/object-inspect/CHANGELOG.md +0 -424
  1762. package/node_modules/object-inspect/LICENSE +0 -21
  1763. package/node_modules/object-inspect/example/all.js +0 -23
  1764. package/node_modules/object-inspect/example/circular.js +0 -6
  1765. package/node_modules/object-inspect/example/fn.js +0 -5
  1766. package/node_modules/object-inspect/example/inspect.js +0 -10
  1767. package/node_modules/object-inspect/index.js +0 -544
  1768. package/node_modules/object-inspect/package-support.json +0 -20
  1769. package/node_modules/object-inspect/package.json +0 -105
  1770. package/node_modules/object-inspect/readme.markdown +0 -84
  1771. package/node_modules/object-inspect/test/bigint.js +0 -58
  1772. package/node_modules/object-inspect/test/browser/dom.js +0 -15
  1773. package/node_modules/object-inspect/test/circular.js +0 -16
  1774. package/node_modules/object-inspect/test/deep.js +0 -12
  1775. package/node_modules/object-inspect/test/element.js +0 -53
  1776. package/node_modules/object-inspect/test/err.js +0 -48
  1777. package/node_modules/object-inspect/test/fakes.js +0 -29
  1778. package/node_modules/object-inspect/test/fn.js +0 -76
  1779. package/node_modules/object-inspect/test/global.js +0 -17
  1780. package/node_modules/object-inspect/test/has.js +0 -15
  1781. package/node_modules/object-inspect/test/holes.js +0 -15
  1782. package/node_modules/object-inspect/test/indent-option.js +0 -271
  1783. package/node_modules/object-inspect/test/inspect.js +0 -139
  1784. package/node_modules/object-inspect/test/lowbyte.js +0 -12
  1785. package/node_modules/object-inspect/test/number.js +0 -58
  1786. package/node_modules/object-inspect/test/quoteStyle.js +0 -26
  1787. package/node_modules/object-inspect/test/toStringTag.js +0 -40
  1788. package/node_modules/object-inspect/test/undef.js +0 -12
  1789. package/node_modules/object-inspect/test/values.js +0 -261
  1790. package/node_modules/object-inspect/test-core-js.js +0 -26
  1791. package/node_modules/object-inspect/util.inspect.js +0 -1
  1792. package/node_modules/object-keys/.editorconfig +0 -13
  1793. package/node_modules/object-keys/.eslintrc +0 -17
  1794. package/node_modules/object-keys/.travis.yml +0 -277
  1795. package/node_modules/object-keys/CHANGELOG.md +0 -232
  1796. package/node_modules/object-keys/LICENSE +0 -21
  1797. package/node_modules/object-keys/README.md +0 -76
  1798. package/node_modules/object-keys/implementation.js +0 -122
  1799. package/node_modules/object-keys/index.js +0 -32
  1800. package/node_modules/object-keys/isArguments.js +0 -17
  1801. package/node_modules/object-keys/package.json +0 -88
  1802. package/node_modules/object-keys/test/index.js +0 -5
  1803. package/node_modules/object.assign/.editorconfig +0 -20
  1804. package/node_modules/object.assign/.eslintrc +0 -28
  1805. package/node_modules/object.assign/.github/FUNDING.yml +0 -12
  1806. package/node_modules/object.assign/.nycrc +0 -9
  1807. package/node_modules/object.assign/CHANGELOG.md +0 -246
  1808. package/node_modules/object.assign/LICENSE +0 -21
  1809. package/node_modules/object.assign/README.md +0 -136
  1810. package/node_modules/object.assign/auto.js +0 -3
  1811. package/node_modules/object.assign/dist/browser.js +0 -1304
  1812. package/node_modules/object.assign/hasSymbols.js +0 -43
  1813. package/node_modules/object.assign/implementation.js +0 -46
  1814. package/node_modules/object.assign/index.js +0 -22
  1815. package/node_modules/object.assign/package.json +0 -96
  1816. package/node_modules/object.assign/polyfill.js +0 -55
  1817. package/node_modules/object.assign/shim.js +0 -14
  1818. package/node_modules/object.assign/test/implementation.js +0 -19
  1819. package/node_modules/object.assign/test/index.js +0 -17
  1820. package/node_modules/object.assign/test/native.js +0 -49
  1821. package/node_modules/object.assign/test/ses-compat.js +0 -12
  1822. package/node_modules/object.assign/test/shimmed.js +0 -52
  1823. package/node_modules/object.assign/test/tests.js +0 -232
  1824. package/node_modules/once/LICENSE +0 -15
  1825. package/node_modules/once/README.md +0 -79
  1826. package/node_modules/once/once.js +0 -42
  1827. package/node_modules/once/package.json +0 -33
  1828. package/node_modules/os-browserify/.npmignore +0 -14
  1829. package/node_modules/os-browserify/LICENSE +0 -21
  1830. package/node_modules/os-browserify/README.md +0 -5
  1831. package/node_modules/os-browserify/browser.js +0 -49
  1832. package/node_modules/os-browserify/main.js +0 -1
  1833. package/node_modules/os-browserify/package.json +0 -20
  1834. package/node_modules/pako/CHANGELOG.md +0 -164
  1835. package/node_modules/pako/LICENSE +0 -21
  1836. package/node_modules/pako/README.md +0 -191
  1837. package/node_modules/pako/dist/pako.js +0 -6818
  1838. package/node_modules/pako/dist/pako.min.js +0 -1
  1839. package/node_modules/pako/dist/pako_deflate.js +0 -3997
  1840. package/node_modules/pako/dist/pako_deflate.min.js +0 -1
  1841. package/node_modules/pako/dist/pako_inflate.js +0 -3300
  1842. package/node_modules/pako/dist/pako_inflate.min.js +0 -1
  1843. package/node_modules/pako/index.js +0 -14
  1844. package/node_modules/pako/lib/deflate.js +0 -400
  1845. package/node_modules/pako/lib/inflate.js +0 -423
  1846. package/node_modules/pako/lib/utils/common.js +0 -105
  1847. package/node_modules/pako/lib/utils/strings.js +0 -187
  1848. package/node_modules/pako/lib/zlib/README +0 -59
  1849. package/node_modules/pako/lib/zlib/adler32.js +0 -51
  1850. package/node_modules/pako/lib/zlib/constants.js +0 -68
  1851. package/node_modules/pako/lib/zlib/crc32.js +0 -59
  1852. package/node_modules/pako/lib/zlib/deflate.js +0 -1874
  1853. package/node_modules/pako/lib/zlib/gzheader.js +0 -58
  1854. package/node_modules/pako/lib/zlib/inffast.js +0 -345
  1855. package/node_modules/pako/lib/zlib/inflate.js +0 -1556
  1856. package/node_modules/pako/lib/zlib/inftrees.js +0 -343
  1857. package/node_modules/pako/lib/zlib/messages.js +0 -32
  1858. package/node_modules/pako/lib/zlib/trees.js +0 -1222
  1859. package/node_modules/pako/lib/zlib/zstream.js +0 -47
  1860. package/node_modules/pako/package.json +0 -44
  1861. package/node_modules/parents/.travis.yml +0 -4
  1862. package/node_modules/parents/LICENSE +0 -18
  1863. package/node_modules/parents/example/dirname.js +0 -3
  1864. package/node_modules/parents/example/win32.js +0 -5
  1865. package/node_modules/parents/index.js +0 -48
  1866. package/node_modules/parents/package.json +0 -38
  1867. package/node_modules/parents/readme.markdown +0 -75
  1868. package/node_modules/parents/test/dirname.js +0 -20
  1869. package/node_modules/parents/test/win32.js +0 -34
  1870. package/node_modules/parse-asn1/.eslintrc +0 -34
  1871. package/node_modules/parse-asn1/.github/FUNDING.yml +0 -12
  1872. package/node_modules/parse-asn1/CHANGELOG.md +0 -188
  1873. package/node_modules/parse-asn1/LICENSE +0 -13
  1874. package/node_modules/parse-asn1/README.md +0 -8
  1875. package/node_modules/parse-asn1/aesid.json +0 -13
  1876. package/node_modules/parse-asn1/asn1.js +0 -123
  1877. package/node_modules/parse-asn1/certificate.js +0 -89
  1878. package/node_modules/parse-asn1/fixProc.js +0 -33
  1879. package/node_modules/parse-asn1/index.js +0 -111
  1880. package/node_modules/parse-asn1/package.json +0 -59
  1881. package/node_modules/path-browserify/.github/FUNDING.yml +0 -12
  1882. package/node_modules/path-browserify/.travis.yml +0 -16
  1883. package/node_modules/path-browserify/CHANGELOG.md +0 -20
  1884. package/node_modules/path-browserify/LICENSE +0 -20
  1885. package/node_modules/path-browserify/README.md +0 -45
  1886. package/node_modules/path-browserify/index.js +0 -529
  1887. package/node_modules/path-browserify/package.json +0 -30
  1888. package/node_modules/path-browserify/security.md +0 -10
  1889. package/node_modules/path-browserify/test/index.js +0 -9
  1890. package/node_modules/path-browserify/test/test-path-basename.js +0 -79
  1891. package/node_modules/path-browserify/test/test-path-dirname.js +0 -58
  1892. package/node_modules/path-browserify/test/test-path-extname.js +0 -96
  1893. package/node_modules/path-browserify/test/test-path-isabsolute.js +0 -33
  1894. package/node_modules/path-browserify/test/test-path-join.js +0 -126
  1895. package/node_modules/path-browserify/test/test-path-parse-format.js +0 -235
  1896. package/node_modules/path-browserify/test/test-path-relative.js +0 -66
  1897. package/node_modules/path-browserify/test/test-path-resolve.js +0 -45
  1898. package/node_modules/path-browserify/test/test-path-zero-length-strings.js +0 -53
  1899. package/node_modules/path-browserify/test/test-path.js +0 -107
  1900. package/node_modules/path-is-absolute/index.js +0 -20
  1901. package/node_modules/path-is-absolute/license +0 -21
  1902. package/node_modules/path-is-absolute/package.json +0 -43
  1903. package/node_modules/path-is-absolute/readme.md +0 -59
  1904. package/node_modules/path-parse/LICENSE +0 -21
  1905. package/node_modules/path-parse/README.md +0 -42
  1906. package/node_modules/path-parse/index.js +0 -75
  1907. package/node_modules/path-parse/package.json +0 -33
  1908. package/node_modules/path-platform/LICENSE +0 -3
  1909. package/node_modules/path-platform/README.md +0 -5
  1910. package/node_modules/path-platform/package.json +0 -25
  1911. package/node_modules/path-platform/path.js +0 -643
  1912. package/node_modules/pbkdf2/.eslintrc +0 -45
  1913. package/node_modules/pbkdf2/.github/FUNDING.yml +0 -12
  1914. package/node_modules/pbkdf2/.nycrc +0 -10
  1915. package/node_modules/pbkdf2/CHANGELOG.md +0 -345
  1916. package/node_modules/pbkdf2/LICENSE +0 -21
  1917. package/node_modules/pbkdf2/README.md +0 -48
  1918. package/node_modules/pbkdf2/browser.js +0 -4
  1919. package/node_modules/pbkdf2/index.js +0 -43
  1920. package/node_modules/pbkdf2/lib/async.js +0 -122
  1921. package/node_modules/pbkdf2/lib/default-encoding.js +0 -14
  1922. package/node_modules/pbkdf2/lib/precondition.js +0 -21
  1923. package/node_modules/pbkdf2/lib/sync-browser.js +0 -131
  1924. package/node_modules/pbkdf2/lib/sync.js +0 -73
  1925. package/node_modules/pbkdf2/lib/to-buffer.js +0 -20
  1926. package/node_modules/pbkdf2/node_modules/create-hash/.npmignore +0 -1
  1927. package/node_modules/pbkdf2/node_modules/create-hash/.travis.yml +0 -15
  1928. package/node_modules/pbkdf2/node_modules/create-hash/browser.js +0 -52
  1929. package/node_modules/pbkdf2/node_modules/create-hash/index.js +0 -1
  1930. package/node_modules/pbkdf2/node_modules/create-hash/make-hash.js +0 -30
  1931. package/node_modules/pbkdf2/node_modules/create-hash/md5.js +0 -151
  1932. package/node_modules/pbkdf2/node_modules/create-hash/package.json +0 -37
  1933. package/node_modules/pbkdf2/node_modules/create-hash/readme.md +0 -19
  1934. package/node_modules/pbkdf2/node_modules/create-hash/test.js +0 -40
  1935. package/node_modules/pbkdf2/node_modules/hash-base/README.md +0 -38
  1936. package/node_modules/pbkdf2/node_modules/hash-base/index.js +0 -83
  1937. package/node_modules/pbkdf2/node_modules/hash-base/package.json +0 -37
  1938. package/node_modules/pbkdf2/node_modules/ripemd160/CHANGELOG.md +0 -72
  1939. package/node_modules/pbkdf2/node_modules/ripemd160/LICENSE.md +0 -21
  1940. package/node_modules/pbkdf2/node_modules/ripemd160/README.md +0 -27
  1941. package/node_modules/pbkdf2/node_modules/ripemd160/index.js +0 -291
  1942. package/node_modules/pbkdf2/node_modules/ripemd160/package.json +0 -37
  1943. package/node_modules/pbkdf2/package.json +0 -77
  1944. package/node_modules/possible-typed-array-names/.eslintrc +0 -5
  1945. package/node_modules/possible-typed-array-names/.github/FUNDING.yml +0 -12
  1946. package/node_modules/possible-typed-array-names/CHANGELOG.md +0 -29
  1947. package/node_modules/possible-typed-array-names/LICENSE +0 -21
  1948. package/node_modules/possible-typed-array-names/README.md +0 -50
  1949. package/node_modules/possible-typed-array-names/index.d.ts +0 -16
  1950. package/node_modules/possible-typed-array-names/index.js +0 -17
  1951. package/node_modules/possible-typed-array-names/package.json +0 -84
  1952. package/node_modules/possible-typed-array-names/test/index.js +0 -19
  1953. package/node_modules/possible-typed-array-names/tsconfig.json +0 -9
  1954. package/node_modules/process/.eslintrc +0 -21
  1955. package/node_modules/process/LICENSE +0 -22
  1956. package/node_modules/process/README.md +0 -26
  1957. package/node_modules/process/browser.js +0 -184
  1958. package/node_modules/process/index.js +0 -2
  1959. package/node_modules/process/package.json +0 -27
  1960. package/node_modules/process/test.js +0 -199
  1961. package/node_modules/process-nextick-args/index.js +0 -45
  1962. package/node_modules/process-nextick-args/license.md +0 -19
  1963. package/node_modules/process-nextick-args/package.json +0 -25
  1964. package/node_modules/process-nextick-args/readme.md +0 -18
  1965. package/node_modules/public-encrypt/.travis.yml +0 -6
  1966. package/node_modules/public-encrypt/LICENSE +0 -19
  1967. package/node_modules/public-encrypt/browser.js +0 -10
  1968. package/node_modules/public-encrypt/index.js +0 -18
  1969. package/node_modules/public-encrypt/mgf.js +0 -19
  1970. package/node_modules/public-encrypt/node_modules/bn.js/LICENSE +0 -19
  1971. package/node_modules/public-encrypt/node_modules/bn.js/README.md +0 -200
  1972. package/node_modules/public-encrypt/node_modules/bn.js/lib/bn.js +0 -3447
  1973. package/node_modules/public-encrypt/node_modules/bn.js/package.json +0 -36
  1974. package/node_modules/public-encrypt/node_modules/bn.js/util/genCombMulTo.js +0 -65
  1975. package/node_modules/public-encrypt/node_modules/bn.js/util/genCombMulTo10.js +0 -65
  1976. package/node_modules/public-encrypt/package.json +0 -37
  1977. package/node_modules/public-encrypt/privateDecrypt.js +0 -105
  1978. package/node_modules/public-encrypt/publicEncrypt.js +0 -88
  1979. package/node_modules/public-encrypt/readme.md +0 -8
  1980. package/node_modules/public-encrypt/test/1024.priv +0 -16
  1981. package/node_modules/public-encrypt/test/1024.pub +0 -6
  1982. package/node_modules/public-encrypt/test/ec.pass.priv +0 -7
  1983. package/node_modules/public-encrypt/test/ec.priv +0 -5
  1984. package/node_modules/public-encrypt/test/ec.pub +0 -4
  1985. package/node_modules/public-encrypt/test/index.js +0 -113
  1986. package/node_modules/public-encrypt/test/nodeTests.js +0 -51
  1987. package/node_modules/public-encrypt/test/pass.1024.priv +0 -18
  1988. package/node_modules/public-encrypt/test/pass.1024.pub +0 -6
  1989. package/node_modules/public-encrypt/test/rsa.1024.priv +0 -15
  1990. package/node_modules/public-encrypt/test/rsa.1024.pub +0 -5
  1991. package/node_modules/public-encrypt/test/rsa.2028.priv +0 -27
  1992. package/node_modules/public-encrypt/test/rsa.2028.pub +0 -8
  1993. package/node_modules/public-encrypt/test/rsa.pass.priv +0 -30
  1994. package/node_modules/public-encrypt/test/rsa.pass.pub +0 -9
  1995. package/node_modules/public-encrypt/test/test_cert.pem +0 -20
  1996. package/node_modules/public-encrypt/test/test_key.pem +0 -15
  1997. package/node_modules/public-encrypt/test/test_rsa_privkey.pem +0 -15
  1998. package/node_modules/public-encrypt/test/test_rsa_privkey_encrypted.pem +0 -18
  1999. package/node_modules/public-encrypt/test/test_rsa_pubkey.pem +0 -6
  2000. package/node_modules/public-encrypt/withPublic.js +0 -12
  2001. package/node_modules/public-encrypt/xor.js +0 -8
  2002. package/node_modules/punycode/LICENSE-MIT.txt +0 -20
  2003. package/node_modules/punycode/README.md +0 -176
  2004. package/node_modules/punycode/package.json +0 -60
  2005. package/node_modules/punycode/punycode.js +0 -533
  2006. package/node_modules/qs/.editorconfig +0 -46
  2007. package/node_modules/qs/.eslintrc +0 -39
  2008. package/node_modules/qs/.github/FUNDING.yml +0 -12
  2009. package/node_modules/qs/.nycrc +0 -13
  2010. package/node_modules/qs/CHANGELOG.md +0 -622
  2011. package/node_modules/qs/LICENSE.md +0 -29
  2012. package/node_modules/qs/README.md +0 -733
  2013. package/node_modules/qs/dist/qs.js +0 -141
  2014. package/node_modules/qs/lib/formats.js +0 -23
  2015. package/node_modules/qs/lib/index.js +0 -11
  2016. package/node_modules/qs/lib/parse.js +0 -328
  2017. package/node_modules/qs/lib/stringify.js +0 -356
  2018. package/node_modules/qs/lib/utils.js +0 -268
  2019. package/node_modules/qs/package.json +0 -93
  2020. package/node_modules/qs/test/empty-keys-cases.js +0 -267
  2021. package/node_modules/qs/test/parse.js +0 -1276
  2022. package/node_modules/qs/test/stringify.js +0 -1306
  2023. package/node_modules/qs/test/utils.js +0 -262
  2024. package/node_modules/querystring-es3/.travis.yml +0 -4
  2025. package/node_modules/querystring-es3/History.md +0 -20
  2026. package/node_modules/querystring-es3/License.md +0 -19
  2027. package/node_modules/querystring-es3/Readme.md +0 -15
  2028. package/node_modules/querystring-es3/decode.js +0 -84
  2029. package/node_modules/querystring-es3/encode.js +0 -85
  2030. package/node_modules/querystring-es3/index.js +0 -4
  2031. package/node_modules/querystring-es3/package.json +0 -65
  2032. package/node_modules/querystring-es3/test/common-index.js +0 -3
  2033. package/node_modules/querystring-es3/test/index.js +0 -210
  2034. package/node_modules/querystring-es3/test/tap-index.js +0 -3
  2035. package/node_modules/randombytes/.travis.yml +0 -15
  2036. package/node_modules/randombytes/.zuul.yml +0 -1
  2037. package/node_modules/randombytes/LICENSE +0 -21
  2038. package/node_modules/randombytes/README.md +0 -14
  2039. package/node_modules/randombytes/browser.js +0 -50
  2040. package/node_modules/randombytes/index.js +0 -1
  2041. package/node_modules/randombytes/package.json +0 -36
  2042. package/node_modules/randombytes/test.js +0 -81
  2043. package/node_modules/randomfill/.travis.yml +0 -15
  2044. package/node_modules/randomfill/.zuul.yml +0 -1
  2045. package/node_modules/randomfill/LICENSE +0 -21
  2046. package/node_modules/randomfill/README.md +0 -15
  2047. package/node_modules/randomfill/browser.js +0 -108
  2048. package/node_modules/randomfill/index.js +0 -7
  2049. package/node_modules/randomfill/package.json +0 -37
  2050. package/node_modules/randomfill/test.js +0 -28
  2051. package/node_modules/read-only-stream/.travis.yml +0 -6
  2052. package/node_modules/read-only-stream/LICENSE +0 -18
  2053. package/node_modules/read-only-stream/example/main.js +0 -3
  2054. package/node_modules/read-only-stream/example/wrap.js +0 -8
  2055. package/node_modules/read-only-stream/index.js +0 -30
  2056. package/node_modules/read-only-stream/package.json +0 -35
  2057. package/node_modules/read-only-stream/readme.markdown +0 -60
  2058. package/node_modules/read-only-stream/test/error.js +0 -15
  2059. package/node_modules/read-only-stream/test/ro.js +0 -22
  2060. package/node_modules/read-only-stream/test/streams1.js +0 -21
  2061. package/node_modules/readable-stream/.travis.yml +0 -34
  2062. package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  2063. package/node_modules/readable-stream/GOVERNANCE.md +0 -136
  2064. package/node_modules/readable-stream/LICENSE +0 -47
  2065. package/node_modules/readable-stream/README.md +0 -58
  2066. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  2067. package/node_modules/readable-stream/duplex-browser.js +0 -1
  2068. package/node_modules/readable-stream/duplex.js +0 -1
  2069. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
  2070. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
  2071. package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
  2072. package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
  2073. package/node_modules/readable-stream/lib/_stream_writable.js +0 -685
  2074. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
  2075. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
  2076. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  2077. package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  2078. package/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +0 -21
  2079. package/node_modules/readable-stream/node_modules/safe-buffer/README.md +0 -584
  2080. package/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +0 -187
  2081. package/node_modules/readable-stream/node_modules/safe-buffer/index.js +0 -62
  2082. package/node_modules/readable-stream/node_modules/safe-buffer/package.json +0 -37
  2083. package/node_modules/readable-stream/node_modules/string_decoder/.travis.yml +0 -50
  2084. package/node_modules/readable-stream/node_modules/string_decoder/LICENSE +0 -48
  2085. package/node_modules/readable-stream/node_modules/string_decoder/README.md +0 -47
  2086. package/node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js +0 -296
  2087. package/node_modules/readable-stream/node_modules/string_decoder/package.json +0 -31
  2088. package/node_modules/readable-stream/package.json +0 -52
  2089. package/node_modules/readable-stream/passthrough.js +0 -1
  2090. package/node_modules/readable-stream/readable-browser.js +0 -7
  2091. package/node_modules/readable-stream/readable.js +0 -19
  2092. package/node_modules/readable-stream/transform.js +0 -1
  2093. package/node_modules/readable-stream/writable-browser.js +0 -1
  2094. package/node_modules/readable-stream/writable.js +0 -8
  2095. package/node_modules/resolve/.editorconfig +0 -37
  2096. package/node_modules/resolve/.eslintrc +0 -65
  2097. package/node_modules/resolve/.github/FUNDING.yml +0 -12
  2098. package/node_modules/resolve/LICENSE +0 -21
  2099. package/node_modules/resolve/SECURITY.md +0 -3
  2100. package/node_modules/resolve/async.js +0 -3
  2101. package/node_modules/resolve/bin/resolve +0 -50
  2102. package/node_modules/resolve/example/async.js +0 -5
  2103. package/node_modules/resolve/example/sync.js +0 -3
  2104. package/node_modules/resolve/index.js +0 -6
  2105. package/node_modules/resolve/lib/async.js +0 -329
  2106. package/node_modules/resolve/lib/caller.js +0 -8
  2107. package/node_modules/resolve/lib/core.js +0 -12
  2108. package/node_modules/resolve/lib/core.json +0 -162
  2109. package/node_modules/resolve/lib/homedir.js +0 -24
  2110. package/node_modules/resolve/lib/is-core.js +0 -5
  2111. package/node_modules/resolve/lib/node-modules-paths.js +0 -42
  2112. package/node_modules/resolve/lib/normalize-options.js +0 -10
  2113. package/node_modules/resolve/lib/sync.js +0 -208
  2114. package/node_modules/resolve/package.json +0 -75
  2115. package/node_modules/resolve/readme.markdown +0 -301
  2116. package/node_modules/resolve/sync.js +0 -3
  2117. package/node_modules/resolve/test/core.js +0 -88
  2118. package/node_modules/resolve/test/dotdot/abc/index.js +0 -2
  2119. package/node_modules/resolve/test/dotdot/index.js +0 -1
  2120. package/node_modules/resolve/test/dotdot.js +0 -29
  2121. package/node_modules/resolve/test/faulty_basedir.js +0 -29
  2122. package/node_modules/resolve/test/filter.js +0 -34
  2123. package/node_modules/resolve/test/filter_sync.js +0 -33
  2124. package/node_modules/resolve/test/home_paths.js +0 -127
  2125. package/node_modules/resolve/test/home_paths_sync.js +0 -114
  2126. package/node_modules/resolve/test/mock.js +0 -315
  2127. package/node_modules/resolve/test/mock_sync.js +0 -214
  2128. package/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
  2129. package/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
  2130. package/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
  2131. package/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  2132. package/node_modules/resolve/test/module_dir.js +0 -56
  2133. package/node_modules/resolve/test/node-modules-paths.js +0 -143
  2134. package/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
  2135. package/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
  2136. package/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
  2137. package/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
  2138. package/node_modules/resolve/test/node_path.js +0 -70
  2139. package/node_modules/resolve/test/nonstring.js +0 -9
  2140. package/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  2141. package/node_modules/resolve/test/pathfilter.js +0 -75
  2142. package/node_modules/resolve/test/precedence/aaa/index.js +0 -1
  2143. package/node_modules/resolve/test/precedence/aaa/main.js +0 -1
  2144. package/node_modules/resolve/test/precedence/aaa.js +0 -1
  2145. package/node_modules/resolve/test/precedence/bbb/main.js +0 -1
  2146. package/node_modules/resolve/test/precedence/bbb.js +0 -1
  2147. package/node_modules/resolve/test/precedence.js +0 -23
  2148. package/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  2149. package/node_modules/resolve/test/resolver/baz/package.json +0 -4
  2150. package/node_modules/resolve/test/resolver/baz/quux.js +0 -1
  2151. package/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  2152. package/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  2153. package/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  2154. package/node_modules/resolve/test/resolver/cup.coffee +0 -1
  2155. package/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
  2156. package/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  2157. package/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
  2158. package/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  2159. package/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  2160. package/node_modules/resolve/test/resolver/false_main/package.json +0 -4
  2161. package/node_modules/resolve/test/resolver/foo.js +0 -1
  2162. package/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
  2163. package/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  2164. package/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  2165. package/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2166. package/node_modules/resolve/test/resolver/mug.js +0 -0
  2167. package/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  2168. package/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  2169. package/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
  2170. package/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  2171. package/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  2172. package/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  2173. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
  2174. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  2175. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
  2176. package/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  2177. package/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  2178. package/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
  2179. package/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
  2180. package/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
  2181. package/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  2182. package/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2183. package/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
  2184. package/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  2185. package/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
  2186. package/node_modules/resolve/test/resolver.js +0 -597
  2187. package/node_modules/resolve/test/resolver_sync.js +0 -730
  2188. package/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  2189. package/node_modules/resolve/test/shadowed_core.js +0 -54
  2190. package/node_modules/resolve/test/subdirs.js +0 -13
  2191. package/node_modules/resolve/test/symlinks.js +0 -176
  2192. package/node_modules/ripemd160/CHANGELOG.md +0 -72
  2193. package/node_modules/ripemd160/LICENSE +0 -21
  2194. package/node_modules/ripemd160/README.md +0 -27
  2195. package/node_modules/ripemd160/index.js +0 -163
  2196. package/node_modules/ripemd160/package.json +0 -37
  2197. package/node_modules/safe-buffer/LICENSE +0 -21
  2198. package/node_modules/safe-buffer/README.md +0 -584
  2199. package/node_modules/safe-buffer/index.d.ts +0 -187
  2200. package/node_modules/safe-buffer/index.js +0 -65
  2201. package/node_modules/safe-buffer/package.json +0 -51
  2202. package/node_modules/safe-regex-test/.eslintrc +0 -9
  2203. package/node_modules/safe-regex-test/.github/FUNDING.yml +0 -12
  2204. package/node_modules/safe-regex-test/.nycrc +0 -13
  2205. package/node_modules/safe-regex-test/CHANGELOG.md +0 -55
  2206. package/node_modules/safe-regex-test/LICENSE +0 -21
  2207. package/node_modules/safe-regex-test/README.md +0 -46
  2208. package/node_modules/safe-regex-test/index.d.ts +0 -3
  2209. package/node_modules/safe-regex-test/index.js +0 -17
  2210. package/node_modules/safe-regex-test/package.json +0 -87
  2211. package/node_modules/safe-regex-test/test/index.js +0 -41
  2212. package/node_modules/safe-regex-test/tsconfig.json +0 -9
  2213. package/node_modules/set-function-length/.eslintrc +0 -27
  2214. package/node_modules/set-function-length/.github/FUNDING.yml +0 -12
  2215. package/node_modules/set-function-length/.nycrc +0 -13
  2216. package/node_modules/set-function-length/CHANGELOG.md +0 -70
  2217. package/node_modules/set-function-length/LICENSE +0 -21
  2218. package/node_modules/set-function-length/README.md +0 -56
  2219. package/node_modules/set-function-length/env.d.ts +0 -9
  2220. package/node_modules/set-function-length/env.js +0 -25
  2221. package/node_modules/set-function-length/index.d.ts +0 -7
  2222. package/node_modules/set-function-length/index.js +0 -42
  2223. package/node_modules/set-function-length/package.json +0 -102
  2224. package/node_modules/set-function-length/tsconfig.json +0 -9
  2225. package/node_modules/sha.js/.eslintrc +0 -76
  2226. package/node_modules/sha.js/CHANGELOG.md +0 -423
  2227. package/node_modules/sha.js/LICENSE +0 -49
  2228. package/node_modules/sha.js/README.md +0 -44
  2229. package/node_modules/sha.js/bin.js +0 -44
  2230. package/node_modules/sha.js/hash.js +0 -84
  2231. package/node_modules/sha.js/index.js +0 -19
  2232. package/node_modules/sha.js/package.json +0 -58
  2233. package/node_modules/sha.js/sha.js +0 -104
  2234. package/node_modules/sha.js/sha1.js +0 -109
  2235. package/node_modules/sha.js/sha224.js +0 -55
  2236. package/node_modules/sha.js/sha256.js +0 -189
  2237. package/node_modules/sha.js/sha384.js +0 -59
  2238. package/node_modules/sha.js/sha512.js +0 -382
  2239. package/node_modules/sha.js/test/hash.js +0 -80
  2240. package/node_modules/sha.js/test/test.js +0 -138
  2241. package/node_modules/sha.js/test/vectors.js +0 -72
  2242. package/node_modules/shasum-object/.travis.yml +0 -13
  2243. package/node_modules/shasum-object/CHANGELOG.md +0 -8
  2244. package/node_modules/shasum-object/CODE_OF_CONDUCT.md +0 -74
  2245. package/node_modules/shasum-object/LICENSE.md +0 -15
  2246. package/node_modules/shasum-object/README.md +0 -48
  2247. package/node_modules/shasum-object/bin.js +0 -15
  2248. package/node_modules/shasum-object/index.js +0 -12
  2249. package/node_modules/shasum-object/package.json +0 -34
  2250. package/node_modules/shasum-object/test/index.js +0 -39
  2251. package/node_modules/shell-quote/.eslintrc +0 -30
  2252. package/node_modules/shell-quote/.github/FUNDING.yml +0 -12
  2253. package/node_modules/shell-quote/.nycrc +0 -14
  2254. package/node_modules/shell-quote/LICENSE +0 -24
  2255. package/node_modules/shell-quote/README.md +0 -161
  2256. package/node_modules/shell-quote/index.js +0 -4
  2257. package/node_modules/shell-quote/package.json +0 -72
  2258. package/node_modules/shell-quote/parse.js +0 -226
  2259. package/node_modules/shell-quote/print.py +0 -3
  2260. package/node_modules/shell-quote/quote.js +0 -19
  2261. package/node_modules/shell-quote/security.md +0 -11
  2262. package/node_modules/shell-quote/test/comment.js +0 -16
  2263. package/node_modules/shell-quote/test/env.js +0 -52
  2264. package/node_modules/shell-quote/test/env_fn.js +0 -21
  2265. package/node_modules/shell-quote/test/op.js +0 -102
  2266. package/node_modules/shell-quote/test/parse.js +0 -44
  2267. package/node_modules/shell-quote/test/quote.js +0 -60
  2268. package/node_modules/shell-quote/test/set.js +0 -31
  2269. package/node_modules/side-channel/.editorconfig +0 -9
  2270. package/node_modules/side-channel/.eslintrc +0 -12
  2271. package/node_modules/side-channel/.github/FUNDING.yml +0 -12
  2272. package/node_modules/side-channel/.nycrc +0 -13
  2273. package/node_modules/side-channel/CHANGELOG.md +0 -110
  2274. package/node_modules/side-channel/LICENSE +0 -21
  2275. package/node_modules/side-channel/README.md +0 -61
  2276. package/node_modules/side-channel/index.d.ts +0 -14
  2277. package/node_modules/side-channel/index.js +0 -43
  2278. package/node_modules/side-channel/package.json +0 -85
  2279. package/node_modules/side-channel/test/index.js +0 -104
  2280. package/node_modules/side-channel/tsconfig.json +0 -9
  2281. package/node_modules/side-channel-list/.editorconfig +0 -9
  2282. package/node_modules/side-channel-list/.eslintrc +0 -11
  2283. package/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  2284. package/node_modules/side-channel-list/.nycrc +0 -13
  2285. package/node_modules/side-channel-list/CHANGELOG.md +0 -15
  2286. package/node_modules/side-channel-list/LICENSE +0 -21
  2287. package/node_modules/side-channel-list/README.md +0 -62
  2288. package/node_modules/side-channel-list/index.d.ts +0 -13
  2289. package/node_modules/side-channel-list/index.js +0 -113
  2290. package/node_modules/side-channel-list/list.d.ts +0 -14
  2291. package/node_modules/side-channel-list/package.json +0 -77
  2292. package/node_modules/side-channel-list/test/index.js +0 -104
  2293. package/node_modules/side-channel-list/tsconfig.json +0 -9
  2294. package/node_modules/side-channel-map/.editorconfig +0 -9
  2295. package/node_modules/side-channel-map/.eslintrc +0 -11
  2296. package/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  2297. package/node_modules/side-channel-map/.nycrc +0 -13
  2298. package/node_modules/side-channel-map/CHANGELOG.md +0 -22
  2299. package/node_modules/side-channel-map/LICENSE +0 -21
  2300. package/node_modules/side-channel-map/README.md +0 -62
  2301. package/node_modules/side-channel-map/index.d.ts +0 -15
  2302. package/node_modules/side-channel-map/index.js +0 -68
  2303. package/node_modules/side-channel-map/package.json +0 -80
  2304. package/node_modules/side-channel-map/test/index.js +0 -114
  2305. package/node_modules/side-channel-map/tsconfig.json +0 -9
  2306. package/node_modules/side-channel-weakmap/.editorconfig +0 -9
  2307. package/node_modules/side-channel-weakmap/.eslintrc +0 -12
  2308. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  2309. package/node_modules/side-channel-weakmap/.nycrc +0 -13
  2310. package/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  2311. package/node_modules/side-channel-weakmap/LICENSE +0 -21
  2312. package/node_modules/side-channel-weakmap/README.md +0 -62
  2313. package/node_modules/side-channel-weakmap/index.d.ts +0 -15
  2314. package/node_modules/side-channel-weakmap/index.js +0 -84
  2315. package/node_modules/side-channel-weakmap/package.json +0 -87
  2316. package/node_modules/side-channel-weakmap/test/index.js +0 -114
  2317. package/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  2318. package/node_modules/simple-concat/.travis.yml +0 -3
  2319. package/node_modules/simple-concat/LICENSE +0 -20
  2320. package/node_modules/simple-concat/README.md +0 -44
  2321. package/node_modules/simple-concat/index.js +0 -15
  2322. package/node_modules/simple-concat/package.json +0 -47
  2323. package/node_modules/simple-concat/test/basic.js +0 -41
  2324. package/node_modules/source-map/CHANGELOG.md +0 -301
  2325. package/node_modules/source-map/LICENSE +0 -28
  2326. package/node_modules/source-map/README.md +0 -729
  2327. package/node_modules/source-map/dist/source-map.debug.js +0 -3091
  2328. package/node_modules/source-map/dist/source-map.js +0 -3090
  2329. package/node_modules/source-map/dist/source-map.min.js +0 -2
  2330. package/node_modules/source-map/dist/source-map.min.js.map +0 -1
  2331. package/node_modules/source-map/lib/array-set.js +0 -121
  2332. package/node_modules/source-map/lib/base64-vlq.js +0 -140
  2333. package/node_modules/source-map/lib/base64.js +0 -67
  2334. package/node_modules/source-map/lib/binary-search.js +0 -111
  2335. package/node_modules/source-map/lib/mapping-list.js +0 -79
  2336. package/node_modules/source-map/lib/quick-sort.js +0 -114
  2337. package/node_modules/source-map/lib/source-map-consumer.js +0 -1082
  2338. package/node_modules/source-map/lib/source-map-generator.js +0 -416
  2339. package/node_modules/source-map/lib/source-node.js +0 -413
  2340. package/node_modules/source-map/lib/util.js +0 -417
  2341. package/node_modules/source-map/package.json +0 -72
  2342. package/node_modules/source-map/source-map.js +0 -8
  2343. package/node_modules/stream-browserify/.airtap.yml +0 -20
  2344. package/node_modules/stream-browserify/.github/FUNDING.yml +0 -12
  2345. package/node_modules/stream-browserify/.travis.yml +0 -24
  2346. package/node_modules/stream-browserify/CHANGELOG.md +0 -8
  2347. package/node_modules/stream-browserify/LICENSE +0 -20
  2348. package/node_modules/stream-browserify/index.js +0 -129
  2349. package/node_modules/stream-browserify/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  2350. package/node_modules/stream-browserify/node_modules/readable-stream/GOVERNANCE.md +0 -136
  2351. package/node_modules/stream-browserify/node_modules/readable-stream/LICENSE +0 -47
  2352. package/node_modules/stream-browserify/node_modules/readable-stream/README.md +0 -106
  2353. package/node_modules/stream-browserify/node_modules/readable-stream/errors-browser.js +0 -127
  2354. package/node_modules/stream-browserify/node_modules/readable-stream/errors.js +0 -116
  2355. package/node_modules/stream-browserify/node_modules/readable-stream/experimentalWarning.js +0 -17
  2356. package/node_modules/stream-browserify/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
  2357. package/node_modules/stream-browserify/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
  2358. package/node_modules/stream-browserify/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
  2359. package/node_modules/stream-browserify/node_modules/readable-stream/lib/_stream_transform.js +0 -190
  2360. package/node_modules/stream-browserify/node_modules/readable-stream/lib/_stream_writable.js +0 -641
  2361. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  2362. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
  2363. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
  2364. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
  2365. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  2366. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
  2367. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
  2368. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
  2369. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  2370. package/node_modules/stream-browserify/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  2371. package/node_modules/stream-browserify/node_modules/readable-stream/package.json +0 -68
  2372. package/node_modules/stream-browserify/node_modules/readable-stream/readable-browser.js +0 -9
  2373. package/node_modules/stream-browserify/node_modules/readable-stream/readable.js +0 -16
  2374. package/node_modules/stream-browserify/package.json +0 -54
  2375. package/node_modules/stream-browserify/readme.markdown +0 -32
  2376. package/node_modules/stream-browserify/security.md +0 -10
  2377. package/node_modules/stream-browserify/test/buf.js +0 -33
  2378. package/node_modules/stream-browserify/test/index.js +0 -2
  2379. package/node_modules/stream-browserify/test/pipeline.js +0 -38
  2380. package/node_modules/stream-browserify/test/use-stream.js +0 -4
  2381. package/node_modules/stream-combiner2/.npmignore +0 -3
  2382. package/node_modules/stream-combiner2/.travis.yml +0 -6
  2383. package/node_modules/stream-combiner2/LICENSE +0 -22
  2384. package/node_modules/stream-combiner2/README.md +0 -37
  2385. package/node_modules/stream-combiner2/index.js +0 -68
  2386. package/node_modules/stream-combiner2/package.json +0 -23
  2387. package/node_modules/stream-combiner2/test/index.js +0 -98
  2388. package/node_modules/stream-http/LICENSE +0 -24
  2389. package/node_modules/stream-http/README.md +0 -134
  2390. package/node_modules/stream-http/index.js +0 -85
  2391. package/node_modules/stream-http/lib/capability.js +0 -59
  2392. package/node_modules/stream-http/lib/request.js +0 -352
  2393. package/node_modules/stream-http/lib/response.js +0 -211
  2394. package/node_modules/stream-http/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  2395. package/node_modules/stream-http/node_modules/readable-stream/GOVERNANCE.md +0 -136
  2396. package/node_modules/stream-http/node_modules/readable-stream/LICENSE +0 -47
  2397. package/node_modules/stream-http/node_modules/readable-stream/README.md +0 -106
  2398. package/node_modules/stream-http/node_modules/readable-stream/errors-browser.js +0 -127
  2399. package/node_modules/stream-http/node_modules/readable-stream/errors.js +0 -116
  2400. package/node_modules/stream-http/node_modules/readable-stream/experimentalWarning.js +0 -17
  2401. package/node_modules/stream-http/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
  2402. package/node_modules/stream-http/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
  2403. package/node_modules/stream-http/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
  2404. package/node_modules/stream-http/node_modules/readable-stream/lib/_stream_transform.js +0 -190
  2405. package/node_modules/stream-http/node_modules/readable-stream/lib/_stream_writable.js +0 -641
  2406. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  2407. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
  2408. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
  2409. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
  2410. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  2411. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
  2412. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
  2413. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
  2414. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  2415. package/node_modules/stream-http/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  2416. package/node_modules/stream-http/node_modules/readable-stream/package.json +0 -68
  2417. package/node_modules/stream-http/node_modules/readable-stream/readable-browser.js +0 -9
  2418. package/node_modules/stream-http/node_modules/readable-stream/readable.js +0 -16
  2419. package/node_modules/stream-http/package.json +0 -47
  2420. package/node_modules/stream-splicer/.travis.yml +0 -16
  2421. package/node_modules/stream-splicer/LICENSE +0 -21
  2422. package/node_modules/stream-splicer/example/header.js +0 -22
  2423. package/node_modules/stream-splicer/index.js +0 -196
  2424. package/node_modules/stream-splicer/package.json +0 -36
  2425. package/node_modules/stream-splicer/readme.markdown +0 -139
  2426. package/node_modules/stream-splicer/test/combiner.js +0 -31
  2427. package/node_modules/stream-splicer/test/combiner_stream.js +0 -29
  2428. package/node_modules/stream-splicer/test/empty.js +0 -17
  2429. package/node_modules/stream-splicer/test/empty_no_data.js +0 -13
  2430. package/node_modules/stream-splicer/test/get.js +0 -41
  2431. package/node_modules/stream-splicer/test/multipush.js +0 -31
  2432. package/node_modules/stream-splicer/test/multiunshift.js +0 -31
  2433. package/node_modules/stream-splicer/test/nested.js +0 -36
  2434. package/node_modules/stream-splicer/test/nested_middle.js +0 -42
  2435. package/node_modules/stream-splicer/test/pop.js +0 -46
  2436. package/node_modules/stream-splicer/test/push.js +0 -57
  2437. package/node_modules/stream-splicer/test/shift.js +0 -46
  2438. package/node_modules/stream-splicer/test/splice.js +0 -58
  2439. package/node_modules/stream-splicer/test/unshift.js +0 -46
  2440. package/node_modules/string_decoder/LICENSE +0 -48
  2441. package/node_modules/string_decoder/README.md +0 -47
  2442. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  2443. package/node_modules/string_decoder/package.json +0 -34
  2444. package/node_modules/subarg/.travis.yml +0 -4
  2445. package/node_modules/subarg/LICENSE +0 -18
  2446. package/node_modules/subarg/example/show.js +0 -3
  2447. package/node_modules/subarg/index.js +0 -35
  2448. package/node_modules/subarg/package.json +0 -47
  2449. package/node_modules/subarg/readme.markdown +0 -55
  2450. package/node_modules/subarg/test/arg.js +0 -31
  2451. package/node_modules/subarg/test/recursive.js +0 -24
  2452. package/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
  2453. package/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
  2454. package/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
  2455. package/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  2456. package/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
  2457. package/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  2458. package/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
  2459. package/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
  2460. package/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  2461. package/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
  2462. package/node_modules/syntax-error/.travis.yml +0 -12
  2463. package/node_modules/syntax-error/LICENSE +0 -18
  2464. package/node_modules/syntax-error/example/check.js +0 -12
  2465. package/node_modules/syntax-error/example/src.js +0 -9
  2466. package/node_modules/syntax-error/index.js +0 -57
  2467. package/node_modules/syntax-error/package.json +0 -37
  2468. package/node_modules/syntax-error/readme.markdown +0 -90
  2469. package/node_modules/syntax-error/test/check.js +0 -17
  2470. package/node_modules/syntax-error/test/esm.js +0 -23
  2471. package/node_modules/syntax-error/test/html.js +0 -16
  2472. package/node_modules/syntax-error/test/ok.js +0 -13
  2473. package/node_modules/syntax-error/test/run.js +0 -12
  2474. package/node_modules/syntax-error/test/run2.js +0 -12
  2475. package/node_modules/syntax-error/test/shebang.js +0 -13
  2476. package/node_modules/syntax-error/test/sources/check.js +0 -9
  2477. package/node_modules/syntax-error/test/sources/esm.js +0 -2
  2478. package/node_modules/syntax-error/test/sources/ok.js +0 -1
  2479. package/node_modules/syntax-error/test/sources/run.js +0 -1
  2480. package/node_modules/syntax-error/test/sources/run2.js +0 -3
  2481. package/node_modules/syntax-error/test/sources/shebang.js +0 -2
  2482. package/node_modules/syntax-error/test/sources/spread.js +0 -2
  2483. package/node_modules/syntax-error/test/sources/yield.js +0 -13
  2484. package/node_modules/syntax-error/test/spread.js +0 -13
  2485. package/node_modules/syntax-error/test/yield.js +0 -13
  2486. package/node_modules/through/.travis.yml +0 -5
  2487. package/node_modules/through/LICENSE.APACHE2 +0 -15
  2488. package/node_modules/through/LICENSE.MIT +0 -24
  2489. package/node_modules/through/index.js +0 -108
  2490. package/node_modules/through/package.json +0 -36
  2491. package/node_modules/through/readme.markdown +0 -64
  2492. package/node_modules/through/test/async.js +0 -28
  2493. package/node_modules/through/test/auto-destroy.js +0 -30
  2494. package/node_modules/through/test/buffering.js +0 -71
  2495. package/node_modules/through/test/end.js +0 -45
  2496. package/node_modules/through/test/index.js +0 -133
  2497. package/node_modules/through2/LICENSE.md +0 -9
  2498. package/node_modules/through2/README.md +0 -134
  2499. package/node_modules/through2/package.json +0 -33
  2500. package/node_modules/through2/through2.js +0 -96
  2501. package/node_modules/timers-browserify/.npmignore +0 -2
  2502. package/node_modules/timers-browserify/CHANGELOG.md +0 -58
  2503. package/node_modules/timers-browserify/LICENSE.md +0 -46
  2504. package/node_modules/timers-browserify/README.md +0 -40
  2505. package/node_modules/timers-browserify/example/enroll/build.sh +0 -3
  2506. package/node_modules/timers-browserify/example/enroll/index.html +0 -8
  2507. package/node_modules/timers-browserify/example/enroll/js/browserify.js +0 -233
  2508. package/node_modules/timers-browserify/example/enroll/js/main.js +0 -14
  2509. package/node_modules/timers-browserify/example/enroll/server.js +0 -11
  2510. package/node_modules/timers-browserify/main.js +0 -76
  2511. package/node_modules/timers-browserify/package.json +0 -51
  2512. package/node_modules/to-buffer/.eslintrc +0 -16
  2513. package/node_modules/to-buffer/.github/FUNDING.yml +0 -12
  2514. package/node_modules/to-buffer/.nycrc +0 -9
  2515. package/node_modules/to-buffer/CHANGELOG.md +0 -72
  2516. package/node_modules/to-buffer/LICENSE +0 -21
  2517. package/node_modules/to-buffer/README.md +0 -44
  2518. package/node_modules/to-buffer/index.js +0 -109
  2519. package/node_modules/to-buffer/node_modules/isarray/LICENSE +0 -21
  2520. package/node_modules/to-buffer/node_modules/isarray/README.md +0 -38
  2521. package/node_modules/to-buffer/node_modules/isarray/index.js +0 -5
  2522. package/node_modules/to-buffer/node_modules/isarray/package.json +0 -48
  2523. package/node_modules/to-buffer/package.json +0 -60
  2524. package/node_modules/tty-browserify/LICENSE +0 -18
  2525. package/node_modules/tty-browserify/index.js +0 -11
  2526. package/node_modules/tty-browserify/package.json +0 -29
  2527. package/node_modules/tty-browserify/readme.markdown +0 -1
  2528. package/node_modules/typed-array-buffer/.eslintrc +0 -13
  2529. package/node_modules/typed-array-buffer/.github/FUNDING.yml +0 -12
  2530. package/node_modules/typed-array-buffer/.nycrc +0 -13
  2531. package/node_modules/typed-array-buffer/CHANGELOG.md +0 -50
  2532. package/node_modules/typed-array-buffer/LICENSE +0 -21
  2533. package/node_modules/typed-array-buffer/README.md +0 -42
  2534. package/node_modules/typed-array-buffer/index.d.ts +0 -9
  2535. package/node_modules/typed-array-buffer/index.js +0 -19
  2536. package/node_modules/typed-array-buffer/package.json +0 -82
  2537. package/node_modules/typed-array-buffer/test/index.js +0 -23
  2538. package/node_modules/typed-array-buffer/tsconfig.json +0 -9
  2539. package/node_modules/typedarray/.travis.yml +0 -4
  2540. package/node_modules/typedarray/LICENSE +0 -35
  2541. package/node_modules/typedarray/example/tarray.js +0 -4
  2542. package/node_modules/typedarray/index.js +0 -630
  2543. package/node_modules/typedarray/package.json +0 -55
  2544. package/node_modules/typedarray/readme.markdown +0 -61
  2545. package/node_modules/typedarray/test/server/undef_globals.js +0 -19
  2546. package/node_modules/typedarray/test/tarray.js +0 -10
  2547. package/node_modules/umd/HISTORY.md +0 -64
  2548. package/node_modules/umd/LICENSE +0 -19
  2549. package/node_modules/umd/README.md +0 -82
  2550. package/node_modules/umd/bin/cli.js +0 -43
  2551. package/node_modules/umd/index.js +0 -78
  2552. package/node_modules/umd/package.json +0 -28
  2553. package/node_modules/undeclared-identifiers/.travis.yml +0 -9
  2554. package/node_modules/undeclared-identifiers/CHANGELOG.md +0 -22
  2555. package/node_modules/undeclared-identifiers/LICENSE.md +0 -15
  2556. package/node_modules/undeclared-identifiers/README.md +0 -55
  2557. package/node_modules/undeclared-identifiers/bench/index.js +0 -57
  2558. package/node_modules/undeclared-identifiers/bin.js +0 -29
  2559. package/node_modules/undeclared-identifiers/index.js +0 -146
  2560. package/node_modules/undeclared-identifiers/package.json +0 -44
  2561. package/node_modules/undeclared-identifiers/test/index.js +0 -258
  2562. package/node_modules/url/.eslintignore +0 -1
  2563. package/node_modules/url/.eslintrc +0 -38
  2564. package/node_modules/url/.nycrc +0 -9
  2565. package/node_modules/url/LICENSE +0 -21
  2566. package/node_modules/url/README.md +0 -108
  2567. package/node_modules/url/package.json +0 -42
  2568. package/node_modules/url/test/index.js +0 -2080
  2569. package/node_modules/url/test/mocha.opts +0 -2
  2570. package/node_modules/url/url.js +0 -776
  2571. package/node_modules/util/LICENSE +0 -18
  2572. package/node_modules/util/README.md +0 -48
  2573. package/node_modules/util/package.json +0 -50
  2574. package/node_modules/util/support/isBuffer.js +0 -3
  2575. package/node_modules/util/support/isBufferBrowser.js +0 -6
  2576. package/node_modules/util/support/types.js +0 -334
  2577. package/node_modules/util/util.js +0 -715
  2578. package/node_modules/util-deprecate/History.md +0 -16
  2579. package/node_modules/util-deprecate/LICENSE +0 -24
  2580. package/node_modules/util-deprecate/README.md +0 -53
  2581. package/node_modules/util-deprecate/browser.js +0 -67
  2582. package/node_modules/util-deprecate/node.js +0 -6
  2583. package/node_modules/util-deprecate/package.json +0 -27
  2584. package/node_modules/vm-browserify/.github/FUNDING.yml +0 -12
  2585. package/node_modules/vm-browserify/.travis.yml +0 -8
  2586. package/node_modules/vm-browserify/CHANGELOG.md +0 -23
  2587. package/node_modules/vm-browserify/LICENSE +0 -18
  2588. package/node_modules/vm-browserify/example/run/bundle.js +0 -160
  2589. package/node_modules/vm-browserify/example/run/entry.js +0 -6
  2590. package/node_modules/vm-browserify/example/run/index.html +0 -8
  2591. package/node_modules/vm-browserify/example/run/server.js +0 -6
  2592. package/node_modules/vm-browserify/index.js +0 -149
  2593. package/node_modules/vm-browserify/package.json +0 -30
  2594. package/node_modules/vm-browserify/readme.markdown +0 -66
  2595. package/node_modules/vm-browserify/security.md +0 -10
  2596. package/node_modules/vm-browserify/test/vm.js +0 -35
  2597. package/node_modules/which-typed-array/.editorconfig +0 -20
  2598. package/node_modules/which-typed-array/.eslintrc +0 -10
  2599. package/node_modules/which-typed-array/.github/FUNDING.yml +0 -12
  2600. package/node_modules/which-typed-array/.nycrc +0 -13
  2601. package/node_modules/which-typed-array/CHANGELOG.md +0 -261
  2602. package/node_modules/which-typed-array/LICENSE +0 -22
  2603. package/node_modules/which-typed-array/README.md +0 -70
  2604. package/node_modules/which-typed-array/index.d.ts +0 -62
  2605. package/node_modules/which-typed-array/index.js +0 -117
  2606. package/node_modules/which-typed-array/package.json +0 -130
  2607. package/node_modules/which-typed-array/test/index.js +0 -105
  2608. package/node_modules/which-typed-array/tsconfig.json +0 -9
  2609. package/node_modules/wrappy/LICENSE +0 -15
  2610. package/node_modules/wrappy/README.md +0 -36
  2611. package/node_modules/wrappy/package.json +0 -29
  2612. package/node_modules/wrappy/wrappy.js +0 -33
  2613. package/node_modules/xtend/.jshintrc +0 -30
  2614. package/node_modules/xtend/LICENSE +0 -20
  2615. package/node_modules/xtend/README.md +0 -32
  2616. package/node_modules/xtend/immutable.js +0 -19
  2617. package/node_modules/xtend/mutable.js +0 -17
  2618. package/node_modules/xtend/package.json +0 -55
  2619. package/node_modules/xtend/test.js +0 -103
  2620. package/pitometer/README.md +0 -11
  2621. package/pitometer/bench-programs.js +0 -52
  2622. package/pitometer/config.json +0 -7
  2623. package/pitometer/count-lines.js +0 -22
  2624. package/pitometer/full-config.json +0 -9
  2625. package/pitometer/measurements.js +0 -11
  2626. package/pitometer/programs/0_empty.arr +0 -0
  2627. package/pitometer/programs/1_empty-with-comments.arr +0 -4767
  2628. package/pitometer/programs/adding-ones-2000.arr +0 -2
  2629. package/pitometer/programs/anf-loop-compiler.arr +0 -1817
  2630. package/pitometer/programs/ast.arr +0 -3271
  2631. package/pitometer/programs/bignum-factorial-2000.arr +0 -7
  2632. package/pitometer/programs/bignum-factorial-20000.arr +0 -7
  2633. package/pitometer/programs/boids-loop.arr +0 -189
  2634. package/pitometer/programs/edits.arr +0 -39
  2635. package/pitometer/programs/inner-function-1000.arr +0 -15
  2636. package/pitometer/programs/inner-function-10000.arr +0 -15
  2637. package/pitometer/programs/list-set-const-1000.arr +0 -5
  2638. package/pitometer/programs/list-set-const-10000.arr +0 -5
  2639. package/pitometer/programs/list-set-const-1000000.arr +0 -5
  2640. package/pitometer/programs/list-set-grow-1000.arr +0 -5
  2641. package/pitometer/programs/many-links-100000.arr +0 -2
  2642. package/pitometer/programs/many-links-constr-100000.arr +0 -8
  2643. package/pitometer/programs/method-calls-10000.arr +0 -3
  2644. package/pitometer/programs/method-calls-nolists-10000.arr +0 -10
  2645. package/pitometer/programs/method-calls-nolists-1000000.arr +0 -10
  2646. package/pitometer/programs/mutable-string-dict-const-10000.arr +0 -6
  2647. package/pitometer/programs/mutable-string-dict-const-100000.arr +0 -6
  2648. package/pitometer/programs/mutable-string-dict-grow-10000.arr +0 -6
  2649. package/pitometer/programs/mutable-string-dict-grow-100000.arr +0 -6
  2650. package/pitometer/programs/propcheck.arr +0 -284
  2651. package/pitometer/programs/recursion-triangle-20000.arr +0 -7
  2652. package/pitometer/programs/recursion-triangle-2000000.arr +0 -7
  2653. package/pitometer/programs/recursion-triangle-annotated-20000.arr +0 -7
  2654. package/pitometer/programs/recursion-triangle-annotated-2000000.arr +0 -7
  2655. package/pitometer/programs/recursive-calls-10000.arr +0 -3
  2656. package/pitometer/programs/string-allocation-10000.arr +0 -2
  2657. package/pitometer/programs/string-dict-const-10000.arr +0 -5
  2658. package/pitometer/programs/string-dict-grow-10000.arr +0 -5
  2659. package/pitometer/programs/tail-sum-10000.arr +0 -7
  2660. package/pitometer/programs/tail-sum-1000000.arr +0 -7
  2661. package/pitometer/programs/tree-set-const-10000.arr +0 -5
  2662. package/pitometer/programs/tree-set-grow-10000.arr +0 -5
  2663. package/pitometer/run-measurements.js +0 -89
  2664. package/pitometer/time-helpers.js +0 -22
  2665. package/pitometer/time-phases.js +0 -40
  2666. package/tests/all.arr +0 -4
  2667. package/tests/io-tests/README.md +0 -62
  2668. package/tests/io-tests/io.test.js +0 -129
  2669. package/tests/io-tests/tests/animals-ds-2024.csv +0 -33
  2670. package/tests/io-tests/tests/library-code.arr +0 -5
  2671. package/tests/io-tests/tests/nested/library-code.arr +0 -5
  2672. package/tests/io-tests/tests/test-csv-table-url.arr +0 -46
  2673. package/tests/io-tests/tests/test-import-url-both-present-all-remote.arr +0 -9
  2674. package/tests/io-tests/tests/test-import-url-both-present.arr +0 -9
  2675. package/tests/io-tests/tests/test-import-url-remote-fail.arr +0 -9
  2676. package/tests/io-tests/tests/test-import-url-remote.arr +0 -8
  2677. package/tests/io-tests/tests/test-import-url.arr +0 -5
  2678. package/tests/io-tests/tests/test-input-empty-prompt.arr +0 -6
  2679. package/tests/io-tests/tests/test-input-incorrect-prompt-input-type.arr +0 -5
  2680. package/tests/io-tests/tests/test-input-missing-prompt-input.arr +0 -5
  2681. package/tests/io-tests/tests/test-input-non-empty-prompt.arr +0 -6
  2682. package/tests/lib-test/lib-test-main.arr +0 -3
  2683. package/tests/parse/parse.js +0 -831
  2684. package/tests/pyret/main.arr +0 -36
  2685. package/tests/pyret/main2.arr +0 -70
  2686. package/tests/pyret/regression/anf-of-vars.arr +0 -15
  2687. package/tests/pyret/regression/bogus-global-type-name.arr +0 -15
  2688. package/tests/pyret/regression/cases-expr-parse.arr +0 -7
  2689. package/tests/pyret/regression/check-scope.arr +0 -13
  2690. package/tests/pyret/regression/curried-funs.arr +0 -7
  2691. package/tests/pyret/regression/double-desugar-extend.arr +0 -13
  2692. package/tests/pyret/regression/duplicate-check-block-report.arr +0 -26
  2693. package/tests/pyret/regression/empty-check-block.arr +0 -16
  2694. package/tests/pyret/regression/empty-concat-list-and-block.arr +0 -24
  2695. package/tests/pyret/regression/escaping-module-uris.arr +0 -48
  2696. package/tests/pyret/regression/flat-refinement.arr +0 -28
  2697. package/tests/pyret/regression/get-assignments-var-as-expr.arr +0 -14
  2698. package/tests/pyret/regression/immediate-app-return-ann.arr +0 -5
  2699. package/tests/pyret/regression/import-module-defining-but-not-exporting-data.arr +0 -5
  2700. package/tests/pyret/regression/is-not-uses-equal-always.arr +0 -3
  2701. package/tests/pyret/regression/map4_n.arr +0 -10
  2702. package/tests/pyret/regression/method-scope.arr +0 -17
  2703. package/tests/pyret/regression/named-arrow-ann.arr +0 -15
  2704. package/tests/pyret/regression/parens-after-comments.arr +0 -45
  2705. package/tests/pyret/regression/pretty-print-instantiate.arr +0 -6
  2706. package/tests/pyret/regression/proto-fields.arr +0 -23
  2707. package/tests/pyret/regression/provides-less-than-data.arr +0 -8
  2708. package/tests/pyret/regression/random-arg-typecheck.arr +0 -4
  2709. package/tests/pyret/regression/random-bogus-range.arr +0 -6
  2710. package/tests/pyret/regression/render-reason-wrong-op.arr +0 -19
  2711. package/tests/pyret/regression/seq-of-lettable.arr +0 -57
  2712. package/tests/pyret/regression/sloppy-list-filter.arr +0 -7
  2713. package/tests/pyret/regression/stack-safe-each-loop.arr +0 -11
  2714. package/tests/pyret/regression/string-dict-equality.arr +0 -15
  2715. package/tests/pyret/regression/table-reduce.arr +0 -20
  2716. package/tests/pyret/regression/tail-recursion-arg-order.arr +0 -74
  2717. package/tests/pyret/regression/tc-internal-err.arr +0 -8
  2718. package/tests/pyret/regression/toplevel-data.arr +0 -57
  2719. package/tests/pyret/regression/using-spy-with-var.arr +0 -6
  2720. package/tests/pyret/regression/var-statement.arr +0 -9
  2721. package/tests/pyret/regression/weave-tuple.arr +0 -23
  2722. package/tests/pyret/regression/zero.arr +0 -6
  2723. package/tests/pyret/regression.arr +0 -35
  2724. package/tests/pyret/standalone/importer.arr +0 -52
  2725. package/tests/pyret/test-compile-helper.arr +0 -174
  2726. package/tests/pyret/test-parse-helper.arr +0 -50
  2727. package/tests/pyret/tests/csvs/animals-ds-2024.csv +0 -33
  2728. package/tests/pyret/tests/data1.arr +0 -4
  2729. package/tests/pyret/tests/data2.arr +0 -4
  2730. package/tests/pyret/tests/defines-vars.arr +0 -11
  2731. package/tests/pyret/tests/exporter.arr +0 -14
  2732. package/tests/pyret/tests/modules/alias-x.arr +0 -2
  2733. package/tests/pyret/tests/modules/aliased-name-re-provided.arr +0 -6
  2734. package/tests/pyret/tests/modules/aliased-names-same-type.arr +0 -10
  2735. package/tests/pyret/tests/modules/double-rename.arr +0 -12
  2736. package/tests/pyret/tests/modules/import-data.arr +0 -15
  2737. package/tests/pyret/tests/modules/import-datatype-as-type-alias.arr +0 -6
  2738. package/tests/pyret/tests/modules/import-re-provided.arr +0 -35
  2739. package/tests/pyret/tests/modules/include-shadow-same.arr +0 -8
  2740. package/tests/pyret/tests/modules/provide-arrow-using-datatype.arr +0 -9
  2741. package/tests/pyret/tests/modules/provide-as-simple.arr +0 -2
  2742. package/tests/pyret/tests/modules/provide-data-star.arr +0 -14
  2743. package/tests/pyret/tests/modules/provide-data-with-provide-star.arr +0 -9
  2744. package/tests/pyret/tests/modules/provide-data.arr +0 -8
  2745. package/tests/pyret/tests/modules/provide-datatype-as-type-alias.arr +0 -6
  2746. package/tests/pyret/tests/modules/provide-provide-x.arr +0 -2
  2747. package/tests/pyret/tests/modules/provide-type-as-simple.arr +0 -3
  2748. package/tests/pyret/tests/modules/provide-x.arr +0 -5
  2749. package/tests/pyret/tests/modules/re-provide-data.arr +0 -5
  2750. package/tests/pyret/tests/modules/re-re-provide-data.arr +0 -5
  2751. package/tests/pyret/tests/modules/test-aliased-names-same-type.arr +0 -17
  2752. package/tests/pyret/tests/modules/test-double-rename.arr +0 -26
  2753. package/tests/pyret/tests/modules/test-import-arrow-using-datatype.arr +0 -6
  2754. package/tests/pyret/tests/modules/test-import-data-from-data-star.arr +0 -54
  2755. package/tests/pyret/tests/modules/test-import-re-provided-data.arr +0 -16
  2756. package/tests/pyret/tests/modules/test-import-re-re-provide-data.arr +0 -16
  2757. package/tests/pyret/tests/modules/test-provide-as-simple.arr +0 -5
  2758. package/tests/pyret/tests/modules/test-provide-data-with-provide-star.arr +0 -14
  2759. package/tests/pyret/tests/modules/test-provide-type-as-simple.arr +0 -10
  2760. package/tests/pyret/tests/provide-modules.arr +0 -18
  2761. package/tests/pyret/tests/provider.arr +0 -8
  2762. package/tests/pyret/tests/test-adaptive-simpson.arr +0 -81
  2763. package/tests/pyret/tests/test-array.arr +0 -413
  2764. package/tests/pyret/tests/test-bar-chart.arr +0 -141
  2765. package/tests/pyret/tests/test-binops.arr +0 -44
  2766. package/tests/pyret/tests/test-builtin-locator.arr +0 -96
  2767. package/tests/pyret/tests/test-cases.arr +0 -24
  2768. package/tests/pyret/tests/test-compile-errors.arr +0 -132
  2769. package/tests/pyret/tests/test-compile-lib.arr +0 -491
  2770. package/tests/pyret/tests/test-constants-scope.arr +0 -8
  2771. package/tests/pyret/tests/test-constants.arr +0 -5
  2772. package/tests/pyret/tests/test-constructors.arr +0 -141
  2773. package/tests/pyret/tests/test-contracts.arr +0 -461
  2774. package/tests/pyret/tests/test-csv-table.arr +0 -131
  2775. package/tests/pyret/tests/test-dup-names.arr +0 -7
  2776. package/tests/pyret/tests/test-each-loop.arr +0 -20
  2777. package/tests/pyret/tests/test-each-loop.js +0 -27
  2778. package/tests/pyret/tests/test-equality.arr +0 -364
  2779. package/tests/pyret/tests/test-error-rendering.arr +0 -75
  2780. package/tests/pyret/tests/test-errors.arr +0 -373
  2781. package/tests/pyret/tests/test-examples.arr +0 -5
  2782. package/tests/pyret/tests/test-file-locators.arr +0 -114
  2783. package/tests/pyret/tests/test-file.arr +0 -17
  2784. package/tests/pyret/tests/test-filesystem.arr +0 -54
  2785. package/tests/pyret/tests/test-flatness.arr +0 -257
  2786. package/tests/pyret/tests/test-format.arr +0 -5
  2787. package/tests/pyret/tests/test-images.arr +0 -250
  2788. package/tests/pyret/tests/test-import-variable.arr +0 -31
  2789. package/tests/pyret/tests/test-import.arr +0 -21
  2790. package/tests/pyret/tests/test-include-block.arr +0 -27
  2791. package/tests/pyret/tests/test-include.arr +0 -219
  2792. package/tests/pyret/tests/test-json.arr +0 -91
  2793. package/tests/pyret/tests/test-letrec.arr +0 -50
  2794. package/tests/pyret/tests/test-lists.arr +0 -328
  2795. package/tests/pyret/tests/test-match.arr +0 -32
  2796. package/tests/pyret/tests/test-math.arr +0 -40
  2797. package/tests/pyret/tests/test-matrices.arr +0 -755
  2798. package/tests/pyret/tests/test-matrices2.arr +0 -865
  2799. package/tests/pyret/tests/test-module-syntax.arr +0 -18
  2800. package/tests/pyret/tests/test-modules.arr +0 -483
  2801. package/tests/pyret/tests/test-npm-import.arr +0 -9
  2802. package/tests/pyret/tests/test-numbers.arr +0 -345
  2803. package/tests/pyret/tests/test-output.arr +0 -112
  2804. package/tests/pyret/tests/test-parse-errors.arr +0 -139
  2805. package/tests/pyret/tests/test-parse.arr +0 -607
  2806. package/tests/pyret/tests/test-path.arr +0 -18
  2807. package/tests/pyret/tests/test-pprint.arr +0 -64
  2808. package/tests/pyret/tests/test-reactor.arr +0 -99
  2809. package/tests/pyret/tests/test-rec.arr +0 -81
  2810. package/tests/pyret/tests/test-record-concat.arr +0 -44
  2811. package/tests/pyret/tests/test-refined-refs.arr +0 -42
  2812. package/tests/pyret/tests/test-refs.arr +0 -101
  2813. package/tests/pyret/tests/test-repl.arr +0 -426
  2814. package/tests/pyret/tests/test-roughnum.arr +0 -181
  2815. package/tests/pyret/tests/test-rounding.arr +0 -281
  2816. package/tests/pyret/tests/test-s-exp.arr +0 -182
  2817. package/tests/pyret/tests/test-sets.arr +0 -171
  2818. package/tests/pyret/tests/test-statistics.arr +0 -172
  2819. package/tests/pyret/tests/test-str-dict.arr +0 -696
  2820. package/tests/pyret/tests/test-string-dict.arr +0 -266
  2821. package/tests/pyret/tests/test-strings.arr +0 -220
  2822. package/tests/pyret/tests/test-tables.arr +0 -787
  2823. package/tests/pyret/tests/test-tail-call.arr +0 -153
  2824. package/tests/pyret/tests/test-timing.arr +0 -27
  2825. package/tests/pyret/tests/test-tuple.arr +0 -239
  2826. package/tests/pyret/tests/test-well-formed.arr +0 -491
  2827. package/tests/pyret/tests/test-within.arr +0 -183
  2828. package/tests/pyret/tests/use/test-essentials.arr +0 -6
  2829. package/tests/pyret/tests/use/test-simple-use.arr +0 -6
  2830. package/tests/type-check/bad/_plus-missing.arr +0 -3
  2831. package/tests/type-check/bad/a-pred.arr +0 -9
  2832. package/tests/type-check/bad/ask.arr +0 -16
  2833. package/tests/type-check/bad/bad-make.arr +0 -8
  2834. package/tests/type-check/bad/bad-reactor.arr +0 -6
  2835. package/tests/type-check/bad/bad-tuple-access.arr +0 -1
  2836. package/tests/type-check/bad/bad-type-instantiation.arr +0 -10
  2837. package/tests/type-check/bad/cases-on-number.arr +0 -5
  2838. package/tests/type-check/bad/cases-singleton-1.arr +0 -9
  2839. package/tests/type-check/bad/cases-singleton-2.arr +0 -9
  2840. package/tests/type-check/bad/data-extra-bindings.arr +0 -11
  2841. package/tests/type-check/bad/data-is-object.arr +0 -10
  2842. package/tests/type-check/bad/data-missing-branch.arr +0 -10
  2843. package/tests/type-check/bad/data-unify-methods.arr +0 -19
  2844. package/tests/type-check/bad/data-unncessary-constructor.arr +0 -12
  2845. package/tests/type-check/bad/data-unncessary-else.arr +0 -12
  2846. package/tests/type-check/bad/dot-doesnt-deref-check.arr +0 -7
  2847. package/tests/type-check/bad/dot-doesnt-deref-synth.arr +0 -8
  2848. package/tests/type-check/bad/error-in-array.arr +0 -11
  2849. package/tests/type-check/bad/forall-lub.arr +0 -12
  2850. package/tests/type-check/bad/fun.arr +0 -7
  2851. package/tests/type-check/bad/function-number-not-tuple.arr +0 -5
  2852. package/tests/type-check/bad/function-tuple-any-to-bool.arr +0 -3
  2853. package/tests/type-check/bad/function-tuple-not-function.arr +0 -5
  2854. package/tests/type-check/bad/function-tuple-string-to-bool.arr +0 -3
  2855. package/tests/type-check/bad/import-refined-data1.arr +0 -4
  2856. package/tests/type-check/bad/import-refined-data2.arr +0 -4
  2857. package/tests/type-check/bad/lambda-instantiate.arr +0 -19
  2858. package/tests/type-check/bad/let.arr +0 -2
  2859. package/tests/type-check/bad/letrec.arr +0 -2
  2860. package/tests/type-check/bad/lib/provide-data.arr +0 -10
  2861. package/tests/type-check/bad/list-of-options-conflict-2.arr +0 -12
  2862. package/tests/type-check/bad/list-of-options-conflict.arr +0 -12
  2863. package/tests/type-check/bad/list.arr +0 -17
  2864. package/tests/type-check/bad/local-function.arr +0 -10
  2865. package/tests/type-check/bad/local-import.arr +0 -5
  2866. package/tests/type-check/bad/magic-plus-1.arr +0 -1
  2867. package/tests/type-check/bad/magic-plus-2.arr +0 -1
  2868. package/tests/type-check/bad/maker-for-non-object.arr +0 -2
  2869. package/tests/type-check/bad/multiple-errors.arr +0 -5
  2870. package/tests/type-check/bad/mutual-rec.arr +0 -10
  2871. package/tests/type-check/bad/newtype.arr +0 -5
  2872. package/tests/type-check/bad/no-maker.arr +0 -4
  2873. package/tests/type-check/bad/number-is-not-tuple.arr +0 -1
  2874. package/tests/type-check/bad/obj-check.arr +0 -4
  2875. package/tests/type-check/bad/obj-glb.arr +0 -12
  2876. package/tests/type-check/bad/obj-infer.arr +0 -4
  2877. package/tests/type-check/bad/obj-lub.arr +0 -8
  2878. package/tests/type-check/bad/obj-update-incorrect-type.arr +0 -7
  2879. package/tests/type-check/bad/obj-update-non-ref.arr +0 -7
  2880. package/tests/type-check/bad/plus-in-fun.arr +0 -7
  2881. package/tests/type-check/bad/raw-array.arr +0 -8
  2882. package/tests/type-check/bad/ref-fail.arr +0 -6
  2883. package/tests/type-check/bad/ref-not-ref.arr +0 -6
  2884. package/tests/type-check/bad/str-dict.arr +0 -9
  2885. package/tests/type-check/bad/str-dict2.arr +0 -4
  2886. package/tests/type-check/bad/test-inference.arr +0 -12
  2887. package/tests/type-check/bad/test-is.arr +0 -5
  2888. package/tests/type-check/bad/test-raises.arr +0 -5
  2889. package/tests/type-check/bad/test-refinement.arr +0 -5
  2890. package/tests/type-check/bad/too-few-args.arr +0 -6
  2891. package/tests/type-check/bad/too-many-args.arr +0 -6
  2892. package/tests/type-check/bad/tuple-is-not-booleans.arr +0 -1
  2893. package/tests/type-check/bad/tuple-is-not-num.arr +0 -2
  2894. package/tests/type-check/bad/tuple-length-binding.arr +0 -4
  2895. package/tests/type-check/bad/tuple-wrong-types.arr +0 -5
  2896. package/tests/type-check/good/_plus.arr +0 -54
  2897. package/tests/type-check/good/a-pred.arr +0 -8
  2898. package/tests/type-check/good/ann-in-case-branch.arr +0 -9
  2899. package/tests/type-check/good/basic-check.arr +0 -9
  2900. package/tests/type-check/good/blank-arg.arr +0 -5
  2901. package/tests/type-check/good/closure.arr +0 -15
  2902. package/tests/type-check/good/d-dx.arr +0 -16
  2903. package/tests/type-check/good/data-basic-infer.arr +0 -16
  2904. package/tests/type-check/good/data-basic-only-else.arr +0 -13
  2905. package/tests/type-check/good/data-basic-uses-else.arr +0 -14
  2906. package/tests/type-check/good/data-basic.arr +0 -14
  2907. package/tests/type-check/good/data-common-field.arr +0 -8
  2908. package/tests/type-check/good/data-constructorAsFun-infer.arr +0 -29
  2909. package/tests/type-check/good/data-constructorAsFun-instantiate.arr +0 -31
  2910. package/tests/type-check/good/data-constructorAsSingleton-infer.arr +0 -29
  2911. package/tests/type-check/good/data-constructorAsSingleton-instantiate.arr +0 -31
  2912. package/tests/type-check/good/data-covariant.arr +0 -14
  2913. package/tests/type-check/good/data-higherOrder-infer.arr +0 -25
  2914. package/tests/type-check/good/data-higherOrder-instantiate.arr +0 -25
  2915. package/tests/type-check/good/data-methods.arr +0 -40
  2916. package/tests/type-check/good/data-polymorphic-infer.arr +0 -9
  2917. package/tests/type-check/good/data-polymorphic-instantiate.arr +0 -14
  2918. package/tests/type-check/good/data-polymorphic-recursive-infer.arr +0 -16
  2919. package/tests/type-check/good/data-polymorphic-recursive-instantiate.arr +0 -16
  2920. package/tests/type-check/good/data-polymorphic-ref.arr +0 -6
  2921. package/tests/type-check/good/data-recursive.arr +0 -11
  2922. package/tests/type-check/good/data-sharing-non-method.arr +0 -8
  2923. package/tests/type-check/good/data-unify-methods.arr +0 -0
  2924. package/tests/type-check/good/double-rename.arr +0 -12
  2925. package/tests/type-check/good/empty-data-definition.arr +0 -2
  2926. package/tests/type-check/good/equality.arr +0 -4
  2927. package/tests/type-check/good/export.arr +0 -39
  2928. package/tests/type-check/good/fact.arr +0 -13
  2929. package/tests/type-check/good/forall-lub.arr +0 -12
  2930. package/tests/type-check/good/fun.arr +0 -7
  2931. package/tests/type-check/good/function-tuple-bool-to-any.arr +0 -3
  2932. package/tests/type-check/good/good-reactor.arr +0 -19
  2933. package/tests/type-check/good/id.arr +0 -10
  2934. package/tests/type-check/good/if.arr +0 -7
  2935. package/tests/type-check/good/import-refined-data.arr +0 -5
  2936. package/tests/type-check/good/imports.arr +0 -40
  2937. package/tests/type-check/good/int-list-map.arr +0 -16
  2938. package/tests/type-check/good/lam-forall-check.arr +0 -6
  2939. package/tests/type-check/good/lam.arr +0 -7
  2940. package/tests/type-check/good/lazy-lists.arr +0 -55
  2941. package/tests/type-check/good/lazy-maker.arr +0 -7
  2942. package/tests/type-check/good/let.arr +0 -8
  2943. package/tests/type-check/good/letrec.arr +0 -3
  2944. package/tests/type-check/good/list-of-options.arr +0 -12
  2945. package/tests/type-check/good/list.arr +0 -17
  2946. package/tests/type-check/good/local-import.arr +0 -11
  2947. package/tests/type-check/good/magic-plus.arr +0 -58
  2948. package/tests/type-check/good/map.arr +0 -21
  2949. package/tests/type-check/good/module-alias.arr +0 -9
  2950. package/tests/type-check/good/numbers.arr +0 -55
  2951. package/tests/type-check/good/obj-check.arr +0 -5
  2952. package/tests/type-check/good/obj-fun-check.arr +0 -12
  2953. package/tests/type-check/good/obj-infer.arr +0 -4
  2954. package/tests/type-check/good/obj-lub.arr +0 -8
  2955. package/tests/type-check/good/obj-methods.arr +0 -20
  2956. package/tests/type-check/good/occurrence-typing.arr +0 -27
  2957. package/tests/type-check/good/option-and-then.arr +0 -1
  2958. package/tests/type-check/good/option.arr +0 -7
  2959. package/tests/type-check/good/polymorphic-data-field-access.arr +0 -7
  2960. package/tests/type-check/good/polymorphic-newtype.arr +0 -21
  2961. package/tests/type-check/good/polymorphic-type-alias-application.arr +0 -5
  2962. package/tests/type-check/good/polymorphic-type-alias-chain.arr +0 -7
  2963. package/tests/type-check/good/polymorphic-type-alias-transitive-application.arr +0 -6
  2964. package/tests/type-check/good/provide-data.arr +0 -10
  2965. package/tests/type-check/good/raw-array.arr +0 -30
  2966. package/tests/type-check/good/ref-set.arr +0 -6
  2967. package/tests/type-check/good/references.arr +0 -22
  2968. package/tests/type-check/good/set-include.arr +0 -5
  2969. package/tests/type-check/good/sets.arr +0 -1
  2970. package/tests/type-check/good/shadowing-doesnt-change-type.arr +0 -7
  2971. package/tests/type-check/good/simple.arr +0 -2
  2972. package/tests/type-check/good/spy.arr +0 -56
  2973. package/tests/type-check/good/str-dict.arr +0 -9
  2974. package/tests/type-check/good/string-dict-keys-type.arr +0 -7
  2975. package/tests/type-check/good/string-dict.arr +0 -16
  2976. package/tests/type-check/good/string-to-number.arr +0 -9
  2977. package/tests/type-check/good/subtyping-and-bottom.arr +0 -33
  2978. package/tests/type-check/good/table.arr +0 -13
  2979. package/tests/type-check/good/test-double-rename.arr +0 -26
  2980. package/tests/type-check/good/test-inference.arr +0 -33
  2981. package/tests/type-check/good/tests-because.arr +0 -43
  2982. package/tests/type-check/good/tests.arr +0 -27
  2983. package/tests/type-check/good/tuple-matches-function-ann.arr +0 -5
  2984. package/tests/type-check/good/tuple-regression.arr +0 -148
  2985. package/tests/type-check/good/type-instantiation.arr +0 -11
  2986. package/tests/type-check/good/underscore.arr +0 -6
  2987. package/tests/type-check/good/unqualified-forall-data.arr +0 -6
  2988. package/tests/type-check/good/use-param.arr +0 -10
  2989. package/tests/type-check/good/where.arr +0 -6
  2990. package/tests/type-check/main.arr +0 -156
  2991. package/tests/type-check/should/dot-bottom.arr +0 -9
  2992. package/tests/type-check/should/image.arr +0 -5
  2993. package/tests/type-check/should/lambda-infer.arr +0 -9
  2994. package/tests/type-check/should/lambda-instantiate.arr +0 -19
  2995. package/tests/type-check/should/lambda-test-inference.arr +0 -11
  2996. package/tests/type-check/should/obj-glb.arr +0 -12
  2997. package/tests/type-check/should/underscore.arr +0 -9
  2998. package/tests/type-check/should-not/basic-check.arr +0 -4
  2999. package/tests/type-check/should-not/data-contravariant.arr +0 -45
  3000. package/tests/type-check/should-not/data-covariant.arr +0 -11
  3001. package/tests/type-check/should-not/data-invariant.arr +0 -14
  3002. package/tests/type-check/should-not/data-phantom.arr +0 -8
  3003. package/tests/type-check/should-not/methods-contested-extension.arr +0 -7
  3004. package/tests/type-check/should-not/obj-update.arr +0 -10
  3005. package/tools/benchmark/.jshintrc +0 -8
  3006. package/tools/benchmark/Makefile +0 -15
  3007. package/tools/benchmark/README.md +0 -61
  3008. package/tools/benchmark/auto-report-code.js +0 -58
  3009. package/tools/benchmark/auto-report-programs/0_empty.arr +0 -0
  3010. package/tools/benchmark/auto-report-programs/1_empty-with-comments.arr +0 -4767
  3011. package/tools/benchmark/auto-report-programs/adding-ones-2000.arr +0 -2
  3012. package/tools/benchmark/auto-report-programs/bignum-factorial-2000.arr +0 -7
  3013. package/tools/benchmark/auto-report-programs/inner-function-1000.arr +0 -15
  3014. package/tools/benchmark/auto-report-programs/join-str-naive.arr +0 -9
  3015. package/tools/benchmark/auto-report-programs/list-set-const-1000.arr +0 -5
  3016. package/tools/benchmark/auto-report-programs/list-set-grow-1000.arr +0 -5
  3017. package/tools/benchmark/auto-report-programs/many-links-100000.arr +0 -2
  3018. package/tools/benchmark/auto-report-programs/method-calls-10000.arr +0 -3
  3019. package/tools/benchmark/auto-report-programs/mutable-string-dict-const-10000.arr +0 -6
  3020. package/tools/benchmark/auto-report-programs/mutable-string-dict-grow-10000.arr +0 -6
  3021. package/tools/benchmark/auto-report-programs/recursion-no-tail-call.arr +0 -6
  3022. package/tools/benchmark/auto-report-programs/recursion-tail-call.arr +0 -9
  3023. package/tools/benchmark/auto-report-programs/recursion-triangle-20000.arr +0 -7
  3024. package/tools/benchmark/auto-report-programs/recursion-triangle-annotated-20000.arr +0 -7
  3025. package/tools/benchmark/auto-report-programs/recursive-calls-10000.arr +0 -3
  3026. package/tools/benchmark/auto-report-programs/string-allocation-10000.arr +0 -2
  3027. package/tools/benchmark/auto-report-programs/string-dict-const-10000.arr +0 -5
  3028. package/tools/benchmark/auto-report-programs/string-dict-grow-10000.arr +0 -5
  3029. package/tools/benchmark/auto-report-programs/tree-set-const-10000.arr +0 -5
  3030. package/tools/benchmark/auto-report-programs/tree-set-grow-10000.arr +0 -5
  3031. package/tools/benchmark/auto-report.csv +0 -2
  3032. package/tools/benchmark/auto-report.js +0 -12
  3033. package/tools/benchmark/benchmark-pyret.js +0 -436
  3034. package/tools/benchmark/examples-code.js +0 -43
  3035. package/tools/benchmark/examples.js +0 -11
  3036. package/tools/benchmark/measure-program-code.js +0 -26
  3037. package/tools/benchmark/measure-program.js +0 -11
  3038. package/tools/benchmark/tests/benchmark.js +0 -316
  3039. package/tools/benchmark/tests/require-test-runner/all-spec.js +0 -26
  3040. package/tools/benchmark/tests/test.js +0 -16
  3041. package/tools/benchmark/type-check-compare-code.js +0 -14
  3042. package/tools/benchmark/type-check-compare.js +0 -11
  3043. package/tools/emacs/pyret-debug-mode.el +0 -171
  3044. package/tools/emacs/pyret.el +0 -1901
  3045. package/tools/profiling/.jshintrc +0 -8
  3046. package/tools/profiling/Makefile +0 -51
  3047. package/tools/profiling/README.md +0 -74
  3048. package/tools/profiling/analyze-callgrind.js +0 -295
  3049. package/tools/profiling/auto-report-jobs.txt +0 -5
  3050. package/tools/profiling/auto-report.sh +0 -4
  3051. package/tools/profiling/config.js +0 -11
  3052. package/tools/profiling/fix-times.js +0 -26
  3053. package/tools/profiling/profiling-run.js +0 -41
  3054. package/tools/profiling/profiling.js +0 -21
  3055. package/tools/scroll.arr +0 -97
  3056. package/tools/sublime/pyret.YAML-tmLanguage +0 -88
  3057. package/tools/sublime/pyret.tmLanguage +0 -169
  3058. package/tools/sublime/readme.md +0 -21
  3059. package/tools/vim/README.md +0 -15
  3060. package/tools/vim/indent/pyret.vim +0 -123
  3061. package/tools/vim/syntax/pyret.vim +0 -61
@@ -1 +0,0 @@
1
- {"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///source-map.min.js","webpack:///webpack/bootstrap 42c329f865e32e011afb","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","content","sourceContentFor","setSourceContent","_validateMapping","String","has","add","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","compareByGeneratedPositionsDeflated","onlyCompareGenerated","strcmp","aStr1","aStr2","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","sourceMap","parse","sections","IndexedSourceMapConsumer","BasicSourceMapConsumer","Mapping","lastOffset","_sections","offset","offsetLine","offsetColumn","generatedOffset","consumer","binarySearch","quickSort","__generatedMappings","defineProperty","_parseMappings","__originalMappings","_charIsMappingSeparator","GENERATED_ORDER","ORIGINAL_ORDER","GREATEST_LOWER_BOUND","LEAST_UPPER_BOUND","aContext","aOrder","context","order","_generatedMappings","_originalMappings","allGeneratedPositionsFor","needle","_findMapping","undefined","lastColumn","smc","generatedMappings","destGeneratedMappings","destOriginalMappings","srcMapping","destMapping","str","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 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+))?(\\S*)$/;\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) === '/' || !!aPath.match(urlRegexp);\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 = 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 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 = 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 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 > 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\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) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap)\n\t : new BasicSourceMapConsumer(sourceMap);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\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 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 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 if (source != null && sourceRoot != null) {\n\t source = util.join(sourceRoot, source);\n\t }\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.\n\t * - column: Optional. the column number in the original source.\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.\n\t * - column: The column number in the generated source, or null.\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 if (this.sourceRoot != null) {\n\t needle.source = util.relative(this.sourceRoot, needle.source);\n\t }\n\t if (!this._sources.has(needle.source)) {\n\t return [];\n\t }\n\t needle.source = this._sources.indexOf(needle.source);\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 only 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 * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\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 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.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\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 * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap) {\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\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._sources.toArray().map(function (s) {\n\t return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n\t }, this);\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.\n\t * - column: The column number in the generated source.\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.\n\t * - column: The column number in the original source, or null.\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 if (this.sourceRoot != null) {\n\t source = util.join(this.sourceRoot, source);\n\t }\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 if (this.sourceRoot != null) {\n\t aSource = util.relative(this.sourceRoot, aSource);\n\t }\n\t\n\t if (this._sources.has(aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(aSource)];\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 = aSource.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(\"/\" + aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\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('\"' + 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.\n\t * - column: The column number in the original source.\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.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t if (this.sourceRoot != null) {\n\t source = util.relative(this.sourceRoot, source);\n\t }\n\t if (!this._sources.has(source)) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t source = this._sources.indexOf(source);\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 only 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 * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\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'))\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.\n\t * - column: The column number in the generated source.\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.\n\t * - column: The column number in the original source, or null.\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.\n\t * - column: The column number in the original source.\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.\n\t * - column: The column number in the generated source, or null.\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.sources.indexOf(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 if (section.consumer.sourceRoot !== null) {\n\t source = util.join(section.consumer.sourceRoot, source);\n\t }\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\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 42c329f865e32e011afb","/*\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 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+))?(\\S*)$/;\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) === '/' || !!aPath.match(urlRegexp);\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 = 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 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 = 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 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 > 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\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) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap)\n : new BasicSourceMapConsumer(sourceMap);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\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 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 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 if (source != null && sourceRoot != null) {\n source = util.join(sourceRoot, source);\n }\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.\n * - column: Optional. the column number in the original source.\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.\n * - column: The column number in the generated source, or null.\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 if (this.sourceRoot != null) {\n needle.source = util.relative(this.sourceRoot, needle.source);\n }\n if (!this._sources.has(needle.source)) {\n return [];\n }\n needle.source = this._sources.indexOf(needle.source);\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 only 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 * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\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 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.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap) {\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\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._sources.toArray().map(function (s) {\n return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n }, this);\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.\n * - column: The column number in the generated source.\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.\n * - column: The column number in the original source, or null.\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 if (this.sourceRoot != null) {\n source = util.join(this.sourceRoot, source);\n }\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 if (this.sourceRoot != null) {\n aSource = util.relative(this.sourceRoot, aSource);\n }\n\n if (this._sources.has(aSource)) {\n return this.sourcesContent[this._sources.indexOf(aSource)];\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 = aSource.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(\"/\" + aSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\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('\"' + 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.\n * - column: The column number in the original source.\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.\n * - column: The column number in the generated source, or null.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n if (this.sourceRoot != null) {\n source = util.relative(this.sourceRoot, source);\n }\n if (!this._sources.has(source)) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n source = this._sources.indexOf(source);\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 only 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 * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\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'))\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.\n * - column: The column number in the generated source.\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.\n * - column: The column number in the original source, or null.\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.\n * - column: The column number in the original source.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\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.sources.indexOf(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 if (section.consumer.sourceRoot !== null) {\n source = util.join(section.consumer.sourceRoot, source);\n }\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\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":""}