package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "@turf/boolean-overlap@^6.5.0",
  3. "_id": "@turf/boolean-overlap@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8btMIdnbXVWUa1M7D4shyaSGxLRw6NjMcqKBcsTXcZdnaixl22k7ar7BvIzkaRYN3SFECk9VGXfLncNS3ckQUw==",
  6. "_location": "/@turf/boolean-overlap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/boolean-overlap@^6.5.0",
  12. "name": "@turf/boolean-overlap",
  13. "escapedName": "@turf%2fboolean-overlap",
  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/boolean-overlap/-/boolean-overlap-6.5.0.tgz",
  23. "_shasum": "f27c85888c3665d42d613a91a83adf1657cd1385",
  24. "_spec": "@turf/boolean-overlap@^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": "Tim Channell",
  36. "email": "@tcql"
  37. },
  38. {
  39. "name": "Stefano Borghi",
  40. "email": "@stebogit"
  41. }
  42. ],
  43. "dependencies": {
  44. "@turf/helpers": "^6.5.0",
  45. "@turf/invariant": "^6.5.0",
  46. "@turf/line-intersect": "^6.5.0",
  47. "@turf/line-overlap": "^6.5.0",
  48. "@turf/meta": "^6.5.0",
  49. "geojson-equality": "0.1.6"
  50. },
  51. "deprecated": false,
  52. "description": "turf boolean-overlap module",
  53. "devDependencies": {
  54. "@types/geojson-equality": "^0.2.0",
  55. "@types/tape": "*",
  56. "benchmark": "*",
  57. "boolean-shapely": "*",
  58. "glob": "*",
  59. "load-json-file": "*",
  60. "npm-run-all": "*",
  61. "tape": "*",
  62. "ts-node": "*",
  63. "tslint": "*",
  64. "typescript": "*"
  65. },
  66. "exports": {
  67. "./package.json": "./package.json",
  68. ".": {
  69. "import": "./dist/es/index.js",
  70. "require": "./dist/js/index.js"
  71. }
  72. },
  73. "files": [
  74. "dist"
  75. ],
  76. "funding": "https://opencollective.com/turf",
  77. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  78. "homepage": "https://github.com/Turfjs/turf",
  79. "keywords": [
  80. "turf",
  81. "gis",
  82. "boolean",
  83. "de-9im",
  84. "overlap",
  85. "boolean-overlap"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/js/index.js",
  89. "module": "dist/es/index.js",
  90. "name": "@turf/boolean-overlap",
  91. "publishConfig": {
  92. "access": "public"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/Turfjs/turf.git"
  97. },
  98. "scripts": {
  99. "bench": "ts-node bench.js",
  100. "build": "npm-run-all build:*",
  101. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  102. "build:js": "tsc",
  103. "docs": "node ../../scripts/generate-readmes",
  104. "test": "npm-run-all test:*",
  105. "test:tape": "ts-node -r esm test.js"
  106. },
  107. "sideEffects": false,
  108. "types": "dist/js/index.d.ts",
  109. "version": "6.5.0"
  110. }