package.json 2.7 KB

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