package.json 2.5 KB

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