{ "_from": "@turf/helpers@^6.5.0", "_id": "@turf/helpers@6.5.0", "_inBundle": false, "_integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", "_location": "/@turf/helpers", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/helpers@^6.5.0", "name": "@turf/helpers", "escapedName": "@turf%2fhelpers", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/along", "/@turf/angle", "/@turf/area", "/@turf/bbox", "/@turf/bbox-clip", "/@turf/bbox-polygon", "/@turf/bearing", "/@turf/bezier-spline", "/@turf/boolean-clockwise", "/@turf/boolean-contains", "/@turf/boolean-crosses", "/@turf/boolean-disjoint", "/@turf/boolean-equal", "/@turf/boolean-intersects", "/@turf/boolean-overlap", "/@turf/boolean-parallel", "/@turf/boolean-point-in-polygon", "/@turf/boolean-point-on-line", "/@turf/boolean-within", "/@turf/buffer", "/@turf/center", "/@turf/center-mean", "/@turf/center-median", "/@turf/center-of-mass", "/@turf/centroid", "/@turf/circle", "/@turf/clean-coords", "/@turf/clone", "/@turf/clusters", "/@turf/clusters-dbscan", "/@turf/clusters-kmeans", "/@turf/collect", "/@turf/combine", "/@turf/concave", "/@turf/convex", "/@turf/destination", "/@turf/difference", "/@turf/dissolve", "/@turf/distance", "/@turf/distance-weight", "/@turf/ellipse", "/@turf/envelope", "/@turf/explode", "/@turf/flatten", "/@turf/flip", "/@turf/great-circle", "/@turf/hex-grid", "/@turf/interpolate", "/@turf/intersect", "/@turf/invariant", "/@turf/isobands", "/@turf/isolines", "/@turf/kinks", "/@turf/length", "/@turf/line-arc", "/@turf/line-chunk", "/@turf/line-intersect", "/@turf/line-offset", "/@turf/line-overlap", "/@turf/line-segment", "/@turf/line-slice", "/@turf/line-slice-along", "/@turf/line-split", "/@turf/line-to-polygon", "/@turf/mask", "/@turf/meta", "/@turf/midpoint", "/@turf/moran-index", "/@turf/nearest-point", "/@turf/nearest-point-on-line", "/@turf/nearest-point-to-line", "/@turf/planepoint", "/@turf/point-grid", "/@turf/point-on-feature", "/@turf/point-to-line-distance", "/@turf/points-within-polygon", "/@turf/polygon-smooth", "/@turf/polygon-tangents", "/@turf/polygon-to-line", "/@turf/polygonize", "/@turf/projection", "/@turf/random", "/@turf/rectangle-grid", "/@turf/rewind", "/@turf/rhumb-bearing", "/@turf/rhumb-destination", "/@turf/rhumb-distance", "/@turf/sample", "/@turf/sector", "/@turf/shortest-path", "/@turf/simplify", "/@turf/square", "/@turf/square-grid", "/@turf/standard-deviational-ellipse", "/@turf/tag", "/@turf/tesselate", "/@turf/tin", "/@turf/transform-rotate", "/@turf/transform-scale", "/@turf/transform-translate", "/@turf/triangle-grid", "/@turf/truncate", "/@turf/turf", "/@turf/union", "/@turf/unkink-polygon", "/@turf/voronoi", "/geojson-rbush" ], "_resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", "_shasum": "f79af094bd6b8ce7ed2bd3e089a8493ee6cae82e", "_spec": "@turf/helpers@^6.5.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/line-slice-along", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Tom MacWright", "email": "@tmcw" }, { "name": "Stefano Borghi", "email": "@stebogit" }, { "name": "Denis Carriere", "email": "@DenisCarriere" }, { "name": "William Nordmann", "email": "@wnordmann" } ], "deprecated": false, "description": "turf helpers module", "devDependencies": { "@types/tape": "*", "benchmark": "*", "npm-run-all": "*", "tape": "*", "ts-node": "*", "tslint": "*", "typescript": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "geo", "point", "turf", "geojson" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/helpers", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "ts-node bench.js", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "ts-node -r esm test.js", "test:types": "tsc --esModuleInterop --noEmit types.ts" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }