package.json 2.5 KB

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