package.json 3.0 KB

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