tangram-system 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 (46) hide show
  1. tangram_system-0.2.1/PKG-INFO +42 -0
  2. tangram_system-0.2.1/dist-frontend/index.css +1 -0
  3. tangram_system-0.2.1/dist-frontend/index.js +63 -0
  4. tangram_system-0.2.1/dist-frontend/index.js.map +1 -0
  5. tangram_system-0.2.1/dist-frontend/plugin.json +5 -0
  6. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/aggregation-layers/package.json +54 -0
  7. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/core/package.json +62 -0
  8. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/extensions/package.json +51 -0
  9. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/geo-layers/package.json +69 -0
  10. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/json/package.json +47 -0
  11. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/layers/package.json +56 -0
  12. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mapbox/package.json +51 -0
  13. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mesh-layers/package.json +54 -0
  14. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/widgets/package.json +52 -0
  15. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/b612/package.json +47 -0
  16. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/inconsolata/package.json +47 -0
  17. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/roboto-condensed/package.json +47 -0
  18. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@protomaps/basemaps/package.json +54 -0
  19. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@types/phoenix/package.json +36 -0
  20. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/@vitejs/plugin-vue/package.json +59 -0
  21. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/font-awesome/package.json +44 -0
  22. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/lit-html/package.json +629 -0
  23. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/dist/package.json +1 -0
  24. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/package.json +188 -0
  25. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/phoenix/package.json +46 -0
  26. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/pmtiles/package.json +51 -0
  27. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/esm/package.json +33 -0
  28. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/nodejs/package.json +27 -0
  29. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/package.json +60 -0
  30. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/web/package.json +31 -0
  31. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vite-plugin-static-copy/package.json +69 -0
  32. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/compiler-sfc/package.json +4 -0
  33. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/jsx-runtime/package.json +5 -0
  34. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/package.json +112 -0
  35. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/node_modules/vue/server-renderer/package.json +4 -0
  36. tangram_system-0.2.1/node_modules/@open-aviation/tangram-core/package.json +59 -0
  37. tangram_system-0.2.1/node_modules/vue/compiler-sfc/package.json +4 -0
  38. tangram_system-0.2.1/node_modules/vue/jsx-runtime/package.json +5 -0
  39. tangram_system-0.2.1/node_modules/vue/package.json +112 -0
  40. tangram_system-0.2.1/node_modules/vue/server-renderer/package.json +4 -0
  41. tangram_system-0.2.1/package.json +16 -0
  42. tangram_system-0.2.1/pyproject.toml +42 -0
  43. tangram_system-0.2.1/readme.md +21 -0
  44. tangram_system-0.2.1/src/tangram_system/SystemWidget.vue +83 -0
  45. tangram_system-0.2.1/src/tangram_system/__init__.py +81 -0
  46. tangram_system-0.2.1/src/tangram_system/index.ts +12 -0
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: tangram_system
3
+ Version: 0.2.1
4
+ Summary: System monitoring plugin for tangram
5
+ Author-email: Xavier Olive <git@xoolive.org>, Junzi Sun <git@junzis.com>
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 :: System :: Monitoring
17
+ Requires-Python: >=3.10
18
+ Requires-Dist: psutil
19
+ Requires-Dist: tangram-core>=0.2.0
20
+ Description-Content-Type: text/markdown
21
+
22
+ # tangram_system
23
+
24
+ The `tangram_system` plugin provides system monitoring capabilities for the tangram framework.
25
+
26
+ It includes a background service that broadcasts server metrics (CPU, RAM, Uptime) to connected frontend clients via the realtime channel.
27
+
28
+ ## About Tangram
29
+
30
+ `tangram_system` is a plugin for `tangram`, an open framework for modular, real-time air traffic management research.
31
+
32
+ - Documentation: <https://mode-s.org/tangram/>
33
+ - Repository: <https://github.com/open-aviation/tangram>
34
+
35
+ Installation:
36
+
37
+ ```sh
38
+ # cli via uv
39
+ uv tool install --with tangram-system tangram-core
40
+ # with pip
41
+ pip install tangram-core tangram-system
42
+ ```
@@ -0,0 +1 @@
1
+ #uptime[data-v-6e31ee8b]{color:#79706e;font-size:9pt;text-align:center}.system-widget[data-v-6e31ee8b]{display:flex;flex-direction:column;align-items:center;padding:1px;border-bottom:1px solid #ddd}
@@ -0,0 +1,63 @@
1
+ import { defineComponent as l, inject as _, reactive as g, onMounted as f, onUnmounted as v, computed as u, createElementBlock as S, openBlock as h, createElementVNode as c, toDisplayString as d } from "vue";
2
+ const w = { class: "system-widget" }, y = { id: "info_time" }, b = { id: "uptime" }, T = /* @__PURE__ */ l({
3
+ __name: "SystemWidget",
4
+ setup(s) {
5
+ const o = _("tangramApi");
6
+ if (!o)
7
+ throw new Error("assert: tangram api not provided");
8
+ const e = g({
9
+ hovered: !1,
10
+ uptime: "",
11
+ info_utc: (/* @__PURE__ */ new Date()).getTime()
12
+ });
13
+ let i = null;
14
+ f(async () => {
15
+ try {
16
+ i = await o.realtime.subscribe(
17
+ "system:update-node",
18
+ (t) => {
19
+ t.el === "uptime" && (e.uptime = t.value), t.el === "info_utc" && (e.info_utc = t.value);
20
+ }
21
+ );
22
+ } catch (t) {
23
+ console.error("failed to subscribe to system:update-node", t);
24
+ }
25
+ }), v(() => {
26
+ i?.dispose();
27
+ });
28
+ const r = u(() => {
29
+ const t = new Date(e.info_utc), n = t.getUTCHours().toString().padStart(2, "0"), a = t.getUTCMinutes().toString().padStart(2, "0"), p = t.getUTCSeconds().toString().padStart(2, "0");
30
+ return `${n}:${a}:${p} Z`;
31
+ }), m = u(() => new Date(e.info_utc).toLocaleTimeString([], {
32
+ hour: "2-digit",
33
+ minute: "2-digit",
34
+ second: "2-digit",
35
+ hour12: !1,
36
+ timeZoneName: "shortOffset"
37
+ }));
38
+ return (t, n) => (h(), S("div", w, [
39
+ c("div", {
40
+ class: "clock",
41
+ onMouseover: n[0] || (n[0] = (a) => e.hovered = !0),
42
+ onMouseleave: n[1] || (n[1] = (a) => e.hovered = !1)
43
+ }, [
44
+ c("span", y, d(e.hovered ? m.value : r.value), 1)
45
+ ], 32),
46
+ c("span", b, d(e.uptime), 1)
47
+ ]));
48
+ }
49
+ }), $ = (s, o) => {
50
+ const e = s.__vccOpts || s;
51
+ for (const [i, r] of o)
52
+ e[i] = r;
53
+ return e;
54
+ }, k = /* @__PURE__ */ $(T, [["__scopeId", "data-v-6e31ee8b"]]);
55
+ function D(s, o) {
56
+ s.ui.registerWidget("system-widget", "TopBar", k, {
57
+ priority: o?.topbar_order
58
+ });
59
+ }
60
+ export {
61
+ D as install
62
+ };
63
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/tangram_system/SystemWidget.vue","../src/tangram_system/index.ts"],"sourcesContent":["<template>\n <div class=\"system-widget\">\n <div\n class=\"clock\"\n @mouseover=\"state.hovered = true\"\n @mouseleave=\"state.hovered = false\"\n >\n <span id=\"info_time\">{{ state.hovered ? local_time : utc_time }}</span>\n </div>\n <span id=\"uptime\">{{ state.uptime }}</span>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { reactive, computed, inject, onMounted, onUnmounted } from \"vue\";\nimport type { TangramApi, Disposable } from \"@open-aviation/tangram-core/api\";\n\nconst tangramApi = inject<TangramApi>(\"tangramApi\");\nif (!tangramApi) {\n throw new Error(\"assert: tangram api not provided\");\n}\n\nconst state = reactive({\n hovered: false,\n uptime: \"\",\n info_utc: new Date().getTime()\n});\n\nlet subscription: Disposable | null = null;\n\nonMounted(async () => {\n try {\n subscription = await tangramApi.realtime.subscribe(\n \"system:update-node\",\n (payload: { el: string; value: string | number }) => {\n if (payload.el === \"uptime\") state.uptime = payload.value as string;\n if (payload.el === \"info_utc\") state.info_utc = payload.value as number;\n }\n );\n } catch (e) {\n console.error(\"failed to subscribe to system:update-node\", e);\n }\n});\n\nonUnmounted(() => {\n subscription?.dispose();\n});\n\nconst utc_time = computed(() => {\n const date = new Date(state.info_utc);\n const hours = date.getUTCHours().toString().padStart(2, \"0\");\n const minutes = date.getUTCMinutes().toString().padStart(2, \"0\");\n const seconds = date.getUTCSeconds().toString().padStart(2, \"0\");\n return `${hours}:${minutes}:${seconds} Z`;\n});\n\nconst local_time = computed(() => {\n const date = new Date(state.info_utc);\n return date.toLocaleTimeString([], {\n hour: \"2-digit\",\n minute: \"2-digit\",\n second: \"2-digit\",\n hour12: false,\n timeZoneName: \"shortOffset\"\n });\n});\n</script>\n\n<style scoped>\n#uptime {\n color: #79706e;\n font-size: 9pt;\n text-align: center;\n}\n\n.system-widget {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 1px;\n border-bottom: 1px solid #ddd;\n}\n</style>\n","import type { TangramApi } from \"@open-aviation/tangram-core/api\";\nimport SystemWidget from \"./SystemWidget.vue\";\n\ninterface SystemConfig {\n topbar_order: number;\n}\n\nexport function install(api: TangramApi, config?: SystemConfig) {\n api.ui.registerWidget(\"system-widget\", \"TopBar\", SystemWidget, {\n priority: config?.topbar_order\n });\n}\n"],"names":["tangramApi","inject","state","reactive","subscription","onMounted","payload","e","onUnmounted","utc_time","computed","date","hours","minutes","seconds","local_time","_openBlock","_createElementBlock","_hoisted_1","_createElementVNode","_cache","$event","_hoisted_2","_toDisplayString","_hoisted_3","install","api","config","SystemWidget"],"mappings":";;;;AAiBA,UAAMA,IAAaC,EAAmB,YAAY;AAClD,QAAI,CAACD;AACH,YAAM,IAAI,MAAM,kCAAkC;AAGpD,UAAME,IAAQC,EAAS;AAAA,MACrB,SAAS;AAAA,MACT,QAAQ;AAAA,MACR,WAAU,oBAAI,KAAA,GAAO,QAAA;AAAA,IAAQ,CAC9B;AAED,QAAIC,IAAkC;AAEtC,IAAAC,EAAU,YAAY;AACpB,UAAI;AACF,QAAAD,IAAe,MAAMJ,EAAW,SAAS;AAAA,UACvC;AAAA,UACA,CAACM,MAAoD;AACnD,YAAIA,EAAQ,OAAO,aAAUJ,EAAM,SAASI,EAAQ,QAChDA,EAAQ,OAAO,eAAYJ,EAAM,WAAWI,EAAQ;AAAA,UAC1D;AAAA,QAAA;AAAA,MAEJ,SAASC,GAAG;AACV,gBAAQ,MAAM,6CAA6CA,CAAC;AAAA,MAC9D;AAAA,IACF,CAAC,GAEDC,EAAY,MAAM;AAChB,MAAAJ,GAAc,QAAA;AAAA,IAChB,CAAC;AAED,UAAMK,IAAWC,EAAS,MAAM;AAC9B,YAAMC,IAAO,IAAI,KAAKT,EAAM,QAAQ,GAC9BU,IAAQD,EAAK,YAAA,EAAc,WAAW,SAAS,GAAG,GAAG,GACrDE,IAAUF,EAAK,cAAA,EAAgB,WAAW,SAAS,GAAG,GAAG,GACzDG,IAAUH,EAAK,cAAA,EAAgB,WAAW,SAAS,GAAG,GAAG;AAC/D,aAAO,GAAGC,CAAK,IAAIC,CAAO,IAAIC,CAAO;AAAA,IACvC,CAAC,GAEKC,IAAaL,EAAS,MACb,IAAI,KAAKR,EAAM,QAAQ,EACxB,mBAAmB,IAAI;AAAA,MACjC,MAAM;AAAA,MACN,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,cAAc;AAAA,IAAA,CACf,CACF;sBAhECc,EAAA,GAAAC,EASM,OATNC,GASM;AAAA,MARJC,EAMM,OAAA;AAAA,QALJ,OAAM;AAAA,QACL,aAASC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAEnB,EAAM,UAAO;AAAA,QACxB,cAAUkB,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAEnB,EAAM,UAAO;AAAA,MAAA;QAE1BiB,EAAuE,QAAvEG,GAAuEC,EAA/CrB,EAAM,UAAUa,EAAA,QAAaN,EAAA,KAAQ,GAAA,CAAA;AAAA,MAAA;MAE/DU,EAA2C,QAA3CK,GAA2CD,EAAtBrB,EAAM,MAAM,GAAA,CAAA;AAAA,IAAA;;;;;;;;ACF9B,SAASuB,EAAQC,GAAiBC,GAAuB;AAC9D,EAAAD,EAAI,GAAG,eAAe,iBAAiB,UAAUE,GAAc;AAAA,IAC7D,UAAUD,GAAQ;AAAA,EAAA,CACnB;AACH;"}
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@open-aviation/tangram-system",
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
+ }