-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 884 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 884 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
27
28
29
{
"name": "demo-repo",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "demo-repo",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@primer/css": "17.0.1"
}
},
"node_modules/@primer/css": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.0.1.tgz",
"integrity": "sha512-qA0WOfkGthJVoUUqFpsaD3m2aeuGuVSZwMWsxZFUUufB3pfGfIG+vkpAqaJTGFJzbKD9ZfXyt1wfJwtyMcsVfg==",
"dependencies": {
"@primer/primitives": "4.3.2"
}
},
"node_modules/@primer/primitives": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.3.2.tgz",
"integrity": "sha512-5qBEQVchd2Vd2K2IT9mbQdI9E4IGiDVoLITlQXE2HIW9sWHREULSE4xg3W51i/XlDUIgnycELCI+Ept8V7v+og=="
}
}
}