package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@turf/clusters@^6.5.0",
  3. "_id": "@turf/clusters@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y6gfnTJzQ1hdLfCsyd5zApNbfLIxYEpmDibHUqR5z03Lpe02pa78JtgrgUNt1seeO/aJ4TG1NLN8V5gOrHk04g==",
  6. "_location": "/@turf/clusters",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/clusters@^6.5.0",
  12. "name": "@turf/clusters",
  13. "escapedName": "@turf%2fclusters",
  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/clusters/-/clusters-6.5.0.tgz",
  23. "_shasum": "a5ee7b62cdf345db2f1eafe2eb382adc186163e1",
  24. "_spec": "@turf/clusters@^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/helpers": "^6.5.0",
  41. "@turf/meta": "^6.5.0"
  42. },
  43. "deprecated": false,
  44. "description": "turf clusters module",
  45. "devDependencies": {
  46. "@types/tape": "*",
  47. "benchmark": "*",
  48. "npm-run-all": "*",
  49. "tape": "*",
  50. "ts-node": "*",
  51. "tslint": "*",
  52. "typescript": "*"
  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. ],
  64. "funding": "https://opencollective.com/turf",
  65. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  66. "homepage": "https://github.com/Turfjs/turf",
  67. "keywords": [
  68. "turf",
  69. "geojson",
  70. "cluster",
  71. "clusters",
  72. "clustering"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/js/index.js",
  76. "module": "dist/es/index.js",
  77. "name": "@turf/clusters",
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/Turfjs/turf.git"
  84. },
  85. "scripts": {
  86. "bench": "ts-node bench.js",
  87. "build": "npm-run-all build:*",
  88. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  89. "build:js": "tsc",
  90. "docs": "node ../../scripts/generate-readmes",
  91. "test": "npm-run-all test:*",
  92. "test:tape": "ts-node -r esm test.js",
  93. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  94. },
  95. "sideEffects": false,
  96. "types": "dist/js/index.d.ts",
  97. "version": "6.5.0"
  98. }