-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 914 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 914 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
26
{
"name": "@norjs/ui",
"version": "1.0.18",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@norjs/utils": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/@norjs/utils/-/utils-1.0.18.tgz",
"integrity": "sha512-s6kAqQ3HT2bYK+xc8HEtOFpHwzIJ9l6THAXQh7Hl98rgMnco/d8I/wVFh+W05591qs5AJf6hxUvBBbSZCSH4tA==",
"requires": {
"lodash": "^4.17.15"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
}
}
}