mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
v4.0.0
This commit is contained in:
parent
fbc3575fd4
commit
5885d3c929
@ -1,4 +1,4 @@
|
||||
{
|
||||
"lerna": "2.0.0-beta.34",
|
||||
"version": "3.14.3"
|
||||
"version": "4.0.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/along",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf along module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,12 +32,12 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/area",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf area module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,6 +36,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@mapbox/geojson-area": "^0.2.2",
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bbox-polygon",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf bbox-polygon module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -34,6 +34,6 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bbox",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf bbox module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -35,6 +35,6 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bearing",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf bearing module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -27,13 +27,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/invariant": "^3.13.0"
|
||||
"@turf/invariant": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/bezier",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf bezier module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -35,6 +35,6 @@
|
||||
"tape": "~3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/buffer",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf buffer module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,8 +32,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"eslint": "^3.15.0",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
@ -44,8 +44,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@mapbox/geojson-normalize": "0.0.1",
|
||||
"@turf/combine": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/combine": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"jsts": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center-of-mass",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf center-of-mass module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,10 +32,10 @@
|
||||
"tape": "~3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/centroid": "^3.14.0",
|
||||
"@turf/convex": "^3.14.0",
|
||||
"@turf/explode": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/centroid": "^4.0.0",
|
||||
"@turf/convex": "^4.0.0",
|
||||
"@turf/explode": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/center",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf center module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -35,7 +35,7 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/centroid",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf centroid module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -34,7 +34,7 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/circle",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf circle module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,11 +33,11 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/collect",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf collect module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,11 +36,11 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.6.1",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"rbush": "^2.0.1",
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0"
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/combine",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf combine module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,9 +32,9 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/concave",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf concave module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -31,12 +31,12 @@
|
||||
"benchmark": "^1.0.0",
|
||||
"glob": "~4.3.5",
|
||||
"tape": "~3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/tin": "^3.14.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/tin": "^4.0.0",
|
||||
"@turf/union": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0"
|
||||
"@turf/distance": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/convex",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf convex module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,7 +33,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"convex-hull": "^1.0.3",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/destination",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf destination module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -31,13 +31,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"load-json-file": "^2.0.0",
|
||||
"write-json-file": "^2.0.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/difference",
|
||||
"version": "3.13.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf difference module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,6 +33,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"jsts": "1.3.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/dissolve",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf dissolve module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -35,8 +35,8 @@
|
||||
"tape": "^4.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/union": "^3.14.0",
|
||||
"geojson-utils": "^1.1.0",
|
||||
"get-closest": "0.0.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/distance",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf distance module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,8 +33,8 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"load-json-file": "^2.0.0",
|
||||
"write-json-file": "^2.0.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/envelope",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf envelope module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -34,7 +34,7 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox-polygon": "^3.14.0",
|
||||
"@turf/bbox": "^3.14.0"
|
||||
"@turf/bbox-polygon": "^4.0.0",
|
||||
"@turf/bbox": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/explode",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf explode module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"eslint": "^3.14.1",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
@ -39,7 +39,7 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/flatten",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf flatten module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,8 +36,8 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/flip",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf flip module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -31,9 +31,9 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/great-circle",
|
||||
"version": "3.13.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf great-circle module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,15 +36,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^3.6.1",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"arc": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/helpers",
|
||||
"version": "3.13.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf helpers module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/hex-grid",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf hex-grid module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -37,10 +37,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/bbox-polygon": "^3.14.0",
|
||||
"@turf/explode": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0",
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/bbox-polygon": "^4.0.0",
|
||||
"@turf/explode": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"eslint": "^3.15.0",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
@ -49,7 +49,7 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/idw",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf idw module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -26,10 +26,10 @@
|
||||
"tape": "^4.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/centroid": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/square-grid": "^3.14.0"
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/centroid": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/square-grid": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/inside",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf inside module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,9 +33,9 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/invariant": "^3.13.0"
|
||||
"@turf/invariant": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/invariant",
|
||||
"version": "3.13.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf invariant module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -28,7 +28,7 @@
|
||||
"url": "https://github.com/Turfjs/turf/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/isolines",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf isolines module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,13 +36,13 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/point-grid": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/point-grid": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/planepoint": "^3.14.0",
|
||||
"@turf/square": "^3.14.2",
|
||||
"@turf/tin": "^3.14.0"
|
||||
"@turf/square": "^4.0.0",
|
||||
"@turf/tin": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/kinks",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf kinks module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -28,13 +28,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-chunk",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-chunk module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -34,17 +34,17 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^2.1.1",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/line-distance": "^3.14.2",
|
||||
"@turf/line-slice-along": "^3.14.0",
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/line-distance": "^4.0.0",
|
||||
"@turf/line-slice-along": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-distance",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-distance module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -37,9 +37,9 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-intersect",
|
||||
"version": "3.14.3",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-intersect module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -30,17 +30,17 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/line-segment": "^3.14.3",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"@turf/line-segment": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"geojson-rbush": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-segment",
|
||||
"version": "3.14.3",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-segment module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -34,9 +34,9 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/meta": "^3.14.0"
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-slice-along",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-slice-along module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -28,7 +28,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/along": "^3.14.0",
|
||||
"@turf/along": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"eslint": "^3.14.1",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
@ -36,9 +36,9 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-slice",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-slice module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,8 +32,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"eslint": "^3.16.1",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
@ -43,10 +43,10 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/point-on-line": "^3.14.2"
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/point-on-line": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/line-split",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf line-split module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -39,13 +39,13 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/line-intersect": "^3.14.3",
|
||||
"@turf/line-segment": "^3.14.3",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/point-on-line": "^3.14.2",
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"@turf/line-intersect": "^4.0.0",
|
||||
"@turf/line-segment": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/point-on-line": "^4.0.0",
|
||||
"geojson-rbush": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/mask",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf mask module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -37,9 +37,9 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/union": "^3.14.0",
|
||||
"rbush": "^2.0.1"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/meta",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf meta module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -28,7 +28,7 @@
|
||||
"url": "https://github.com/Turfjs/turf/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/random": "^3.14.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"eslint": "^3.14.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/midpoint",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf midpoint module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -31,13 +31,13 @@
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/invariant": "^3.13.0"
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/invariant": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/nearest",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf nearest module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,6 +33,6 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0"
|
||||
"@turf/distance": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-grid",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf point-grid module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -29,15 +29,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^4.6.3",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-on-line",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf point-on-line module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -25,15 +25,15 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/along": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/line-distance": "^3.14.2"
|
||||
"@turf/along": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/line-distance": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/point-on-surface",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf point-on-surface module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -35,10 +35,10 @@
|
||||
"benchmark": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/center": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/explode": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/center": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/explode": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/sample",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf sample module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -31,9 +31,9 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/square-grid",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf square-grid module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -30,15 +30,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"benchmark": "^2.1.3",
|
||||
"mkdirp": "^0.5.1",
|
||||
"tape": "^4.6.3",
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/square",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf square module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,7 +33,7 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/tag",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf tag module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -37,6 +37,6 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/inside": "^3.14.0"
|
||||
"@turf/inside": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/tesselate",
|
||||
"version": "3.13.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf tesselate module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,10 +36,10 @@
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"tape": "^4.0.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"earcut": "^2.0.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/tin",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf tin module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,6 +32,6 @@
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/triangle-grid",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf triangle-grid module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -33,10 +33,10 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/bbox-polygon": "^3.14.0"
|
||||
"@turf/bbox-polygon": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/truncate",
|
||||
"version": "3.13.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf truncate module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"devDependencies": {
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"benchmark": "^1.0.0",
|
||||
"load-json-file": "^2.0.0",
|
||||
"tape": "^3.5.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/unkink-polygon",
|
||||
"version": "3.14.2",
|
||||
"version": "4.0.0",
|
||||
"description": "turf unkink-polygon module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -38,11 +38,11 @@
|
||||
"write-json-file": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/area": "^3.14.0",
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/within": "^3.14.0",
|
||||
"@turf/area": "^4.0.0",
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/within": "^4.0.0",
|
||||
"geojson-polygon-self-intersections": "^1.1.1",
|
||||
"rbush": "^2.0.1",
|
||||
"simplepolygon": "^1.1.3"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/within",
|
||||
"version": "3.14.0",
|
||||
"version": "4.0.0",
|
||||
"description": "turf within module",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -32,10 +32,10 @@
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/helpers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/inside": "^3.14.0",
|
||||
"@turf/helpers": "^3.13.0"
|
||||
"@turf/inside": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@turf/turf",
|
||||
"version": "3.14.3",
|
||||
"version": "4.0.0",
|
||||
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -54,66 +54,66 @@
|
||||
"url": "https://github.com/Turfjs/turf/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/along": "^3.14.0",
|
||||
"@turf/area": "^3.14.0",
|
||||
"@turf/bbox": "^3.14.0",
|
||||
"@turf/bbox-polygon": "^3.14.0",
|
||||
"@turf/bearing": "^3.14.0",
|
||||
"@turf/bezier": "^3.14.0",
|
||||
"@turf/buffer": "^3.14.0",
|
||||
"@turf/center": "^3.14.0",
|
||||
"@turf/center-of-mass": "^3.14.0",
|
||||
"@turf/centroid": "^3.14.0",
|
||||
"@turf/circle": "^3.14.0",
|
||||
"@turf/collect": "^3.14.0",
|
||||
"@turf/combine": "^3.14.0",
|
||||
"@turf/concave": "^3.14.0",
|
||||
"@turf/convex": "^3.14.0",
|
||||
"@turf/destination": "^3.14.0",
|
||||
"@turf/difference": "^3.13.0",
|
||||
"@turf/dissolve": "^3.14.0",
|
||||
"@turf/distance": "^3.14.0",
|
||||
"@turf/envelope": "^3.14.0",
|
||||
"@turf/explode": "^3.14.0",
|
||||
"@turf/flatten": "^3.14.2",
|
||||
"@turf/flip": "^3.14.0",
|
||||
"@turf/great-circle": "^3.13.2",
|
||||
"@turf/helpers": "^3.13.0",
|
||||
"@turf/hex-grid": "^3.14.0",
|
||||
"@turf/idw": "^3.14.0",
|
||||
"@turf/inside": "^3.14.0",
|
||||
"@turf/along": "^4.0.0",
|
||||
"@turf/area": "^4.0.0",
|
||||
"@turf/bbox": "^4.0.0",
|
||||
"@turf/bbox-polygon": "^4.0.0",
|
||||
"@turf/bearing": "^4.0.0",
|
||||
"@turf/bezier": "^4.0.0",
|
||||
"@turf/buffer": "^4.0.0",
|
||||
"@turf/center": "^4.0.0",
|
||||
"@turf/center-of-mass": "^4.0.0",
|
||||
"@turf/centroid": "^4.0.0",
|
||||
"@turf/circle": "^4.0.0",
|
||||
"@turf/collect": "^4.0.0",
|
||||
"@turf/combine": "^4.0.0",
|
||||
"@turf/concave": "^4.0.0",
|
||||
"@turf/convex": "^4.0.0",
|
||||
"@turf/destination": "^4.0.0",
|
||||
"@turf/difference": "^4.0.0",
|
||||
"@turf/dissolve": "^4.0.0",
|
||||
"@turf/distance": "^4.0.0",
|
||||
"@turf/envelope": "^4.0.0",
|
||||
"@turf/explode": "^4.0.0",
|
||||
"@turf/flatten": "^4.0.0",
|
||||
"@turf/flip": "^4.0.0",
|
||||
"@turf/great-circle": "^4.0.0",
|
||||
"@turf/helpers": "^4.0.0",
|
||||
"@turf/hex-grid": "^4.0.0",
|
||||
"@turf/idw": "^4.0.0",
|
||||
"@turf/inside": "^4.0.0",
|
||||
"@turf/intersect": "^3.14.0",
|
||||
"@turf/invariant": "^3.13.0",
|
||||
"@turf/isolines": "^3.14.2",
|
||||
"@turf/kinks": "^3.14.0",
|
||||
"@turf/line-chunk": "^3.14.2",
|
||||
"@turf/line-distance": "^3.14.2",
|
||||
"@turf/line-intersect": "^3.14.3",
|
||||
"@turf/line-segment": "^3.14.3",
|
||||
"@turf/line-slice": "^3.14.2",
|
||||
"@turf/line-slice-along": "^3.14.0",
|
||||
"@turf/line-split": "^3.0.0",
|
||||
"@turf/mask": "^3.14.0",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/midpoint": "^3.14.0",
|
||||
"@turf/nearest": "^3.14.0",
|
||||
"@turf/invariant": "^4.0.0",
|
||||
"@turf/isolines": "^4.0.0",
|
||||
"@turf/kinks": "^4.0.0",
|
||||
"@turf/line-chunk": "^4.0.0",
|
||||
"@turf/line-distance": "^4.0.0",
|
||||
"@turf/line-intersect": "^4.0.0",
|
||||
"@turf/line-segment": "^4.0.0",
|
||||
"@turf/line-slice": "^4.0.0",
|
||||
"@turf/line-slice-along": "^4.0.0",
|
||||
"@turf/line-split": "^4.0.0",
|
||||
"@turf/mask": "^4.0.0",
|
||||
"@turf/meta": "^4.0.0",
|
||||
"@turf/midpoint": "^4.0.0",
|
||||
"@turf/nearest": "^4.0.0",
|
||||
"@turf/planepoint": "^3.14.0",
|
||||
"@turf/point-grid": "^3.14.0",
|
||||
"@turf/point-on-line": "^3.14.2",
|
||||
"@turf/point-on-surface": "^3.14.0",
|
||||
"@turf/point-grid": "^4.0.0",
|
||||
"@turf/point-on-line": "^4.0.0",
|
||||
"@turf/point-on-surface": "^4.0.0",
|
||||
"@turf/random": "^3.14.0",
|
||||
"@turf/sample": "^3.14.0",
|
||||
"@turf/sample": "^4.0.0",
|
||||
"@turf/simplify": "^3.14.0",
|
||||
"@turf/square": "^3.14.2",
|
||||
"@turf/square-grid": "^3.14.0",
|
||||
"@turf/tag": "^3.14.0",
|
||||
"@turf/tesselate": "^3.13.0",
|
||||
"@turf/tin": "^3.14.0",
|
||||
"@turf/triangle-grid": "^3.14.0",
|
||||
"@turf/truncate": "^3.13.0",
|
||||
"@turf/square": "^4.0.0",
|
||||
"@turf/square-grid": "^4.0.0",
|
||||
"@turf/tag": "^4.0.0",
|
||||
"@turf/tesselate": "^4.0.0",
|
||||
"@turf/tin": "^4.0.0",
|
||||
"@turf/triangle-grid": "^4.0.0",
|
||||
"@turf/truncate": "^4.0.0",
|
||||
"@turf/union": "^3.14.0",
|
||||
"@turf/unkink-polygon": "^3.14.2",
|
||||
"@turf/within": "^3.14.0"
|
||||
"@turf/unkink-polygon": "^4.0.0",
|
||||
"@turf/within": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "~9.0.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user