forked from alexandar1000/ADA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
30 lines (30 loc) · 1.03 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/cytoscape": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.14.0.tgz",
"integrity": "sha512-qOhhZFGb35457vmCu9YHqwjqleraSAEikaIFmMUPWzTC7FrwkS7VR/6ymqRHW7Z8wivHuzsZDYCoePIepd69qg=="
},
"cytoscape": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.14.0.tgz",
"integrity": "sha512-j7DgCimbVYbEGibrWflUMedvVIZAQ0YRV8VWwWr2P4J/bS+VrhE3ByclLsGH44deG48/I0YKJP0VkcquSBXc9A==",
"requires": {
"heap": "^0.2.6",
"lodash.debounce": "^4.0.8"
}
},
"heap": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz",
"integrity": "sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw="
},
"lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
}
}
}