package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "@turf/clean-coords@^6.5.0",
  3. "_id": "@turf/clean-coords@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EMX7gyZz0WTH/ET7xV8MyrExywfm9qUi0/MY89yNffzGIEHuFfqwhcCqZ8O00rZIPZHUTxpmsxQSTfzJJA1CPw==",
  6. "_location": "/@turf/clean-coords",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/clean-coords@^6.5.0",
  12. "name": "@turf/clean-coords",
  13. "escapedName": "@turf%2fclean-coords",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/boolean-equal",
  21. "/@turf/boolean-parallel",
  22. "/@turf/shortest-path",
  23. "/@turf/simplify",
  24. "/@turf/turf"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-6.5.0.tgz",
  27. "_shasum": "6690adf764ec4b649710a8a20dab7005efbea53f",
  28. "_spec": "@turf/clean-coords@^6.5.0",
  29. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  30. "author": {
  31. "name": "Turf Authors"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Turfjs/turf/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Stefano Borghi",
  40. "email": "@stebogit"
  41. }
  42. ],
  43. "dependencies": {
  44. "@turf/helpers": "^6.5.0",
  45. "@turf/invariant": "^6.5.0"
  46. },
  47. "deprecated": false,
  48. "description": "turf clean-coords module",
  49. "devDependencies": {
  50. "@turf/truncate": "^6.5.0",
  51. "@types/tape": "*",
  52. "benchmark": "*",
  53. "load-json-file": "*",
  54. "npm-run-all": "*",
  55. "tape": "*",
  56. "ts-node": "*",
  57. "tslint": "*",
  58. "typescript": "*",
  59. "write-json-file": "*"
  60. },
  61. "exports": {
  62. "./package.json": "./package.json",
  63. ".": {
  64. "import": "./dist/es/index.js",
  65. "require": "./dist/js/index.js"
  66. }
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "funding": "https://opencollective.com/turf",
  72. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  73. "homepage": "https://github.com/Turfjs/turf",
  74. "keywords": [
  75. "turf",
  76. "gis",
  77. "clean-coords"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/js/index.js",
  81. "module": "dist/es/index.js",
  82. "name": "@turf/clean-coords",
  83. "publishConfig": {
  84. "access": "public"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/Turfjs/turf.git"
  89. },
  90. "scripts": {
  91. "bench": "ts-node bench.js",
  92. "build": "npm-run-all build:*",
  93. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  94. "build:js": "tsc",
  95. "docs": "node ../../scripts/generate-readmes",
  96. "test": "npm-run-all test:*",
  97. "test:tape": "ts-node -r esm test.js",
  98. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  99. },
  100. "sideEffects": false,
  101. "types": "dist/js/index.d.ts",
  102. "version": "6.5.0"
  103. }