package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "@turf/concave@^6.5.0",
  3. "_id": "@turf/concave@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I/sUmUC8TC5h/E2vPwxVht+nRt+TnXIPRoztDFvS8/Y0+cBDple9inLSo9nnPXMXidrBlGXZ9vQx/BjZUJgsRQ==",
  6. "_location": "/@turf/concave",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/concave@^6.5.0",
  12. "name": "@turf/concave",
  13. "escapedName": "@turf%2fconcave",
  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/concave/-/concave-6.5.0.tgz",
  23. "_shasum": "19ab1a3f04087c478cebc5e631293f3eeb2e7ce4",
  24. "_spec": "@turf/concave@^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": "Tom MacWright",
  36. "email": "@tmcw"
  37. },
  38. {
  39. "name": "Lyzi Diamond",
  40. "email": "@lyzidiamond"
  41. },
  42. {
  43. "name": "Denis Carriere",
  44. "email": "@DenisCarriere"
  45. },
  46. {
  47. "name": "Stefano Borghi",
  48. "email": "@stebogit"
  49. },
  50. {
  51. "name": "Rowan Winsemius",
  52. "email": "@rowanwins"
  53. },
  54. {
  55. "name": "Daniel Pulido",
  56. "email": "@dpmcmlxxvi"
  57. },
  58. {
  59. "name": "Stephen Whitmore",
  60. "email": "@noffle"
  61. },
  62. {
  63. "name": "Gregor MacLennan",
  64. "email": "@gmaclennan"
  65. },
  66. {
  67. "name": "Mike Bostock",
  68. "email": "@mbostock"
  69. }
  70. ],
  71. "dependencies": {
  72. "@turf/clone": "^6.5.0",
  73. "@turf/distance": "^6.5.0",
  74. "@turf/helpers": "^6.5.0",
  75. "@turf/invariant": "^6.5.0",
  76. "@turf/meta": "^6.5.0",
  77. "@turf/tin": "^6.5.0",
  78. "topojson-client": "3.x",
  79. "topojson-server": "3.x"
  80. },
  81. "deprecated": false,
  82. "description": "turf concave module",
  83. "devDependencies": {
  84. "@types/tape": "*",
  85. "@types/topojson-client": "^3.0.0",
  86. "@types/topojson-server": "^3.0.0",
  87. "benchmark": "*",
  88. "load-json-file": "*",
  89. "npm-run-all": "*",
  90. "tape": "*",
  91. "ts-node": "*",
  92. "tslint": "*",
  93. "typescript": "*",
  94. "write-json-file": "*"
  95. },
  96. "exports": {
  97. "./package.json": "./package.json",
  98. ".": {
  99. "import": "./dist/es/index.js",
  100. "require": "./dist/js/index.js"
  101. }
  102. },
  103. "files": [
  104. "dist"
  105. ],
  106. "funding": "https://opencollective.com/turf",
  107. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  108. "homepage": "https://github.com/Turfjs/turf",
  109. "keywords": [
  110. "turf",
  111. "gis",
  112. "concave",
  113. "geometry"
  114. ],
  115. "license": "MIT",
  116. "main": "dist/js/index.js",
  117. "module": "dist/es/index.js",
  118. "name": "@turf/concave",
  119. "publishConfig": {
  120. "access": "public"
  121. },
  122. "repository": {
  123. "type": "git",
  124. "url": "git://github.com/Turfjs/turf.git"
  125. },
  126. "scripts": {
  127. "bench": "ts-node bench.js",
  128. "build": "npm-run-all build:*",
  129. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  130. "build:js": "tsc",
  131. "docs": "node ../../scripts/generate-readmes",
  132. "test": "npm-run-all test:*",
  133. "test:tape": "ts-node -r esm test.js"
  134. },
  135. "sideEffects": false,
  136. "types": "dist/js/index.d.ts",
  137. "version": "6.5.0"
  138. }