package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@turf/collect@^6.5.0",
  3. "_id": "@turf/collect@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4dN/T6LNnRg099m97BJeOcTA5fSI8cu87Ydgfibewd2KQwBexO69AnjEFqfPX3Wj+Zvisj1uAVIZbPmSSrZkjg==",
  6. "_location": "/@turf/collect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/collect@^6.5.0",
  12. "name": "@turf/collect",
  13. "escapedName": "@turf%2fcollect",
  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/collect/-/collect-6.5.0.tgz",
  23. "_shasum": "3749ca7d4b91fbcbe1b9b8858ed70df8b6290910",
  24. "_spec": "@turf/collect@^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": "Rowan Winsemius",
  36. "email": "@rowanwins"
  37. }
  38. ],
  39. "dependencies": {
  40. "@turf/bbox": "^6.5.0",
  41. "@turf/boolean-point-in-polygon": "^6.5.0",
  42. "@turf/helpers": "^6.5.0",
  43. "rbush": "2.x"
  44. },
  45. "deprecated": false,
  46. "description": "turf collect module",
  47. "devDependencies": {
  48. "@types/rbush": "^2.0.3",
  49. "@types/tape": "*",
  50. "benchmark": "*",
  51. "npm-run-all": "*",
  52. "tape": "*",
  53. "ts-node": "*",
  54. "tslint": "*",
  55. "typescript": "*"
  56. },
  57. "exports": {
  58. "./package.json": "./package.json",
  59. ".": {
  60. "import": "./dist/es/index.js",
  61. "require": "./dist/js/index.js"
  62. }
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "funding": "https://opencollective.com/turf",
  68. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  69. "homepage": "https://github.com/Turfjs/turf",
  70. "keywords": [
  71. "aggregate",
  72. "turf",
  73. "geojson",
  74. "points",
  75. "polygons",
  76. "stats"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/js/index.js",
  80. "module": "dist/es/index.js",
  81. "name": "@turf/collect",
  82. "publishConfig": {
  83. "access": "public"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/Turfjs/turf.git"
  88. },
  89. "scripts": {
  90. "bench": "ts-node bench.js",
  91. "build": "npm-run-all build:*",
  92. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  93. "build:js": "tsc",
  94. "docs": "node ../../scripts/generate-readmes",
  95. "test": "npm-run-all test:*",
  96. "test:tape": "ts-node -r esm test.js"
  97. },
  98. "sideEffects": false,
  99. "types": "dist/js/index.d.ts",
  100. "version": "6.5.0"
  101. }