package.json 2.7 KB

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