-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
29 lines (29 loc) · 968 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
29
{
"name": "vscode-unfancy-file-icons",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"octicons-webfont": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/octicons-webfont/-/octicons-webfont-1.2.1.tgz",
"integrity": "sha512-buEXo3NfQdlWA6eMH3wF2eGOn2FuEBq2j3zD0K5LW1AowdBzyz7G1x7RX8XaMzYgl5wZ9z3hHcUn3Z7+BDXzjA==",
"requires": {
"@primer/octicons": "9.3.1"
},
"dependencies": {
"@primer/octicons": {
"version": "9.3.1",
"bundled": true,
"requires": {
"object-assign": "^4.1.1"
}
},
"object-assign": {
"version": "4.1.1",
"bundled": true
}
}
}
}
}