django-cosmograph 0.1.0__tar.gz

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 (2952) hide show
  1. django_cosmograph-0.1.0/.gitignore +207 -0
  2. django_cosmograph-0.1.0/.python-version +1 -0
  3. django_cosmograph-0.1.0/LICENSE.md +407 -0
  4. django_cosmograph-0.1.0/MANIFEST.in +2 -0
  5. django_cosmograph-0.1.0/PKG-INFO +21 -0
  6. django_cosmograph-0.1.0/README.md +11 -0
  7. django_cosmograph-0.1.0/cosmograph_ui/.gitignore +24 -0
  8. django_cosmograph-0.1.0/cosmograph_ui/README.md +12 -0
  9. django_cosmograph-0.1.0/cosmograph_ui/eslint.config.js +29 -0
  10. django_cosmograph-0.1.0/cosmograph_ui/index.html +13 -0
  11. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/acorn +1 -0
  12. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/browserslist +1 -0
  13. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/esbuild +1 -0
  14. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/eslint +1 -0
  15. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/js-yaml +1 -0
  16. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/jsesc +1 -0
  17. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/json5 +1 -0
  18. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/nanoid +1 -0
  19. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/node-which +1 -0
  20. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/parser +1 -0
  21. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/rollup +1 -0
  22. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/semver +1 -0
  23. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/update-browserslist-db +1 -0
  24. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.bin/vite +1 -0
  25. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.package-lock.json +2505 -0
  26. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/@cosmograph_cosmograph.js +14 -0
  27. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/@cosmograph_cosmograph.js.map +7 -0
  28. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/@cosmograph_react.js +105 -0
  29. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/@cosmograph_react.js.map +7 -0
  30. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/_metadata.json +70 -0
  31. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/browser-EMB7CRMN.js +17 -0
  32. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/browser-EMB7CRMN.js.map +7 -0
  33. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-5H4R2CZR.js +48 -0
  34. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-5H4R2CZR.js.map +7 -0
  35. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-H5FQS3OF.js +972 -0
  36. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-H5FQS3OF.js.map +7 -0
  37. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-KHKP2N4V.js +54248 -0
  38. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-KHKP2N4V.js.map +7 -0
  39. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-V4OQ3NZ2.js +41 -0
  40. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-V4OQ3NZ2.js.map +7 -0
  41. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-Y5BGZF4O.js +280 -0
  42. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/chunk-Y5BGZF4O.js.map +7 -0
  43. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/package.json +3 -0
  44. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react-dom.js +6 -0
  45. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react-dom.js.map +7 -0
  46. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react-dom_client.js +18100 -0
  47. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react-dom_client.js.map +7 -0
  48. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react.js +5 -0
  49. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react.js.map +7 -0
  50. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react_jsx-dev-runtime.js +281 -0
  51. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
  52. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react_jsx-runtime.js +294 -0
  53. django_cosmograph-0.1.0/cosmograph_ui/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
  54. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@ampproject/remapping/LICENSE +202 -0
  55. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@ampproject/remapping/README.md +218 -0
  56. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@ampproject/remapping/package.json +75 -0
  57. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/code-frame/LICENSE +22 -0
  58. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/code-frame/README.md +19 -0
  59. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/code-frame/package.json +31 -0
  60. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/LICENSE +22 -0
  61. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/README.md +19 -0
  62. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  63. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  64. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2106 -0
  65. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  66. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  67. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/overlapping-plugins.json +35 -0
  68. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/plugin-bugfixes.json +203 -0
  69. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/data/plugins.json +831 -0
  70. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/native-modules.js +2 -0
  71. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/overlapping-plugins.js +2 -0
  72. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/package.json +40 -0
  73. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/plugin-bugfixes.js +2 -0
  74. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/compat-data/plugins.js +2 -0
  75. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/LICENSE +22 -0
  76. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/README.md +19 -0
  77. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/package.json +82 -0
  78. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/config/files/index-browser.ts +115 -0
  79. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/config/files/index.ts +29 -0
  80. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/config/resolve-targets-browser.ts +42 -0
  81. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
  82. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/transform-file-browser.ts +33 -0
  83. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/core/src/transform-file.ts +55 -0
  84. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/generator/LICENSE +22 -0
  85. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/generator/README.md +19 -0
  86. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/generator/package.json +40 -0
  87. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  88. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  89. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  90. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  91. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-imports/README.md +19 -0
  92. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-imports/package.json +28 -0
  93. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  94. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-transforms/README.md +19 -0
  95. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-module-transforms/package.json +32 -0
  96. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  97. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  98. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  99. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  100. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-string-parser/README.md +19 -0
  101. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-string-parser/package.json +31 -0
  102. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  103. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  104. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  105. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  106. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-option/README.md +19 -0
  107. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helper-validator-option/package.json +27 -0
  108. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helpers/LICENSE +23 -0
  109. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helpers/README.md +19 -0
  110. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/helpers/package.json +31 -0
  111. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  112. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/LICENSE +19 -0
  113. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/README.md +19 -0
  114. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  115. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/package.json +50 -0
  116. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/parser/typings/babel-parser.d.ts +235 -0
  117. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-self/LICENSE +22 -0
  118. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-self/README.md +19 -0
  119. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-self/package.json +35 -0
  120. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-source/LICENSE +22 -0
  121. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-source/README.md +19 -0
  122. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/plugin-transform-react-jsx-source/package.json +35 -0
  123. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/template/LICENSE +22 -0
  124. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/template/README.md +19 -0
  125. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/template/package.json +27 -0
  126. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/LICENSE +22 -0
  127. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/README.md +19 -0
  128. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/node_modules/globals/globals.json +1563 -0
  129. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/node_modules/globals/index.js +2 -0
  130. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/node_modules/globals/license +9 -0
  131. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/node_modules/globals/package.json +41 -0
  132. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/node_modules/globals/readme.md +41 -0
  133. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/traverse/package.json +35 -0
  134. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/types/LICENSE +22 -0
  135. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/types/README.md +19 -0
  136. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@babel/types/package.json +39 -0
  137. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/LICENSE +88 -0
  138. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/README.md +69 -0
  139. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/api/supabase/supabase.d.ts +18 -0
  140. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/api/supabase/supabase.js +2 -0
  141. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/api/supabase/supabase.js.map +1 -0
  142. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/index.d.ts +4 -0
  143. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/index.js +2 -0
  144. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/index.js.map +1 -0
  145. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/config.d.ts +183 -0
  146. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/config.js +2 -0
  147. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/config.js.map +1 -0
  148. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/crossfilter.d.ts +40 -0
  149. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/crossfilter.js +2 -0
  150. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/crossfilter.js.map +1 -0
  151. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/index.d.ts +246 -0
  152. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/index.js +2 -0
  153. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/index.js.map +1 -0
  154. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/style.module.css.js +2 -0
  155. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/style.module.css.js.map +1 -0
  156. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/types.d.ts +9 -0
  157. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/types.js +2 -0
  158. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/types.js.map +1 -0
  159. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/watermark.d.ts +1 -0
  160. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/watermark.js +2 -0
  161. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/cosmograph/watermark.js.map +1 -0
  162. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/config.d.ts +21 -0
  163. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/config.js +2 -0
  164. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/config.js.map +1 -0
  165. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/index.d.ts +39 -0
  166. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/index.js +2 -0
  167. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/histogram/index.js.map +1 -0
  168. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/config.d.ts +11 -0
  169. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/config.js +2 -0
  170. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/config.js.map +1 -0
  171. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/index.d.ts +32 -0
  172. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/index.js +2 -0
  173. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/search/index.js.map +1 -0
  174. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/config.d.ts +13 -0
  175. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/config.js +2 -0
  176. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/config.js.map +1 -0
  177. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/index.d.ts +46 -0
  178. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/index.js +2 -0
  179. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/modules/timeline/index.js.map +1 -0
  180. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/.bin/rollup +1 -0
  181. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup/LICENSE.md +703 -0
  182. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup/README.md +125 -0
  183. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup/package.json +141 -0
  184. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup-plugin-rename-node-modules/LICENSE +21 -0
  185. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup-plugin-rename-node-modules/README.md +52 -0
  186. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/node_modules/rollup-plugin-rename-node-modules/package.json +53 -0
  187. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmograph/package.json +19 -0
  188. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/.eslintrc +68 -0
  189. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/CITATION.cff +22 -0
  190. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/LICENCE +88 -0
  191. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/README.md +76 -0
  192. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/cosmos_awesome.md +96 -0
  193. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/package.json +76 -0
  194. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/rollup.config.js +72 -0
  195. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/config.ts +492 -0
  196. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/declaration.d.ts +2 -0
  197. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/helper.ts +70 -0
  198. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/index.ts +921 -0
  199. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/FPSMonitor/css.ts +53 -0
  200. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/FPSMonitor/index.ts +28 -0
  201. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceCenter/calculate-centermass.frag +9 -0
  202. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceCenter/calculate-centermass.vert +18 -0
  203. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceCenter/force-center.frag +27 -0
  204. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceCenter/index.ts +90 -0
  205. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceGravity/force-gravity.frag +25 -0
  206. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceGravity/index.ts +32 -0
  207. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceLink/force-spring.ts +71 -0
  208. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceLink/index.ts +130 -0
  209. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/calculate-level.frag +9 -0
  210. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/calculate-level.vert +25 -0
  211. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/force-centermass.frag +45 -0
  212. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/force-level.frag +117 -0
  213. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/index.ts +202 -0
  214. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBody/quadtree-frag-shader.ts +90 -0
  215. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBodyQuadtree/calculate-level.frag +9 -0
  216. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBodyQuadtree/calculate-level.vert +25 -0
  217. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBodyQuadtree/index.ts +133 -0
  218. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceManyBodyQuadtree/quadtree-frag-shader.ts +90 -0
  219. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceMouse/force-mouse.frag +24 -0
  220. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/ForceMouse/index.ts +31 -0
  221. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/GraphData/index.ts +150 -0
  222. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Lines/draw-curve-line.frag +35 -0
  223. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Lines/draw-curve-line.vert +108 -0
  224. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Lines/geometry.ts +18 -0
  225. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Lines/index.ts +178 -0
  226. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/color-buffer.ts +72 -0
  227. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/draw-highlighted.frag +17 -0
  228. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/draw-highlighted.vert +60 -0
  229. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/draw-points.frag +22 -0
  230. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/draw-points.vert +61 -0
  231. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/fill-sampled-nodes.frag +9 -0
  232. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/fill-sampled-nodes.vert +29 -0
  233. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/find-hovered-point.frag +9 -0
  234. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/find-hovered-point.vert +55 -0
  235. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/find-points-on-area-selection.frag +47 -0
  236. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/index.ts +492 -0
  237. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/size-buffer.ts +50 -0
  238. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/track-positions.frag +18 -0
  239. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/tracked-buffer.ts +47 -0
  240. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Points/update-position.frag +25 -0
  241. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Shared/buffer.ts +41 -0
  242. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Shared/clear.frag +9 -0
  243. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Shared/quad.vert +11 -0
  244. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Store/index.ts +101 -0
  245. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/Zoom/index.ts +139 -0
  246. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/modules/core-module.ts +28 -0
  247. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/regl-cached-code.ts +20765 -0
  248. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/types.ts +31 -0
  249. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/src/variables.ts +50 -0
  250. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/cosmos/tsconfig.json +39 -0
  251. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/LICENSE +88 -0
  252. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/README.md +87 -0
  253. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/cosmograph/index.d.ts +54 -0
  254. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/cosmograph/index.js +2 -0
  255. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/cosmograph/index.js.map +1 -0
  256. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/histogram/index.d.ts +23 -0
  257. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/histogram/index.js +2 -0
  258. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/histogram/index.js.map +1 -0
  259. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/search/index.d.ts +18 -0
  260. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/search/index.js +2 -0
  261. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/search/index.js.map +1 -0
  262. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/timeline/index.d.ts +19 -0
  263. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/timeline/index.js +2 -0
  264. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/components/timeline/index.js.map +1 -0
  265. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/context.d.ts +16 -0
  266. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/context.js +2 -0
  267. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/context.js.map +1 -0
  268. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/index.d.ts +6 -0
  269. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/index.js +2 -0
  270. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/index.js.map +1 -0
  271. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/react/package.json +18 -0
  272. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/LICENSE +88 -0
  273. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/README.md +20 -0
  274. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/_virtual/_tslib.js +2 -0
  275. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/_virtual/_tslib.js.map +1 -0
  276. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/base/foundation.js +24 -0
  277. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/base/foundation.js.map +1 -0
  278. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/events.js +24 -0
  279. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/events.js.map +1 -0
  280. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/keyboard.js +24 -0
  281. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/keyboard.js.map +1 -0
  282. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/ponyfill.js +24 -0
  283. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/dom/ponyfill.js.map +1 -0
  284. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/floating-label/constants.js +24 -0
  285. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/floating-label/constants.js.map +1 -0
  286. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/floating-label/foundation.js +24 -0
  287. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/floating-label/foundation.js.map +1 -0
  288. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/line-ripple/constants.js +24 -0
  289. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/line-ripple/constants.js.map +1 -0
  290. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/line-ripple/foundation.js +24 -0
  291. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/line-ripple/foundation.js.map +1 -0
  292. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/constants.js +24 -0
  293. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/constants.js.map +1 -0
  294. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/events.js +24 -0
  295. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/events.js.map +1 -0
  296. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/foundation.js +24 -0
  297. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/foundation.js.map +1 -0
  298. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/typeahead.js +24 -0
  299. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/list/typeahead.js.map +1 -0
  300. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu/constants.js +24 -0
  301. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu/constants.js.map +1 -0
  302. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu/foundation.js +24 -0
  303. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu/foundation.js.map +1 -0
  304. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu-surface/constants.js +24 -0
  305. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu-surface/constants.js.map +1 -0
  306. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu-surface/foundation.js +24 -0
  307. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/menu-surface/foundation.js.map +1 -0
  308. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/notched-outline/constants.js +24 -0
  309. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/notched-outline/constants.js.map +1 -0
  310. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/notched-outline/foundation.js +24 -0
  311. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/notched-outline/foundation.js.map +1 -0
  312. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/constants.js +24 -0
  313. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/constants.js.map +1 -0
  314. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/foundation.js +25 -0
  315. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/foundation.js.map +1 -0
  316. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/util.js +2 -0
  317. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/ripple/util.js.map +1 -0
  318. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/constants.js +24 -0
  319. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/constants.js.map +1 -0
  320. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/foundation.js +24 -0
  321. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/foundation.js.map +1 -0
  322. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/icon/constants.js +24 -0
  323. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/icon/constants.js.map +1 -0
  324. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/icon/foundation.js +24 -0
  325. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/@material/textfield/icon/foundation.js.map +1 -0
  326. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/svelte/internal/index.mjs.js +2 -0
  327. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/svelte/internal/index.mjs.js.map +1 -0
  328. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/svelte/store/index.mjs.js +2 -0
  329. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/ext/svelte/store/index.mjs.js.map +1 -0
  330. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/index.d.ts +4 -0
  331. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/index.js +2 -0
  332. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/index.js.map +1 -0
  333. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/config.d.ts +56 -0
  334. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/config.js +2 -0
  335. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/config.js.map +1 -0
  336. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/index.d.ts +69 -0
  337. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/index.js +2 -0
  338. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/index.js.map +1 -0
  339. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/style.module.css.js +2 -0
  340. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/style.module.css.js.map +1 -0
  341. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/histogram/types.d.ts +11 -0
  342. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/config.d.ts +85 -0
  343. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/config.js +2 -0
  344. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/config.js.map +1 -0
  345. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/index.d.ts +16 -0
  346. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/index.js +2 -0
  347. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/index.js.map +1 -0
  348. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search-svg.svelte.js +2 -0
  349. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search-svg.svelte.js.map +1 -0
  350. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search.css.js +2 -0
  351. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search.css.js.map +1 -0
  352. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search.svelte.js +2 -0
  353. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/search.svelte.js.map +1 -0
  354. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/smui.css.js +2 -0
  355. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/smui.css.js.map +1 -0
  356. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/types.d.ts +26 -0
  357. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/types.js +2 -0
  358. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/search/types.js.map +1 -0
  359. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/assets.d.ts +2 -0
  360. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/assets.js +2 -0
  361. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/assets.js.map +1 -0
  362. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/config.d.ts +65 -0
  363. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/config.js +2 -0
  364. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/config.js.map +1 -0
  365. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/format.d.ts +2 -0
  366. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/format.js +2 -0
  367. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/format.js.map +1 -0
  368. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/index.d.ts +85 -0
  369. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/index.js +2 -0
  370. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/index.js.map +1 -0
  371. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/style.module.css.js +2 -0
  372. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/style.module.css.js.map +1 -0
  373. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/modules/timeline/types.d.ts +13 -0
  374. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/node_modules/escape-string-regexp/index.d.ts +16 -0
  375. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/node_modules/escape-string-regexp/index.js +11 -0
  376. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/node_modules/escape-string-regexp/license +9 -0
  377. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/node_modules/escape-string-regexp/package.json +40 -0
  378. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/node_modules/escape-string-regexp/readme.md +34 -0
  379. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/package.json +23 -0
  380. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/utils.d.ts +20 -0
  381. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/utils.js +2 -0
  382. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@cosmograph/ui/utils.js.map +1 -0
  383. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@esbuild/linux-x64/README.md +3 -0
  384. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  385. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@esbuild/linux-x64/package.json +20 -0
  386. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-array/LICENSE +201 -0
  387. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-array/README.md +369 -0
  388. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-array/package.json +63 -0
  389. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-helpers/LICENSE +201 -0
  390. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-helpers/README.md +98 -0
  391. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/config-helpers/package.json +57 -0
  392. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/core/LICENSE +201 -0
  393. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/core/README.md +30 -0
  394. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/core/package.json +48 -0
  395. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/LICENSE +19 -0
  396. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/README.md +128 -0
  397. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/conf/config-schema.js +79 -0
  398. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/conf/environments.js +215 -0
  399. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +1998 -0
  400. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +2077 -0
  401. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/index.js +2 -0
  402. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/license +9 -0
  403. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +58 -0
  404. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +44 -0
  405. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/package.json +84 -0
  406. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/eslintrc/universal.js +10 -0
  407. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/LICENSE +19 -0
  408. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/README.md +69 -0
  409. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/package.json +36 -0
  410. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/src/configs/eslint-all.js +216 -0
  411. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/src/configs/eslint-recommended.js +83 -0
  412. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/src/index.js +23 -0
  413. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/js/types/index.d.ts +14 -0
  414. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/object-schema/LICENSE +201 -0
  415. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/object-schema/README.md +242 -0
  416. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/object-schema/package.json +60 -0
  417. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/LICENSE +201 -0
  418. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/README.md +272 -0
  419. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/node_modules/@eslint/core/LICENSE +201 -0
  420. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/node_modules/@eslint/core/README.md +30 -0
  421. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/node_modules/@eslint/core/package.json +49 -0
  422. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint/plugin-kit/package.json +61 -0
  423. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/LICENSE +21 -0
  424. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/README.md +37 -0
  425. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.d.mts +217 -0
  426. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.d.ts +217 -0
  427. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.js +2494 -0
  428. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.js.map +1 -0
  429. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.mjs +2453 -0
  430. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -0
  431. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +201 -0
  432. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/README.md +105 -0
  433. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/package.json +74 -0
  434. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/eslint-utils/package.json +89 -0
  435. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/LICENSE +21 -0
  436. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/README.md +177 -0
  437. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/index.d.ts +1163 -0
  438. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/index.js +3037 -0
  439. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/index.js.map +1 -0
  440. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/index.mjs +3027 -0
  441. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/index.mjs.map +1 -0
  442. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@eslint-community/regexpp/package.json +91 -0
  443. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/LICENSE +201 -0
  444. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/README.md +140 -0
  445. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/package.json +52 -0
  446. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/src/errors.js +105 -0
  447. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/src/hfs.js +699 -0
  448. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/src/index.js +8 -0
  449. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/core/src/path.js +237 -0
  450. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/LICENSE +201 -0
  451. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/README.md +141 -0
  452. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry/LICENSE +201 -0
  453. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry/README.md +138 -0
  454. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/node_modules/@humanwhocodes/retry/package.json +77 -0
  455. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/package.json +57 -0
  456. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/src/index.js +7 -0
  457. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanfs/node/src/node-hfs.js +452 -0
  458. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/CHANGELOG.md +15 -0
  459. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/LICENSE +201 -0
  460. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/README.md +80 -0
  461. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/package.json +65 -0
  462. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs +81 -0
  463. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/module-importer/src/module-importer.js +22 -0
  464. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/retry/LICENSE +201 -0
  465. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/retry/README.md +177 -0
  466. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@humanwhocodes/retry/package.json +77 -0
  467. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/.eslintrc +78 -0
  468. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/README.md +42 -0
  469. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/package.json +32 -0
  470. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/css-label-styles.ts +46 -0
  471. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/css-label.ts +324 -0
  472. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/helper.ts +13 -0
  473. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/index.ts +129 -0
  474. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/styles.ts +32 -0
  475. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/types.ts +29 -0
  476. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/src/variables.ts +3 -0
  477. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@interacta/css-labels/tsconfig.json +35 -0
  478. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  479. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  480. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/package.json +71 -0
  481. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts +615 -0
  482. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/src/set-array.ts +82 -0
  483. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts +16 -0
  484. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/src/types.ts +61 -0
  485. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts +89 -0
  486. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map +1 -0
  487. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts +89 -0
  488. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map +1 -0
  489. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts +33 -0
  490. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map +1 -0
  491. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts +33 -0
  492. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map +1 -0
  493. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts +13 -0
  494. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map +1 -0
  495. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts +13 -0
  496. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map +1 -0
  497. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts +44 -0
  498. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map +1 -0
  499. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts +44 -0
  500. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map +1 -0
  501. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  502. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  503. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  504. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  505. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  506. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/package.json +67 -0
  507. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  508. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  509. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  510. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  511. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  512. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  513. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  514. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  515. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  516. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  517. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  518. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  519. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  520. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  521. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  522. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  523. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  524. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  525. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  526. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  527. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  528. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/README.md +348 -0
  529. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/package.json +71 -0
  530. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +115 -0
  531. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/by-source.ts +65 -0
  532. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts +192 -0
  533. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/resolve.ts +16 -0
  534. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/sort.ts +45 -0
  535. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +23 -0
  536. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +8 -0
  537. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +504 -0
  538. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/src/types.ts +114 -0
  539. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts +33 -0
  540. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map +1 -0
  541. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts +33 -0
  542. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map +1 -0
  543. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts +8 -0
  544. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map +1 -0
  545. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts +8 -0
  546. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map +1 -0
  547. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts +9 -0
  548. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map +1 -0
  549. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts +9 -0
  550. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map +1 -0
  551. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts +4 -0
  552. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map +1 -0
  553. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts +4 -0
  554. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map +1 -0
  555. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts +3 -0
  556. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map +1 -0
  557. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts +3 -0
  558. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map +1 -0
  559. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts +17 -0
  560. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map +1 -0
  561. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts +17 -0
  562. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map +1 -0
  563. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts +5 -0
  564. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map +1 -0
  565. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts +5 -0
  566. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map +1 -0
  567. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts +80 -0
  568. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map +1 -0
  569. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts +80 -0
  570. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map +1 -0
  571. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts +107 -0
  572. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map +1 -0
  573. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts +107 -0
  574. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map +1 -0
  575. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@juggle/resize-observer/LICENSE +201 -0
  576. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@juggle/resize-observer/README.md +221 -0
  577. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@juggle/resize-observer/package.json +69 -0
  578. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@ranfdev/deepobj/README.md +33 -0
  579. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@ranfdev/deepobj/package.json +21 -0
  580. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  581. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rolldown/pluginutils/package.json +36 -0
  582. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-gnu/README.md +3 -0
  583. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-gnu/package.json +22 -0
  584. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node +0 -0
  585. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-musl/README.md +3 -0
  586. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-musl/package.json +22 -0
  587. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@rollup/rollup-linux-x64-musl/rollup.linux-x64-musl.node +0 -0
  588. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/LICENSE +21 -0
  589. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/README.md +50 -0
  590. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/package.json +70 -0
  591. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/src/AuthAdminApi.ts +5 -0
  592. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/src/AuthClient.ts +5 -0
  593. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/src/GoTrueAdminApi.ts +352 -0
  594. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/src/GoTrueClient.ts +2941 -0
  595. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/auth-js/src/index.ts +13 -0
  596. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/LICENSE +21 -0
  597. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/README.md +22 -0
  598. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/package.json +65 -0
  599. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/FunctionsClient.ts +132 -0
  600. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/edge-runtime.d.ts +62 -0
  601. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/helper.ts +14 -0
  602. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/index.ts +10 -0
  603. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/types.ts +86 -0
  604. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/functions-js/src/version.ts +1 -0
  605. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/node-fetch/LICENSE.md +22 -0
  606. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/node-fetch/README.md +633 -0
  607. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/node-fetch/browser.js +22 -0
  608. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/node-fetch/package.json +80 -0
  609. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/LICENSE +21 -0
  610. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/README.md +54 -0
  611. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/package.json +67 -0
  612. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestBuilder.ts +279 -0
  613. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestClient.ts +181 -0
  614. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestError.ts +18 -0
  615. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestFilterBuilder.ts +592 -0
  616. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestQueryBuilder.ts +381 -0
  617. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/PostgrestTransformBuilder.ts +327 -0
  618. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/constants.ts +2 -0
  619. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/index.ts +34 -0
  620. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/select-query-parser/parser.ts +469 -0
  621. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/select-query-parser/result.ts +422 -0
  622. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/select-query-parser/types.ts +115 -0
  623. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/select-query-parser/utils.ts +580 -0
  624. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/types.ts +188 -0
  625. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/postgrest-js/src/version.ts +1 -0
  626. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/LICENSE.md +22 -0
  627. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/README.md +221 -0
  628. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/package.json +67 -0
  629. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/src/RealtimeChannel.ts +831 -0
  630. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/src/RealtimeClient.ts +637 -0
  631. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/src/RealtimePresence.ts +364 -0
  632. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/realtime-js/src/index.ts +48 -0
  633. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/LICENSE +201 -0
  634. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/README.md +157 -0
  635. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/package.json +70 -0
  636. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/src/StorageClient.ts +18 -0
  637. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/src/index.ts +3 -0
  638. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/src/packages/StorageBucketApi.ts +247 -0
  639. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/storage-js/src/packages/StorageFileApi.ts +834 -0
  640. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/supabase-js/LICENSE +21 -0
  641. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/supabase-js/README.md +103 -0
  642. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/supabase-js/package.json +82 -0
  643. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/supabase-js/src/SupabaseClient.ts +347 -0
  644. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@supabase/supabase-js/src/index.ts +41 -0
  645. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__core/LICENSE +21 -0
  646. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__core/README.md +15 -0
  647. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__core/index.d.ts +831 -0
  648. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__core/package.json +51 -0
  649. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__generator/LICENSE +21 -0
  650. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__generator/README.md +15 -0
  651. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__generator/index.d.ts +210 -0
  652. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__generator/package.json +43 -0
  653. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__template/LICENSE +21 -0
  654. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__template/README.md +15 -0
  655. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__template/index.d.ts +92 -0
  656. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__template/package.json +43 -0
  657. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__traverse/LICENSE +21 -0
  658. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__traverse/README.md +15 -0
  659. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__traverse/index.d.ts +1494 -0
  660. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/babel__traverse/package.json +63 -0
  661. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/estree/LICENSE +21 -0
  662. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/estree/README.md +15 -0
  663. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/estree/flow.d.ts +167 -0
  664. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/estree/index.d.ts +694 -0
  665. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/estree/package.json +27 -0
  666. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/json-schema/LICENSE +21 -0
  667. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/json-schema/README.md +15 -0
  668. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/json-schema/index.d.ts +749 -0
  669. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/json-schema/package.json +40 -0
  670. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/LICENSE +21 -0
  671. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/README.md +15 -0
  672. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/assert/strict.d.ts +8 -0
  673. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/assert.d.ts +1056 -0
  674. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/async_hooks.d.ts +623 -0
  675. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/buffer.buffer.d.ts +463 -0
  676. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/buffer.d.ts +1925 -0
  677. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/child_process.d.ts +1549 -0
  678. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/cluster.d.ts +579 -0
  679. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  680. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/console.d.ts +452 -0
  681. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/constants.d.ts +21 -0
  682. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/crypto.d.ts +4516 -0
  683. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/dgram.d.ts +599 -0
  684. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
  685. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/dns/promises.d.ts +502 -0
  686. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/dns.d.ts +919 -0
  687. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/dom-events.d.ts +99 -0
  688. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/domain.d.ts +170 -0
  689. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/events.d.ts +930 -0
  690. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/fs/promises.d.ts +1280 -0
  691. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/fs.d.ts +4446 -0
  692. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/globals.d.ts +367 -0
  693. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/globals.typedarray.d.ts +22 -0
  694. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/http.d.ts +2061 -0
  695. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/http2.d.ts +2628 -0
  696. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/https.d.ts +545 -0
  697. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/index.d.ts +94 -0
  698. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/inspector.d.ts +3998 -0
  699. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/module.d.ts +869 -0
  700. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/net.d.ts +1032 -0
  701. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/os.d.ts +496 -0
  702. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/package.json +240 -0
  703. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/path.d.ts +200 -0
  704. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/perf_hooks.d.ts +970 -0
  705. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/process.d.ts +2073 -0
  706. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/punycode.d.ts +117 -0
  707. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/querystring.d.ts +152 -0
  708. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/readline/promises.d.ts +161 -0
  709. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/readline.d.ts +594 -0
  710. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/repl.d.ts +428 -0
  711. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/sea.d.ts +153 -0
  712. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/sqlite.d.ts +688 -0
  713. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/stream/consumers.d.ts +38 -0
  714. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/stream/promises.d.ts +90 -0
  715. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/stream/web.d.ts +614 -0
  716. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/stream.d.ts +1657 -0
  717. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/string_decoder.d.ts +67 -0
  718. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/test.d.ts +2318 -0
  719. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/timers/promises.d.ts +108 -0
  720. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/timers.d.ts +287 -0
  721. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/tls.d.ts +1213 -0
  722. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/trace_events.d.ts +197 -0
  723. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  724. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  725. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +460 -0
  726. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  727. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +20 -0
  728. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.6/index.d.ts +96 -0
  729. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  730. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  731. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/tty.d.ts +208 -0
  732. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/url.d.ts +1014 -0
  733. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/util.d.ts +2305 -0
  734. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/v8.d.ts +919 -0
  735. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/vm.d.ts +1036 -0
  736. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/wasi.d.ts +181 -0
  737. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/worker_threads.d.ts +775 -0
  738. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/node/zlib.d.ts +668 -0
  739. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/phoenix/LICENSE +21 -0
  740. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/phoenix/README.md +15 -0
  741. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/phoenix/index.d.ts +186 -0
  742. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/phoenix/package.json +36 -0
  743. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/LICENSE +21 -0
  744. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/README.md +15 -0
  745. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/canary.d.ts +35 -0
  746. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/compiler-runtime.d.ts +4 -0
  747. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/experimental.d.ts +243 -0
  748. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/global.d.ts +165 -0
  749. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/index.d.ts +4252 -0
  750. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/jsx-dev-runtime.d.ts +45 -0
  751. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/jsx-runtime.d.ts +36 -0
  752. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/package.json +210 -0
  753. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/canary.d.ts +35 -0
  754. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/experimental.d.ts +243 -0
  755. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/global.d.ts +165 -0
  756. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/index.d.ts +4238 -0
  757. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +44 -0
  758. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +35 -0
  759. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/global.d.ts +161 -0
  760. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/index.d.ts +4550 -0
  761. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/jsx-dev-runtime.d.ts +45 -0
  762. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/jsx-runtime.d.ts +36 -0
  763. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/ts5.0/global.d.ts +161 -0
  764. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/ts5.0/index.d.ts +4537 -0
  765. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-dev-runtime.d.ts +44 -0
  766. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-runtime.d.ts +35 -0
  767. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/LICENSE +21 -0
  768. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/README.md +16 -0
  769. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/canary.d.ts +32 -0
  770. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/client.d.ts +105 -0
  771. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/experimental.d.ts +86 -0
  772. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/index.d.ts +128 -0
  773. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/package.json +128 -0
  774. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/server.browser.d.ts +1 -0
  775. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/server.bun.d.ts +1 -0
  776. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/server.d.ts +114 -0
  777. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/server.edge.d.ts +1 -0
  778. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/server.node.d.ts +1 -0
  779. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/static.browser.d.ts +1 -0
  780. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/static.d.ts +78 -0
  781. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/static.edge.d.ts +1 -0
  782. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/static.node.d.ts +1 -0
  783. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/react-dom/test-utils/index.d.ts +7 -0
  784. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/ws/LICENSE +21 -0
  785. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/ws/README.md +15 -0
  786. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/ws/index.d.mts +451 -0
  787. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/ws/index.d.ts +445 -0
  788. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@types/ws/package.json +72 -0
  789. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@vitejs/plugin-react/LICENSE +21 -0
  790. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@vitejs/plugin-react/README.md +142 -0
  791. django_cosmograph-0.1.0/cosmograph_ui/node_modules/@vitejs/plugin-react/package.json +71 -0
  792. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn/CHANGELOG.md +954 -0
  793. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn/LICENSE +21 -0
  794. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn/README.md +282 -0
  795. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn/bin/acorn +4 -0
  796. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn/package.json +50 -0
  797. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/LICENSE +19 -0
  798. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/README.md +40 -0
  799. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/index.d.ts +12 -0
  800. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/index.js +488 -0
  801. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/package.json +27 -0
  802. django_cosmograph-0.1.0/cosmograph_ui/node_modules/acorn-jsx/xhtml.js +255 -0
  803. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/.tonic_example.js +20 -0
  804. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/LICENSE +22 -0
  805. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/README.md +1497 -0
  806. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/package.json +106 -0
  807. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/.eslintrc.yml +3 -0
  808. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/bundle.js +61 -0
  809. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/compile-dots.js +73 -0
  810. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/info +10 -0
  811. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/prepare-tests +12 -0
  812. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/publish-built-version +32 -0
  813. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ajv/scripts/travis-gh-pages +23 -0
  814. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ansi-styles/index.d.ts +345 -0
  815. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ansi-styles/index.js +163 -0
  816. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ansi-styles/license +9 -0
  817. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ansi-styles/package.json +56 -0
  818. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ansi-styles/readme.md +152 -0
  819. django_cosmograph-0.1.0/cosmograph_ui/node_modules/argparse/CHANGELOG.md +216 -0
  820. django_cosmograph-0.1.0/cosmograph_ui/node_modules/argparse/LICENSE +254 -0
  821. django_cosmograph-0.1.0/cosmograph_ui/node_modules/argparse/README.md +84 -0
  822. django_cosmograph-0.1.0/cosmograph_ui/node_modules/argparse/argparse.js +3707 -0
  823. django_cosmograph-0.1.0/cosmograph_ui/node_modules/argparse/package.json +31 -0
  824. django_cosmograph-0.1.0/cosmograph_ui/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  825. django_cosmograph-0.1.0/cosmograph_ui/node_modules/balanced-match/LICENSE.md +21 -0
  826. django_cosmograph-0.1.0/cosmograph_ui/node_modules/balanced-match/README.md +97 -0
  827. django_cosmograph-0.1.0/cosmograph_ui/node_modules/balanced-match/index.js +62 -0
  828. django_cosmograph-0.1.0/cosmograph_ui/node_modules/balanced-match/package.json +48 -0
  829. django_cosmograph-0.1.0/cosmograph_ui/node_modules/brace-expansion/LICENSE +21 -0
  830. django_cosmograph-0.1.0/cosmograph_ui/node_modules/brace-expansion/README.md +129 -0
  831. django_cosmograph-0.1.0/cosmograph_ui/node_modules/brace-expansion/index.js +201 -0
  832. django_cosmograph-0.1.0/cosmograph_ui/node_modules/brace-expansion/package.json +50 -0
  833. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/LICENSE +20 -0
  834. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/README.md +67 -0
  835. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/browser.js +54 -0
  836. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/cli.js +156 -0
  837. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/error.d.ts +7 -0
  838. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/error.js +12 -0
  839. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/index.d.ts +224 -0
  840. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/index.js +1246 -0
  841. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/node.js +469 -0
  842. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/package.json +44 -0
  843. django_cosmograph-0.1.0/cosmograph_ui/node_modules/browserslist/parse.js +78 -0
  844. django_cosmograph-0.1.0/cosmograph_ui/node_modules/callsites/index.d.ts +96 -0
  845. django_cosmograph-0.1.0/cosmograph_ui/node_modules/callsites/index.js +13 -0
  846. django_cosmograph-0.1.0/cosmograph_ui/node_modules/callsites/license +9 -0
  847. django_cosmograph-0.1.0/cosmograph_ui/node_modules/callsites/package.json +39 -0
  848. django_cosmograph-0.1.0/cosmograph_ui/node_modules/callsites/readme.md +48 -0
  849. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/LICENSE +395 -0
  850. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/README.md +6 -0
  851. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/agents.js +1 -0
  852. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  853. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/browsers.js +1 -0
  854. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/aac.js +1 -0
  855. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  856. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  857. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  858. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  859. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  860. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  861. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/apng.js +1 -0
  862. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  863. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  864. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  865. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  866. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  867. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  868. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  869. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  870. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  871. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  872. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/audio.js +1 -0
  873. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  874. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  875. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  876. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/av1.js +1 -0
  877. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/avif.js +1 -0
  878. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  879. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  880. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  881. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  882. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  883. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  884. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  885. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  886. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  887. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  888. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  889. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  890. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  891. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  892. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  893. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  894. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/calc.js +1 -0
  895. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  896. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  897. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  898. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  899. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  900. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  901. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  902. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  903. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  904. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  905. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  906. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/colr.js +1 -0
  907. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  908. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  909. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  910. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/const.js +1 -0
  911. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  912. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  913. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  914. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  915. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  916. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/cors.js +1 -0
  917. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  918. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  919. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  920. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  921. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  922. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  923. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  924. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  925. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  926. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  927. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  928. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  929. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  930. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  931. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  932. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  933. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  934. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  935. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  936. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  937. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  938. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  939. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  940. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  941. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  942. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  943. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  944. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  945. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  946. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  947. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  948. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  949. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  950. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  951. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  952. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  953. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  954. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  955. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  956. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  957. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  958. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  959. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  960. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  961. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  962. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  963. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  964. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  965. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  966. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  967. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  968. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  969. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  970. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  971. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  972. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  973. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  974. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  975. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  976. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  977. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  978. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  979. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  980. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  981. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  982. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  983. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  984. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  985. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  986. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  987. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  988. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  989. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  990. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  991. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  992. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  993. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  994. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  995. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  996. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  997. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  998. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  999. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1000. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1001. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1002. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1003. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1004. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1005. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1006. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1007. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1008. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1009. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1010. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1011. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1012. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1013. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1014. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1015. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1016. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1017. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1018. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1019. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1020. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1021. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1022. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1023. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1024. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1025. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1026. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1027. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1028. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1029. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1030. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1031. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1032. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1033. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1034. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1035. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1036. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1037. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1038. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1039. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1040. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1041. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1042. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1043. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1044. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1045. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1046. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1047. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1048. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1049. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1050. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1051. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1052. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1053. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1054. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1055. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1056. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1057. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1058. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1059. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1060. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1061. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1062. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1063. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1064. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1065. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1066. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1067. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1068. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1069. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1070. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/details.js +1 -0
  1071. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1072. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1073. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1074. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1075. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1076. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1077. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1078. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1079. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1080. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1081. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1082. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1083. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1084. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1085. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1086. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1087. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/download.js +1 -0
  1088. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1089. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1090. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1091. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1092. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1093. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1094. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1095. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1096. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1097. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1098. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1099. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1100. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1101. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1102. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1103. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1104. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1105. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1106. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1107. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1108. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1109. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1110. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1111. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1112. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1113. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1114. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1115. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1116. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1117. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1118. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1119. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1120. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1121. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1122. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1123. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1124. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1125. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1126. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1127. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1128. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1129. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1130. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1131. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1132. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1133. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1134. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1135. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1136. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1137. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1138. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1139. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1140. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1141. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1142. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1143. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1144. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/history.js +1 -0
  1145. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1146. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1147. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1148. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1149. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1150. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1151. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1152. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1153. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1154. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1155. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1156. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1157. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1158. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1159. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1160. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1161. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1162. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1163. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1164. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1165. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1166. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1167. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1168. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1169. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1170. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1171. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1172. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1173. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1174. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1175. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1176. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1177. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1178. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1179. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1180. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1181. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1182. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1183. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1184. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1185. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1186. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1187. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1188. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1189. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1190. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/json.js +1 -0
  1191. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1192. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1193. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1194. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1195. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1196. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1197. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1198. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1199. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1200. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/let.js +1 -0
  1201. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1202. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1203. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1204. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1205. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1206. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1207. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1208. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1209. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1210. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1211. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1212. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1213. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1214. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1215. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1216. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1217. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1218. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1219. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1220. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1221. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1222. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1223. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1224. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1225. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1226. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1227. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1228. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1229. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1230. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1231. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1232. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1233. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1234. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1235. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1236. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1237. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1238. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1239. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1240. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1241. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1242. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1243. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1244. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1245. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1246. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1247. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1248. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1249. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1250. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1251. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1252. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1253. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1254. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1255. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1256. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1257. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1258. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1259. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1260. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1261. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1262. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1263. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1264. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1265. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1266. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1267. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1268. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1269. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1270. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1271. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1272. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1273. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1274. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1275. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1276. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1277. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1278. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1279. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1280. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1281. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1282. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1283. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1284. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1285. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1286. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1287. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1288. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1289. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1290. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1291. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1292. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1293. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1294. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1295. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1296. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1297. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1298. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1299. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1300. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1301. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1302. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1303. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1304. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1305. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1306. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1307. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1308. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1309. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1310. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1311. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1312. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  1313. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1314. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1315. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1316. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1317. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1318. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1319. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1320. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1321. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1322. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1323. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1324. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1325. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1326. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1327. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1328. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1329. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1330. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1331. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1332. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1333. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1334. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1335. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1336. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1337. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1338. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1339. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1340. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1341. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1342. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1343. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1344. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1345. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/template.js +1 -0
  1346. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1347. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1348. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1349. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1350. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1351. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1352. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1353. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1354. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1355. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1356. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1357. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1358. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1359. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1360. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1361. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1362. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1363. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1364. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1365. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1366. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1367. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1368. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/url.js +1 -0
  1369. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1370. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1371. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1372. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1373. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1374. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1375. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1376. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/video.js +1 -0
  1377. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1378. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1379. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1380. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1381. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1382. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1383. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  1384. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  1385. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  1386. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  1387. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  1388. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  1389. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  1390. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  1391. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  1392. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  1393. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  1394. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  1395. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  1396. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  1397. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1398. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1399. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1400. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1401. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1402. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1403. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1404. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1405. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1406. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1407. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1408. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1409. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1410. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1411. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1412. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1413. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1414. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1415. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1416. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1417. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1418. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1419. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1420. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1421. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1422. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1423. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1424. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1425. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1426. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1427. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1428. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1429. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1430. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1431. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1432. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1433. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1434. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/features.js +1 -0
  1435. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1436. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1437. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1438. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1439. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1440. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1441. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1442. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1443. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1444. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1445. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1446. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1447. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1448. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1449. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1450. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1451. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1452. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1453. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1454. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1455. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1456. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1457. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1458. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1459. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1460. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1461. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1462. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1463. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1464. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1465. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1466. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1467. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1468. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1469. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1470. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1471. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1472. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1473. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1474. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1475. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1476. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1477. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1478. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1479. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1480. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1481. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1482. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1483. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1484. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1485. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1486. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1487. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1488. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1489. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1490. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1491. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1492. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1493. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1494. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1495. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1496. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1497. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1498. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1499. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1500. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1501. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1502. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1503. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1504. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1505. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1506. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1507. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1508. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1509. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1510. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1511. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1512. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1513. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1514. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1515. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1516. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1517. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1518. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1519. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1520. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1521. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1522. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1523. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1524. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1525. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1526. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1527. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1528. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1529. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1530. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1531. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1532. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1533. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1534. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1535. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1536. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1537. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1538. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1539. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1540. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1541. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1542. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1543. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1544. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1545. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1546. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1547. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1548. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1549. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1550. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1551. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1552. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1553. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1554. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1555. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1556. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1557. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1558. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1559. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1560. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1561. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1562. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1563. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1564. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1565. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1566. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1567. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1568. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1569. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1570. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1571. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1572. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1573. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1574. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1575. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1576. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1577. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1578. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1579. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1580. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1581. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1582. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1583. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1584. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1585. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1586. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1587. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1588. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1589. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1590. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1591. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1592. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1593. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1594. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1595. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1596. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1597. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1598. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1599. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1600. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1601. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1602. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1603. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1604. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1605. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1606. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1607. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1608. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1609. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1610. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1611. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1612. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1613. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1614. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1615. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1616. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1617. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1618. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1619. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1620. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1621. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1622. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1623. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1624. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1625. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1626. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1627. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1628. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1629. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1630. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1631. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1632. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1633. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1634. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1635. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1636. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1637. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1638. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1639. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1640. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1641. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1642. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1643. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1644. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1645. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1646. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1647. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1648. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1649. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1650. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1651. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1652. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1653. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1654. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1655. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1656. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1657. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1658. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1659. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1660. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1661. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1662. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1663. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1664. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1665. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1666. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1667. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1668. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1669. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1670. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1671. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1672. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1673. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1674. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1675. django_cosmograph-0.1.0/cosmograph_ui/node_modules/caniuse-lite/package.json +34 -0
  1676. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/index.d.ts +415 -0
  1677. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/license +9 -0
  1678. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/package.json +68 -0
  1679. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/readme.md +341 -0
  1680. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/source/index.js +229 -0
  1681. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/source/templates.js +134 -0
  1682. django_cosmograph-0.1.0/cosmograph_ui/node_modules/chalk/source/util.js +39 -0
  1683. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/CHANGELOG.md +54 -0
  1684. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/LICENSE +21 -0
  1685. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/README.md +68 -0
  1686. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/conversions.js +839 -0
  1687. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/index.js +81 -0
  1688. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/package.json +48 -0
  1689. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-convert/route.js +97 -0
  1690. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-name/LICENSE +8 -0
  1691. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-name/README.md +11 -0
  1692. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-name/index.js +152 -0
  1693. django_cosmograph-0.1.0/cosmograph_ui/node_modules/color-name/package.json +28 -0
  1694. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/.travis.yml +4 -0
  1695. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/LICENSE +18 -0
  1696. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/README.markdown +62 -0
  1697. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/example/map.js +6 -0
  1698. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/index.js +13 -0
  1699. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/package.json +43 -0
  1700. django_cosmograph-0.1.0/cosmograph_ui/node_modules/concat-map/test/map.js +39 -0
  1701. django_cosmograph-0.1.0/cosmograph_ui/node_modules/convert-source-map/LICENSE +23 -0
  1702. django_cosmograph-0.1.0/cosmograph_ui/node_modules/convert-source-map/README.md +206 -0
  1703. django_cosmograph-0.1.0/cosmograph_ui/node_modules/convert-source-map/index.js +233 -0
  1704. django_cosmograph-0.1.0/cosmograph_ui/node_modules/convert-source-map/package.json +38 -0
  1705. django_cosmograph-0.1.0/cosmograph_ui/node_modules/cross-spawn/LICENSE +21 -0
  1706. django_cosmograph-0.1.0/cosmograph_ui/node_modules/cross-spawn/README.md +89 -0
  1707. django_cosmograph-0.1.0/cosmograph_ui/node_modules/cross-spawn/index.js +39 -0
  1708. django_cosmograph-0.1.0/cosmograph_ui/node_modules/cross-spawn/package.json +73 -0
  1709. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/LICENSE +14 -0
  1710. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/NOTICE +28 -0
  1711. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/README.md +31 -0
  1712. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/crossfilter.js +1913 -0
  1713. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/crossfilter.min.js +2 -0
  1714. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/index.d.ts +136 -0
  1715. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/index.js +6 -0
  1716. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/main.js +1 -0
  1717. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/package.json +88 -0
  1718. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/array.js +191 -0
  1719. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/bisect.js +48 -0
  1720. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/filter.js +25 -0
  1721. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/heap.js +47 -0
  1722. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/heapselect.js +40 -0
  1723. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/identity.js +3 -0
  1724. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/index.js +1498 -0
  1725. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/null.js +3 -0
  1726. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/permute.js +6 -0
  1727. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/reduce.js +26 -0
  1728. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/result.js +22 -0
  1729. django_cosmograph-0.1.0/cosmograph_ui/node_modules/crossfilter2/src/zero.js +3 -0
  1730. django_cosmograph-0.1.0/cosmograph_ui/node_modules/csstype/LICENSE +19 -0
  1731. django_cosmograph-0.1.0/cosmograph_ui/node_modules/csstype/README.md +277 -0
  1732. django_cosmograph-0.1.0/cosmograph_ui/node_modules/csstype/index.d.ts +21297 -0
  1733. django_cosmograph-0.1.0/cosmograph_ui/node_modules/csstype/index.js.flow +6612 -0
  1734. django_cosmograph-0.1.0/cosmograph_ui/node_modules/csstype/package.json +66 -0
  1735. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/LICENSE +13 -0
  1736. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/README.md +954 -0
  1737. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/package.json +61 -0
  1738. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/array.js +4 -0
  1739. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/ascending.js +3 -0
  1740. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/bin.js +125 -0
  1741. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/bisect.js +9 -0
  1742. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/bisector.js +56 -0
  1743. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/blur.js +115 -0
  1744. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/constant.js +3 -0
  1745. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/count.js +18 -0
  1746. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/cross.js +33 -0
  1747. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/cumsum.js +6 -0
  1748. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/descending.js +7 -0
  1749. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/deviation.js +6 -0
  1750. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/difference.js +11 -0
  1751. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/disjoint.js +15 -0
  1752. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/every.js +10 -0
  1753. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/extent.js +29 -0
  1754. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/filter.js +11 -0
  1755. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/fsum.js +69 -0
  1756. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/greatest.js +29 -0
  1757. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/greatestIndex.js +19 -0
  1758. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/group.js +65 -0
  1759. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/groupSort.js +10 -0
  1760. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/identity.js +3 -0
  1761. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/index.js +57 -0
  1762. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/intersection.js +19 -0
  1763. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/least.js +29 -0
  1764. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/leastIndex.js +19 -0
  1765. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/map.js +5 -0
  1766. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/max.js +20 -0
  1767. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/maxIndex.js +22 -0
  1768. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/mean.js +19 -0
  1769. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/median.js +9 -0
  1770. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/merge.js +9 -0
  1771. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/min.js +20 -0
  1772. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/minIndex.js +22 -0
  1773. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/mode.js +28 -0
  1774. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/nice.js +18 -0
  1775. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/number.js +20 -0
  1776. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/pairs.js +15 -0
  1777. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/permute.js +3 -0
  1778. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/quantile.js +47 -0
  1779. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/quickselect.js +53 -0
  1780. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/range.js +13 -0
  1781. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/rank.js +24 -0
  1782. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/reduce.js +14 -0
  1783. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/reverse.js +4 -0
  1784. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/scan.js +6 -0
  1785. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/shuffle.js +13 -0
  1786. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/some.js +10 -0
  1787. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/sort.js +39 -0
  1788. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/subset.js +5 -0
  1789. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/sum.js +18 -0
  1790. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/superset.js +19 -0
  1791. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/threshold/freedmanDiaconis.js +7 -0
  1792. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/threshold/scott.js +7 -0
  1793. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/threshold/sturges.js +5 -0
  1794. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/ticks.js +55 -0
  1795. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/transpose.js +15 -0
  1796. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/union.js +11 -0
  1797. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/variance.js +25 -0
  1798. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-array/src/zip.js +5 -0
  1799. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/LICENSE +13 -0
  1800. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/README.md +210 -0
  1801. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/package.json +54 -0
  1802. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/src/axis.js +174 -0
  1803. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/src/identity.js +3 -0
  1804. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-axis/src/index.js +6 -0
  1805. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/LICENSE +13 -0
  1806. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/README.md +185 -0
  1807. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/package.json +55 -0
  1808. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/src/brush.js +621 -0
  1809. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/src/constant.js +1 -0
  1810. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/src/event.js +16 -0
  1811. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/src/index.js +6 -0
  1812. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-brush/src/noevent.js +8 -0
  1813. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/LICENSE +13 -0
  1814. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/README.md +203 -0
  1815. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/package.json +54 -0
  1816. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/color.js +396 -0
  1817. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/cubehelix.js +61 -0
  1818. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/define.js +10 -0
  1819. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/index.js +3 -0
  1820. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/lab.js +123 -0
  1821. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-color/src/math.js +2 -0
  1822. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-dispatch/LICENSE +13 -0
  1823. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-dispatch/README.md +94 -0
  1824. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-dispatch/package.json +50 -0
  1825. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-dispatch/src/dispatch.js +84 -0
  1826. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-dispatch/src/index.js +1 -0
  1827. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/LICENSE +13 -0
  1828. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/README.md +248 -0
  1829. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/package.json +54 -0
  1830. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/constant.js +1 -0
  1831. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/drag.js +194 -0
  1832. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/event.js +28 -0
  1833. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/index.js +2 -0
  1834. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/nodrag.js +28 -0
  1835. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-drag/src/noevent.js +13 -0
  1836. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/LICENSE +28 -0
  1837. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/README.md +253 -0
  1838. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/package.json +51 -0
  1839. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/back.js +37 -0
  1840. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/bounce.js +22 -0
  1841. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/circle.js +11 -0
  1842. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/cubic.js +11 -0
  1843. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/elastic.js +46 -0
  1844. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/exp.js +13 -0
  1845. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/index.js +66 -0
  1846. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/linear.js +1 -0
  1847. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/math.js +4 -0
  1848. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/poly.js +37 -0
  1849. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/quad.js +11 -0
  1850. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-ease/src/sin.js +14 -0
  1851. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/LICENSE +13 -0
  1852. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/README.md +350 -0
  1853. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-001.json +7 -0
  1854. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-AE.json +7 -0
  1855. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-BH.json +7 -0
  1856. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-DJ.json +7 -0
  1857. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-DZ.json +6 -0
  1858. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-EG.json +7 -0
  1859. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-EH.json +6 -0
  1860. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-ER.json +7 -0
  1861. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-IL.json +7 -0
  1862. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-IQ.json +7 -0
  1863. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-JO.json +7 -0
  1864. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-KM.json +7 -0
  1865. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-KW.json +7 -0
  1866. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-LB.json +7 -0
  1867. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-LY.json +6 -0
  1868. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-MA.json +6 -0
  1869. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-MR.json +7 -0
  1870. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-OM.json +7 -0
  1871. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-PS.json +7 -0
  1872. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-QA.json +7 -0
  1873. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-SA.json +7 -0
  1874. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-SD.json +7 -0
  1875. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-SO.json +7 -0
  1876. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-SS.json +7 -0
  1877. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-SY.json +7 -0
  1878. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-TD.json +7 -0
  1879. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-TN.json +6 -0
  1880. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ar-YE.json +7 -0
  1881. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ca-ES.json +6 -0
  1882. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/cs-CZ.json +6 -0
  1883. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/da-DK.json +6 -0
  1884. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/de-CH.json +6 -0
  1885. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/de-DE.json +6 -0
  1886. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/en-CA.json +6 -0
  1887. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/en-GB.json +6 -0
  1888. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/en-IE.json +6 -0
  1889. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/en-IN.json +6 -0
  1890. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/en-US.json +6 -0
  1891. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/es-BO.json +7 -0
  1892. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/es-ES.json +6 -0
  1893. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/es-MX.json +6 -0
  1894. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/fi-FI.json +6 -0
  1895. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/fr-CA.json +6 -0
  1896. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/fr-FR.json +7 -0
  1897. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/he-IL.json +6 -0
  1898. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/hu-HU.json +6 -0
  1899. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/it-IT.json +6 -0
  1900. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ja-JP.json +6 -0
  1901. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ko-KR.json +6 -0
  1902. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/mk-MK.json +6 -0
  1903. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/nl-NL.json +6 -0
  1904. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/pl-PL.json +6 -0
  1905. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/pt-BR.json +6 -0
  1906. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/pt-PT.json +6 -0
  1907. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/ru-RU.json +6 -0
  1908. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/sl-SI.json +6 -0
  1909. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/sv-SE.json +6 -0
  1910. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/uk-UA.json +6 -0
  1911. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/locale/zh-CN.json +6 -0
  1912. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/package.json +55 -0
  1913. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/defaultLocale.js +18 -0
  1914. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/exponent.js +5 -0
  1915. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatDecimal.js +20 -0
  1916. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatGroup.js +18 -0
  1917. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatNumerals.js +7 -0
  1918. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatPrefixAuto.js +16 -0
  1919. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatRounded.js +11 -0
  1920. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatSpecifier.js +47 -0
  1921. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatTrim.js +11 -0
  1922. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/formatTypes.js +19 -0
  1923. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/identity.js +3 -0
  1924. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/index.js +6 -0
  1925. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/locale.js +148 -0
  1926. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/precisionFixed.js +5 -0
  1927. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/precisionPrefix.js +5 -0
  1928. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-format/src/precisionRound.js +6 -0
  1929. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/LICENSE +13 -0
  1930. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/README.md +268 -0
  1931. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/package.json +53 -0
  1932. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/array.js +22 -0
  1933. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/basis.js +19 -0
  1934. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/basisClosed.js +13 -0
  1935. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/color.js +29 -0
  1936. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/constant.js +1 -0
  1937. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/cubehelix.js +29 -0
  1938. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/date.js +6 -0
  1939. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/discrete.js +6 -0
  1940. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/hcl.js +21 -0
  1941. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/hsl.js +21 -0
  1942. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/hue.js +9 -0
  1943. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/index.js +21 -0
  1944. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/lab.js +16 -0
  1945. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/number.js +5 -0
  1946. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/numberArray.js +14 -0
  1947. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/object.js +23 -0
  1948. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/piecewise.js +11 -0
  1949. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/quantize.js +5 -0
  1950. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/rgb.js +55 -0
  1951. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/round.js +5 -0
  1952. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/string.js +64 -0
  1953. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/transform/decompose.js +26 -0
  1954. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/transform/index.js +63 -0
  1955. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/transform/parse.js +18 -0
  1956. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/value.js +22 -0
  1957. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-interpolate/src/zoom.js +71 -0
  1958. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/LICENSE +13 -0
  1959. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/README.md +1003 -0
  1960. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/package.json +57 -0
  1961. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/band.js +101 -0
  1962. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/colors.js +5 -0
  1963. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/constant.js +5 -0
  1964. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/continuous.js +125 -0
  1965. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/diverging.js +104 -0
  1966. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/identity.js +28 -0
  1967. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/index.js +78 -0
  1968. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/init.js +26 -0
  1969. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/linear.js +70 -0
  1970. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/log.js +140 -0
  1971. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/nice.js +18 -0
  1972. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/number.js +3 -0
  1973. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/ordinal.js +46 -0
  1974. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/pow.js +50 -0
  1975. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/quantile.js +57 -0
  1976. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/quantize.js +56 -0
  1977. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/radial.js +63 -0
  1978. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/sequential.js +107 -0
  1979. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/sequentialQuantile.js +38 -0
  1980. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/symlog.js +35 -0
  1981. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/threshold.js +39 -0
  1982. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/tickFormat.js +29 -0
  1983. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/time.js +71 -0
  1984. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-scale/src/utcTime.js +8 -0
  1985. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/LICENSE +13 -0
  1986. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/README.md +863 -0
  1987. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/package.json +51 -0
  1988. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/array.js +9 -0
  1989. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/constant.js +5 -0
  1990. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/create.js +6 -0
  1991. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/creator.js +25 -0
  1992. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/identity.js +3 -0
  1993. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/index.js +15 -0
  1994. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/local.js +27 -0
  1995. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/matcher.js +12 -0
  1996. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/namespace.js +7 -0
  1997. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/namespaces.js +9 -0
  1998. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/pointer.js +20 -0
  1999. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/pointers.js +11 -0
  2000. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/select.js +7 -0
  2001. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selectAll.js +8 -0
  2002. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/append.js +8 -0
  2003. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/attr.js +57 -0
  2004. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/call.js +6 -0
  2005. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/classed.js +75 -0
  2006. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/clone.js +13 -0
  2007. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/data.js +128 -0
  2008. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/datum.js +5 -0
  2009. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/dispatch.js +34 -0
  2010. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/each.js +10 -0
  2011. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/empty.js +3 -0
  2012. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/enter.js +22 -0
  2013. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/exit.js +6 -0
  2014. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/filter.js +16 -0
  2015. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/html.js +25 -0
  2016. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/index.js +90 -0
  2017. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/insert.js +14 -0
  2018. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/iterator.js +7 -0
  2019. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/join.js +15 -0
  2020. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/lower.js +7 -0
  2021. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/merge.js +19 -0
  2022. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/node.js +11 -0
  2023. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/nodes.js +3 -0
  2024. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/on.js +67 -0
  2025. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/order.js +13 -0
  2026. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/property.js +28 -0
  2027. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/raise.js +7 -0
  2028. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/remove.js +8 -0
  2029. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/select.js +17 -0
  2030. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/selectAll.js +25 -0
  2031. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/selectChild.js +18 -0
  2032. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/selectChildren.js +18 -0
  2033. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/size.js +5 -0
  2034. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/sort.js +24 -0
  2035. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/sparse.js +3 -0
  2036. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/style.js +35 -0
  2037. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selection/text.js +25 -0
  2038. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selector.js +7 -0
  2039. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/selectorAll.js +9 -0
  2040. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/sourceEvent.js +5 -0
  2041. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-selection/src/window.js +5 -0
  2042. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/LICENSE +13 -0
  2043. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/README.md +380 -0
  2044. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/package.json +53 -0
  2045. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/day.js +35 -0
  2046. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/duration.js +7 -0
  2047. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/hour.js +26 -0
  2048. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/index.js +96 -0
  2049. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/interval.js +69 -0
  2050. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/millisecond.js +25 -0
  2051. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/minute.js +26 -0
  2052. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/month.js +27 -0
  2053. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/second.js +14 -0
  2054. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/ticks.js +58 -0
  2055. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/week.js +56 -0
  2056. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time/src/year.js +49 -0
  2057. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/LICENSE +13 -0
  2058. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/README.md +209 -0
  2059. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ar-EG.json +10 -0
  2060. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ar-SY.json +10 -0
  2061. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ca-ES.json +10 -0
  2062. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/cs-CZ.json +10 -0
  2063. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/da-DK.json +10 -0
  2064. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/de-CH.json +10 -0
  2065. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/de-DE.json +10 -0
  2066. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/en-CA.json +10 -0
  2067. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/en-GB.json +10 -0
  2068. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/en-US.json +10 -0
  2069. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/es-ES.json +10 -0
  2070. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/es-MX.json +10 -0
  2071. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/fa-IR.json +10 -0
  2072. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/fi-FI.json +10 -0
  2073. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/fr-CA.json +10 -0
  2074. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/fr-FR.json +10 -0
  2075. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/he-IL.json +10 -0
  2076. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/hr-HR.json +10 -0
  2077. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/hu-HU.json +10 -0
  2078. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/it-IT.json +10 -0
  2079. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ja-JP.json +10 -0
  2080. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ko-KR.json +10 -0
  2081. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/mk-MK.json +10 -0
  2082. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/nb-NO.json +10 -0
  2083. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/nl-BE.json +10 -0
  2084. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/nl-NL.json +10 -0
  2085. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/pl-PL.json +10 -0
  2086. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/pt-BR.json +10 -0
  2087. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/ru-RU.json +10 -0
  2088. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/sv-SE.json +10 -0
  2089. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/tr-TR.json +10 -0
  2090. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/uk-UA.json +10 -0
  2091. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/zh-CN.json +10 -0
  2092. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/locale/zh-TW.json +10 -0
  2093. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/package.json +60 -0
  2094. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/src/defaultLocale.js +27 -0
  2095. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/src/index.js +4 -0
  2096. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/src/isoFormat.js +13 -0
  2097. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/src/isoParse.js +13 -0
  2098. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-time-format/src/locale.js +697 -0
  2099. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/LICENSE +13 -0
  2100. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/README.md +87 -0
  2101. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/package.json +53 -0
  2102. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/src/index.js +13 -0
  2103. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/src/interval.js +17 -0
  2104. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/src/timeout.js +11 -0
  2105. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-timer/src/timer.js +110 -0
  2106. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/LICENSE +13 -0
  2107. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/README.md +490 -0
  2108. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/package.json +65 -0
  2109. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/active.js +21 -0
  2110. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/index.js +4 -0
  2111. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/interrupt.js +24 -0
  2112. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/selection/index.js +6 -0
  2113. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/selection/interrupt.js +7 -0
  2114. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/selection/transition.js +42 -0
  2115. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/attr.js +78 -0
  2116. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/attrTween.js +44 -0
  2117. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/delay.js +23 -0
  2118. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/duration.js +23 -0
  2119. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/ease.js +16 -0
  2120. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/easeVarying.js +14 -0
  2121. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/end.js +29 -0
  2122. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/filter.js +16 -0
  2123. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/index.js +73 -0
  2124. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/interpolate.js +10 -0
  2125. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/merge.js +19 -0
  2126. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/on.js +32 -0
  2127. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/remove.js +11 -0
  2128. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/schedule.js +153 -0
  2129. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/select.js +22 -0
  2130. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/selectAll.js +26 -0
  2131. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/selection.js +7 -0
  2132. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/style.js +80 -0
  2133. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/styleTween.js +24 -0
  2134. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/text.js +20 -0
  2135. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/textTween.js +24 -0
  2136. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/transition.js +24 -0
  2137. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-transition/src/transition/tween.js +81 -0
  2138. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/LICENSE +13 -0
  2139. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/README.md +414 -0
  2140. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/package.json +57 -0
  2141. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/constant.js +1 -0
  2142. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/event.js +14 -0
  2143. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/index.js +2 -0
  2144. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/noevent.js +8 -0
  2145. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/transform.js +51 -0
  2146. django_cosmograph-0.1.0/cosmograph_ui/node_modules/d3-zoom/src/zoom.js +447 -0
  2147. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/LICENSE +20 -0
  2148. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/README.md +481 -0
  2149. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/package.json +64 -0
  2150. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/src/browser.js +272 -0
  2151. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/src/common.js +292 -0
  2152. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/src/index.js +10 -0
  2153. django_cosmograph-0.1.0/cosmograph_ui/node_modules/debug/src/node.js +263 -0
  2154. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/.travis.yml +5 -0
  2155. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/LICENSE +22 -0
  2156. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/README.markdown +70 -0
  2157. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/example/cmp.js +11 -0
  2158. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/index.js +102 -0
  2159. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/package.json +58 -0
  2160. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/test/NaN.js +16 -0
  2161. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/test/cmp.js +23 -0
  2162. django_cosmograph-0.1.0/cosmograph_ui/node_modules/deep-is/test/neg-vs-pos-0.js +15 -0
  2163. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/LICENSE +5 -0
  2164. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/README.md +186 -0
  2165. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/chromium-versions.js +79 -0
  2166. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  2167. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/full-chromium-versions.js +2444 -0
  2168. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  2169. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/full-versions.js +1576 -0
  2170. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/full-versions.json +1 -0
  2171. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/index.js +36 -0
  2172. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/package.json +44 -0
  2173. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/versions.js +200 -0
  2174. django_cosmograph-0.1.0/cosmograph_ui/node_modules/electron-to-chromium/versions.json +1 -0
  2175. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esbuild/LICENSE.md +21 -0
  2176. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esbuild/README.md +3 -0
  2177. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esbuild/bin/esbuild +0 -0
  2178. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esbuild/install.js +287 -0
  2179. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esbuild/package.json +48 -0
  2180. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/index.d.mts +11 -0
  2181. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/index.d.ts +15 -0
  2182. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/license +9 -0
  2183. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/package.json +74 -0
  2184. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/readme.md +211 -0
  2185. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/sync/index.d.mts +9 -0
  2186. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/sync/index.d.ts +13 -0
  2187. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/sync/index.js +18 -0
  2188. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escalade/sync/index.mjs +18 -0
  2189. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escape-string-regexp/index.d.ts +18 -0
  2190. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escape-string-regexp/index.js +13 -0
  2191. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escape-string-regexp/license +9 -0
  2192. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escape-string-regexp/package.json +38 -0
  2193. django_cosmograph-0.1.0/cosmograph_ui/node_modules/escape-string-regexp/readme.md +34 -0
  2194. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/LICENSE +19 -0
  2195. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/README.md +340 -0
  2196. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/bin/eslint.js +196 -0
  2197. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/conf/default-cli-options.js +32 -0
  2198. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/conf/ecma-version.js +16 -0
  2199. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/conf/globals.js +169 -0
  2200. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/conf/replacements.json +26 -0
  2201. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/conf/rule-type-list.json +91 -0
  2202. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/all-files-ignored.js +16 -0
  2203. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/all-matched-files-ignored.js +21 -0
  2204. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/config-file-missing.js +16 -0
  2205. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/config-plugin-missing.js +14 -0
  2206. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/config-serialize-function.js +30 -0
  2207. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/eslintrc-incompat.js +117 -0
  2208. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/eslintrc-plugins.js +27 -0
  2209. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/extend-config-missing.js +13 -0
  2210. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/failed-to-read-json.js +11 -0
  2211. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/file-not-found.js +10 -0
  2212. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/invalid-rule-options.js +17 -0
  2213. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/invalid-rule-severity.js +13 -0
  2214. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/no-config-found.js +15 -0
  2215. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/plugin-conflict.js +22 -0
  2216. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/plugin-invalid.js +16 -0
  2217. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/plugin-missing.js +19 -0
  2218. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/print-config-with-directory-path.js +8 -0
  2219. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/shared.js +23 -0
  2220. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/messages/whitespace-found.js +11 -0
  2221. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint/package.json +226 -0
  2222. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/LICENSE +21 -0
  2223. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/README.md +109 -0
  2224. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.d.ts +91 -0
  2225. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js +2737 -0
  2226. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.js +2731 -0
  2227. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/index.d.ts +1 -0
  2228. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/index.js +9 -0
  2229. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-hooks/package.json +58 -0
  2230. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-refresh/LICENSE +21 -0
  2231. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-refresh/README.md +218 -0
  2232. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-refresh/index.d.ts +14 -0
  2233. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-refresh/index.js +294 -0
  2234. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-plugin-react-refresh/package.json +21 -0
  2235. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-scope/LICENSE +22 -0
  2236. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-scope/README.md +198 -0
  2237. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-scope/package.json +64 -0
  2238. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-visitor-keys/LICENSE +201 -0
  2239. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-visitor-keys/README.md +121 -0
  2240. django_cosmograph-0.1.0/cosmograph_ui/node_modules/eslint-visitor-keys/package.json +70 -0
  2241. django_cosmograph-0.1.0/cosmograph_ui/node_modules/espree/LICENSE +25 -0
  2242. django_cosmograph-0.1.0/cosmograph_ui/node_modules/espree/README.md +262 -0
  2243. django_cosmograph-0.1.0/cosmograph_ui/node_modules/espree/espree.js +174 -0
  2244. django_cosmograph-0.1.0/cosmograph_ui/node_modules/espree/package.json +77 -0
  2245. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esquery/README.md +27 -0
  2246. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esquery/license.txt +24 -0
  2247. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esquery/package.json +78 -0
  2248. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esquery/parser.js +2694 -0
  2249. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esrecurse/.babelrc +3 -0
  2250. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esrecurse/README.md +171 -0
  2251. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esrecurse/esrecurse.js +117 -0
  2252. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esrecurse/gulpfile.babel.js +92 -0
  2253. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esrecurse/package.json +52 -0
  2254. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/.jshintrc +16 -0
  2255. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/LICENSE.BSD +19 -0
  2256. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/README.md +153 -0
  2257. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/estraverse.js +805 -0
  2258. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/gulpfile.js +70 -0
  2259. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estraverse/package.json +40 -0
  2260. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/CHANGELOG.md +92 -0
  2261. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/LICENSE +7 -0
  2262. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/README.md +48 -0
  2263. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/package.json +37 -0
  2264. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/src/async.js +118 -0
  2265. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/src/index.js +35 -0
  2266. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/src/package.json +1 -0
  2267. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/src/sync.js +118 -0
  2268. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/src/walker.js +61 -0
  2269. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/types/async.d.ts +53 -0
  2270. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/types/index.d.ts +56 -0
  2271. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/types/sync.d.ts +53 -0
  2272. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
  2273. django_cosmograph-0.1.0/cosmograph_ui/node_modules/estree-walker/types/walker.d.ts +37 -0
  2274. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esutils/LICENSE.BSD +19 -0
  2275. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esutils/README.md +174 -0
  2276. django_cosmograph-0.1.0/cosmograph_ui/node_modules/esutils/package.json +44 -0
  2277. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/LICENSE +21 -0
  2278. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/README.md +96 -0
  2279. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  2280. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/es6/index.js +72 -0
  2281. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  2282. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/es6/react.js +79 -0
  2283. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/index.d.ts +4 -0
  2284. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/index.js +46 -0
  2285. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/package.json +61 -0
  2286. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/react.d.ts +2 -0
  2287. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-deep-equal/react.js +53 -0
  2288. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  2289. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  2290. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  2291. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  2292. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/README.md +131 -0
  2293. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  2294. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  2295. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  2296. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  2297. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  2298. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  2299. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  2300. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/index.js +59 -0
  2301. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/package.json +52 -0
  2302. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  2303. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  2304. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  2305. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  2306. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-levenshtein/LICENSE.md +25 -0
  2307. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-levenshtein/README.md +104 -0
  2308. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-levenshtein/levenshtein.js +136 -0
  2309. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fast-levenshtein/package.json +39 -0
  2310. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fdir/LICENSE +7 -0
  2311. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fdir/README.md +91 -0
  2312. django_cosmograph-0.1.0/cosmograph_ui/node_modules/fdir/package.json +90 -0
  2313. django_cosmograph-0.1.0/cosmograph_ui/node_modules/file-entry-cache/LICENSE +22 -0
  2314. django_cosmograph-0.1.0/cosmograph_ui/node_modules/file-entry-cache/README.md +115 -0
  2315. django_cosmograph-0.1.0/cosmograph_ui/node_modules/file-entry-cache/cache.js +291 -0
  2316. django_cosmograph-0.1.0/cosmograph_ui/node_modules/file-entry-cache/package.json +56 -0
  2317. django_cosmograph-0.1.0/cosmograph_ui/node_modules/find-up/index.d.ts +138 -0
  2318. django_cosmograph-0.1.0/cosmograph_ui/node_modules/find-up/index.js +89 -0
  2319. django_cosmograph-0.1.0/cosmograph_ui/node_modules/find-up/license +9 -0
  2320. django_cosmograph-0.1.0/cosmograph_ui/node_modules/find-up/package.json +54 -0
  2321. django_cosmograph-0.1.0/cosmograph_ui/node_modules/find-up/readme.md +151 -0
  2322. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/LICENSE +22 -0
  2323. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/README.md +77 -0
  2324. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/changelog.md +278 -0
  2325. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/package.json +63 -0
  2326. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/src/cache.js +214 -0
  2327. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/src/del.js +30 -0
  2328. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flat-cache/src/utils.js +42 -0
  2329. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/LICENSE +15 -0
  2330. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/README.md +115 -0
  2331. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/cjs/index.js +125 -0
  2332. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/cjs/package.json +1 -0
  2333. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/es.js +1 -0
  2334. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/esm/index.js +120 -0
  2335. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/esm.js +1 -0
  2336. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/index.js +146 -0
  2337. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/min.js +1 -0
  2338. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/package.json +78 -0
  2339. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/php/flatted.php +156 -0
  2340. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/python/flatted.py +149 -0
  2341. django_cosmograph-0.1.0/cosmograph_ui/node_modules/flatted/types/index.d.ts +4 -0
  2342. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/LICENSE +7 -0
  2343. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/README.md +196 -0
  2344. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/index.js +373 -0
  2345. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/index.js.flow +32 -0
  2346. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/package.json +37 -0
  2347. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/test/.babelrc +5 -0
  2348. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gensync/test/index.test.js +489 -0
  2349. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-bench/LICENSE +21 -0
  2350. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-bench/README.md +92 -0
  2351. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-bench/package.json +56 -0
  2352. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/LICENSE.md +19 -0
  2353. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/README.md +33 -0
  2354. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/common.js +67 -0
  2355. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/index.js +52 -0
  2356. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/mat2.js +495 -0
  2357. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/mat2d.js +547 -0
  2358. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/mat3.js +853 -0
  2359. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/mat4.js +2023 -0
  2360. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/quat.js +791 -0
  2361. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/quat2.js +924 -0
  2362. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/vec2.js +721 -0
  2363. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/vec3.js +890 -0
  2364. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/cjs/vec4.js +752 -0
  2365. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/common.js +50 -0
  2366. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/index.js +11 -0
  2367. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/mat2.js +432 -0
  2368. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/mat2d.js +486 -0
  2369. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/mat3.js +778 -0
  2370. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/mat4.js +1910 -0
  2371. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/quat.js +710 -0
  2372. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/quat2.js +835 -0
  2373. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/vec2.js +624 -0
  2374. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/vec3.js +787 -0
  2375. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/esm/vec4.js +663 -0
  2376. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/gl-matrix-min.js +28 -0
  2377. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/gl-matrix.js +7711 -0
  2378. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/index.d.ts +3273 -0
  2379. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/mat2/package.json +5 -0
  2380. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/mat2d/package.json +5 -0
  2381. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/mat3/package.json +5 -0
  2382. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/mat4/package.json +5 -0
  2383. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/package.json +27 -0
  2384. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/quat/package.json +5 -0
  2385. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/quat2/package.json +5 -0
  2386. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/types.d.ts/package.json +5 -0
  2387. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/vec2/package.json +5 -0
  2388. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/vec3/package.json +5 -0
  2389. django_cosmograph-0.1.0/cosmograph_ui/node_modules/gl-matrix/vec4/package.json +5 -0
  2390. django_cosmograph-0.1.0/cosmograph_ui/node_modules/glob-parent/LICENSE +15 -0
  2391. django_cosmograph-0.1.0/cosmograph_ui/node_modules/glob-parent/README.md +134 -0
  2392. django_cosmograph-0.1.0/cosmograph_ui/node_modules/glob-parent/index.js +75 -0
  2393. django_cosmograph-0.1.0/cosmograph_ui/node_modules/glob-parent/package.json +54 -0
  2394. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/globals.json +3217 -0
  2395. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/index.d.ts +3316 -0
  2396. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/index.js +2 -0
  2397. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/license +9 -0
  2398. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/package.json +101 -0
  2399. django_cosmograph-0.1.0/cosmograph_ui/node_modules/globals/readme.md +42 -0
  2400. django_cosmograph-0.1.0/cosmograph_ui/node_modules/has-flag/index.d.ts +39 -0
  2401. django_cosmograph-0.1.0/cosmograph_ui/node_modules/has-flag/index.js +8 -0
  2402. django_cosmograph-0.1.0/cosmograph_ui/node_modules/has-flag/license +9 -0
  2403. django_cosmograph-0.1.0/cosmograph_ui/node_modules/has-flag/package.json +46 -0
  2404. django_cosmograph-0.1.0/cosmograph_ui/node_modules/has-flag/readme.md +89 -0
  2405. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/LICENSE-MIT +21 -0
  2406. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/README.md +412 -0
  2407. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/index.d.ts +61 -0
  2408. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/index.js +636 -0
  2409. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/legacy.js +559 -0
  2410. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ignore/package.json +74 -0
  2411. django_cosmograph-0.1.0/cosmograph_ui/node_modules/import-fresh/index.d.ts +30 -0
  2412. django_cosmograph-0.1.0/cosmograph_ui/node_modules/import-fresh/index.js +34 -0
  2413. django_cosmograph-0.1.0/cosmograph_ui/node_modules/import-fresh/license +9 -0
  2414. django_cosmograph-0.1.0/cosmograph_ui/node_modules/import-fresh/package.json +48 -0
  2415. django_cosmograph-0.1.0/cosmograph_ui/node_modules/import-fresh/readme.md +54 -0
  2416. django_cosmograph-0.1.0/cosmograph_ui/node_modules/imurmurhash/README.md +122 -0
  2417. django_cosmograph-0.1.0/cosmograph_ui/node_modules/imurmurhash/imurmurhash.js +138 -0
  2418. django_cosmograph-0.1.0/cosmograph_ui/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  2419. django_cosmograph-0.1.0/cosmograph_ui/node_modules/imurmurhash/package.json +40 -0
  2420. django_cosmograph-0.1.0/cosmograph_ui/node_modules/internmap/LICENSE +13 -0
  2421. django_cosmograph-0.1.0/cosmograph_ui/node_modules/internmap/README.md +94 -0
  2422. django_cosmograph-0.1.0/cosmograph_ui/node_modules/internmap/package.json +43 -0
  2423. django_cosmograph-0.1.0/cosmograph_ui/node_modules/internmap/src/index.js +61 -0
  2424. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-extglob/LICENSE +21 -0
  2425. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-extglob/README.md +107 -0
  2426. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-extglob/index.js +20 -0
  2427. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-extglob/package.json +69 -0
  2428. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-glob/LICENSE +21 -0
  2429. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-glob/README.md +206 -0
  2430. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-glob/index.js +150 -0
  2431. django_cosmograph-0.1.0/cosmograph_ui/node_modules/is-glob/package.json +81 -0
  2432. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/.npmignore +2 -0
  2433. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/LICENSE +15 -0
  2434. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/README.md +51 -0
  2435. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/index.js +57 -0
  2436. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/mode.js +41 -0
  2437. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/package.json +31 -0
  2438. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/test/basic.js +221 -0
  2439. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isexe/windows.js +42 -0
  2440. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/CHANGELOG.md +45 -0
  2441. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/LICENSE +21 -0
  2442. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/README.md +33 -0
  2443. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/index.js +16 -0
  2444. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/index.js.map +1 -0
  2445. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/native.js +6 -0
  2446. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/native.js.map +1 -0
  2447. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/package.json +1 -0
  2448. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/utils.js +16 -0
  2449. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_cjs/utils.js.map +1 -0
  2450. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/index.js +13 -0
  2451. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/index.js.map +1 -0
  2452. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/native.js +3 -0
  2453. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/native.js.map +1 -0
  2454. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/package.json +1 -0
  2455. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/utils.js +12 -0
  2456. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_esm/utils.js.map +1 -0
  2457. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/index.d.ts +10 -0
  2458. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/index.d.ts.map +1 -0
  2459. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/native.d.ts +11 -0
  2460. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/native.d.ts.map +1 -0
  2461. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/utils.d.ts +9 -0
  2462. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/_types/utils.d.ts.map +1 -0
  2463. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/index.ts +11 -0
  2464. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/native.ts +6 -0
  2465. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/package.json +54 -0
  2466. django_cosmograph-0.1.0/cosmograph_ui/node_modules/isows/utils.ts +7 -0
  2467. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-tokens/CHANGELOG.md +151 -0
  2468. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-tokens/LICENSE +21 -0
  2469. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-tokens/README.md +240 -0
  2470. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-tokens/index.js +23 -0
  2471. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-tokens/package.json +30 -0
  2472. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/CHANGELOG.md +616 -0
  2473. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/LICENSE +21 -0
  2474. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/README.md +246 -0
  2475. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/bin/js-yaml.js +126 -0
  2476. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/index.js +47 -0
  2477. django_cosmograph-0.1.0/cosmograph_ui/node_modules/js-yaml/package.json +66 -0
  2478. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  2479. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/README.md +422 -0
  2480. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/bin/jsesc +148 -0
  2481. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/jsesc.js +337 -0
  2482. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/man/jsesc.1 +94 -0
  2483. django_cosmograph-0.1.0/cosmograph_ui/node_modules/jsesc/package.json +56 -0
  2484. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/.travis.yml +3 -0
  2485. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/LICENSE +22 -0
  2486. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/README.md +24 -0
  2487. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/index.js +58 -0
  2488. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/package.json +34 -0
  2489. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-buffer/test/index.js +63 -0
  2490. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  2491. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/.travis.yml +8 -0
  2492. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/LICENSE +21 -0
  2493. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/README.md +83 -0
  2494. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/index.js +89 -0
  2495. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/package.json +43 -0
  2496. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  2497. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  2498. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  2499. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/.npmignore +1 -0
  2500. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/.travis.yml +4 -0
  2501. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/LICENSE +18 -0
  2502. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js +7 -0
  2503. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/example/nested.js +3 -0
  2504. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/example/str.js +3 -0
  2505. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js +7 -0
  2506. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/index.js +82 -0
  2507. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/package.json +43 -0
  2508. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/readme.markdown +132 -0
  2509. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/cmp.js +11 -0
  2510. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/nested.js +42 -0
  2511. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/replacer.js +74 -0
  2512. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/space.js +59 -0
  2513. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/str.js +32 -0
  2514. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json-stable-stringify-without-jsonify/test/to-json.js +20 -0
  2515. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json5/LICENSE.md +23 -0
  2516. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json5/README.md +282 -0
  2517. django_cosmograph-0.1.0/cosmograph_ui/node_modules/json5/package.json +72 -0
  2518. django_cosmograph-0.1.0/cosmograph_ui/node_modules/keyv/README.md +429 -0
  2519. django_cosmograph-0.1.0/cosmograph_ui/node_modules/keyv/package.json +57 -0
  2520. django_cosmograph-0.1.0/cosmograph_ui/node_modules/keyv/src/index.d.ts +112 -0
  2521. django_cosmograph-0.1.0/cosmograph_ui/node_modules/keyv/src/index.js +259 -0
  2522. django_cosmograph-0.1.0/cosmograph_ui/node_modules/levn/LICENSE +22 -0
  2523. django_cosmograph-0.1.0/cosmograph_ui/node_modules/levn/README.md +196 -0
  2524. django_cosmograph-0.1.0/cosmograph_ui/node_modules/levn/package.json +46 -0
  2525. django_cosmograph-0.1.0/cosmograph_ui/node_modules/locate-path/index.d.ts +83 -0
  2526. django_cosmograph-0.1.0/cosmograph_ui/node_modules/locate-path/index.js +68 -0
  2527. django_cosmograph-0.1.0/cosmograph_ui/node_modules/locate-path/license +9 -0
  2528. django_cosmograph-0.1.0/cosmograph_ui/node_modules/locate-path/package.json +46 -0
  2529. django_cosmograph-0.1.0/cosmograph_ui/node_modules/locate-path/readme.md +125 -0
  2530. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lodash.merge/LICENSE +47 -0
  2531. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lodash.merge/README.md +18 -0
  2532. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lodash.merge/index.js +1977 -0
  2533. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lodash.merge/package.json +16 -0
  2534. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lru-cache/LICENSE +15 -0
  2535. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lru-cache/README.md +166 -0
  2536. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lru-cache/index.js +334 -0
  2537. django_cosmograph-0.1.0/cosmograph_ui/node_modules/lru-cache/package.json +32 -0
  2538. django_cosmograph-0.1.0/cosmograph_ui/node_modules/magic-string/LICENSE +7 -0
  2539. django_cosmograph-0.1.0/cosmograph_ui/node_modules/magic-string/README.md +252 -0
  2540. django_cosmograph-0.1.0/cosmograph_ui/node_modules/magic-string/index.d.ts +221 -0
  2541. django_cosmograph-0.1.0/cosmograph_ui/node_modules/magic-string/package.json +52 -0
  2542. django_cosmograph-0.1.0/cosmograph_ui/node_modules/minimatch/LICENSE +15 -0
  2543. django_cosmograph-0.1.0/cosmograph_ui/node_modules/minimatch/README.md +230 -0
  2544. django_cosmograph-0.1.0/cosmograph_ui/node_modules/minimatch/minimatch.js +947 -0
  2545. django_cosmograph-0.1.0/cosmograph_ui/node_modules/minimatch/package.json +33 -0
  2546. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ms/index.js +162 -0
  2547. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ms/license.md +21 -0
  2548. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ms/package.json +38 -0
  2549. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ms/readme.md +59 -0
  2550. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/LICENSE +20 -0
  2551. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/README.md +39 -0
  2552. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.browser.cjs +69 -0
  2553. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.browser.js +34 -0
  2554. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.cjs +71 -0
  2555. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.d.ts +56 -0
  2556. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.js +35 -0
  2557. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/index.native.js +26 -0
  2558. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/async/package.json +12 -0
  2559. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/bin/nanoid.cjs +55 -0
  2560. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.browser.cjs +72 -0
  2561. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.browser.js +34 -0
  2562. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.cjs +85 -0
  2563. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.d.cts +91 -0
  2564. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.d.ts +91 -0
  2565. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/index.js +45 -0
  2566. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/nanoid.js +1 -0
  2567. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/non-secure/index.cjs +34 -0
  2568. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/non-secure/index.d.ts +33 -0
  2569. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/non-secure/index.js +21 -0
  2570. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/non-secure/package.json +6 -0
  2571. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/package.json +89 -0
  2572. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  2573. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/url-alphabet/index.js +3 -0
  2574. django_cosmograph-0.1.0/cosmograph_ui/node_modules/nanoid/url-alphabet/package.json +6 -0
  2575. django_cosmograph-0.1.0/cosmograph_ui/node_modules/natural-compare/README.md +125 -0
  2576. django_cosmograph-0.1.0/cosmograph_ui/node_modules/natural-compare/index.js +57 -0
  2577. django_cosmograph-0.1.0/cosmograph_ui/node_modules/natural-compare/package.json +42 -0
  2578. django_cosmograph-0.1.0/cosmograph_ui/node_modules/node-releases/LICENSE +21 -0
  2579. django_cosmograph-0.1.0/cosmograph_ui/node_modules/node-releases/README.md +12 -0
  2580. django_cosmograph-0.1.0/cosmograph_ui/node_modules/node-releases/data/processed/envs.json +1 -0
  2581. django_cosmograph-0.1.0/cosmograph_ui/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  2582. django_cosmograph-0.1.0/cosmograph_ui/node_modules/node-releases/package.json +22 -0
  2583. django_cosmograph-0.1.0/cosmograph_ui/node_modules/optionator/CHANGELOG.md +59 -0
  2584. django_cosmograph-0.1.0/cosmograph_ui/node_modules/optionator/LICENSE +22 -0
  2585. django_cosmograph-0.1.0/cosmograph_ui/node_modules/optionator/README.md +238 -0
  2586. django_cosmograph-0.1.0/cosmograph_ui/node_modules/optionator/package.json +43 -0
  2587. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-limit/index.d.ts +42 -0
  2588. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-limit/index.js +71 -0
  2589. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-limit/license +9 -0
  2590. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-limit/package.json +52 -0
  2591. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-limit/readme.md +101 -0
  2592. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-locate/index.d.ts +53 -0
  2593. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-locate/index.js +50 -0
  2594. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-locate/license +9 -0
  2595. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-locate/package.json +54 -0
  2596. django_cosmograph-0.1.0/cosmograph_ui/node_modules/p-locate/readme.md +93 -0
  2597. django_cosmograph-0.1.0/cosmograph_ui/node_modules/parent-module/index.js +37 -0
  2598. django_cosmograph-0.1.0/cosmograph_ui/node_modules/parent-module/license +9 -0
  2599. django_cosmograph-0.1.0/cosmograph_ui/node_modules/parent-module/package.json +46 -0
  2600. django_cosmograph-0.1.0/cosmograph_ui/node_modules/parent-module/readme.md +67 -0
  2601. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-exists/index.d.ts +28 -0
  2602. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-exists/index.js +23 -0
  2603. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-exists/license +9 -0
  2604. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-exists/package.json +39 -0
  2605. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-exists/readme.md +52 -0
  2606. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-key/index.d.ts +40 -0
  2607. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-key/index.js +16 -0
  2608. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-key/license +9 -0
  2609. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-key/package.json +39 -0
  2610. django_cosmograph-0.1.0/cosmograph_ui/node_modules/path-key/readme.md +61 -0
  2611. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/LICENSE +15 -0
  2612. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/README.md +21 -0
  2613. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/package.json +25 -0
  2614. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/picocolors.browser.js +4 -0
  2615. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/picocolors.d.ts +5 -0
  2616. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/picocolors.js +75 -0
  2617. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picocolors/types.d.ts +51 -0
  2618. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picomatch/LICENSE +21 -0
  2619. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picomatch/README.md +738 -0
  2620. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picomatch/index.js +17 -0
  2621. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picomatch/package.json +83 -0
  2622. django_cosmograph-0.1.0/cosmograph_ui/node_modules/picomatch/posix.js +3 -0
  2623. django_cosmograph-0.1.0/cosmograph_ui/node_modules/postcss/LICENSE +20 -0
  2624. django_cosmograph-0.1.0/cosmograph_ui/node_modules/postcss/README.md +29 -0
  2625. django_cosmograph-0.1.0/cosmograph_ui/node_modules/postcss/package.json +88 -0
  2626. django_cosmograph-0.1.0/cosmograph_ui/node_modules/prelude-ls/CHANGELOG.md +108 -0
  2627. django_cosmograph-0.1.0/cosmograph_ui/node_modules/prelude-ls/LICENSE +22 -0
  2628. django_cosmograph-0.1.0/cosmograph_ui/node_modules/prelude-ls/README.md +15 -0
  2629. django_cosmograph-0.1.0/cosmograph_ui/node_modules/prelude-ls/package.json +46 -0
  2630. django_cosmograph-0.1.0/cosmograph_ui/node_modules/punycode/LICENSE-MIT.txt +20 -0
  2631. django_cosmograph-0.1.0/cosmograph_ui/node_modules/punycode/README.md +148 -0
  2632. django_cosmograph-0.1.0/cosmograph_ui/node_modules/punycode/package.json +58 -0
  2633. django_cosmograph-0.1.0/cosmograph_ui/node_modules/punycode/punycode.es6.js +444 -0
  2634. django_cosmograph-0.1.0/cosmograph_ui/node_modules/punycode/punycode.js +443 -0
  2635. django_cosmograph-0.1.0/cosmograph_ui/node_modules/random/license +21 -0
  2636. django_cosmograph-0.1.0/cosmograph_ui/node_modules/random/package.json +89 -0
  2637. django_cosmograph-0.1.0/cosmograph_ui/node_modules/random/readme.md +523 -0
  2638. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/LICENSE +21 -0
  2639. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/README.md +37 -0
  2640. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-compiler-runtime.development.js +24 -0
  2641. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
  2642. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-compiler-runtime.profiling.js +16 -0
  2643. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-dev-runtime.development.js +349 -0
  2644. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
  2645. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-dev-runtime.profiling.js +14 -0
  2646. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.development.js +385 -0
  2647. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.production.js +40 -0
  2648. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-runtime.development.js +358 -0
  2649. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
  2650. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-runtime.profiling.js +34 -0
  2651. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-runtime.react-server.development.js +385 -0
  2652. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react-jsx-runtime.react-server.production.js +40 -0
  2653. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react.development.js +1242 -0
  2654. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react.production.js +546 -0
  2655. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react.react-server.development.js +815 -0
  2656. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/cjs/react.react-server.production.js +429 -0
  2657. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/compiler-runtime.js +14 -0
  2658. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/index.js +7 -0
  2659. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/jsx-dev-runtime.js +7 -0
  2660. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/jsx-dev-runtime.react-server.js +7 -0
  2661. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/jsx-runtime.js +7 -0
  2662. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/jsx-runtime.react-server.js +7 -0
  2663. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/package.json +51 -0
  2664. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react/react.react-server.js +7 -0
  2665. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/LICENSE +21 -0
  2666. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/README.md +60 -0
  2667. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-client.development.js +24990 -0
  2668. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-client.production.js +15393 -0
  2669. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-profiling.development.js +25377 -0
  2670. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-profiling.profiling.js +16218 -0
  2671. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +9035 -0
  2672. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +5892 -0
  2673. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js +9035 -0
  2674. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +5972 -0
  2675. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.browser.development.js +9424 -0
  2676. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.browser.production.js +6384 -0
  2677. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.bun.development.js +8739 -0
  2678. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.bun.production.js +5967 -0
  2679. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.edge.development.js +9443 -0
  2680. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.edge.production.js +6477 -0
  2681. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.node.development.js +9317 -0
  2682. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-server.node.production.js +6372 -0
  2683. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-test-utils.development.js +24 -0
  2684. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom-test-utils.production.js +21 -0
  2685. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom.development.js +424 -0
  2686. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom.production.js +210 -0
  2687. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom.react-server.development.js +340 -0
  2688. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/cjs/react-dom.react-server.production.js +152 -0
  2689. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/client.js +38 -0
  2690. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/client.react-server.js +5 -0
  2691. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/index.js +38 -0
  2692. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/package.json +117 -0
  2693. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/profiling.js +38 -0
  2694. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/profiling.react-server.js +5 -0
  2695. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/react-dom.react-server.js +7 -0
  2696. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.browser.js +18 -0
  2697. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.bun.js +19 -0
  2698. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.edge.js +19 -0
  2699. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.js +3 -0
  2700. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.node.js +18 -0
  2701. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/server.react-server.js +5 -0
  2702. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/static.browser.js +12 -0
  2703. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/static.edge.js +12 -0
  2704. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/static.js +3 -0
  2705. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/static.node.js +12 -0
  2706. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/static.react-server.js +5 -0
  2707. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-dom/test-utils.js +7 -0
  2708. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/LICENSE +21 -0
  2709. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/README.md +5 -0
  2710. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/babel.js +7 -0
  2711. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/cjs/react-refresh-babel.development.js +601 -0
  2712. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/cjs/react-refresh-babel.production.js +586 -0
  2713. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/cjs/react-refresh-runtime.development.js +338 -0
  2714. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/cjs/react-refresh-runtime.production.js +14 -0
  2715. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/package.json +38 -0
  2716. django_cosmograph-0.1.0/cosmograph_ui/node_modules/react-refresh/runtime.js +7 -0
  2717. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/API.md +2891 -0
  2718. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/CHANGES.md +213 -0
  2719. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/DEVELOPING.md +171 -0
  2720. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/LICENSE +22 -0
  2721. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/README.md +250 -0
  2722. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/browserify/transform.js +37 -0
  2723. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/package.json +145 -0
  2724. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/regl.d.ts +1747 -0
  2725. django_cosmograph-0.1.0/cosmograph_ui/node_modules/regl/regl.js +638 -0
  2726. django_cosmograph-0.1.0/cosmograph_ui/node_modules/resolve-from/index.js +47 -0
  2727. django_cosmograph-0.1.0/cosmograph_ui/node_modules/resolve-from/license +9 -0
  2728. django_cosmograph-0.1.0/cosmograph_ui/node_modules/resolve-from/package.json +34 -0
  2729. django_cosmograph-0.1.0/cosmograph_ui/node_modules/resolve-from/readme.md +72 -0
  2730. django_cosmograph-0.1.0/cosmograph_ui/node_modules/rollup/LICENSE.md +681 -0
  2731. django_cosmograph-0.1.0/cosmograph_ui/node_modules/rollup/README.md +134 -0
  2732. django_cosmograph-0.1.0/cosmograph_ui/node_modules/rollup/package.json +270 -0
  2733. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/LICENSE +21 -0
  2734. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/README.md +9 -0
  2735. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +414 -0
  2736. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler-unstable_mock.production.js +406 -0
  2737. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +150 -0
  2738. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.js +140 -0
  2739. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler.development.js +364 -0
  2740. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler.native.development.js +350 -0
  2741. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler.native.production.js +330 -0
  2742. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/cjs/scheduler.production.js +340 -0
  2743. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/index.js +7 -0
  2744. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/index.native.js +7 -0
  2745. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/package.json +27 -0
  2746. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/unstable_mock.js +7 -0
  2747. django_cosmograph-0.1.0/cosmograph_ui/node_modules/scheduler/unstable_post_task.js +7 -0
  2748. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.coveralls.yml +1 -0
  2749. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.nvmrc +1 -0
  2750. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.nyc_output/f02e18a9-b1c7-4946-836e-c3dbfb9635a3.json +1 -0
  2751. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.nyc_output/processinfo/f02e18a9-b1c7-4946-836e-c3dbfb9635a3.json +1 -0
  2752. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.nyc_output/processinfo/index.json +1 -0
  2753. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/.travis.yml +8 -0
  2754. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/Gruntfile.js +97 -0
  2755. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/README.md +322 -0
  2756. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/bower.json +16 -0
  2757. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/component.json +10 -0
  2758. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/coverage.json +1 -0
  2759. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/base.css +224 -0
  2760. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/block-navigation.js +79 -0
  2761. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/index.html +110 -0
  2762. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/prettify.css +1 -0
  2763. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/prettify.js +2 -0
  2764. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/seedrandom/index.html +97 -0
  2765. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/seedrandom/seedrandom.js.html +828 -0
  2766. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  2767. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov-report/sorter.js +170 -0
  2768. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/coverage/lcov.info +799 -0
  2769. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/index.js +60 -0
  2770. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/package.json +60 -0
  2771. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/seedrandom.js +253 -0
  2772. django_cosmograph-0.1.0/cosmograph_ui/node_modules/seedrandom/seedrandom.min.js +1 -0
  2773. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/LICENSE +15 -0
  2774. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/README.md +443 -0
  2775. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/bin/semver.js +174 -0
  2776. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/package.json +38 -0
  2777. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/range.bnf +16 -0
  2778. django_cosmograph-0.1.0/cosmograph_ui/node_modules/semver/semver.js +1643 -0
  2779. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-command/index.js +19 -0
  2780. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-command/license +9 -0
  2781. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-command/package.json +34 -0
  2782. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-command/readme.md +34 -0
  2783. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-regex/index.d.ts +22 -0
  2784. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-regex/index.js +2 -0
  2785. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-regex/license +9 -0
  2786. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-regex/package.json +35 -0
  2787. django_cosmograph-0.1.0/cosmograph_ui/node_modules/shebang-regex/readme.md +33 -0
  2788. django_cosmograph-0.1.0/cosmograph_ui/node_modules/source-map-js/LICENSE +28 -0
  2789. django_cosmograph-0.1.0/cosmograph_ui/node_modules/source-map-js/README.md +765 -0
  2790. django_cosmograph-0.1.0/cosmograph_ui/node_modules/source-map-js/package.json +71 -0
  2791. django_cosmograph-0.1.0/cosmograph_ui/node_modules/source-map-js/source-map.d.ts +104 -0
  2792. django_cosmograph-0.1.0/cosmograph_ui/node_modules/source-map-js/source-map.js +8 -0
  2793. django_cosmograph-0.1.0/cosmograph_ui/node_modules/sourcemap-codec/CHANGELOG.md +64 -0
  2794. django_cosmograph-0.1.0/cosmograph_ui/node_modules/sourcemap-codec/LICENSE +21 -0
  2795. django_cosmograph-0.1.0/cosmograph_ui/node_modules/sourcemap-codec/README.md +63 -0
  2796. django_cosmograph-0.1.0/cosmograph_ui/node_modules/sourcemap-codec/package.json +53 -0
  2797. django_cosmograph-0.1.0/cosmograph_ui/node_modules/strip-json-comments/index.d.ts +36 -0
  2798. django_cosmograph-0.1.0/cosmograph_ui/node_modules/strip-json-comments/index.js +77 -0
  2799. django_cosmograph-0.1.0/cosmograph_ui/node_modules/strip-json-comments/license +9 -0
  2800. django_cosmograph-0.1.0/cosmograph_ui/node_modules/strip-json-comments/package.json +47 -0
  2801. django_cosmograph-0.1.0/cosmograph_ui/node_modules/strip-json-comments/readme.md +78 -0
  2802. django_cosmograph-0.1.0/cosmograph_ui/node_modules/supports-color/browser.js +5 -0
  2803. django_cosmograph-0.1.0/cosmograph_ui/node_modules/supports-color/index.js +135 -0
  2804. django_cosmograph-0.1.0/cosmograph_ui/node_modules/supports-color/license +9 -0
  2805. django_cosmograph-0.1.0/cosmograph_ui/node_modules/supports-color/package.json +53 -0
  2806. django_cosmograph-0.1.0/cosmograph_ui/node_modules/supports-color/readme.md +76 -0
  2807. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tinyglobby/LICENSE +21 -0
  2808. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tinyglobby/README.md +72 -0
  2809. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tinyglobby/package.json +65 -0
  2810. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tr46/.npmignore +4 -0
  2811. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tr46/index.js +193 -0
  2812. django_cosmograph-0.1.0/cosmograph_ui/node_modules/tr46/package.json +31 -0
  2813. django_cosmograph-0.1.0/cosmograph_ui/node_modules/type-check/LICENSE +22 -0
  2814. django_cosmograph-0.1.0/cosmograph_ui/node_modules/type-check/README.md +210 -0
  2815. django_cosmograph-0.1.0/cosmograph_ui/node_modules/type-check/package.json +39 -0
  2816. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/LICENSE +21 -0
  2817. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/README.md +6 -0
  2818. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/agent.d.ts +31 -0
  2819. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/api.d.ts +43 -0
  2820. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/balanced-pool.d.ts +29 -0
  2821. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  2822. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/cache.d.ts +36 -0
  2823. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/client.d.ts +107 -0
  2824. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/connector.d.ts +34 -0
  2825. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/content-type.d.ts +21 -0
  2826. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/cookies.d.ts +30 -0
  2827. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  2828. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/dispatcher.d.ts +281 -0
  2829. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  2830. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/errors.d.ts +171 -0
  2831. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/eventsource.d.ts +61 -0
  2832. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/fetch.d.ts +210 -0
  2833. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/formdata.d.ts +108 -0
  2834. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  2835. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/global-origin.d.ts +7 -0
  2836. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/h2c-client.d.ts +75 -0
  2837. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/handlers.d.ts +15 -0
  2838. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/header.d.ts +160 -0
  2839. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/index.d.ts +75 -0
  2840. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/interceptors.d.ts +34 -0
  2841. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-agent.d.ts +65 -0
  2842. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-call-history.d.ts +111 -0
  2843. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-client.d.ts +25 -0
  2844. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-errors.d.ts +12 -0
  2845. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  2846. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/mock-pool.d.ts +25 -0
  2847. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/package.json +55 -0
  2848. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/patch.d.ts +29 -0
  2849. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/pool-stats.d.ts +19 -0
  2850. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/pool.d.ts +39 -0
  2851. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/proxy-agent.d.ts +28 -0
  2852. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/readable.d.ts +68 -0
  2853. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/retry-agent.d.ts +8 -0
  2854. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/retry-handler.d.ts +116 -0
  2855. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/util.d.ts +18 -0
  2856. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/utility.d.ts +7 -0
  2857. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/webidl.d.ts +266 -0
  2858. django_cosmograph-0.1.0/cosmograph_ui/node_modules/undici-types/websocket.d.ts +184 -0
  2859. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/LICENSE +20 -0
  2860. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/README.md +22 -0
  2861. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/check-npm-version.js +17 -0
  2862. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/cli.js +42 -0
  2863. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/index.d.ts +6 -0
  2864. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/index.js +341 -0
  2865. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/package.json +40 -0
  2866. django_cosmograph-0.1.0/cosmograph_ui/node_modules/update-browserslist-db/utils.js +25 -0
  2867. django_cosmograph-0.1.0/cosmograph_ui/node_modules/uri-js/LICENSE +11 -0
  2868. django_cosmograph-0.1.0/cosmograph_ui/node_modules/uri-js/README.md +203 -0
  2869. django_cosmograph-0.1.0/cosmograph_ui/node_modules/uri-js/package.json +77 -0
  2870. django_cosmograph-0.1.0/cosmograph_ui/node_modules/uri-js/yarn.lock +2558 -0
  2871. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/LICENSE.md +2435 -0
  2872. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/README.md +20 -0
  2873. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/bin/openChrome.applescript +95 -0
  2874. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/bin/vite.js +79 -0
  2875. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/client.d.ts +279 -0
  2876. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/misc/false.js +1 -0
  2877. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/misc/true.js +1 -0
  2878. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/package.json +201 -0
  2879. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/customEvent.d.ts +45 -0
  2880. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/hmrPayload.d.ts +74 -0
  2881. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/hot.d.ts +39 -0
  2882. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/import-meta.d.ts +5 -0
  2883. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/importGlob.d.ts +79 -0
  2884. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/importMeta.d.ts +31 -0
  2885. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  2886. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  2887. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  2888. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/metadata.d.ts +35 -0
  2889. django_cosmograph-0.1.0/cosmograph_ui/node_modules/vite/types/package.json +4 -0
  2890. django_cosmograph-0.1.0/cosmograph_ui/node_modules/webidl-conversions/LICENSE.md +12 -0
  2891. django_cosmograph-0.1.0/cosmograph_ui/node_modules/webidl-conversions/README.md +53 -0
  2892. django_cosmograph-0.1.0/cosmograph_ui/node_modules/webidl-conversions/package.json +23 -0
  2893. django_cosmograph-0.1.0/cosmograph_ui/node_modules/whatwg-url/LICENSE.txt +21 -0
  2894. django_cosmograph-0.1.0/cosmograph_ui/node_modules/whatwg-url/README.md +67 -0
  2895. django_cosmograph-0.1.0/cosmograph_ui/node_modules/whatwg-url/package.json +32 -0
  2896. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/CHANGELOG.md +166 -0
  2897. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/LICENSE +15 -0
  2898. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/README.md +54 -0
  2899. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/bin/node-which +52 -0
  2900. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/package.json +43 -0
  2901. django_cosmograph-0.1.0/cosmograph_ui/node_modules/which/which.js +125 -0
  2902. django_cosmograph-0.1.0/cosmograph_ui/node_modules/word-wrap/LICENSE +21 -0
  2903. django_cosmograph-0.1.0/cosmograph_ui/node_modules/word-wrap/README.md +201 -0
  2904. django_cosmograph-0.1.0/cosmograph_ui/node_modules/word-wrap/index.d.ts +50 -0
  2905. django_cosmograph-0.1.0/cosmograph_ui/node_modules/word-wrap/index.js +61 -0
  2906. django_cosmograph-0.1.0/cosmograph_ui/node_modules/word-wrap/package.json +77 -0
  2907. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/LICENSE +20 -0
  2908. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/README.md +548 -0
  2909. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/browser.js +8 -0
  2910. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/index.js +13 -0
  2911. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/package.json +69 -0
  2912. django_cosmograph-0.1.0/cosmograph_ui/node_modules/ws/wrapper.mjs +8 -0
  2913. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yallist/LICENSE +15 -0
  2914. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yallist/README.md +204 -0
  2915. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yallist/iterator.js +8 -0
  2916. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yallist/package.json +29 -0
  2917. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yallist/yallist.js +426 -0
  2918. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yocto-queue/index.d.ts +56 -0
  2919. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yocto-queue/index.js +68 -0
  2920. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yocto-queue/license +9 -0
  2921. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yocto-queue/package.json +43 -0
  2922. django_cosmograph-0.1.0/cosmograph_ui/node_modules/yocto-queue/readme.md +64 -0
  2923. django_cosmograph-0.1.0/cosmograph_ui/package-lock.json +3157 -0
  2924. django_cosmograph-0.1.0/cosmograph_ui/package.json +29 -0
  2925. django_cosmograph-0.1.0/cosmograph_ui/public/vite.svg +1 -0
  2926. django_cosmograph-0.1.0/cosmograph_ui/src/App.css +42 -0
  2927. django_cosmograph-0.1.0/cosmograph_ui/src/App.jsx +58 -0
  2928. django_cosmograph-0.1.0/cosmograph_ui/src/assets/react.svg +1 -0
  2929. django_cosmograph-0.1.0/cosmograph_ui/src/index.css +68 -0
  2930. django_cosmograph-0.1.0/cosmograph_ui/src/main.jsx +13 -0
  2931. django_cosmograph-0.1.0/cosmograph_ui/vite.config.js +18 -0
  2932. django_cosmograph-0.1.0/django_cosmograph/__init__.py +0 -0
  2933. django_cosmograph-0.1.0/django_cosmograph/admin.py +3 -0
  2934. django_cosmograph-0.1.0/django_cosmograph/apps.py +6 -0
  2935. django_cosmograph-0.1.0/django_cosmograph/migrations/__init__.py +0 -0
  2936. django_cosmograph-0.1.0/django_cosmograph/models.py +3 -0
  2937. django_cosmograph-0.1.0/django_cosmograph/static/django_cosmograph/cosmograph.js +993 -0
  2938. django_cosmograph-0.1.0/django_cosmograph/static/django_cosmograph/main.css +1 -0
  2939. django_cosmograph-0.1.0/django_cosmograph/static/django_cosmograph/vite.svg +1 -0
  2940. django_cosmograph-0.1.0/django_cosmograph/templates/django_cosmograph/cosmograph.html +7 -0
  2941. django_cosmograph-0.1.0/django_cosmograph/tests.py +3 -0
  2942. django_cosmograph-0.1.0/django_cosmograph/urls.py +8 -0
  2943. django_cosmograph-0.1.0/django_cosmograph/views.py +26 -0
  2944. django_cosmograph-0.1.0/manage.py +21 -0
  2945. django_cosmograph-0.1.0/pyproject.toml +16 -0
  2946. django_cosmograph-0.1.0/sample_project/settings.py +36 -0
  2947. django_cosmograph-0.1.0/sample_project/static/css/styles.css +92 -0
  2948. django_cosmograph-0.1.0/sample_project/templates/base.html +68 -0
  2949. django_cosmograph-0.1.0/sample_project/urls.py +14 -0
  2950. django_cosmograph-0.1.0/sample_project/views.py +33 -0
  2951. django_cosmograph-0.1.0/sample_project/wsgi.py +14 -0
  2952. django_cosmograph-0.1.0/uv.lock +55 -0
