package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "@turf/boolean-point-in-polygon@^6.5.0",
  3. "_id": "@turf/boolean-point-in-polygon@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DtSuVFB26SI+hj0SjrvXowGTUCHlgevPAIsukssW6BG5MlNSBQAo70wpICBNJL6RjukXg8d2eXaAWuD/CqL00A==",
  6. "_location": "/@turf/boolean-point-in-polygon",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/boolean-point-in-polygon@^6.5.0",
  12. "name": "@turf/boolean-point-in-polygon",
  13. "escapedName": "@turf%2fboolean-point-in-polygon",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/boolean-contains",
  21. "/@turf/boolean-crosses",
  22. "/@turf/boolean-disjoint",
  23. "/@turf/boolean-within",
  24. "/@turf/collect",
  25. "/@turf/isobands",
  26. "/@turf/point-on-feature",
  27. "/@turf/points-within-polygon",
  28. "/@turf/polygonize",
  29. "/@turf/shortest-path",
  30. "/@turf/tag",
  31. "/@turf/turf",
  32. "/@turf/unkink-polygon"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-6.5.0.tgz",
  35. "_shasum": "6d2e9c89de4cd2e4365004c1e51490b7795a63cf",
  36. "_spec": "@turf/boolean-point-in-polygon@^6.5.0",
  37. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  38. "author": {
  39. "name": "Turf Authors"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/Turfjs/turf/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@turf/helpers": "^6.5.0",
  47. "@turf/invariant": "^6.5.0"
  48. },
  49. "deprecated": false,
  50. "description": "turf boolean-point-in-polygon module",
  51. "devDependencies": {
  52. "@types/tape": "*",
  53. "benchmark": "*",
  54. "npm-run-all": "*",
  55. "tape": "*",
  56. "ts-node": "*",
  57. "tslint": "*",
  58. "typescript": "*"
  59. },
  60. "exports": {
  61. "./package.json": "./package.json",
  62. ".": {
  63. "import": "./dist/es/index.js",
  64. "require": "./dist/js/index.js"
  65. }
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "funding": "https://opencollective.com/turf",
  71. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  72. "homepage": "https://github.com/Turfjs/turf",
  73. "keywords": [
  74. "geojson",
  75. "polygon",
  76. "point",
  77. "inside",
  78. "bin",
  79. "gis"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/js/index.js",
  83. "module": "dist/es/index.js",
  84. "name": "@turf/boolean-point-in-polygon",
  85. "publishConfig": {
  86. "access": "public"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/Turfjs/turf.git"
  91. },
  92. "scripts": {
  93. "bench": "ts-node bench.js",
  94. "build": "npm-run-all build:*",
  95. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  96. "build:js": "tsc",
  97. "docs": "node ../../scripts/generate-readmes",
  98. "test": "npm-run-all test:*",
  99. "test:tape": "ts-node -r esm test.js"
  100. },
  101. "sideEffects": false,
  102. "types": "dist/js/index.d.ts",
  103. "version": "6.5.0"
  104. }