-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.45 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
39
40
41
42
{
"name": "pcs-scheds-optimize",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"dijkstra-short-path": "^1.0.3"
},
"devDependencies": {
"@types/node": "^16.7.13"
}
},
"node_modules/@types/node": {
"version": "16.7.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.13.tgz",
"integrity": "sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA==",
"dev": true
},
"node_modules/dijkstra-short-path": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/dijkstra-short-path/-/dijkstra-short-path-1.0.3.tgz",
"integrity": "sha512-dGGgrH5R+7IvQt4rrmiBUSNFiItMgDLdn7Qt4hBFRpb6s47f+Z2RpkUZRNHrlaMW7Utf2DbpD16BsJBgflX96w=="
}
},
"dependencies": {
"@types/node": {
"version": "16.7.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.13.tgz",
"integrity": "sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA==",
"dev": true
},
"dijkstra-short-path": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/dijkstra-short-path/-/dijkstra-short-path-1.0.3.tgz",
"integrity": "sha512-dGGgrH5R+7IvQt4rrmiBUSNFiItMgDLdn7Qt4hBFRpb6s47f+Z2RpkUZRNHrlaMW7Utf2DbpD16BsJBgflX96w=="
}
}
}