package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@turf/nearest-point-on-line@^6.5.0",
  3. "_id": "@turf/nearest-point-on-line@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==",
  6. "_location": "/@turf/nearest-point-on-line",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/nearest-point-on-line@^6.5.0",
  12. "name": "@turf/nearest-point-on-line",
  13. "escapedName": "@turf%2fnearest-point-on-line",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/line-overlap",
  21. "/@turf/line-slice",
  22. "/@turf/line-split",
  23. "/@turf/turf"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-6.5.0.tgz",
  26. "_shasum": "8e1cd2cdc0b5acaf4c8d8b3b33bb008d3cb99e7b",
  27. "_spec": "@turf/nearest-point-on-line@^6.5.0",
  28. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  29. "author": {
  30. "name": "Turf Authors"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Turfjs/turf/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@turf/bearing": "^6.5.0",
  38. "@turf/destination": "^6.5.0",
  39. "@turf/distance": "^6.5.0",
  40. "@turf/helpers": "^6.5.0",
  41. "@turf/invariant": "^6.5.0",
  42. "@turf/line-intersect": "^6.5.0",
  43. "@turf/meta": "^6.5.0"
  44. },
  45. "deprecated": false,
  46. "description": "turf nearest-point-on-line module",
  47. "devDependencies": {
  48. "@turf/along": "^6.5.0",
  49. "@turf/length": "^6.5.0",
  50. "@turf/truncate": "^6.5.0",
  51. "@types/tape": "*",
  52. "benchmark": "*",
  53. "load-json-file": "*",
  54. "npm-run-all": "*",
  55. "tape": "*",
  56. "ts-node": "*",
  57. "tslint": "*",
  58. "typescript": "*",
  59. "write-json-file": "*"
  60. },
  61. "exports": {
  62. "./package.json": "./package.json",
  63. ".": {
  64. "import": "./dist/es/index.js",
  65. "require": "./dist/js/index.js"
  66. }
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "funding": "https://opencollective.com/turf",
  72. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  73. "homepage": "https://github.com/Turfjs/turf",
  74. "license": "MIT",
  75. "main": "dist/js/index.js",
  76. "module": "dist/es/index.js",
  77. "name": "@turf/nearest-point-on-line",
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/Turfjs/turf.git"
  84. },
  85. "scripts": {
  86. "bench": "ts-node bench.js",
  87. "build": "npm-run-all build:*",
  88. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  89. "build:js": "tsc",
  90. "docs": "node ../../scripts/generate-readmes",
  91. "test": "npm-run-all test:*",
  92. "test:tape": "ts-node -r esm test.js",
  93. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  94. },
  95. "sideEffects": false,
  96. "types": "dist/js/index.d.ts",
  97. "version": "6.5.0"
  98. }