| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_from": "polygon-clipping@^0.15.3",
- "_id": "polygon-clipping@0.15.7",
- "_inBundle": false,
- "_integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
- "_location": "/polygon-clipping",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "polygon-clipping@^0.15.3",
- "name": "polygon-clipping",
- "escapedName": "polygon-clipping",
- "rawSpec": "^0.15.3",
- "saveSpec": null,
- "fetchSpec": "^0.15.3"
- },
- "_requiredBy": [
- "/@turf/difference",
- "/@turf/dissolve",
- "/@turf/intersect",
- "/@turf/mask",
- "/@turf/union"
- ],
- "_resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
- "_shasum": "3823ca1e372566f350795ce9dd9a7b19e97bdaad",
- "_spec": "polygon-clipping@^0.15.3",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\difference",
- "author": {
- "name": "Mike Fogel",
- "email": "mike@fogel.ca"
- },
- "browser": "dist/polygon-clipping.umd.js",
- "browserslist": [
- "> 0.25% or not dead"
- ],
- "bugs": {
- "url": "https://github.com/mfogel/polygon-clipping/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "robust-predicates": "^3.0.2",
- "splaytree": "^3.1.0"
- },
- "deprecated": false,
- "description": "Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.",
- "devDependencies": {
- "@babel/cli": "^7.23.4",
- "@babel/core": "^7.23.6",
- "@babel/preset-env": "^7.23.6",
- "@rollup/plugin-babel": "^5.3.1",
- "@rollup/plugin-commonjs": "^21.1.0",
- "@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^13.3.0",
- "@turf/difference": "^5.1.5",
- "@turf/intersect": "^5.1.6",
- "@turf/meta": "^6.5.0",
- "@turf/union": "^5.1.5",
- "@vitejs/plugin-vue": "^3.2.0",
- "babel-jest": "^27.5.1",
- "benchmark": "^2.1.4",
- "eslint": "^8.56.0",
- "eslint-config-prettier": "^8.10.0",
- "eslint-plugin-vue": "^8.7.1",
- "jest": "^27.5.1",
- "leaflet": "^1.9.4",
- "load-json-file": "^6.2.0",
- "martinez-polygon-clipping": "^0.7.3",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.8.8",
- "rollup": "^2.79.1",
- "rollup-plugin-terser": "^7.0.2",
- "vite": "^3.2.7",
- "vue": "^3.3.12"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/mfogel/polygon-clipping#readme",
- "jest": {
- "collectCoverage": true,
- "testEnvironment": "node"
- },
- "keywords": [
- "polygon",
- "clipping",
- "boolean",
- "intersection",
- "union",
- "difference",
- "xor",
- "geometry",
- "martinez"
- ],
- "license": "MIT",
- "main": "dist/polygon-clipping.cjs.js",
- "module": "dist/polygon-clipping.esm.js",
- "name": "polygon-clipping",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mfogel/polygon-clipping.git"
- },
- "scripts": {
- "bench": "cd bench && npm install && node bench.js",
- "build": "rollup -c && cp src/polygon-clipping.d.ts dist/polygon-clipping.d.ts",
- "docs:build": "vite build docs",
- "docs:dev": "vite docs",
- "docs:eslint": "cd docs && eslint --ext .js --ext .vue *config.js src/",
- "lint": "npm-run-all -s lint:eslint docs:eslint lint:prettier",
- "lint:eslint": "eslint .eslintrc.cjs *.config.js bench/ src/ test/",
- "lint:prettier": "prettier --check ./* ./.eslintrc.cjs ./.github",
- "prepublishOnly": "npm-run-all --serial lint test build docs:build bench",
- "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
- "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
- },
- "types": "dist/polygon-clipping.d.ts",
- "version": "0.15.7"
- }
|