-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 927 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 927 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"corebos-ws-lib": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/corebos-ws-lib/-/corebos-ws-lib-2.4.1.tgz",
"integrity": "sha512-4ozMi7WrcIacPOddPzdA1XwWBNmupQWKW0fMMwjMEWC418sZkHFBKDiSipsM0B8ucc+IXdZa8lfpFaPwPwjvZg==",
"requires": {
"crypto-js": "^4.0.0",
"node-fetch": "^2.6.0"
}
},
"crypto-js": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz",
"integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg=="
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
}
}
}