package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@turf/rhumb-bearing@^6.5.0",
  3. "_id": "@turf/rhumb-bearing@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jMyqiMRK4hzREjQmnLXmkJ+VTNTx1ii8vuqRwJPcTlKbNWfjDz/5JqJlb5NaFDcdMpftWovkW5GevfnuzHnOYA==",
  6. "_location": "/@turf/rhumb-bearing",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/rhumb-bearing@^6.5.0",
  12. "name": "@turf/rhumb-bearing",
  13. "escapedName": "@turf%2frhumb-bearing",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/angle",
  21. "/@turf/boolean-parallel",
  22. "/@turf/point-to-line-distance",
  23. "/@turf/transform-rotate",
  24. "/@turf/transform-scale",
  25. "/@turf/turf"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-6.5.0.tgz",
  28. "_shasum": "8c41ad62b44fb4e57c14fe790488056684eee7b9",
  29. "_spec": "@turf/rhumb-bearing@^6.5.0",
  30. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  31. "author": {
  32. "name": "Turf Authors"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Turfjs/turf/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Chris Veness",
  41. "email": "@chrisveness"
  42. },
  43. {
  44. "name": "Stefano Borghi",
  45. "email": "@stebogit"
  46. },
  47. {
  48. "name": "Denis Carriere",
  49. "email": "@DenisCarriere"
  50. }
  51. ],
  52. "dependencies": {
  53. "@turf/helpers": "^6.5.0",
  54. "@turf/invariant": "^6.5.0"
  55. },
  56. "deprecated": false,
  57. "description": "turf rhumb-bearing module",
  58. "devDependencies": {
  59. "@turf/destination": "^6.5.0",
  60. "@types/tape": "*",
  61. "benchmark": "*",
  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. "bearing",
  85. "loxodrome",
  86. "rhumb",
  87. "rhumb line"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/js/index.js",
  91. "module": "dist/es/index.js",
  92. "name": "@turf/rhumb-bearing",
  93. "publishConfig": {
  94. "access": "public"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Turfjs/turf.git"
  99. },
  100. "scripts": {
  101. "bench": "ts-node bench.js",
  102. "build": "npm-run-all build:*",
  103. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  104. "build:js": "tsc",
  105. "docs": "node ../../scripts/generate-readmes",
  106. "test": "npm-run-all test:*",
  107. "test:tape": "ts-node -r esm test.js"
  108. },
  109. "sideEffects": false,
  110. "types": "dist/js/index.d.ts",
  111. "version": "6.5.0"
  112. }