| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "@turf/nearest-point-on-line@^6.5.0",
- "_id": "@turf/nearest-point-on-line@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==",
- "_location": "/@turf/nearest-point-on-line",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/nearest-point-on-line@^6.5.0",
- "name": "@turf/nearest-point-on-line",
- "escapedName": "@turf%2fnearest-point-on-line",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/line-overlap",
- "/@turf/line-slice",
- "/@turf/line-split",
- "/@turf/turf"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-6.5.0.tgz",
- "_shasum": "8e1cd2cdc0b5acaf4c8d8b3b33bb008d3cb99e7b",
- "_spec": "@turf/nearest-point-on-line@^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,
- "dependencies": {
- "@turf/bearing": "^6.5.0",
- "@turf/destination": "^6.5.0",
- "@turf/distance": "^6.5.0",
- "@turf/helpers": "^6.5.0",
- "@turf/invariant": "^6.5.0",
- "@turf/line-intersect": "^6.5.0",
- "@turf/meta": "^6.5.0"
- },
- "deprecated": false,
- "description": "turf nearest-point-on-line module",
- "devDependencies": {
- "@turf/along": "^6.5.0",
- "@turf/length": "^6.5.0",
- "@turf/truncate": "^6.5.0",
- "@types/tape": "*",
- "benchmark": "*",
- "load-json-file": "*",
- "npm-run-all": "*",
- "tape": "*",
- "ts-node": "*",
- "tslint": "*",
- "typescript": "*",
- "write-json-file": "*"
- },
- "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",
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/nearest-point-on-line",
- "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"
- }
|