项目文件夹

文件
wehub-resource-sync 7df9ebf22c
Sync labels / sync (push) Failing after 1m9s
Publish Container Image / Build and publish container image (push) Has been cancelled
Deploy Website / Deploy to GitHub Pages (push) Has been cancelled
Deploy Website / Build website and demo (push) Has been cancelled
Deploy viewer / Deploy viewer proxy to Cloudflare Workers (push) Has been cancelled
Deploy tiles / Deploy planetary tile proxy to Cloudflare Workers (push) Has been cancelled
Deploy collab / Deploy collaboration relay to Cloudflare Workers (push) Has been cancelled
CI / Dependency audit (push) Has been cancelled
CI / E2E smoke (Playwright) (push) Has been cancelled
CI / Validate CITATION.cff (push) Has been cancelled
CI / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:00 +08:00

44 行
1.1 KiB
JSON

{
"name": "@geolibre/processing",
"version": "2.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.4.2",
"@geolibre/core": "*",
"@turf/area": "^7.3.5",
"@turf/bbox": "^7.3.5",
"@turf/boolean-contains": "^7.3.5",
"@turf/boolean-intersects": "^7.3.5",
"@turf/boolean-within": "^7.3.5",
"@turf/buffer": "^7.3.5",
"@turf/centroid": "^7.3.5",
"@turf/circle": "^7.3.5",
"@turf/convex": "^7.3.5",
"@turf/difference": "^7.3.5",
"@turf/dissolve": "^7.3.5",
"@turf/distance": "^7.3.5",
"@turf/envelope": "^7.3.5",
"@turf/flatten": "^7.3.5",
"@turf/helpers": "^7.3.5",
"@turf/intersect": "^7.3.5",
"@turf/sector": "^7.3.5",
"@turf/simplify": "^7.3.5",
"@turf/tin": "^7.3.5",
"@turf/union": "^7.3.5",
"@turf/voronoi": "^7.3.5",
"fflate": "^0.8.3",
"geolibre-wasm": "^0.6.0",
"geotiff": "^3.0.5"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"typescript": "^6.0.3"
}
}