package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "@turf/union@^6.5.0",
  3. "_id": "@turf/union@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-igYWCwP/f0RFHIlC2c0SKDuM/ObBaqSljI3IdV/x71805QbIvY/BYGcJdyNcgEA6cylIGl/0VSlIbpJHZ9ldhw==",
  6. "_location": "/@turf/union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/union@^6.5.0",
  12. "name": "@turf/union",
  13. "escapedName": "@turf%2funion",
  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/union/-/union-6.5.0.tgz",
  23. "_shasum": "82d28f55190608f9c7d39559b7f543393b03b82d",
  24. "_spec": "@turf/union@^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. "dependencies": {
  34. "@turf/helpers": "^6.5.0",
  35. "@turf/invariant": "^6.5.0",
  36. "polygon-clipping": "^0.15.3"
  37. },
  38. "deprecated": false,
  39. "description": "turf union module",
  40. "devDependencies": {
  41. "@turf/combine": "^6.5.0",
  42. "@types/tape": "*",
  43. "benchmark": "*",
  44. "glob": "*",
  45. "load-json-file": "*",
  46. "npm-run-all": "*",
  47. "tape": "*",
  48. "ts-node": "*",
  49. "tslint": "*",
  50. "typescript": "*",
  51. "write-json-file": "*"
  52. },
  53. "exports": {
  54. "./package.json": "./package.json",
  55. ".": {
  56. "import": "./dist/es/index.js",
  57. "require": "./dist/js/index.js"
  58. }
  59. },
  60. "files": [
  61. "dist"
  62. ],
  63. "funding": "https://opencollective.com/turf",
  64. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  65. "homepage": "https://github.com/Turfjs/turf",
  66. "keywords": [
  67. "turf",
  68. "gif"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/js/index.js",
  72. "module": "dist/es/index.js",
  73. "name": "@turf/union",
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/Turfjs/turf.git"
  80. },
  81. "scripts": {
  82. "bench": "ts-node bench.js",
  83. "build": "npm-run-all build:*",
  84. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  85. "build:js": "tsc",
  86. "docs": "node ../../scripts/generate-readmes",
  87. "test": "npm-run-all test:*",
  88. "test:tape": "ts-node -r esm test.js",
  89. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  90. },
  91. "sideEffects": false,
  92. "types": "dist/js/index.d.ts",
  93. "version": "6.5.0"
  94. }