tangram-airports 0.2.1__tar.gz → 0.4.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.
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/PKG-INFO +2 -2
- tangram_airports-0.4.1/dist-frontend/index.css +1 -0
- tangram_airports-0.4.1/dist-frontend/index.js +99 -0
- tangram_airports-0.4.1/dist-frontend/index.js.map +1 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/aggregation-layers/package.json +6 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/core/package.json +7 -7
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/extensions/package.json +6 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/geo-layers/package.json +6 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/json/package.json +2 -2
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/layers/package.json +5 -5
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mapbox/package.json +5 -5
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/mesh-layers/package.json +8 -8
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@deck.gl/widgets/package.json +3 -3
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@vitejs/plugin-vue/package.json +15 -9
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/lit-html/package.json +1 -1
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/package.json +29 -29
- tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core/node_modules/parquet-wasm/esm/package.json +1 -0
- tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core/node_modules/parquet-wasm/package.json +59 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/pmtiles/package.json +4 -5
- tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core/node_modules/vite/package.json +199 -0
- tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core/node_modules/vite/types/package.json +4 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/vite-plugin-static-copy/package.json +27 -12
- {tangram_airports-0.2.1 → tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core}/node_modules/vue/package.json +6 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/package.json +21 -18
- tangram_airports-0.4.1/node_modules/@open-aviation/tangram-core/src/tangram_core/package.json +62 -0
- {tangram_airports-0.2.1/node_modules/@open-aviation/tangram-core → tangram_airports-0.4.1}/node_modules/vue/package.json +6 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/package.json +2 -2
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/pyproject.toml +2 -2
- tangram_airports-0.4.1/src/tangram_airports/AirportSearchWidget.vue +68 -0
- tangram_airports-0.4.1/src/tangram_airports/index.ts +34 -0
- tangram_airports-0.2.1/dist-frontend/index.css +0 -1
- tangram_airports-0.2.1/dist-frontend/index.js +0 -55
- tangram_airports-0.2.1/dist-frontend/index.js.map +0 -1
- tangram_airports-0.2.1/src/tangram_airports/AirportSearchWidget.vue +0 -113
- tangram_airports-0.2.1/src/tangram_airports/index.ts +0 -6
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/dist-frontend/plugin.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/b612/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/inconsolata/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@fontsource/roboto-condensed/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@protomaps/basemaps/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/@types/phoenix/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/font-awesome/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/maplibre-gl/dist/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/phoenix/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/esm/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/nodejs/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/rs1090-wasm/web/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/vue/compiler-sfc/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/vue/jsx-runtime/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/@open-aviation/tangram-core/node_modules/vue/server-renderer/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/rs1090-wasm/esm/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/rs1090-wasm/nodejs/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/rs1090-wasm/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/rs1090-wasm/web/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/vue/compiler-sfc/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/vue/jsx-runtime/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/node_modules/vue/server-renderer/package.json +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/readme.md +0 -0
- {tangram_airports-0.2.1 → tangram_airports-0.4.1}/src/tangram_airports/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tangram_airports
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Airport search widget plugin for tangram
|
|
5
5
|
Author-email: Xavier Olive <git@xoolive.org>
|
|
6
6
|
License-Expression: AGPL-3.0
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.14
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
17
17
|
Requires-Python: >=3.10
|
|
18
|
-
Requires-Dist: tangram-core>=0.2.
|
|
18
|
+
Requires-Dist: tangram-core>=0.2.1
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
|
|
21
21
|
# tangram_airports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.highlight[data-v-da0b39b4]{font-weight:800;background:#ff03;color:inherit}.row[data-v-a49e3fbb]{display:flex;justify-content:space-between;align-items:center;color:var(--t-fg)}.name[data-v-a49e3fbb]{font-weight:500;font-size:14px}.subtitle[data-v-a49e3fbb]{font-size:12px;color:var(--t-muted)}.chips[data-v-a49e3fbb]{display:flex;gap:4px}.chip[data-v-a49e3fbb]{border-radius:4px;padding:0 4px;font-family:monospace;font-size:11px}.blue[data-v-a49e3fbb]{background:var(--t-accent1);color:var(--t-accent1-fg)}.yellow[data-v-a49e3fbb]{background:var(--t-accent2);color:var(--t-accent2-fg)}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { airport_information as x } from "rs1090-wasm";
|
|
2
|
+
import { defineComponent as p, computed as _, createElementBlock as u, openBlock as d, Fragment as g, renderList as f, normalizeClass as q, toDisplayString as y, createElementVNode as c, createVNode as a, unref as i, createTextVNode as v } from "vue";
|
|
3
|
+
const C = /* @__PURE__ */ p({
|
|
4
|
+
__name: "HighlightText",
|
|
5
|
+
props: {
|
|
6
|
+
text: {},
|
|
7
|
+
query: {}
|
|
8
|
+
},
|
|
9
|
+
setup(e) {
|
|
10
|
+
const r = e, o = _(() => {
|
|
11
|
+
if (!r.query || !r.text) return [{ t: r.text, m: !1 }];
|
|
12
|
+
const s = r.query.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), t = new RegExp(`(${s})`, "gi");
|
|
13
|
+
return r.text.split(t).map((n) => ({ t: n, m: n.toLowerCase() === r.query.toLowerCase() })).filter((n) => n.t);
|
|
14
|
+
});
|
|
15
|
+
return (s, t) => (d(), u("span", null, [
|
|
16
|
+
(d(!0), u(g, null, f(o.value, (n, h) => (d(), u("span", {
|
|
17
|
+
key: h,
|
|
18
|
+
class: q({ highlight: n.m })
|
|
19
|
+
}, y(n.t), 3))), 128))
|
|
20
|
+
]));
|
|
21
|
+
}
|
|
22
|
+
}), m = (e, r) => {
|
|
23
|
+
const o = e.__vccOpts || e;
|
|
24
|
+
for (const [s, t] of r)
|
|
25
|
+
o[s] = t;
|
|
26
|
+
return o;
|
|
27
|
+
}, l = /* @__PURE__ */ m(C, [["__scopeId", "data-v-da0b39b4"]]), b = { class: "airport-result" }, w = { class: "row" }, $ = { class: "name" }, k = { class: "chips" }, S = { class: "chip blue" }, T = { class: "chip yellow" }, A = { class: "subtitle" }, E = /* @__PURE__ */ p({
|
|
28
|
+
__name: "AirportSearchWidget",
|
|
29
|
+
props: {
|
|
30
|
+
name: {},
|
|
31
|
+
city: {},
|
|
32
|
+
countryCode: {},
|
|
33
|
+
iata: {},
|
|
34
|
+
icao: {},
|
|
35
|
+
query: {}
|
|
36
|
+
},
|
|
37
|
+
setup(e) {
|
|
38
|
+
return (r, o) => (d(), u("div", b, [
|
|
39
|
+
c("div", w, [
|
|
40
|
+
c("span", $, [
|
|
41
|
+
a(i(l), {
|
|
42
|
+
text: e.name,
|
|
43
|
+
query: e.query
|
|
44
|
+
}, null, 8, ["text", "query"])
|
|
45
|
+
]),
|
|
46
|
+
c("div", k, [
|
|
47
|
+
c("span", S, [
|
|
48
|
+
a(i(l), {
|
|
49
|
+
text: e.iata,
|
|
50
|
+
query: e.query
|
|
51
|
+
}, null, 8, ["text", "query"])
|
|
52
|
+
]),
|
|
53
|
+
c("span", T, [
|
|
54
|
+
a(i(l), {
|
|
55
|
+
text: e.icao,
|
|
56
|
+
query: e.query
|
|
57
|
+
}, null, 8, ["text", "query"])
|
|
58
|
+
])
|
|
59
|
+
])
|
|
60
|
+
]),
|
|
61
|
+
c("div", A, [
|
|
62
|
+
a(i(l), {
|
|
63
|
+
text: e.city,
|
|
64
|
+
query: e.query
|
|
65
|
+
}, null, 8, ["text", "query"]),
|
|
66
|
+
v(", " + y(e.countryCode), 1)
|
|
67
|
+
])
|
|
68
|
+
]));
|
|
69
|
+
}
|
|
70
|
+
}), I = /* @__PURE__ */ m(E, [["__scopeId", "data-v-a49e3fbb"]]);
|
|
71
|
+
function V(e) {
|
|
72
|
+
e.search.registerProvider({
|
|
73
|
+
id: "airports",
|
|
74
|
+
name: "Airports",
|
|
75
|
+
search: async (r, o) => r.length < 3 || o.aborted ? [] : x(r).slice(0, 10).map((t) => ({
|
|
76
|
+
id: `airport-${t.icao}`,
|
|
77
|
+
component: I,
|
|
78
|
+
props: {
|
|
79
|
+
name: t.name,
|
|
80
|
+
city: t.city,
|
|
81
|
+
countryCode: t.countryCode,
|
|
82
|
+
iata: t.iata,
|
|
83
|
+
icao: t.icao
|
|
84
|
+
},
|
|
85
|
+
score: 100,
|
|
86
|
+
onSelect: () => {
|
|
87
|
+
e.map.getMapInstance().flyTo({
|
|
88
|
+
center: [t.lon, t.lat],
|
|
89
|
+
zoom: 13,
|
|
90
|
+
speed: 1.2
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
}))
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
export {
|
|
97
|
+
V as install
|
|
98
|
+
};
|
|
99
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../tangram_core/src/tangram_core/HighlightText.vue","../src/tangram_airports/AirportSearchWidget.vue","../src/tangram_airports/index.ts"],"sourcesContent":["<template>\n <span>\n <span v-for=\"(p, i) in parts\" :key=\"i\" :class=\"{ highlight: p.m }\">{{ p.t }}</span>\n </span>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed } from \"vue\";\n\nconst props = defineProps<{\n text: string;\n query: string;\n}>();\n\nconst parts = computed(() => {\n if (!props.query || !props.text) return [{ t: props.text, m: false }];\n const escapedQuery = props.query.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n const r = new RegExp(`(${escapedQuery})`, \"gi\");\n return props.text\n .split(r)\n .map(t => ({ t, m: t.toLowerCase() === props.query.toLowerCase() }))\n .filter(x => x.t);\n});\n</script>\n\n<style scoped>\n.highlight {\n font-weight: 800;\n background: rgba(255, 255, 0, 0.2);\n color: inherit;\n}\n</style>\n","<template>\n <div class=\"airport-result\">\n <div class=\"row\">\n <span class=\"name\">\n <HighlightText :text=\"name\" :query=\"query\" />\n </span>\n <div class=\"chips\">\n <span class=\"chip blue\">\n <HighlightText :text=\"iata\" :query=\"query\" />\n </span>\n <span class=\"chip yellow\">\n <HighlightText :text=\"icao\" :query=\"query\" />\n </span>\n </div>\n </div>\n <div class=\"subtitle\">\n <HighlightText :text=\"city\" :query=\"query\" />, {{ countryCode }}\n </div>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { HighlightText } from \"@open-aviation/tangram-core/components\";\n\ndefineProps<{\n name: string;\n city: string;\n countryCode: string;\n iata: string;\n icao: string;\n query: string;\n}>();\n</script>\n\n<style scoped>\n.row {\n display: flex;\n justify-content: space-between;\n align-items: center;\n color: var(--t-fg);\n}\n.name {\n font-weight: 500;\n font-size: 14px;\n}\n.subtitle {\n font-size: 12px;\n color: var(--t-muted);\n}\n.chips {\n display: flex;\n gap: 4px;\n}\n.chip {\n border-radius: 4px;\n padding: 0 4px;\n font-family: monospace;\n font-size: 11px;\n}\n.blue {\n background: var(--t-accent1);\n color: var(--t-accent1-fg);\n}\n.yellow {\n background: var(--t-accent2);\n color: var(--t-accent2-fg);\n}\n</style>\n","import type { TangramApi } from \"@open-aviation/tangram-core/api\";\nimport { airport_information } from \"rs1090-wasm\";\nimport AirportSearchWidget from \"./AirportSearchWidget.vue\";\n\nexport function install(api: TangramApi) {\n api.search.registerProvider({\n id: \"airports\",\n name: \"Airports\",\n search: async (query, signal) => {\n if (query.length < 3 || signal.aborted) return [];\n\n const airports = airport_information(query);\n return airports.slice(0, 10).map(a => ({\n id: `airport-${a.icao}`,\n component: AirportSearchWidget,\n props: {\n name: a.name,\n city: a.city,\n countryCode: a.countryCode,\n iata: a.iata,\n icao: a.icao\n },\n score: 100,\n onSelect: () => {\n api.map.getMapInstance().flyTo({\n center: [a.lon, a.lat],\n zoom: 13,\n speed: 1.2\n });\n }\n }));\n }\n });\n}\n"],"names":["props","__props","parts","computed","escapedQuery","r","t","x","_createElementBlock","_openBlock","_Fragment","_renderList","p","i","_normalizeClass","_toDisplayString","_hoisted_1","_createElementVNode","_hoisted_2","_hoisted_3","_createVNode","_unref","HighlightText","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_createTextVNode","install","api","query","signal","airport_information","a","AirportSearchWidget"],"mappings":";;;;;;;;;AASA,UAAMA,IAAQC,GAKRC,IAAQC,EAAS,MAAM;AAC3B,UAAI,CAACH,EAAM,SAAS,CAACA,EAAM,KAAM,QAAO,CAAC,EAAE,GAAGA,EAAM,MAAM,GAAG,IAAO;AACpE,YAAMI,IAAeJ,EAAM,MAAM,QAAQ,uBAAuB,MAAM,GAChEK,IAAI,IAAI,OAAO,IAAID,CAAY,KAAK,IAAI;AAC9C,aAAOJ,EAAM,KACV,MAAMK,CAAC,EACP,IAAI,CAAAC,OAAM,EAAE,GAAAA,GAAG,GAAGA,EAAE,kBAAkBN,EAAM,MAAM,cAAY,EAAI,EAClE,OAAO,CAAAO,MAAKA,EAAE,CAAC;AAAA,IACpB,CAAC;2BArBCC,EAEO,QAAA,MAAA;AAAA,OADLC,EAAA,EAAA,GAAAD,EAAmFE,GAAA,MAAAC,EAA5DT,EAAA,OAAK,CAAdU,GAAGC,YAAjBL,EAAmF,QAAA;AAAA,QAApD,KAAKK;AAAA,QAAI,OAAKC,EAAA,EAAA,WAAeF,EAAE,GAAC;AAAA,MAAA,GAAOG,EAAAH,EAAE,CAAC,GAAA,CAAA;;;;;;;;;;;;;;;;;;;sBCD3EH,EAAA,GAAAD,EAiBM,OAjBNQ,GAiBM;AAAA,MAhBJC,EAYM,OAZNC,GAYM;AAAA,QAXJD,EAEO,QAFPE,GAEO;AAAA,UADLC,EAA6CC,EAAAC,CAAA,GAAA;AAAA,YAA7B,MAAMrB,EAAA;AAAA,YAAO,OAAOA,EAAA;AAAA,UAAA;;QAEtCgB,EAOM,OAPNM,GAOM;AAAA,UANJN,EAEO,QAFPO,GAEO;AAAA,YADLJ,EAA6CC,EAAAC,CAAA,GAAA;AAAA,cAA7B,MAAMrB,EAAA;AAAA,cAAO,OAAOA,EAAA;AAAA,YAAA;;UAEtCgB,EAEO,QAFPQ,GAEO;AAAA,YADLL,EAA6CC,EAAAC,CAAA,GAAA;AAAA,cAA7B,MAAMrB,EAAA;AAAA,cAAO,OAAOA,EAAA;AAAA,YAAA;;;;MAI1CgB,EAEM,OAFNS,GAEM;AAAA,QADJN,EAA6CC,EAAAC,CAAA,GAAA;AAAA,UAA7B,MAAMrB,EAAA;AAAA,UAAO,OAAOA,EAAA;AAAA,QAAA;QAAS0B,EAAA,SAAK1B,EAAA,WAAW,GAAA,CAAA;AAAA,MAAA;;;;ACZ5D,SAAS2B,EAAQC,GAAiB;AACvC,EAAAA,EAAI,OAAO,iBAAiB;AAAA,IAC1B,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,QAAQ,OAAOC,GAAOC,MAChBD,EAAM,SAAS,KAAKC,EAAO,UAAgB,CAAA,IAE9BC,EAAoBF,CAAK,EAC1B,MAAM,GAAG,EAAE,EAAE,IAAI,CAAAG,OAAM;AAAA,MACrC,IAAI,WAAWA,EAAE,IAAI;AAAA,MACrB,WAAWC;AAAA,MACX,OAAO;AAAA,QACL,MAAMD,EAAE;AAAA,QACR,MAAMA,EAAE;AAAA,QACR,aAAaA,EAAE;AAAA,QACf,MAAMA,EAAE;AAAA,QACR,MAAMA,EAAE;AAAA,MAAA;AAAA,MAEV,OAAO;AAAA,MACP,UAAU,MAAM;AACd,QAAAJ,EAAI,IAAI,eAAA,EAAiB,MAAM;AAAA,UAC7B,QAAQ,CAACI,EAAE,KAAKA,EAAE,GAAG;AAAA,UACrB,MAAM;AAAA,UACN,OAAO;AAAA,QAAA,CACR;AAAA,MACH;AAAA,IAAA,EACA;AAAA,EACJ,CACD;AACH;"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "deck.gl layers that aggregate the input data into alternative representations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@luma.gl/constants": "^9.2.
|
|
42
|
-
"@luma.gl/shadertools": "^9.2.
|
|
41
|
+
"@luma.gl/constants": "^9.2.6",
|
|
42
|
+
"@luma.gl/shadertools": "^9.2.6",
|
|
43
43
|
"@math.gl/core": "^4.1.0",
|
|
44
44
|
"@math.gl/web-mercator": "^4.1.0",
|
|
45
45
|
"d3-hexbin": "^0.2.1"
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@deck.gl/core": "~9.2.0",
|
|
49
49
|
"@deck.gl/layers": "~9.2.0",
|
|
50
|
-
"@luma.gl/core": "~9.2.
|
|
51
|
-
"@luma.gl/engine": "~9.2.
|
|
50
|
+
"@luma.gl/core": "~9.2.6",
|
|
51
|
+
"@luma.gl/engine": "~9.2.6"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
54
54
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "deck.gl core library",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@loaders.gl/core": "^4.2.0",
|
|
44
44
|
"@loaders.gl/images": "^4.2.0",
|
|
45
|
-
"@luma.gl/constants": "^9.2.
|
|
46
|
-
"@luma.gl/core": "^9.2.
|
|
47
|
-
"@luma.gl/engine": "^9.2.
|
|
48
|
-
"@luma.gl/shadertools": "^9.2.
|
|
49
|
-
"@luma.gl/webgl": "^9.2.
|
|
45
|
+
"@luma.gl/constants": "^9.2.6",
|
|
46
|
+
"@luma.gl/core": "^9.2.6",
|
|
47
|
+
"@luma.gl/engine": "^9.2.6",
|
|
48
|
+
"@luma.gl/shadertools": "^9.2.6",
|
|
49
|
+
"@luma.gl/webgl": "^9.2.6",
|
|
50
50
|
"@math.gl/core": "^4.1.0",
|
|
51
51
|
"@math.gl/sun": "^4.1.0",
|
|
52
52
|
"@math.gl/types": "^4.1.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"gl-matrix": "^3.0.0",
|
|
59
59
|
"mjolnir.js": "^3.0.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
62
62
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Plug-and-play functionalities for deck.gl layers",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@luma.gl/constants": "^9.2.
|
|
42
|
-
"@luma.gl/shadertools": "^9.2.
|
|
41
|
+
"@luma.gl/constants": "^9.2.6",
|
|
42
|
+
"@luma.gl/shadertools": "^9.2.6",
|
|
43
43
|
"@math.gl/core": "^4.1.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@deck.gl/core": "~9.2.0",
|
|
47
|
-
"@luma.gl/core": "~9.2.
|
|
48
|
-
"@luma.gl/engine": "~9.2.
|
|
47
|
+
"@luma.gl/core": "~9.2.6",
|
|
48
|
+
"@luma.gl/engine": "~9.2.6"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
51
51
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@loaders.gl/terrain": "^4.2.0",
|
|
47
47
|
"@loaders.gl/tiles": "^4.2.0",
|
|
48
48
|
"@loaders.gl/wms": "^4.2.0",
|
|
49
|
-
"@luma.gl/gltf": "^9.2.
|
|
50
|
-
"@luma.gl/shadertools": "^9.2.
|
|
49
|
+
"@luma.gl/gltf": "^9.2.6",
|
|
50
|
+
"@luma.gl/shadertools": "^9.2.6",
|
|
51
51
|
"@math.gl/core": "^4.1.0",
|
|
52
52
|
"@math.gl/culling": "^4.1.0",
|
|
53
53
|
"@math.gl/web-mercator": "^4.1.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@deck.gl/layers": "~9.2.0",
|
|
63
63
|
"@deck.gl/mesh-layers": "~9.2.0",
|
|
64
64
|
"@loaders.gl/core": "^4.2.0",
|
|
65
|
-
"@luma.gl/core": "~9.2.
|
|
66
|
-
"@luma.gl/engine": "~9.2.
|
|
65
|
+
"@luma.gl/core": "~9.2.6",
|
|
66
|
+
"@luma.gl/engine": "~9.2.6"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
69
69
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "JSON format rendering components for deck.gl",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@deck.gl/core": "~9.2.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
47
47
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "deck.gl core layers",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@loaders.gl/images": "^4.2.0",
|
|
41
41
|
"@loaders.gl/schema": "^4.2.0",
|
|
42
|
-
"@luma.gl/shadertools": "^9.2.
|
|
42
|
+
"@luma.gl/shadertools": "^9.2.6",
|
|
43
43
|
"@mapbox/tiny-sdf": "^2.0.5",
|
|
44
44
|
"@math.gl/core": "^4.1.0",
|
|
45
45
|
"@math.gl/polygon": "^4.1.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@deck.gl/core": "~9.2.0",
|
|
51
51
|
"@loaders.gl/core": "^4.2.0",
|
|
52
|
-
"@luma.gl/core": "~9.2.
|
|
53
|
-
"@luma.gl/engine": "~9.2.
|
|
52
|
+
"@luma.gl/core": "~9.2.6",
|
|
53
|
+
"@luma.gl/engine": "~9.2.6"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
56
56
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@luma.gl/constants": "^9.2.
|
|
41
|
+
"@luma.gl/constants": "^9.2.6",
|
|
42
42
|
"@math.gl/web-mercator": "^4.1.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@deck.gl/core": "~9.2.0",
|
|
46
|
-
"@luma.gl/constants": "~9.2.
|
|
47
|
-
"@luma.gl/core": "~9.2.
|
|
46
|
+
"@luma.gl/constants": "~9.2.6",
|
|
47
|
+
"@luma.gl/core": "~9.2.6",
|
|
48
48
|
"@math.gl/web-mercator": "^4.1.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
51
51
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "deck.gl layers that loads 3D meshes or scene graphs",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@loaders.gl/gltf": "^4.2.0",
|
|
42
42
|
"@loaders.gl/schema": "^4.2.0",
|
|
43
|
-
"@luma.gl/gltf": "^9.2.
|
|
44
|
-
"@luma.gl/shadertools": "^9.2.
|
|
43
|
+
"@luma.gl/gltf": "^9.2.6",
|
|
44
|
+
"@luma.gl/shadertools": "^9.2.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@deck.gl/core": "~9.2.0",
|
|
48
|
-
"@luma.gl/core": "~9.2.
|
|
49
|
-
"@luma.gl/engine": "~9.2.
|
|
50
|
-
"@luma.gl/gltf": "~9.2.
|
|
51
|
-
"@luma.gl/shadertools": "~9.2.
|
|
48
|
+
"@luma.gl/core": "~9.2.6",
|
|
49
|
+
"@luma.gl/engine": "~9.2.6",
|
|
50
|
+
"@luma.gl/gltf": "~9.2.6",
|
|
51
|
+
"@luma.gl/shadertools": "~9.2.6"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
54
54
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "UI widgets for deck.gl",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "9.2.
|
|
6
|
+
"version": "9.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@deck.gl/core": "~9.2.0",
|
|
49
|
-
"@luma.gl/core": "~9.2.
|
|
49
|
+
"@luma.gl/core": "~9.2.6"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
|
|
52
52
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitejs/plugin-vue",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Evan You",
|
|
@@ -37,19 +37,25 @@
|
|
|
37
37
|
"@jridgewell/gen-mapping": "^0.3.13",
|
|
38
38
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
39
39
|
"obug": "^2.1.1",
|
|
40
|
-
"rollup": "^4.
|
|
40
|
+
"rollup": "^4.57.1",
|
|
41
41
|
"slash": "^5.1.0",
|
|
42
42
|
"source-map-js": "^1.2.1",
|
|
43
|
-
"tsdown": "^0.
|
|
44
|
-
"vite": "^7.
|
|
45
|
-
"vue": "^3.5.
|
|
43
|
+
"tsdown": "^0.20.1",
|
|
44
|
+
"vite": "^7.3.1",
|
|
45
|
+
"vue": "^3.5.27"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@rolldown/pluginutils": "1.0.0-
|
|
48
|
+
"@rolldown/pluginutils": "1.0.0-rc.2"
|
|
49
49
|
},
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
50
|
+
"compatiblePackages": {
|
|
51
|
+
"schemaVersion": 1,
|
|
52
|
+
"rolldown": {
|
|
53
|
+
"type": "incompatible",
|
|
54
|
+
"reason": "Uses Vite-specific APIs"
|
|
55
|
+
},
|
|
56
|
+
"rollup": {
|
|
57
|
+
"type": "incompatible",
|
|
58
|
+
"reason": "Uses Vite-specific APIs"
|
|
53
59
|
}
|
|
54
60
|
},
|
|
55
61
|
"scripts": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maplibre-gl",
|
|
3
3
|
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.17.0",
|
|
5
5
|
"main": "dist/maplibre-gl.js",
|
|
6
6
|
"style": "dist/maplibre-gl.css",
|
|
7
7
|
"license": "BSD-3-Clause",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "
|
|
15
|
+
"url": "https://github.com/maplibre/maplibre-gl-js"
|
|
16
16
|
},
|
|
17
17
|
"types": "dist/maplibre-gl.d.ts",
|
|
18
18
|
"type": "module",
|
|
@@ -24,14 +24,13 @@
|
|
|
24
24
|
"@mapbox/unitbezier": "^0.0.1",
|
|
25
25
|
"@mapbox/vector-tile": "^2.0.4",
|
|
26
26
|
"@mapbox/whoots-js": "^3.1.0",
|
|
27
|
-
"@maplibre/
|
|
27
|
+
"@maplibre/geojson-vt": "^5.0.4",
|
|
28
|
+
"@maplibre/maplibre-gl-style-spec": "^24.4.1",
|
|
28
29
|
"@maplibre/mlt": "^1.1.2",
|
|
29
|
-
"@maplibre/vt-pbf": "^4.1
|
|
30
|
+
"@maplibre/vt-pbf": "^4.2.1",
|
|
30
31
|
"@types/geojson": "^7946.0.16",
|
|
31
|
-
"@types/geojson-vt": "3.2.5",
|
|
32
32
|
"@types/supercluster": "^7.1.3",
|
|
33
33
|
"earcut": "^3.0.2",
|
|
34
|
-
"geojson-vt": "^4.0.2",
|
|
35
34
|
"gl-matrix": "^3.4.4",
|
|
36
35
|
"kdbush": "^4.0.2",
|
|
37
36
|
"murmurhash-js": "^1.0.0",
|
|
@@ -51,7 +50,7 @@
|
|
|
51
50
|
"@rollup/plugin-strip": "^3.0.4",
|
|
52
51
|
"@rollup/plugin-terser": "^0.4.4",
|
|
53
52
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
54
|
-
"@stylistic/eslint-plugin": "^5.
|
|
53
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
55
54
|
"@types/benchmark": "^2.1.5",
|
|
56
55
|
"@types/d3": "^7.4.3",
|
|
57
56
|
"@types/earcut": "^3.0.0",
|
|
@@ -61,42 +60,42 @@
|
|
|
61
60
|
"@types/minimist": "^1.2.5",
|
|
62
61
|
"@types/murmurhash-js": "^1.0.6",
|
|
63
62
|
"@types/nise": "^1.4.5",
|
|
64
|
-
"@types/node": "^
|
|
63
|
+
"@types/node": "^25.0.10",
|
|
65
64
|
"@types/offscreencanvas": "^2019.7.3",
|
|
66
65
|
"@types/pixelmatch": "^5.2.6",
|
|
67
66
|
"@types/pngjs": "^6.0.5",
|
|
68
|
-
"@types/react": "^19.2.
|
|
67
|
+
"@types/react": "^19.2.9",
|
|
69
68
|
"@types/react-dom": "^19.2.3",
|
|
70
69
|
"@types/request": "^2.48.13",
|
|
71
70
|
"@types/shuffle-seed": "^1.1.3",
|
|
72
71
|
"@types/window-or-global": "^1.0.6",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
74
|
-
"@typescript-eslint/parser": "^8.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.53.1",
|
|
73
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
75
74
|
"@unicode/unicode-17.0.0": "^1.6.16",
|
|
76
|
-
"@vitest/coverage-v8": "4.0.
|
|
77
|
-
"@vitest/eslint-plugin": "^1.
|
|
78
|
-
"@vitest/ui": "4.0.
|
|
75
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
76
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
77
|
+
"@vitest/ui": "4.0.18",
|
|
79
78
|
"address": "^2.0.3",
|
|
80
|
-
"autoprefixer": "^10.4.
|
|
79
|
+
"autoprefixer": "^10.4.23",
|
|
81
80
|
"benchmark": "^2.1.4",
|
|
82
|
-
"canvas": "^3.2.
|
|
83
|
-
"cspell": "^9.
|
|
81
|
+
"canvas": "^3.2.1",
|
|
82
|
+
"cspell": "^9.6.0",
|
|
84
83
|
"cssnano": "^7.1.2",
|
|
85
84
|
"d3": "^7.9.0",
|
|
86
85
|
"d3-queue": "^3.0.7",
|
|
87
|
-
"devtools-protocol": "^0.0.
|
|
88
|
-
"diff": "^8.0.
|
|
86
|
+
"devtools-protocol": "^0.0.1574117",
|
|
87
|
+
"diff": "^8.0.3",
|
|
89
88
|
"dts-bundle-generator": "^9.5.1",
|
|
90
|
-
"eslint": "^9.39.
|
|
91
|
-
"eslint-plugin-html": "^8.1.
|
|
89
|
+
"eslint": "^9.39.2",
|
|
90
|
+
"eslint-plugin-html": "^8.1.4",
|
|
92
91
|
"eslint-plugin-import": "^2.32.0",
|
|
93
92
|
"eslint-plugin-react": "^7.37.5",
|
|
94
93
|
"eslint-plugin-tsdoc": "0.5.0",
|
|
95
94
|
"expect": "^30.2.0",
|
|
96
95
|
"glob": "^13.0.0",
|
|
97
|
-
"globals": "^
|
|
96
|
+
"globals": "^17.1.0",
|
|
98
97
|
"is-builtin-module": "^5.0.0",
|
|
99
|
-
"jsdom": "^27.
|
|
98
|
+
"jsdom": "^27.4.0",
|
|
100
99
|
"junit-report-builder": "^5.1.1",
|
|
101
100
|
"minimist": "^1.2.8",
|
|
102
101
|
"mock-geolocation": "^1.0.11",
|
|
@@ -111,11 +110,11 @@
|
|
|
111
110
|
"postcss-cli": "^11.0.1",
|
|
112
111
|
"postcss-inline-svg": "^6.0.0",
|
|
113
112
|
"pretty-bytes": "^7.1.0",
|
|
114
|
-
"puppeteer": "^24.
|
|
115
|
-
"react": "^19.
|
|
116
|
-
"react-dom": "^19.2.
|
|
113
|
+
"puppeteer": "^24.36.0",
|
|
114
|
+
"react": "^19.2.3",
|
|
115
|
+
"react-dom": "^19.2.3",
|
|
117
116
|
"regenerate": "^1.4.2",
|
|
118
|
-
"rollup": "^4.
|
|
117
|
+
"rollup": "^4.56.0",
|
|
119
118
|
"rollup-plugin-sourcemaps2": "^0.5.4",
|
|
120
119
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
121
120
|
"rw": "^1.3.3",
|
|
@@ -127,10 +126,10 @@
|
|
|
127
126
|
"stylelint-config-standard": "^39.0.1",
|
|
128
127
|
"ts-node": "^10.9.2",
|
|
129
128
|
"tslib": "^2.8.1",
|
|
130
|
-
"typedoc": "^0.28.
|
|
129
|
+
"typedoc": "^0.28.16",
|
|
131
130
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
132
131
|
"typescript": "^5.9.3",
|
|
133
|
-
"vitest": "4.0.
|
|
132
|
+
"vitest": "4.0.18",
|
|
134
133
|
"vitest-webgl-canvas-mock": "^1.1.0"
|
|
135
134
|
},
|
|
136
135
|
"scripts": {
|
|
@@ -154,6 +153,7 @@
|
|
|
154
153
|
"watch-benchmarks": "rollup --configPlugin @rollup/plugin-typescript -c test/bench/rollup_config_benchmarks.ts --watch",
|
|
155
154
|
"bundle-stats": "rollup --configPlugin @rollup/plugin-typescript -c --environment BUILD:production,BUNDLE:stats",
|
|
156
155
|
"spellcheck": "cspell",
|
|
156
|
+
"docs": "npm run generate-docs && docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build",
|
|
157
157
|
"start-server": "st --no-cache -H localhost --port 9966 .",
|
|
158
158
|
"start-docs": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material",
|
|
159
159
|
"start": "run-p watch-css watch-dev start-server",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "module"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "parquet-wasm",
|
|
3
|
+
"collaborators": [
|
|
4
|
+
"Kyle Barron <kylebarron2@gmail.com>"
|
|
5
|
+
],
|
|
6
|
+
"description": "WebAssembly Parquet reader and writer.",
|
|
7
|
+
"license": "MIT OR Apache-2.0",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/kylebarron/parquet-wasm"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"*"
|
|
14
|
+
],
|
|
15
|
+
"module": "esm/parquet_wasm.js",
|
|
16
|
+
"types": "esm/parquet_wasm.d.ts",
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"./parquet_wasm.js",
|
|
19
|
+
"./snippets/*"
|
|
20
|
+
],
|
|
21
|
+
"keywords": [
|
|
22
|
+
"parquet",
|
|
23
|
+
"webassembly",
|
|
24
|
+
"arrow"
|
|
25
|
+
],
|
|
26
|
+
"$comment": "We export ./esm/parquet_wasm.js so that code can work the same bundled and directly on the frontend",
|
|
27
|
+
"exports": {
|
|
28
|
+
"./bundler/parquet_wasm_bg.wasm": "./bundler/parquet_wasm_bg.wasm",
|
|
29
|
+
"./esm/parquet_wasm_bg.wasm": "./esm/parquet_wasm_bg.wasm",
|
|
30
|
+
"./node/parquet_wasm_bg.wasm": "./node/parquet_wasm_bg.wasm",
|
|
31
|
+
"./bundler": {
|
|
32
|
+
"types": "./bundler/parquet_wasm.d.ts",
|
|
33
|
+
"default": "./bundler/parquet_wasm.js"
|
|
34
|
+
},
|
|
35
|
+
"./esm": {
|
|
36
|
+
"types": "./esm/parquet_wasm.d.ts",
|
|
37
|
+
"default": "./esm/parquet_wasm.js"
|
|
38
|
+
},
|
|
39
|
+
"./node": {
|
|
40
|
+
"types": "./node/parquet_wasm.d.ts",
|
|
41
|
+
"default": "./node/parquet_wasm.js"
|
|
42
|
+
},
|
|
43
|
+
"./esm/parquet_wasm.js": {
|
|
44
|
+
"types": "./esm/parquet_wasm.d.ts",
|
|
45
|
+
"default": "./esm/parquet_wasm.js"
|
|
46
|
+
},
|
|
47
|
+
".": {
|
|
48
|
+
"node": {
|
|
49
|
+
"types": "./node/parquet_wasm.d.ts",
|
|
50
|
+
"default": "./node/parquet_wasm.js"
|
|
51
|
+
},
|
|
52
|
+
"types": "./esm/parquet_wasm.d.ts",
|
|
53
|
+
"default": "./esm/parquet_wasm.js"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"type": "module",
|
|
57
|
+
"version": "0.7.1",
|
|
58
|
+
"main": "parquet_wasm.js"
|
|
59
|
+
}
|