package.json 2.8 KB

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