UNPKG

leaflet.glify

Version:
87 lines (86 loc) 2.63 kB
{ "name": "leaflet.glify", "version": "3.2.0", "description": "web gl renderer plugin for leaflet", "main": "dist/glify.js", "browser": "dist/glify-browser.js", "module": "dist/glify-browser.js", "files": [ "/src", "/dist" ], "scripts": { "test": "jest", "build": "webpack --config webpack.config.js", "coverage": "jest --coverage --coverage-provider v8 && codecov", "serve": "webpack-dev-server --config webpack.config.dev.js --open", "publish-gh-pages": "gh-pages -d .build", "lint": "run-p lint:**", "lint:eslint": "eslint --fix --ext .js,.ts src", "lint:typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/robertleeplummerjr/Leaflet.glify.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/robertleeplummerjr/Leaflet.glify/issues" }, "homepage": "https://github.com/robertleeplummerjr/Leaflet.glify#readme", "dependencies": { "earcut": "^2.1.3", "geojson-flatten": "^1.0.4", "point-in-polygon": "^1.0.1", "polygon-lookup": "^2.4.0", "rbush": "^2.0.2" }, "devDependencies": { "@types/earcut": "^2.1.1", "@types/eslint": "^7.2.4", "@types/eslint-plugin-prettier": "^3.1.0", "@types/geojson": "^7946.0.7", "@types/jest": "^26.0.21", "@types/leaflet": "^1.5.17", "@types/node": "^14.14.2", "@types/polygon-lookup": "^2.6.0", "@types/prettier": "^2.1.5", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "brfs": "^2.0.1", "c8": "^7.3.4", "canvas": "^2.8.0", "copy-webpack-plugin": "^6.0.3", "eslint": "^7.12.0", "eslint-config-prettier": "^6.14.0", "eslint-config-standard": "^15.0.0", "eslint-config-standard-with-typescript": "^19.0.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.2", "gh-pages": "^2.2.0", "glslify-bundle": "^5.1.1", "glslify-deps": "^1.3.1", "jest": "^26.6.1", "jest-raw-loader": "^1.0.1", "jest-webgl-canvas-mock": "^0.2.3", "leaflet": "1.7.1", "npm-run-all": "^4.1.5", "prettier": "^2.1.2", "ts-jest": "^26.4.2", "ts-loader": "^8.0.1", "ts-shader-loader": "^1.0.6", "typescript": "^4.0.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "peerDependencies": { "leaflet": "1.7.1" } }