| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "skmeans@0.9.7",
- "_id": "skmeans@0.9.7",
- "_inBundle": false,
- "_integrity": "sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==",
- "_location": "/skmeans",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "skmeans@0.9.7",
- "name": "skmeans",
- "escapedName": "skmeans",
- "rawSpec": "0.9.7",
- "saveSpec": null,
- "fetchSpec": "0.9.7"
- },
- "_requiredBy": [
- "/@turf/clusters-kmeans"
- ],
- "_resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz",
- "_shasum": "72670cebb728508f56e29c0e10d11e623529ce5d",
- "_spec": "skmeans@0.9.7",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\clusters-kmeans",
- "author": {
- "name": "David Gómez Matarrodona",
- "email": "solzimer@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/solzimer/skmeans/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browser",
- "devDependencies": {
- "babel-preset-es2015": "^6.24.1",
- "grunt": "^1.0.1",
- "grunt-babel": "^6.0.0",
- "grunt-browserify": "^5.0.0",
- "grunt-contrib-clean": "^1.1.0",
- "grunt-contrib-uglify": "^3.0.1",
- "load-grunt-tasks": "^3.5.2",
- "uglify": "^0.1.5"
- },
- "email": "solzimer@gmail.com",
- "homepage": "https://github.com/solzimer/skmeans#readme",
- "keywords": [
- "k-means",
- "k-means++",
- "kmeans++",
- "kmeans",
- "simple",
- "cluster",
- "fast",
- "unidimiensional",
- "multidimensional"
- ],
- "license": "MIT",
- "main": "dist/node/main.js",
- "name": "skmeans",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/solzimer/skmeans.git"
- },
- "url": "https://github.com/owner/project/issues",
- "version": "0.9.7"
- }
|