170 lines
6.3 KiB
JSON
170 lines
6.3 KiB
JSON
{
|
|
"name": "xprov-map-visualizer",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "xprov-map-visualizer",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"ol": "10.6.1"
|
|
}
|
|
},
|
|
"node_modules/@petamoriken/float16": {
|
|
"version": "3.9.3",
|
|
"resolved": "https://registry.npmjs.org/@petamoriken/float16/-/float16-3.9.3.tgz",
|
|
"integrity": "sha512-8awtpHXCx/bNpFt4mt2xdkgtgVvKqty8VbjHI/WWWQuEw+KLzFot3f4+LkQY9YmOtq7A5GdOnqoIC8Pdygjk2g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/rbush": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-4.0.0.tgz",
|
|
"integrity": "sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/earcut": {
|
|
"version": "3.2.3",
|
|
"resolved": "https://registry.npmjs.org/earcut/-/earcut-3.2.3.tgz",
|
|
"integrity": "sha512-vnS4AVwp1KHAF13i1vp1/2D5evWy3k5u/iW/B81QVsUZtV8cv2tU0b2VNFlqvh4kYwrFMDdjPCfAmfyJW9y14Q==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/geotiff": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.1.3.tgz",
|
|
"integrity": "sha512-PT6uoF5a1+kbC3tHmZSUsLHBp2QJlHasxxxxPW47QIY1VBKpFB+FcDvX+MxER6UzgLQZ0xDzJ9s48B9JbOCTqA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@petamoriken/float16": "^3.4.7",
|
|
"lerc": "^3.0.0",
|
|
"pako": "^2.0.4",
|
|
"parse-headers": "^2.0.2",
|
|
"quick-lru": "^6.1.1",
|
|
"web-worker": "^1.2.0",
|
|
"xml-utils": "^1.0.2",
|
|
"zstddec": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19"
|
|
}
|
|
},
|
|
"node_modules/lerc": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/lerc/-/lerc-3.0.0.tgz",
|
|
"integrity": "sha512-Rm4J/WaHhRa93nCN2mwWDZFoRVF18G1f47C+kvQWyHGEZxFpTUi73p7lMVSAndyxGt6lJ2/CFbOcf9ra5p8aww==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/ol": {
|
|
"version": "10.6.1",
|
|
"resolved": "https://registry.npmjs.org/ol/-/ol-10.6.1.tgz",
|
|
"integrity": "sha512-xp174YOwPeLj7c7/8TCIEHQ4d41tgTDDhdv6SqNdySsql5/MaFJEJkjlsYcvOPt7xA6vrum/QG4UdJ0iCGT1cg==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@types/rbush": "4.0.0",
|
|
"earcut": "^3.0.0",
|
|
"geotiff": "^2.1.3",
|
|
"pbf": "4.0.1",
|
|
"rbush": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/openlayers"
|
|
}
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/pako/-/pako-2.2.0.tgz",
|
|
"integrity": "sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/puzrin"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nodeca"
|
|
}
|
|
],
|
|
"license": "(MIT AND Zlib)"
|
|
},
|
|
"node_modules/parse-headers": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.6.tgz",
|
|
"integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pbf": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/pbf/-/pbf-4.0.1.tgz",
|
|
"integrity": "sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"resolve-protobuf-schema": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"pbf": "bin/pbf"
|
|
}
|
|
},
|
|
"node_modules/protocol-buffers-schema": {
|
|
"version": "3.6.1",
|
|
"resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.1.tgz",
|
|
"integrity": "sha512-VG2K63Igkiv9p76tk1lilczEK1cT+kCjKtkdhw1dQZV3k3IXJbd3o6Ho8b9zJZaHSnT2hKe4I+ObmX9w6m5SmQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-lru": {
|
|
"version": "6.1.2",
|
|
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz",
|
|
"integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/quickselect": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz",
|
|
"integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/rbush": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.1.tgz",
|
|
"integrity": "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quickselect": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/resolve-protobuf-schema": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz",
|
|
"integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"protocol-buffers-schema": "^3.3.1"
|
|
}
|
|
},
|
|
"node_modules/web-worker": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
|
|
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/xml-utils": {
|
|
"version": "1.10.2",
|
|
"resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.10.2.tgz",
|
|
"integrity": "sha512-RqM+2o1RYs6T8+3DzDSoTRAUfrvaejbVHcp3+thnAtDKo8LskR+HomLajEy5UjTz24rpka7AxVBRR3g2wTUkJA==",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/zstddec": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/zstddec/-/zstddec-0.1.0.tgz",
|
|
"integrity": "sha512-w2NTI8+3l3eeltKAdK8QpiLo/flRAr2p8AGeakfMZOXBxOg9HIu4LVDxBi81sYgVhFhdJjv1OrB5ssI8uFPoLg==",
|
|
"license": "MIT AND BSD-3-Clause"
|
|
}
|
|
}
|
|
}
|