@@ -0,0 +1,207 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[codz]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py.cover
50
+ .hypothesis/
51
+ .pytest_cache/
52
+ cover/
53
+
54
+ # Translations
55
+ *.mo
56
+ *.pot
57
+
58
+ # Django stuff:
59
+ *.log
60
+ local_settings.py
61
+ db.sqlite3
62
+ db.sqlite3-journal
63
+
64
+ # Flask stuff:
65
+ instance/
66
+ .webassets-cache
67
+
68
+ # Scrapy stuff:
69
+ .scrapy
70
+
71
+ # Sphinx documentation
72
+ docs/_build/
73
+
74
+ # PyBuilder
75
+ .pybuilder/
76
+ target/
77
+
78
+ # Jupyter Notebook
79
+ .ipynb_checkpoints
80
+
81
+ # IPython
82
+ profile_default/
83
+ ipython_config.py
84
+
85
+ # pyenv
86
+ # For a library or package, you might want to ignore these files since the code is
87
+ # intended to run in multiple environments; otherwise, check them in:
88
+ # .python-version
89
+
90
+ # pipenv
91
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
+ # install all needed dependencies.
95
+ #Pipfile.lock
96
+
97
+ # UV
98
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
100
+ # commonly ignored for libraries.
101
+ #uv.lock
102
+
103
+ # poetry
104
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
106
+ # commonly ignored for libraries.
107
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108
+ #poetry.lock
109
+ #poetry.toml
110
+
111
+ # pdm
112
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
113
+ # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
114
+ # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
115
+ #pdm.lock
116
+ #pdm.toml
117
+ .pdm-python
118
+ .pdm-build/
119
+
120
+ # pixi
121
+ # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
122
+ #pixi.lock
123
+ # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
124
+ # in the .venv directory. It is recommended not to include this directory in version control.
125
+ .pixi
126
+
127
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
128
+ __pypackages__/
129
+
130
+ # Celery stuff
131
+ celerybeat-schedule
132
+ celerybeat.pid
133
+
134
+ # SageMath parsed files
135
+ *.sage.py
136
+
137
+ # Environments
138
+ .env
139
+ .envrc
140
+ .venv
141
+ env/
142
+ venv/
143
+ ENV/
144
+ env.bak/
145
+ venv.bak/
146
+
147
+ # Spyder project settings
148
+ .spyderproject
149
+ .spyproject
150
+
151
+ # Rope project settings
152
+ .ropeproject
153
+
154
+ # mkdocs documentation
155
+ /site
156
+
157
+ # mypy
158
+ .mypy_cache/
159
+ .dmypy.json
160
+ dmypy.json
161
+
162
+ # Pyre type checker
163
+ .pyre/
164
+
165
+ # pytype static type analyzer
166
+ .pytype/
167
+
168
+ # Cython debug symbols
169
+ cython_debug/
170
+
171
+ # PyCharm
172
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
173
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
174
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
175
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
176
+ #.idea/
177
+
178
+ # Abstra
179
+ # Abstra is an AI-powered process automation framework.
180
+ # Ignore directories containing user credentials, local state, and settings.
181
+ # Learn more at https://abstra.io/docs
182
+ .abstra/
183
+
184
+ # Visual Studio Code
185
+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186
+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187
+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
188
+ # you could uncomment the following to ignore the entire vscode folder
189
+ # .vscode/
190
+
191
+ # Ruff stuff:
192
+ .ruff_cache/
193
+
194
+ # PyPI configuration file
195
+ .pypirc
196
+
197
+ # Cursor
198
+ # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
199
+ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
200
+ # refer to https://docs.cursor.com/context/ignore-files
201
+ .cursorignore
202
+ .cursorindexingignore
203
+
204
+ # Marimo
205
+ marimo/_static/
206
+ marimo/_lsp/
207
+ __marimo__/
@@ -0,0 +1 @@
1
+ 3.11
@@ -0,0 +1,407 @@
1
+ Attribution-NonCommercial 4.0 International
2
+
3
+ =======================================================================
4
+
5
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
6
+ does not provide legal services or legal advice. Distribution of
7
+ Creative Commons public licenses does not create a lawyer-client or
8
+ other relationship. Creative Commons makes its licenses and related
9
+ information available on an "as-is" basis. Creative Commons gives no
10
+ warranties regarding its licenses, any material licensed under their
11
+ terms and conditions, or any related information. Creative Commons
12
+ disclaims all liability for damages resulting from their use to the
13
+ fullest extent possible.
14
+
15
+ Using Creative Commons Public Licenses
16
+
17
+ Creative Commons public licenses provide a standard set of terms and
18
+ conditions that creators and other rights holders may use to share
19
+ original works of authorship and other material subject to copyright
20
+ and certain other rights specified in the public license below. The
21
+ following considerations are for informational purposes only, are not
22
+ exhaustive, and do not form part of our licenses.
23
+
24
+ Considerations for licensors: Our public licenses are
25
+ intended for use by those authorized to give the public
26
+ permission to use material in ways otherwise restricted by
27
+ copyright and certain other rights. Our licenses are
28
+ irrevocable. Licensors should read and understand the terms
29
+ and conditions of the license they choose before applying it.
30
+ Licensors should also secure all rights necessary before
31
+ applying our licenses so that the public can reuse the
32
+ material as expected. Licensors should clearly mark any
33
+ material not subject to the license. This includes other CC-
34
+ licensed material, or material used under an exception or
35
+ limitation to copyright. More considerations for licensors:
36
+ wiki.creativecommons.org/Considerations_for_licensors
37
+
38
+ Considerations for the public: By using one of our public
39
+ licenses, a licensor grants the public permission to use the
40
+ licensed material under specified terms and conditions. If
41
+ the licensor's permission is not necessary for any reason--for
42
+ example, because of any applicable exception or limitation to
43
+ copyright--then that use is not regulated by the license. Our
44
+ licenses grant only permissions under copyright and certain
45
+ other rights that a licensor has authority to grant. Use of
46
+ the licensed material may still be restricted for other
47
+ reasons, including because others have copyright or other
48
+ rights in the material. A licensor may make special requests,
49
+ such as asking that all changes be marked or described.
50
+ Although not required by our licenses, you are encouraged to
51
+ respect those requests where reasonable. More considerations
52
+ for the public:
53
+ wiki.creativecommons.org/Considerations_for_licensees
54
+
55
+ =======================================================================
56
+
57
+ Creative Commons Attribution-NonCommercial 4.0 International Public
58
+ License
59
+
60
+ By exercising the Licensed Rights (defined below), You accept and agree
61
+ to be bound by the terms and conditions of this Creative Commons
62
+ Attribution-NonCommercial 4.0 International Public License ("Public
63
+ License"). To the extent this Public License may be interpreted as a
64
+ contract, You are granted the Licensed Rights in consideration of Your
65
+ acceptance of these terms and conditions, and the Licensor grants You
66
+ such rights in consideration of benefits the Licensor receives from
67
+ making the Licensed Material available under these terms and
68
+ conditions.
69
+
70
+
71
+ Section 1 -- Definitions.
72
+
73
+ a. Adapted Material means material subject to Copyright and Similar
74
+ Rights that is derived from or based upon the Licensed Material
75
+ and in which the Licensed Material is translated, altered,
76
+ arranged, transformed, or otherwise modified in a manner requiring
77
+ permission under the Copyright and Similar Rights held by the
78
+ Licensor. For purposes of this Public License, where the Licensed
79
+ Material is a musical work, performance, or sound recording,
80
+ Adapted Material is always produced where the Licensed Material is
81
+ synched in timed relation with a moving image.
82
+
83
+ b. Adapter's License means the license You apply to Your Copyright
84
+ and Similar Rights in Your contributions to Adapted Material in
85
+ accordance with the terms and conditions of this Public License.
86
+
87
+ c. Copyright and Similar Rights means copyright and/or similar rights
88
+ closely related to copyright including, without limitation,
89
+ performance, broadcast, sound recording, and Sui Generis Database
90
+ Rights, without regard to how the rights are labeled or
91
+ categorized. For purposes of this Public License, the rights
92
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
93
+ Rights.
94
+ d. Effective Technological Measures means those measures that, in the
95
+ absence of proper authority, may not be circumvented under laws
96
+ fulfilling obligations under Article 11 of the WIPO Copyright
97
+ Treaty adopted on December 20, 1996, and/or similar international
98
+ agreements.
99
+
100
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
101
+ any other exception or limitation to Copyright and Similar Rights
102
+ that applies to Your use of the Licensed Material.
103
+
104
+ f. Licensed Material means the artistic or literary work, database,
105
+ or other material to which the Licensor applied this Public
106
+ License.
107
+
108
+ g. Licensed Rights means the rights granted to You subject to the
109
+ terms and conditions of this Public License, which are limited to
110
+ all Copyright and Similar Rights that apply to Your use of the
111
+ Licensed Material and that the Licensor has authority to license.
112
+
113
+ h. Licensor means the individual(s) or entity(ies) granting rights
114
+ under this Public License.
115
+
116
+ i. NonCommercial means not primarily intended for or directed towards
117
+ commercial advantage or monetary compensation. For purposes of
118
+ this Public License, the exchange of the Licensed Material for
119
+ other material subject to Copyright and Similar Rights by digital
120
+ file-sharing or similar means is NonCommercial provided there is
121
+ no payment of monetary compensation in connection with the
122
+ exchange.
123
+
124
+ j. Share means to provide material to the public by any means or
125
+ process that requires permission under the Licensed Rights, such
126
+ as reproduction, public display, public performance, distribution,
127
+ dissemination, communication, or importation, and to make material
128
+ available to the public including in ways that members of the
129
+ public may access the material from a place and at a time
130
+ individually chosen by them.
131
+
132
+ k. Sui Generis Database Rights means rights other than copyright
133
+ resulting from Directive 96/9/EC of the European Parliament and of
134
+ the Council of 11 March 1996 on the legal protection of databases,
135
+ as amended and/or succeeded, as well as other essentially
136
+ equivalent rights anywhere in the world.
137
+
138
+ l. You means the individual or entity exercising the Licensed Rights
139
+ under this Public License. Your has a corresponding meaning.
140
+
141
+
142
+ Section 2 -- Scope.
143
+
144
+ a. License grant.
145
+
146
+ 1. Subject to the terms and conditions of this Public License,
147
+ the Licensor hereby grants You a worldwide, royalty-free,
148
+ non-sublicensable, non-exclusive, irrevocable license to
149
+ exercise the Licensed Rights in the Licensed Material to:
150
+
151
+ a. reproduce and Share the Licensed Material, in whole or
152
+ in part, for NonCommercial purposes only; and
153
+
154
+ b. produce, reproduce, and Share Adapted Material for
155
+ NonCommercial purposes only.
156
+
157
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
158
+ Exceptions and Limitations apply to Your use, this Public
159
+ License does not apply, and You do not need to comply with
160
+ its terms and conditions.
161
+
162
+ 3. Term. The term of this Public License is specified in Section
163
+ 6(a).
164
+
165
+ 4. Media and formats; technical modifications allowed. The
166
+ Licensor authorizes You to exercise the Licensed Rights in
167
+ all media and formats whether now known or hereafter created,
168
+ and to make technical modifications necessary to do so. The
169
+ Licensor waives and/or agrees not to assert any right or
170
+ authority to forbid You from making technical modifications
171
+ necessary to exercise the Licensed Rights, including
172
+ technical modifications necessary to circumvent Effective
173
+ Technological Measures. For purposes of this Public License,
174
+ simply making modifications authorized by this Section 2(a)
175
+ (4) never produces Adapted Material.
176
+
177
+ 5. Downstream recipients.
178
+
179
+ a. Offer from the Licensor -- Licensed Material. Every
180
+ recipient of the Licensed Material automatically
181
+ receives an offer from the Licensor to exercise the
182
+ Licensed Rights under the terms and conditions of this
183
+ Public License.
184
+
185
+ b. No downstream restrictions. You may not offer or impose
186
+ any additional or different terms or conditions on, or
187
+ apply any Effective Technological Measures to, the
188
+ Licensed Material if doing so restricts exercise of the
189
+ Licensed Rights by any recipient of the Licensed
190
+ Material.
191
+
192
+ 6. No endorsement. Nothing in this Public License constitutes or
193
+ may be construed as permission to assert or imply that You
194
+ are, or that Your use of the Licensed Material is, connected
195
+ with, or sponsored, endorsed, or granted official status by,
196
+ the Licensor or others designated to receive attribution as
197
+ provided in Section 3(a)(1)(A)(i).
198
+
199
+ b. Other rights.
200
+
201
+ 1. Moral rights, such as the right of integrity, are not
202
+ licensed under this Public License, nor are publicity,
203
+ privacy, and/or other similar personality rights; however, to
204
+ the extent possible, the Licensor waives and/or agrees not to
205
+ assert any such rights held by the Licensor to the limited
206
+ extent necessary to allow You to exercise the Licensed
207
+ Rights, but not otherwise.
208
+
209
+ 2. Patent and trademark rights are not licensed under this
210
+ Public License.
211
+
212
+ 3. To the extent possible, the Licensor waives any right to
213
+ collect royalties from You for the exercise of the Licensed
214
+ Rights, whether directly or through a collecting society
215
+ under any voluntary or waivable statutory or compulsory
216
+ licensing scheme. In all other cases the Licensor expressly
217
+ reserves any right to collect such royalties, including when
218
+ the Licensed Material is used other than for NonCommercial
219
+ purposes.
220
+
221
+
222
+ Section 3 -- License Conditions.
223
+
224
+ Your exercise of the Licensed Rights is expressly made subject to the
225
+ following conditions.
226
+
227
+ a. Attribution.
228
+
229
+ 1. If You Share the Licensed Material (including in modified
230
+ form), You must:
231
+
232
+ a. retain the following if it is supplied by the Licensor
233
+ with the Licensed Material:
234
+
235
+ i. identification of the creator(s) of the Licensed
236
+ Material and any others designated to receive
237
+ attribution, in any reasonable manner requested by
238
+ the Licensor (including by pseudonym if
239
+ designated);
240
+
241
+ ii. a copyright notice;
242
+
243
+ iii. a notice that refers to this Public License;
244
+
245
+ iv. a notice that refers to the disclaimer of
246
+ warranties;
247
+
248
+ v. a URI or hyperlink to the Licensed Material to the
249
+ extent reasonably practicable;
250
+
251
+ b. indicate if You modified the Licensed Material and
252
+ retain an indication of any previous modifications; and
253
+
254
+ c. indicate the Licensed Material is licensed under this
255
+ Public License, and include the text of, or the URI or
256
+ hyperlink to, this Public License.
257
+
258
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
259
+ reasonable manner based on the medium, means, and context in
260
+ which You Share the Licensed Material. For example, it may be
261
+ reasonable to satisfy the conditions by providing a URI or
262
+ hyperlink to a resource that includes the required
263
+ information.
264
+
265
+ 3. If requested by the Licensor, You must remove any of the
266
+ information required by Section 3(a)(1)(A) to the extent
267
+ reasonably practicable.
268
+
269
+ 4. If You Share Adapted Material You produce, the Adapter's
270
+ License You apply must not prevent recipients of the Adapted
271
+ Material from complying with this Public License.
272
+
273
+
274
+ Section 4 -- Sui Generis Database Rights.
275
+
276
+ Where the Licensed Rights include Sui Generis Database Rights that
277
+ apply to Your use of the Licensed Material:
278
+
279
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
280
+ to extract, reuse, reproduce, and Share all or a substantial
281
+ portion of the contents of the database for NonCommercial purposes
282
+ only;
283
+
284
+ b. if You include all or a substantial portion of the database
285
+ contents in a database in which You have Sui Generis Database
286
+ Rights, then the database in which You have Sui Generis Database
287
+ Rights (but not its individual contents) is Adapted Material; and
288
+
289
+ c. You must comply with the conditions in Section 3(a) if You Share
290
+ all or a substantial portion of the contents of the database.
291
+
292
+ For the avoidance of doubt, this Section 4 supplements and does not
293
+ replace Your obligations under this Public License where the Licensed
294
+ Rights include other Copyright and Similar Rights.
295
+
296
+
297
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
298
+
299
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
300
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
301
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
302
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
303
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
304
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
305
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
306
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
307
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
308
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
309
+
310
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
311
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
312
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
313
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
314
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
315
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
316
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
317
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
318
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
319
+
320
+ c. The disclaimer of warranties and limitation of liability provided
321
+ above shall be interpreted in a manner that, to the extent
322
+ possible, most closely approximates an absolute disclaimer and
323
+ waiver of all liability.
324
+
325
+
326
+ Section 6 -- Term and Termination.
327
+
328
+ a. This Public License applies for the term of the Copyright and
329
+ Similar Rights licensed here. However, if You fail to comply with
330
+ this Public License, then Your rights under this Public License
331
+ terminate automatically.
332
+
333
+ b. Where Your right to use the Licensed Material has terminated under
334
+ Section 6(a), it reinstates:
335
+
336
+ 1. automatically as of the date the violation is cured, provided
337
+ it is cured within 30 days of Your discovery of the
338
+ violation; or
339
+
340
+ 2. upon express reinstatement by the Licensor.
341
+
342
+ For the avoidance of doubt, this Section 6(b) does not affect any
343
+ right the Licensor may have to seek remedies for Your violations
344
+ of this Public License.
345
+
346
+ c. For the avoidance of doubt, the Licensor may also offer the
347
+ Licensed Material under separate terms or conditions or stop
348
+ distributing the Licensed Material at any time; however, doing so
349
+ will not terminate this Public License.
350
+
351
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
352
+ License.
353
+
354
+
355
+ Section 7 -- Other Terms and Conditions.
356
+
357
+ a. The Licensor shall not be bound by any additional or different
358
+ terms or conditions communicated by You unless expressly agreed.
359
+
360
+ b. Any arrangements, understandings, or agreements regarding the
361
+ Licensed Material not stated herein are separate from and
362
+ independent of the terms and conditions of this Public License.
363
+
364
+
365
+ Section 8 -- Interpretation.
366
+
367
+ a. For the avoidance of doubt, this Public License does not, and
368
+ shall not be interpreted to, reduce, limit, restrict, or impose
369
+ conditions on any use of the Licensed Material that could lawfully
370
+ be made without permission under this Public License.
371
+
372
+ b. To the extent possible, if any provision of this Public License is
373
+ deemed unenforceable, it shall be automatically reformed to the
374
+ minimum extent necessary to make it enforceable. If the provision
375
+ cannot be reformed, it shall be severed from this Public License
376
+ without affecting the enforceability of the remaining terms and
377
+ conditions.
378
+
379
+ c. No term or condition of this Public License will be waived and no
380
+ failure to comply consented to unless expressly agreed to by the
381
+ Licensor.
382
+
383
+ d. Nothing in this Public License constitutes or may be interpreted
384
+ as a limitation upon, or waiver of, any privileges and immunities
385
+ that apply to the Licensor or You, including from the legal
386
+ processes of any jurisdiction or authority.
387
+
388
+ =======================================================================
389
+
390
+ Creative Commons is not a party to its public
391
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
392
+ its public licenses to material it publishes and in those instances
393
+ will be considered the "Licensor." The text of the Creative Commons
394
+ public licenses is dedicated to the public domain under the CC0 Public
395
+ Domain Dedication. Except for the limited purpose of indicating that
396
+ material is shared under a Creative Commons public license or as
397
+ otherwise permitted by the Creative Commons policies published at
398
+ creativecommons.org/policies, Creative Commons does not authorize the
399
+ use of the trademark "Creative Commons" or any other trademark or logo
400
+ of Creative Commons without its prior written consent including,
401
+ without limitation, in connection with any unauthorized modifications
402
+ to any of its public licenses or any other arrangements,
403
+ understandings, or agreements concerning use of licensed material. For
404
+ the avoidance of doubt, this paragraph does not form part of the
405
+ public licenses.
406
+
407
+ Creative Commons may be contacted at creativecommons.org.
@@ -0,0 +1,2 @@
1
+ recursive-include django_cosmograph/static *
2
+ recursive-include django_cosmograph/templates *
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: django-cosmograph
3
+ Version: 0.1.0
4
+ Summary: A django app to get cosmograph visualisations directly in django templates
5
+ Author-email: Saranya Balasubramanian <saranya.balasubramanian@oeaw.ac.at>
6
+ License-File: LICENSE.md
7
+ Requires-Python: >=3.11
8
+ Requires-Dist: django<6,>=4.2
9
+ Description-Content-Type: text/markdown
10
+
11
+ # django-cosmograph
12
+ A django app to get cosmograph visualisations directly in django templates
13
+
14
+ This project uses [Cosmograph](https://cosmograph.app/): GPU-accelerated Force Graph Layout and Rendering by Rokotyan, N., Stukova, O., Kolmakova D. & Ovsyannikov, D. (2022), licensed under CC BY-NC 4.0.
15
+
16
+ [![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc]
17
+
18
+ This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc].
19
+
20
+ [cc-by-nc]: http://creativecommons.org/licenses/by-nc/4.0/
21
+ [cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg
@@ -0,0 +1,11 @@
1
+ # django-cosmograph
2
+ A django app to get cosmograph visualisations directly in django templates
3
+
4
+ This project uses [Cosmograph](https://cosmograph.app/): GPU-accelerated Force Graph Layout and Rendering by Rokotyan, N., Stukova, O., Kolmakova D. & Ovsyannikov, D. (2022), licensed under CC BY-NC 4.0.
5
+
6
+ [![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc]
7
+
8
+ This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc].
9
+
10
+ [cc-by-nc]: http://creativecommons.org/licenses/by-nc/4.0/
11
+ [cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg
@@ -0,0 +1,24 @@
1
+ # Logs
2
+ logs
3
+ *.log
4
+ npm-debug.log*
5
+ yarn-debug.log*
6
+ yarn-error.log*
7
+ pnpm-debug.log*
8
+ lerna-debug.log*
9
+
10
+ node_modules
11
+ dist
12
+ dist-ssr
13
+ *.local
14
+
15
+ # Editor directories and files
16
+ .vscode/*
17
+ !.vscode/extensions.json
18
+ .idea
19
+ .DS_Store
20
+ *.suo
21
+ *.ntvs*
22
+ *.njsproj
23
+ *.sln
24
+ *.sw?
@@ -0,0 +1,12 @@
1
+ # React + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.