package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "skmeans@0.9.7",
  3. "_id": "skmeans@0.9.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==",
  6. "_location": "/skmeans",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "skmeans@0.9.7",
  12. "name": "skmeans",
  13. "escapedName": "skmeans",
  14. "rawSpec": "0.9.7",
  15. "saveSpec": null,
  16. "fetchSpec": "0.9.7"
  17. },
  18. "_requiredBy": [
  19. "/@turf/clusters-kmeans"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz",
  22. "_shasum": "72670cebb728508f56e29c0e10d11e623529ce5d",
  23. "_spec": "skmeans@0.9.7",
  24. "_where": "F:\\project\\node_util\\node_modules\\@turf\\clusters-kmeans",
  25. "author": {
  26. "name": "David Gómez Matarrodona",
  27. "email": "solzimer@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/solzimer/skmeans/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browser",
  36. "devDependencies": {
  37. "babel-preset-es2015": "^6.24.1",
  38. "grunt": "^1.0.1",
  39. "grunt-babel": "^6.0.0",
  40. "grunt-browserify": "^5.0.0",
  41. "grunt-contrib-clean": "^1.1.0",
  42. "grunt-contrib-uglify": "^3.0.1",
  43. "load-grunt-tasks": "^3.5.2",
  44. "uglify": "^0.1.5"
  45. },
  46. "email": "solzimer@gmail.com",
  47. "homepage": "https://github.com/solzimer/skmeans#readme",
  48. "keywords": [
  49. "k-means",
  50. "k-means++",
  51. "kmeans++",
  52. "kmeans",
  53. "simple",
  54. "cluster",
  55. "fast",
  56. "unidimiensional",
  57. "multidimensional"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/node/main.js",
  61. "name": "skmeans",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/solzimer/skmeans.git"
  65. },
  66. "url": "https://github.com/owner/project/issues",
  67. "version": "0.9.7"
  68. }