| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_from": "@turf/line-split@^6.5.0",
- "_id": "@turf/line-split@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-/rwUMVr9OI2ccJjw7/6eTN53URtGThNSD5I0GgxyFXMtxWiloRJ9MTff8jBbtPWrRka/Sh2GkwucVRAEakx9Sw==",
- "_location": "/@turf/line-split",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/line-split@^6.5.0",
- "name": "@turf/line-split",
- "escapedName": "@turf%2fline-split",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/turf"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/line-split/-/line-split-6.5.0.tgz",
- "_shasum": "116d7fbf714457878225187f5820ef98db7b02c2",
- "_spec": "@turf/line-split@^6.5.0",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
- "author": {
- "name": "Turf Authors"
- },
- "bugs": {
- "url": "https://github.com/Turfjs/turf/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Denis Carriere",
- "email": "@DenisCarriere"
- }
- ],
- "dependencies": {
- "@turf/bbox": "^6.5.0",
- "@turf/helpers": "^6.5.0",
- "@turf/invariant": "^6.5.0",
- "@turf/line-intersect": "^6.5.0",
- "@turf/line-segment": "^6.5.0",
- "@turf/meta": "^6.5.0",
- "@turf/nearest-point-on-line": "^6.5.0",
- "@turf/square": "^6.5.0",
- "@turf/truncate": "^6.5.0",
- "geojson-rbush": "3.x"
- },
- "deprecated": false,
- "description": "turf line-split module",
- "devDependencies": {
- "benchmark": "*",
- "load-json-file": "*",
- "npm-run-all": "*",
- "rollup": "*",
- "tape": "*",
- "write-json-file": "*"
- },
- "exports": {
- "./package.json": "./package.json",
- ".": {
- "import": "./dist/es/index.js",
- "require": "./dist/js/index.js"
- }
- },
- "files": [
- "dist",
- "index.d.ts"
- ],
- "funding": "https://opencollective.com/turf",
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
- "homepage": "https://github.com/Turfjs/turf",
- "keywords": [
- "turf",
- "geojson",
- "gis",
- "line",
- "split"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/line-split",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/Turfjs/turf.git"
- },
- "scripts": {
- "bench": "node -r esm bench.js",
- "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
- "docs": "node ../../scripts/generate-readmes",
- "test": "npm-run-all test:*",
- "test:tape": "node -r esm test.js"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "version": "6.5.0"
- }
|