-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
38 lines (38 loc) · 1.48 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "diversibute-example",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"diversibute": {
"version": "git+https://github.com/akramer-zibra/diversibute.git#74f5d786ac3ea6a9cf825c86c07323269ed50034",
"from": "git+https://github.com/akramer-zibra/diversibute.git#0.2.3",
"requires": {
"euclidean-distance": "1.0.0",
"geneticalgorithm": "1.0.2",
"js-combinatorics": "0.5.5",
"skmeans": "0.11.2"
}
},
"euclidean-distance": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/euclidean-distance/-/euclidean-distance-1.0.0.tgz",
"integrity": "sha1-cDvCE+l8HXMdebWZ6TeUG6lnCmg="
},
"geneticalgorithm": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/geneticalgorithm/-/geneticalgorithm-1.0.2.tgz",
"integrity": "sha512-p+CMQos1L4MCiW2zVqy3gxbpQiWxW1SCerDYoLelPaSU8TQs7QAaNEllEiHD708QgokU7IVprRcYhRRhYwJQFw=="
},
"js-combinatorics": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/js-combinatorics/-/js-combinatorics-0.5.5.tgz",
"integrity": "sha512-WglFY9EQvwndNhuJLxxyjnC16649lfZly/G3M3zgQMwcWlJDJ0Jn9niPWeYjnLXwWOEycYVxR2Tk98WLeFkrcw=="
},
"skmeans": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.11.2.tgz",
"integrity": "sha512-udxxxizqF69sC4nky8AXE4CZ6vA61CazK6FDeQJRh+YFx/L7Deo8OGkM/IPq9Znrxri+Obf4blp49pj+8pakHA=="
}
}
}