UNPKG

geostyler-openlayers-parser

Version:

GeoStyler Style Parser implementation for OpenLayers styles

94 lines (93 loc) 2.75 kB
{ "name": "geostyler-openlayers-parser", "version": "5.1.2", "description": "GeoStyler Style Parser implementation for OpenLayers styles", "type": "module", "main": "dist/OlStyleParser.js", "files": [ "dist", "index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/geostyler/geostyler-openlayers-parser.git" }, "keywords": [ "geostyler", "parser", "style", "openlayers" ], "author": "", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/geostyler/geostyler-openlayers-parser/issues" }, "homepage": "https://github.com/geostyler/geostyler-openlayers-parser#readme", "scripts": { "build:browser": "vite build", "build": "npm run build:browser && tsc -p tsconfig.json", "typecheck": " tsc --noEmit --project tsconfig.json", "lint": "eslint src", "lint:fix": "eslint src --fix", "lint:check": "npm run lint && npm run check", "lint:test": "npm run lint && npm run test", "lint:typecheck:test": "npm run lint && npm run typecheck && npm run test", "prepublishOnly": "npm run build", "test:watch": "jest --watchAll", "test": "jest --coverage" }, "dependencies": { "css-font-parser": "^2.0.0", "geostyler-style": "^10.3.0", "lodash": "^4.17.21" }, "peerDependencies": { "ol": ">=7.4" }, "devDependencies": { "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.28.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@stylistic/eslint-plugin": "^4.4.0", "@terrestris/eslint-config-typescript": "^9.0.0", "@types/color-name": "^2.0.0", "@types/jest": "^29.5.3", "@types/lodash": "^4.17.16", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "babel-jest": "^29.6.1", "babel-loader": "^10.0.0", "conventional-changelog-conventionalcommits": "^9.0.0", "coveralls": "^3.1.1", "eslint": "^9.28.0", "eslint-plugin-import": "^2.31.0", "globals": "^16.2.0", "jest": "^29.6.1", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.6.1", "ol": "^10.0.0", "regenerator-runtime": "^0.14.0", "semantic-release": "^24.0.0", "typescript": "^5.4.5", "typescript-eslint": "^8.33.1", "vite": "6.3.5" }, "engines": { "node": ">=20.6.0" }, "browserslist": [ ">1%", "last 4 versions", "Firefox ESR", "not ie < 9" ], "funding": "https://opencollective.com/geostyler" }