tangram-airports 0.2.1__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 (50) hide show
  1. tangram_airports-0.2.1/PKG-INFO +41 -0
  2. tangram_airports-0.2.1/dist-frontend/index.css +1 -0
  3. tangram_airports-0.2.1/dist-frontend/index.js +55 -0
  4. tangram_airports-0.2.1/dist-frontend/index.js.map +1 -0
  5. tangram_airports-0.2.1/dist-frontend/plugin.json +5 -0
  6. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/aggregation-layers/package.json +54 -0
  7. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/core/package.json +62 -0
  8. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/extensions/package.json +51 -0
  9. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/geo-layers/package.json +69 -0
  10. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/json/package.json +47 -0
  11. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/layers/package.json +56 -0
  12. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mapbox/package.json +51 -0
  13. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mesh-layers/package.json +54 -0
  14. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/widgets/package.json +52 -0
  15. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/b612/package.json +47 -0
  16. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/inconsolata/package.json +47 -0
  17. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/roboto-condensed/package.json +47 -0
  18. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@protomaps/basemaps/package.json +54 -0
  19. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@types/phoenix/package.json +36 -0
  20. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@vitejs/plugin-vue/package.json +59 -0
  21. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/font-awesome/package.json +44 -0
  22. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/lit-html/package.json +629 -0
  23. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/dist/package.json +1 -0
  24. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/package.json +188 -0
  25. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/phoenix/package.json +46 -0
  26. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/pmtiles/package.json +51 -0
  27. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/esm/package.json +33 -0
  28. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/nodejs/package.json +27 -0
  29. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/package.json +60 -0
  30. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/web/package.json +31 -0
  31. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vite-plugin-static-copy/package.json +69 -0
  32. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/compiler-sfc/package.json +4 -0
  33. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/jsx-runtime/package.json +5 -0
  34. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/package.json +112 -0
  35. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/server-renderer/package.json +4 -0
  36. tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core/package.json +59 -0
  37. tangram_airports-0.2.1/node_modules/rs1090-wasm/esm/package.json +33 -0
  38. tangram_airports-0.2.1/node_modules/rs1090-wasm/nodejs/package.json +27 -0
  39. tangram_airports-0.2.1/node_modules/rs1090-wasm/package.json +60 -0
  40. tangram_airports-0.2.1/node_modules/rs1090-wasm/web/package.json +31 -0
  41. tangram_airports-0.2.1/node_modules/vue/compiler-sfc/package.json +4 -0
  42. tangram_airports-0.2.1/node_modules/vue/jsx-runtime/package.json +5 -0
  43. tangram_airports-0.2.1/node_modules/vue/package.json +112 -0
  44. tangram_airports-0.2.1/node_modules/vue/server-renderer/package.json +4 -0
  45. tangram_airports-0.2.1/package.json +17 -0
  46. tangram_airports-0.2.1/pyproject.toml +41 -0
  47. tangram_airports-0.2.1/readme.md +21 -0
  48. tangram_airports-0.2.1/src/tangram_airports/AirportSearchWidget.vue +113 -0
  49. tangram_airports-0.2.1/src/tangram_airports/__init__.py +5 -0
  50. tangram_airports-0.2.1/src/tangram_airports/index.ts +6 -0
