package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "geojson-rbush@3.x",
  3. "_id": "geojson-rbush@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==",
  6. "_location": "/geojson-rbush",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "geojson-rbush@3.x",
  12. "name": "geojson-rbush",
  13. "escapedName": "geojson-rbush",
  14. "rawSpec": "3.x",
  15. "saveSpec": null,
  16. "fetchSpec": "3.x"
  17. },
  18. "_requiredBy": [
  19. "/@turf/line-intersect",
  20. "/@turf/line-overlap",
  21. "/@turf/line-split"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/geojson-rbush/-/geojson-rbush-3.2.0.tgz",
  24. "_shasum": "8b543cf0d56f99b78faf1da52bb66acad6dfc290",
  25. "_spec": "geojson-rbush@3.x",
  26. "_where": "F:\\project\\node_util\\node_modules\\@turf\\line-intersect",
  27. "author": {
  28. "name": "Denis Carriere",
  29. "email": "@DenisCarriere"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Vladimir Agafonkin",
  35. "email": "@mourner"
  36. },
  37. {
  38. "name": "Denis Carriere",
  39. "email": "@DenisCarriere"
  40. },
  41. {
  42. "name": "Jordan Rousseau",
  43. "email": "@jvrousseau"
  44. }
  45. ],
  46. "dependencies": {
  47. "@turf/bbox": "*",
  48. "@turf/helpers": "6.x",
  49. "@turf/meta": "6.x",
  50. "@types/geojson": "7946.0.8",
  51. "rbush": "^3.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "GeoJSON implementation of RBush",
  55. "devDependencies": {
  56. "@turf/bbox-polygon": "*",
  57. "@turf/random": "*",
  58. "@types/node": "*",
  59. "benchmark": "*",
  60. "documentation": "*",
  61. "load-json-file": "*",
  62. "tap": "*",
  63. "tape": "*",
  64. "typescript": "*",
  65. "write-json-file": "*"
  66. },
  67. "files": [
  68. "index.js",
  69. "index.d.ts"
  70. ],
  71. "keywords": [
  72. "geojson",
  73. "index",
  74. "tree",
  75. "spatial",
  76. "rbush"
  77. ],
  78. "license": "MIT",
  79. "main": "index",
  80. "name": "geojson-rbush",
  81. "scripts": {
  82. "bench": "node bench.js",
  83. "docs": "documentation readme index.js --section=API",
  84. "pretest": "tsc types.ts",
  85. "test": "node test.js --coverage"
  86. },
  87. "types": "index.d.ts",
  88. "version": "3.2.0"
  89. }