Initial commit
This commit is contained in:
62
node_modules/@maplibre/vt-pbf/package.json
generated
vendored
Normal file
62
node_modules/@maplibre/vt-pbf/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "@maplibre/vt-pbf",
|
||||
"version": "4.3.0",
|
||||
"description": "Serialize mapbox vector tiles to binary protobufs in javascript.",
|
||||
"main": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint index.ts lib/**/*.ts test/**/*.ts",
|
||||
"test-unit": "vitest run --config vitest.config.unit.ts",
|
||||
"test-unit-ci": "vitest run --config vitest.config.unit.ts --coverage",
|
||||
"build": "rollup --config rollup.config.ts --configPlugin typescript && tsc",
|
||||
"docs": "typedoc --entryPoints index.ts --out docs/API"
|
||||
},
|
||||
"author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net/)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/maplibre/vt-pbf"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@mapbox/point-geometry": "^1.1.0",
|
||||
"@mapbox/vector-tile": "^2.0.4",
|
||||
"@maplibre/geojson-vt": "^5.0.4",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
"@types/supercluster": "^7.1.3",
|
||||
"pbf": "^4.0.1",
|
||||
"supercluster": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.30.0",
|
||||
"@mapbox/geojson-fixtures": "^1.0.0",
|
||||
"@mapbox/mvt-fixtures": "^3.10.0",
|
||||
"@maplibre/vtvalidate": "^0.4.2",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@rollup/plugin-strip": "^3.0.4",
|
||||
"@rollup/plugin-typescript": "^12.1.4",
|
||||
"@types/geojson-equality": "^0.2.2",
|
||||
"@types/node": "^24.0.3",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"benchmark": "^2.1.4",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"geojson-equality": "^0.2.1",
|
||||
"geojson-vt": "^4.0.2",
|
||||
"rollup": "^4.44.1",
|
||||
"standard": "^17.1.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typedoc": "^0.28.16",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.35.1",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user