package.json 2.8 KB

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