@@ -0,0 +1,41 @@
1
+ Metadata-Version: 2.4
2
+ Name: tangram_airports
3
+ Version: 0.2.1
4
+ Summary: Airport search widget plugin for tangram
5
+ Author-email: Xavier Olive <git@xoolive.org>
6
+ License-Expression: AGPL-3.0
7
+ Classifier: Development Status :: 4 - Beta
8
+ Classifier: Intended Audience :: Science/Research
9
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
+ Classifier: Topic :: Scientific/Engineering :: Visualization
17
+ Requires-Python: >=3.10
18
+ Requires-Dist: tangram-core>=0.2.0
19
+ Description-Content-Type: text/markdown
20
+
21
+ # tangram_airports
22
+
23
+ The `tangram_airports` plugin adds a searchable airport database widget to the tangram frontend.
24
+
25
+ It allows users to quickly locate and center the map on airports using their name, IATA, or ICAO codes.
26
+
27
+ ## About Tangram
28
+
29
+ `tangram_airports` is a plugin for `tangram`, an open framework for modular, real-time air traffic management research.
30
+
31
+ - Documentation: <https://mode-s.org/tangram/>
32
+ - Repository: <https://github.com/open-aviation/tangram>
33
+
34
+ Installation:
35
+
36
+ ```sh
37
+ # cli via uv
38
+ uv tool install --with tangram-airports tangram-core
39
+ # with pip
40
+ pip install tangram-core tangram-airports
41
+ ```
@@ -0,0 +1 @@
1
+ .airport-search[data-v-ddbda8e0]{position:absolute;width:300px;z-index:1000;top:10px;right:10px}.airport-search input[data-v-ddbda8e0]{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:10px;font-family:B612,sans-serif;box-sizing:border-box}.search-results[data-v-ddbda8e0]{position:absolute;top:100%;left:0;right:0;padding:0;margin:4px 0 0;list-style:none;background:#fff;border:1px solid #ccc;z-index:1001;max-height:200px;overflow-y:auto;font-family:B612,sans-serif}.search-results li[data-v-ddbda8e0]{padding:5px 10px;cursor:pointer}.search-results li[data-v-ddbda8e0]:hover{background-color:#eee}
@@ -0,0 +1,55 @@
1
+ import { defineComponent as _, inject as g, ref as u, createElementBlock as s, openBlock as i, withDirectives as f, createCommentVNode as h, createElementVNode as k, vModelText as y, Fragment as w, renderList as A, toDisplayString as p } from "vue";
2
+ import { airport_information as x } from "rs1090-wasm";
3
+ const C = { class: "airport-search" }, I = {
4
+ key: 0,
5
+ class: "search-results"
6
+ }, S = ["onClick"], T = /* @__PURE__ */ _({
7
+ __name: "AirportSearchWidget",
8
+ setup(r) {
9
+ const a = g("tangramApi");
10
+ if (!a)
11
+ throw new Error("assert: tangram api not provided");
12
+ const t = u(""), o = u([]), n = u(null), d = () => {
13
+ n.value && clearTimeout(n.value), t.value.length >= 3 ? n.value = window.setTimeout(() => {
14
+ m();
15
+ }, 300) : o.value = [];
16
+ }, m = () => {
17
+ o.value = x(t.value);
18
+ }, v = (c) => {
19
+ a.map.getMapInstance().flyTo({
20
+ center: [c.lon, c.lat],
21
+ zoom: 13,
22
+ speed: 1.2
23
+ }), t.value = "", o.value = [];
24
+ };
25
+ return (c, l) => (i(), s("div", C, [
26
+ f(k("input", {
27
+ "onUpdate:modelValue": l[0] || (l[0] = (e) => t.value = e),
28
+ type: "text",
29
+ placeholder: "Search for airports...",
30
+ onClick: l[1] || (l[1] = (e) => e.target.select()),
31
+ onInput: d
32
+ }, null, 544), [
33
+ [y, t.value]
34
+ ]),
35
+ o.value.length ? (i(), s("ul", I, [
36
+ (i(!0), s(w, null, A(o.value, (e) => (i(), s("li", {
37
+ key: e.icao,
38
+ onClick: (V) => v(e)
39
+ }, p(e.name) + " (" + p(e.iata) + " | " + p(e.icao) + ") ", 9, S))), 128))
40
+ ])) : h("", !0)
41
+ ]));
42
+ }
43
+ }), E = (r, a) => {
44
+ const t = r.__vccOpts || r;
45
+ for (const [o, n] of a)
46
+ t[o] = n;
47
+ return t;
48
+ }, M = /* @__PURE__ */ E(T, [["__scopeId", "data-v-ddbda8e0"]]);
49
+ function D(r) {
50
+ r.ui.registerWidget("airport-search-widget", "MapOverlay", M);
51
+ }
52
+ export {
53
+ D as install
54
+ };
55
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/tangram_airports/AirportSearchWidget.vue","../src/tangram_airports/index.ts"],"sourcesContent":["<template>\n <div class=\"airport-search\">\n <input\n v-model=\"query\"\n type=\"text\"\n placeholder=\"Search for airports...\"\n @click=\"($event.target as HTMLInputElement).select()\"\n @input=\"onInput\"\n />\n <ul v-if=\"results.length\" class=\"search-results\">\n <li\n v-for=\"airport in results\"\n :key=\"airport.icao\"\n @click=\"selectAirport(airport)\"\n >\n {{ airport.name }} ({{ airport.iata }} | {{ airport.icao }})\n </li>\n </ul>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, inject } from \"vue\";\nimport type { TangramApi } from \"@open-aviation/tangram-core/api\";\nimport { airport_information } from \"rs1090-wasm\";\n\ninterface Airport {\n lat: number;\n lon: number;\n name: string;\n iata: string;\n icao: string;\n}\n\nconst tangramApi = inject<TangramApi>(\"tangramApi\");\nif (!tangramApi) {\n throw new Error(\"assert: tangram api not provided\");\n}\nconst query = ref(\"\");\nconst results = ref<Airport[]>([]);\nconst timeoutId = ref<number | null>(null);\n\nconst onInput = () => {\n if (timeoutId.value) {\n clearTimeout(timeoutId.value);\n }\n if (query.value.length >= 3) {\n timeoutId.value = window.setTimeout(() => {\n searchAirports();\n }, 300);\n } else {\n results.value = [];\n }\n};\n\nconst searchAirports = () => {\n results.value = airport_information(query.value);\n};\n\nconst selectAirport = (airport: Airport) => {\n tangramApi.map.getMapInstance().flyTo({\n center: [airport.lon, airport.lat],\n zoom: 13,\n speed: 1.2\n });\n query.value = \"\";\n results.value = [];\n};\n</script>\n\n<style scoped>\n.airport-search {\n position: absolute;\n width: 300px;\n z-index: 1000;\n top: 10px;\n right: 10px;\n}\n\n.airport-search input {\n width: 100%;\n padding: 8px 12px;\n border: 1px solid #ccc;\n border-radius: 10px;\n font-family: \"B612\", sans-serif;\n box-sizing: border-box;\n}\n\n.search-results {\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n padding: 0;\n margin: 4px 0 0 0;\n list-style: none;\n background: #fff;\n border: 1px solid #ccc;\n z-index: 1001;\n max-height: 200px;\n overflow-y: auto;\n font-family: \"B612\", sans-serif;\n}\n\n.search-results li {\n padding: 5px 10px;\n cursor: pointer;\n}\n\n.search-results li:hover {\n background-color: #eee;\n}\n</style>\n","import type { TangramApi } from \"@open-aviation/tangram-core/api\";\nimport AirportSearchWidget from \"./AirportSearchWidget.vue\";\n\nexport function install(api: TangramApi) {\n api.ui.registerWidget(\"airport-search-widget\", \"MapOverlay\", AirportSearchWidget);\n}\n"],"names":["tangramApi","inject","query","ref","results","timeoutId","onInput","searchAirports","airport_information","selectAirport","airport","_openBlock","_createElementBlock","_hoisted_1","_createElementVNode","$event","_cache","_hoisted_2","_Fragment","_renderList","_toDisplayString","_hoisted_3","install","api","AirportSearchWidget"],"mappings":";;;;;;;;AAkCA,UAAMA,IAAaC,EAAmB,YAAY;AAClD,QAAI,CAACD;AACH,YAAM,IAAI,MAAM,kCAAkC;AAEpD,UAAME,IAAQC,EAAI,EAAE,GACdC,IAAUD,EAAe,EAAE,GAC3BE,IAAYF,EAAmB,IAAI,GAEnCG,IAAU,MAAM;AACpB,MAAID,EAAU,SACZ,aAAaA,EAAU,KAAK,GAE1BH,EAAM,MAAM,UAAU,IACxBG,EAAU,QAAQ,OAAO,WAAW,MAAM;AACxC,QAAAE,EAAA;AAAA,MACF,GAAG,GAAG,IAENH,EAAQ,QAAQ,CAAA;AAAA,IAEpB,GAEMG,IAAiB,MAAM;AAC3B,MAAAH,EAAQ,QAAQI,EAAoBN,EAAM,KAAK;AAAA,IACjD,GAEMO,IAAgB,CAACC,MAAqB;AAC1C,MAAAV,EAAW,IAAI,eAAA,EAAiB,MAAM;AAAA,QACpC,QAAQ,CAACU,EAAQ,KAAKA,EAAQ,GAAG;AAAA,QACjC,MAAM;AAAA,QACN,OAAO;AAAA,MAAA,CACR,GACDR,EAAM,QAAQ,IACdE,EAAQ,QAAQ,CAAA;AAAA,IAClB;sBAlEEO,EAAA,GAAAC,EAiBM,OAjBNC,GAiBM;AAAA,QAhBJC,EAME,SAAA;AAAA,sDALSZ,EAAK,QAAAa;AAAA,QACd,MAAK;AAAA,QACL,aAAY;AAAA,QACX,SAAKC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAD,MAAGA,EAAO,OAA4B,OAAA;AAAA,QAC3C,SAAAT;AAAA,MAAA;YAJQJ,EAAA,KAAK;AAAA,MAAA;MAMNE,EAAA,MAAQ,UAAlBO,KAAAC,EAQK,MARLK,GAQK;AAAA,gBAPHL,EAMKM,GAAA,MAAAC,EALef,EAAA,OAAO,CAAlBM,YADTE,EAMK,MAAA;AAAA,UAJF,KAAKF,EAAQ;AAAA,UACb,SAAK,CAAAK,MAAEN,EAAcC,CAAO;AAAA,QAAA,GAE1BU,EAAAV,EAAQ,IAAI,IAAG,SAAKA,EAAQ,IAAI,IAAG,QAAGU,EAAGV,EAAQ,IAAI,IAAG,MAC7D,GAAAW,CAAA;;;;;;;;;;ACbC,SAASC,EAAQC,GAAiB;AACvC,EAAAA,EAAI,GAAG,eAAe,yBAAyB,cAAcC,CAAmB;AAClF;"}
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@open-aviation/tangram-airports",
3
+ "main": "index.js",
4
+ "style": "index.css"
5
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "name": "@deck.gl/aggregation-layers",
3
+ "description": "deck.gl layers that aggregate the input data into alternative representations",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "analytics",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "@luma.gl/constants": "^9.2.4",
42
+ "@luma.gl/shadertools": "^9.2.4",
43
+ "@math.gl/core": "^4.1.0",
44
+ "@math.gl/web-mercator": "^4.1.0",
45
+ "d3-hexbin": "^0.2.1"
46
+ },
47
+ "peerDependencies": {
48
+ "@deck.gl/core": "~9.2.0",
49
+ "@deck.gl/layers": "~9.2.0",
50
+ "@luma.gl/core": "~9.2.4",
51
+ "@luma.gl/engine": "~9.2.4"
52
+ },
53
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
54
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@deck.gl/core",
3
+ "description": "deck.gl core library",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "overlay",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "debug.min.js",
34
+ "dist.min.js"
35
+ ],
36
+ "sideEffects": false,
37
+ "scripts": {
38
+ "build-debugger": "ocular-bundle ./bundle/debug.ts --output=./debug.min.js --globalName=deck.debug",
39
+ "build-bundle": "ocular-bundle ./bundle/index.ts",
40
+ "prepublishOnly": "npm run build-debugger && npm run build-bundle && npm run build-bundle -- --env=dev"
41
+ },
42
+ "dependencies": {
43
+ "@loaders.gl/core": "^4.2.0",
44
+ "@loaders.gl/images": "^4.2.0",
45
+ "@luma.gl/constants": "^9.2.4",
46
+ "@luma.gl/core": "^9.2.4",
47
+ "@luma.gl/engine": "^9.2.4",
48
+ "@luma.gl/shadertools": "^9.2.4",
49
+ "@luma.gl/webgl": "^9.2.4",
50
+ "@math.gl/core": "^4.1.0",
51
+ "@math.gl/sun": "^4.1.0",
52
+ "@math.gl/types": "^4.1.0",
53
+ "@math.gl/web-mercator": "^4.1.0",
54
+ "@probe.gl/env": "^4.1.0",
55
+ "@probe.gl/log": "^4.1.0",
56
+ "@probe.gl/stats": "^4.1.0",
57
+ "@types/offscreencanvas": "^2019.6.4",
58
+ "gl-matrix": "^3.0.0",
59
+ "mjolnir.js": "^3.0.0"
60
+ },
61
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
62
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "name": "@deck.gl/extensions",
3
+ "description": "Plug-and-play functionalities for deck.gl layers",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "overlay",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "@luma.gl/constants": "^9.2.4",
42
+ "@luma.gl/shadertools": "^9.2.4",
43
+ "@math.gl/core": "^4.1.0"
44
+ },
45
+ "peerDependencies": {
46
+ "@deck.gl/core": "~9.2.0",
47
+ "@luma.gl/core": "~9.2.4",
48
+ "@luma.gl/engine": "~9.2.4"
49
+ },
50
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
51
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "name": "@deck.gl/geo-layers",
3
+ "description": "deck.gl layers supporting geospatial use cases and GIS formats",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "geospatial",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "@loaders.gl/3d-tiles": "^4.2.0",
42
+ "@loaders.gl/gis": "^4.2.0",
43
+ "@loaders.gl/loader-utils": "^4.2.0",
44
+ "@loaders.gl/mvt": "^4.2.0",
45
+ "@loaders.gl/schema": "^4.2.0",
46
+ "@loaders.gl/terrain": "^4.2.0",
47
+ "@loaders.gl/tiles": "^4.2.0",
48
+ "@loaders.gl/wms": "^4.2.0",
49
+ "@luma.gl/gltf": "^9.2.4",
50
+ "@luma.gl/shadertools": "^9.2.4",
51
+ "@math.gl/core": "^4.1.0",
52
+ "@math.gl/culling": "^4.1.0",
53
+ "@math.gl/web-mercator": "^4.1.0",
54
+ "@types/geojson": "^7946.0.8",
55
+ "a5-js": "^0.5.0",
56
+ "h3-js": "^4.1.0",
57
+ "long": "^3.2.0"
58
+ },
59
+ "peerDependencies": {
60
+ "@deck.gl/core": "~9.2.0",
61
+ "@deck.gl/extensions": "~9.2.0",
62
+ "@deck.gl/layers": "~9.2.0",
63
+ "@deck.gl/mesh-layers": "~9.2.0",
64
+ "@loaders.gl/core": "^4.2.0",
65
+ "@luma.gl/core": "~9.2.4",
66
+ "@luma.gl/engine": "~9.2.4"
67
+ },
68
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
69
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "@deck.gl/json",
3
+ "description": "JSON format rendering components for deck.gl",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "overlay",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "jsep": "^0.3.0"
42
+ },
43
+ "peerDependencies": {
44
+ "@deck.gl/core": "~9.2.0"
45
+ },
46
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
47
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "@deck.gl/layers",
3
+ "description": "deck.gl core layers",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "layer"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/visgl/deck.gl.git"
18
+ },
19
+ "types": "dist/index.d.ts",
20
+ "main": "dist/index.cjs",
21
+ "module": "dist/index.js",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/index.d.ts",
25
+ "import": "./dist/index.js",
26
+ "require": "./dist/index.cjs"
27
+ }
28
+ },
29
+ "files": [
30
+ "dist",
31
+ "src",
32
+ "dist.min.js"
33
+ ],
34
+ "sideEffects": false,
35
+ "scripts": {
36
+ "build-bundle": "ocular-bundle ./bundle/index.ts",
37
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
38
+ },
39
+ "dependencies": {
40
+ "@loaders.gl/images": "^4.2.0",
41
+ "@loaders.gl/schema": "^4.2.0",
42
+ "@luma.gl/shadertools": "^9.2.4",
43
+ "@mapbox/tiny-sdf": "^2.0.5",
44
+ "@math.gl/core": "^4.1.0",
45
+ "@math.gl/polygon": "^4.1.0",
46
+ "@math.gl/web-mercator": "^4.1.0",
47
+ "earcut": "^2.2.4"
48
+ },
49
+ "peerDependencies": {
50
+ "@deck.gl/core": "~9.2.0",
51
+ "@loaders.gl/core": "^4.2.0",
52
+ "@luma.gl/core": "~9.2.4",
53
+ "@luma.gl/engine": "~9.2.4"
54
+ },
55
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
56
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "name": "@deck.gl/mapbox",
3
+ "description": "Use deck.gl layers as custom mapbox-gl-js layers",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "overlay",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "@luma.gl/constants": "^9.2.4",
42
+ "@math.gl/web-mercator": "^4.1.0"
43
+ },
44
+ "peerDependencies": {
45
+ "@deck.gl/core": "~9.2.0",
46
+ "@luma.gl/constants": "~9.2.4",
47
+ "@luma.gl/core": "~9.2.4",
48
+ "@math.gl/web-mercator": "^4.1.0"
49
+ },
50
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
51
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "name": "@deck.gl/mesh-layers",
3
+ "description": "deck.gl layers that loads 3D meshes or scene graphs",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "glTF",
14
+ "layer"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "src",
33
+ "dist.min.js"
34
+ ],
35
+ "sideEffects": false,
36
+ "scripts": {
37
+ "build-bundle": "ocular-bundle ./bundle.ts",
38
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
39
+ },
40
+ "dependencies": {
41
+ "@loaders.gl/gltf": "^4.2.0",
42
+ "@loaders.gl/schema": "^4.2.0",
43
+ "@luma.gl/gltf": "^9.2.4",
44
+ "@luma.gl/shadertools": "^9.2.4"
45
+ },
46
+ "peerDependencies": {
47
+ "@deck.gl/core": "~9.2.0",
48
+ "@luma.gl/core": "~9.2.4",
49
+ "@luma.gl/engine": "~9.2.4",
50
+ "@luma.gl/gltf": "~9.2.4",
51
+ "@luma.gl/shadertools": "~9.2.4"
52
+ },
53
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
54
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@deck.gl/widgets",
3
+ "description": "UI widgets for deck.gl",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "version": "9.2.5",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "webgl",
12
+ "visualization",
13
+ "components",
14
+ "widgets"
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/visgl/deck.gl.git"
19
+ },
20
+ "types": "dist/index.d.ts",
21
+ "main": "dist/index.cjs",
22
+ "module": "dist/index.js",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs"
28
+ },
29
+ "./stylesheet.css": {
30
+ "import": "./dist/stylesheet.css"
31
+ }
32
+ },
33
+ "files": [
34
+ "dist",
35
+ "src",
36
+ "dist.min.js"
37
+ ],
38
+ "sideEffects": false,
39
+ "scripts": {
40
+ "build": "cp ./src/stylesheet.css ./dist/stylesheet.css",
41
+ "build-bundle": "ocular-bundle ./bundle.ts",
42
+ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
43
+ },
44
+ "dependencies": {
45
+ "preact": "^10.17.0"
46
+ },
47
+ "peerDependencies": {
48
+ "@deck.gl/core": "~9.2.0",
49
+ "@luma.gl/core": "~9.2.4"
50
+ },
51
+ "gitHead": "73c754b70fc9dcfde9cac98f24e2eca28b297204"
52
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "@fontsource/b612",
3
+ "version": "5.2.7",
4
+ "description": "Self-host the B612 font in a neatly bundled NPM package.",
5
+ "main": "index.css",
6
+ "publishConfig": {"access": "public"},
7
+ "keywords": [
8
+ "fontsource",
9
+ "font",
10
+ "font family",
11
+ "google fonts",
12
+ "b612",
13
+ "B612",
14
+ "css",
15
+ "sass",
16
+ "front-end",
17
+ "web",
18
+ "typeface",
19
+ "variable"
20
+ ],
21
+ "exports": {
22
+ ".": {"sass": "./index.css", "default": "./index.css"},
23
+ "./LICENSE": "./LICENSE",
24
+ "./*": {"sass": "./*.css", "default": "./*.css"},
25
+ "./*.css": {"sass": "./*.css", "default": "./*.css"},
26
+ "./files/*": {"sass": "./files/*", "default": "./files/*"},
27
+ "./files/*.woff": {"sass": "./files/*.woff", "default": "./files/*.woff"},
28
+ "./files/*.woff2": {
29
+ "sass": "./files/*.woff2",
30
+ "default": "./files/*.woff2"
31
+ },
32
+ "./package.json": "./package.json",
33
+ "./metadata.json": "./metadata.json",
34
+ "./unicode.json": "./unicode.json",
35
+ "./scss": {"sass": "./scss/metadata.scss"}
36
+ },
37
+ "author": "Google Inc.",
38
+ "license": "OFL-1.1",
39
+ "homepage": "https://fontsource.org/fonts/b612",
40
+ "funding": "https://github.com/sponsors/ayuhito",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/fontsource/font-files.git",
44
+ "directory": "fonts/google/b612"
45
+ },
46
+ "publishHash": "a01d63fa11c62fa4"
47
+ }