-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 866 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 866 Bytes
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
{
"name": "chinese-postman-project",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"js-graph-algorithms": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/js-graph-algorithms/-/js-graph-algorithms-1.0.18.tgz",
"integrity": "sha1-+W7Ie/GU9cCjE2X6Dh0Ht7li2JE="
},
"lodash": {
"version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
"dev": true
},
"sigma": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/sigma/-/sigma-1.2.1.tgz",
"integrity": "sha512-9Z0m1pssXv6sndPMvOzXnM1mVO73YCWDE6X5bKxJyG+9J0B9zJkgtgoBM7cnxEaJMzmrbxPceKTVpwF7cS/xqA==",
"dev": true
}
}
}