package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@turf/nearest-point@^6.5.0",
  3. "_id": "@turf/nearest-point@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fguV09QxilZv/p94s8SMsXILIAMiaXI5PATq9d7YWijLxWUj6Q/r43kxyoi78Zmwwh1Zfqz9w+bCYUAxZ5+euA==",
  6. "_location": "/@turf/nearest-point",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/nearest-point@^6.5.0",
  12. "name": "@turf/nearest-point",
  13. "escapedName": "@turf%2fnearest-point",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/point-on-feature",
  21. "/@turf/polygon-tangents",
  22. "/@turf/turf"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-6.5.0.tgz",
  25. "_shasum": "2f1781c26ff3f054005d4ff352042973318b92f1",
  26. "_spec": "@turf/nearest-point@^6.5.0",
  27. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  28. "author": {
  29. "name": "Turf Authors"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Turfjs/turf/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@turf/clone": "^6.5.0",
  37. "@turf/distance": "^6.5.0",
  38. "@turf/helpers": "^6.5.0",
  39. "@turf/meta": "^6.5.0"
  40. },
  41. "deprecated": false,
  42. "description": "turf nearest-point module",
  43. "devDependencies": {
  44. "@types/tape": "*",
  45. "benchmark": "*",
  46. "npm-run-all": "*",
  47. "tape": "*",
  48. "ts-node": "*",
  49. "tslint": "*",
  50. "typescript": "*"
  51. },
  52. "exports": {
  53. "./package.json": "./package.json",
  54. ".": {
  55. "import": "./dist/es/index.js",
  56. "require": "./dist/js/index.js"
  57. }
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "funding": "https://opencollective.com/turf",
  63. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  64. "homepage": "https://github.com/Turfjs/turf",
  65. "keywords": [
  66. "turf",
  67. "geojson",
  68. "gis",
  69. "near",
  70. "nearest",
  71. "point"
  72. ],
  73. "license": "MIT",
  74. "main": "dist/js/index.js",
  75. "module": "dist/es/index.js",
  76. "name": "@turf/nearest-point",
  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. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  93. },
  94. "sideEffects": false,
  95. "types": "dist/js/index.d.ts",
  96. "version": "6.5.0"
  97. }