package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@turf/buffer@^6.5.0",
  3. "_id": "@turf/buffer@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qeX4N6+PPWbKqp1AVkBVWFerGjMYMUyencwfnkCesoznU6qvfugFHNAngNqIBVnJjZ5n8IFyOf+akcxnrt9sNg==",
  6. "_location": "/@turf/buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/buffer@^6.5.0",
  12. "name": "@turf/buffer",
  13. "escapedName": "@turf%2fbuffer",
  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/buffer/-/buffer-6.5.0.tgz",
  23. "_shasum": "22bd0d05b4e1e73eaebc69b8f574a410ff704842",
  24. "_spec": "@turf/buffer@^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": "Denis Carriere",
  40. "email": "@DenisCarriere"
  41. },
  42. {
  43. "name": "Stefano Borghi",
  44. "email": "@stebogit"
  45. }
  46. ],
  47. "dependencies": {
  48. "@turf/bbox": "^6.5.0",
  49. "@turf/center": "^6.5.0",
  50. "@turf/helpers": "^6.5.0",
  51. "@turf/meta": "^6.5.0",
  52. "@turf/projection": "^6.5.0",
  53. "d3-geo": "1.7.1",
  54. "turf-jsts": "*"
  55. },
  56. "deprecated": false,
  57. "description": "turf buffer module",
  58. "devDependencies": {
  59. "@turf/truncate": "^6.5.0",
  60. "benchmark": "*",
  61. "load-json-file": "*",
  62. "npm-run-all": "*",
  63. "rollup": "*",
  64. "tape": "*",
  65. "write-json-file": "*"
  66. },
  67. "exports": {
  68. "./package.json": "./package.json",
  69. ".": {
  70. "import": "./dist/es/index.js",
  71. "require": "./dist/js/index.js"
  72. }
  73. },
  74. "files": [
  75. "dist",
  76. "index.d.ts"
  77. ],
  78. "funding": "https://opencollective.com/turf",
  79. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  80. "homepage": "https://github.com/Turfjs/turf",
  81. "keywords": [
  82. "buffer",
  83. "offset",
  84. "polygon",
  85. "linestring",
  86. "point",
  87. "geojson",
  88. "turf"
  89. ],
  90. "license": "MIT",
  91. "main": "dist/js/index.js",
  92. "module": "dist/es/index.js",
  93. "name": "@turf/buffer",
  94. "publishConfig": {
  95. "access": "public"
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/Turfjs/turf.git"
  100. },
  101. "scripts": {
  102. "bench": "node -r esm bench.js",
  103. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  104. "docs": "node ../../scripts/generate-readmes",
  105. "test": "npm-run-all test:*",
  106. "test:tape": "node -r esm test.js",
  107. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  108. },
  109. "sideEffects": false,
  110. "types": "index.d.ts",
  111. "version": "6.5.0"
  112. }