-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
43 lines (43 loc) · 1.44 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
43
{
"name": "okta-cli-site",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "okta-cli-site",
"version": "1.0.0",
"dependencies": {
"@primer/css": "^17.5.2"
}
},
"node_modules/@primer/css": {
"version": "17.5.2",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.5.2.tgz",
"integrity": "sha512-l7V/Hgqtumh840BZuiMI0tZNLnLOHCztVL1s9z6ORUjm/g3gTtVZGdDRvQ+NGU85WpVAhcQBNgsPHoxLMq/Mbw==",
"dependencies": {
"@primer/primitives": "^4.3.5"
}
},
"node_modules/@primer/primitives": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.5.1.tgz",
"integrity": "sha512-dA5EKORl1fqOa5+cDKYXTPLTNK0BuHS6NPHh1b11H4ngSd6cbuXzzVkUCJ1ooTDR6UbOrpeXMdlUbA9EcwwFVA=="
}
},
"dependencies": {
"@primer/css": {
"version": "17.5.2",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.5.2.tgz",
"integrity": "sha512-l7V/Hgqtumh840BZuiMI0tZNLnLOHCztVL1s9z6ORUjm/g3gTtVZGdDRvQ+NGU85WpVAhcQBNgsPHoxLMq/Mbw==",
"requires": {
"@primer/primitives": "^4.3.5"
}
},
"@primer/primitives": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.5.1.tgz",
"integrity": "sha512-dA5EKORl1fqOa5+cDKYXTPLTNK0BuHS6NPHh1b11H4ngSd6cbuXzzVkUCJ1ooTDR6UbOrpeXMdlUbA9EcwwFVA=="
}
}
}