forked from luiemilio/container-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 940 Bytes
/
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@openfin/core": {
"version": "25.68.26",
"resolved": "https://registry.npmjs.org/@openfin/core/-/core-25.68.26.tgz",
"integrity": "sha512-zwzi6ldPrxTjpfVWDb7PcgZbhipIL9COsK3WP1XI5VGRTIPfbKUQOSveA4ZG3RCLfdNi86w6J0wHA1BQOVmThw==",
"dev": true,
"requires": {
"lodash": "^4.17.21",
"ws": "^7.3.0"
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"ws": {
"version": "7.5.7",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
"integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
"dev": true
}
}
}