package.json 2.5 KB

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