package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "@turf/points-within-polygon@^6.5.0",
  3. "_id": "@turf/points-within-polygon@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YyuheKqjliDsBDt3Ho73QVZk1VXX1+zIA2gwWvuz8bR1HXOkcuwk/1J76HuFMOQI3WK78wyAi+xbkx268PkQzQ==",
  6. "_location": "/@turf/points-within-polygon",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/points-within-polygon@^6.5.0",
  12. "name": "@turf/points-within-polygon",
  13. "escapedName": "@turf%2fpoints-within-polygon",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/standard-deviational-ellipse",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/points-within-polygon/-/points-within-polygon-6.5.0.tgz",
  24. "_shasum": "d49f4d7cf19b7a440bf1e06f771ff4e1df13107f",
  25. "_spec": "@turf/points-within-polygon@^6.5.0",
  26. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  27. "author": {
  28. "name": "Turf Authors"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Turfjs/turf/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@turf/boolean-point-in-polygon": "^6.5.0",
  36. "@turf/helpers": "^6.5.0",
  37. "@turf/meta": "^6.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "turf points-within-polygon module",
  41. "devDependencies": {
  42. "benchmark": "*",
  43. "npm-run-all": "*",
  44. "rollup": "*",
  45. "tape": "*"
  46. },
  47. "exports": {
  48. "./package.json": "./package.json",
  49. ".": {
  50. "import": "./dist/es/index.js",
  51. "require": "./dist/js/index.js"
  52. }
  53. },
  54. "files": [
  55. "dist",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://opencollective.com/turf",
  59. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  60. "homepage": "https://github.com/Turfjs/turf",
  61. "keywords": [
  62. "geojson",
  63. "within",
  64. "point",
  65. "polygon",
  66. "featurecollection"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/js/index.js",
  70. "module": "dist/es/index.js",
  71. "name": "@turf/points-within-polygon",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/Turfjs/turf.git"
  78. },
  79. "scripts": {
  80. "bench": "node -r esm bench.js",
  81. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  82. "docs": "node ../../scripts/generate-readmes",
  83. "test": "npm-run-all test:*",
  84. "test:tape": "node -r esm test.js",
  85. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  86. },
  87. "sideEffects": false,
  88. "types": "index.d.ts",
  89. "version": "6.5.0"
  90. }