package.json 2.8 KB

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