package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "@turf/destination@^6.5.0",
  3. "_id": "@turf/destination@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4cnWQlNC8d1tItOz9B4pmJdWpXqS0vEvv65bI/Pj/genJnsL7evI0/Xw42RvEGROS481MPiU80xzvwxEvhQiMQ==",
  6. "_location": "/@turf/destination",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/destination@^6.5.0",
  12. "name": "@turf/destination",
  13. "escapedName": "@turf%2fdestination",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/along",
  21. "/@turf/circle",
  22. "/@turf/line-arc",
  23. "/@turf/line-slice-along",
  24. "/@turf/midpoint",
  25. "/@turf/nearest-point-on-line",
  26. "/@turf/turf"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@turf/destination/-/destination-6.5.0.tgz",
  29. "_shasum": "30a84702f9677d076130e0440d3223ae503fdae1",
  30. "_spec": "@turf/destination@^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 destination module",
  45. "devDependencies": {
  46. "@turf/truncate": "^6.5.0",
  47. "@types/tape": "*",
  48. "benchmark": "*",
  49. "glob": "*",
  50. "load-json-file": "*",
  51. "npm-run-all": "*",
  52. "tape": "*",
  53. "ts-node": "*",
  54. "tslint": "*",
  55. "typescript": "*",
  56. "write-json-file": "*"
  57. },
  58. "exports": {
  59. "./package.json": "./package.json",
  60. ".": {
  61. "import": "./dist/es/index.js",
  62. "require": "./dist/js/index.js"
  63. }
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "funding": "https://opencollective.com/turf",
  69. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  70. "homepage": "https://github.com/Turfjs/turf",
  71. "keywords": [
  72. "turf",
  73. "distance",
  74. "destination",
  75. "bearing",
  76. "miles",
  77. "km"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/js/index.js",
  81. "module": "dist/es/index.js",
  82. "name": "@turf/destination",
  83. "publishConfig": {
  84. "access": "public"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/Turfjs/turf.git"
  89. },
  90. "scripts": {
  91. "bench": "ts-node bench.js",
  92. "build": "npm-run-all build:*",
  93. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  94. "build:js": "tsc",
  95. "docs": "node ../../scripts/generate-readmes",
  96. "test": "npm-run-all test:*",
  97. "test:tape": "ts-node -r esm test.js"
  98. },
  99. "sideEffects": false,
  100. "types": "dist/js/index.d.ts",
  101. "version": "6.5.0"
  102. }