package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "@turf/rhumb-distance@^6.5.0",
  3. "_id": "@turf/rhumb-distance@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oKp8KFE8E4huC2Z1a1KNcFwjVOqa99isxNOwfo4g3SUABQ6NezjKDDrnvC4yI5YZ3/huDjULLBvhed45xdCrzg==",
  6. "_location": "/@turf/rhumb-distance",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/rhumb-distance@^6.5.0",
  12. "name": "@turf/rhumb-distance",
  13. "escapedName": "@turf%2frhumb-distance",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/point-to-line-distance",
  21. "/@turf/transform-rotate",
  22. "/@turf/transform-scale",
  23. "/@turf/turf"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-6.5.0.tgz",
  26. "_shasum": "ed068004b1469512b857070fbf5cb7b7eabbe592",
  27. "_spec": "@turf/rhumb-distance@^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. "contributors": [
  37. {
  38. "name": "Chris Veness",
  39. "email": "@chrisveness"
  40. },
  41. {
  42. "name": "Stefano Borghi",
  43. "email": "@stebogit"
  44. },
  45. {
  46. "name": "Denis Carriere",
  47. "email": "@DenisCarriere"
  48. }
  49. ],
  50. "dependencies": {
  51. "@turf/helpers": "^6.5.0",
  52. "@turf/invariant": "^6.5.0"
  53. },
  54. "deprecated": false,
  55. "description": "turf rhumb-distance module",
  56. "devDependencies": {
  57. "@turf/distance": "^6.5.0",
  58. "@types/tape": "*",
  59. "benchmark": "*",
  60. "load-json-file": "*",
  61. "npm-run-all": "*",
  62. "tape": "*",
  63. "ts-node": "*",
  64. "tslint": "*",
  65. "typescript": "*",
  66. "write-json-file": "*"
  67. },
  68. "exports": {
  69. "./package.json": "./package.json",
  70. ".": {
  71. "import": "./dist/es/index.js",
  72. "require": "./dist/js/index.js"
  73. }
  74. },
  75. "files": [
  76. "dist"
  77. ],
  78. "funding": "https://opencollective.com/turf",
  79. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  80. "homepage": "https://github.com/Turfjs/turf",
  81. "keywords": [
  82. "turf",
  83. "distance",
  84. "rhumb line",
  85. "rhumb",
  86. "loxodrome",
  87. "miles",
  88. "km"
  89. ],
  90. "license": "MIT",
  91. "main": "dist/js/index.js",
  92. "module": "dist/es/index.js",
  93. "name": "@turf/rhumb-distance",
  94. "publishConfig": {
  95. "access": "public"
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/Turfjs/turf.git"
  100. },
  101. "scripts": {
  102. "bench": "ts-node bench.js",
  103. "build": "npm-run-all build:*",
  104. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  105. "build:js": "tsc",
  106. "docs": "node ../../scripts/generate-readmes",
  107. "test": "npm-run-all test:*",
  108. "test:tape": "ts-node -r esm test.js"
  109. },
  110. "sideEffects": false,
  111. "types": "dist/js/index.d.ts",
  112. "version": "6.5.0"
  113. }