package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "@turf/boolean-within@^6.5.0",
  3. "_id": "@turf/boolean-within@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YQB3oU18Inx35C/LU930D36RAVe7LDXk1kWsQ8mLmuqYn9YdPsDQTMTkLJMhoQ8EbN7QTdy333xRQ4MYgToteQ==",
  6. "_location": "/@turf/boolean-within",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/boolean-within@^6.5.0",
  12. "name": "@turf/boolean-within",
  13. "escapedName": "@turf%2fboolean-within",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/point-grid",
  21. "/@turf/polygon-tangents",
  22. "/@turf/turf"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-6.5.0.tgz",
  25. "_shasum": "31a749d3be51065da8c470a1e5613f4d2efdee06",
  26. "_spec": "@turf/boolean-within@^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. "contributors": [
  36. {
  37. "name": "Rowan Winsemius",
  38. "email": "@rowanwins"
  39. }
  40. ],
  41. "dependencies": {
  42. "@turf/bbox": "^6.5.0",
  43. "@turf/boolean-point-in-polygon": "^6.5.0",
  44. "@turf/boolean-point-on-line": "^6.5.0",
  45. "@turf/helpers": "^6.5.0",
  46. "@turf/invariant": "^6.5.0"
  47. },
  48. "deprecated": false,
  49. "description": "turf boolean-within module",
  50. "devDependencies": {
  51. "@types/tape": "*",
  52. "benchmark": "*",
  53. "boolean-jsts": "*",
  54. "boolean-shapely": "*",
  55. "glob": "*",
  56. "load-json-file": "*",
  57. "npm-run-all": "*",
  58. "tape": "*",
  59. "ts-node": "*",
  60. "tslint": "*",
  61. "typescript": "*"
  62. },
  63. "exports": {
  64. "./package.json": "./package.json",
  65. ".": {
  66. "import": "./dist/es/index.js",
  67. "require": "./dist/js/index.js"
  68. }
  69. },
  70. "files": [
  71. "dist"
  72. ],
  73. "funding": "https://opencollective.com/turf",
  74. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  75. "homepage": "https://github.com/Turfjs/turf",
  76. "keywords": [
  77. "turf",
  78. "gis",
  79. "boolean",
  80. "de-9im",
  81. "within",
  82. "boolean-within"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/js/index.js",
  86. "module": "dist/es/index.js",
  87. "name": "@turf/boolean-within",
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/Turfjs/turf.git"
  94. },
  95. "scripts": {
  96. "bench": "ts-node bench.js",
  97. "build": "npm-run-all build:*",
  98. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  99. "build:js": "tsc",
  100. "docs": "node ../../scripts/generate-readmes",
  101. "test": "npm-run-all test:*",
  102. "test:tape": "ts-node -r esm test.js",
  103. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  104. },
  105. "sideEffects": false,
  106. "types": "dist/js/index.d.ts",
  107. "version": "6.5.0"
  108. }