forked from MERLCenter/MERL-Center-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
45 lines (45 loc) · 1.63 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
44
45
{
"name": "socialimpact.github.com",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@primer/css": {
"version": "16.1.2",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-16.1.2.tgz",
"integrity": "sha512-Hl8x1RK/vYSW48y/nGNISHd7QYn6iPtLj1Fvqd8fiEKBTP1nUqB8pMvygG6HfEhT1lBJhTCnf1QcvLnSSkXw8A==",
"requires": {
"@primer/octicons": "^9.1.1",
"@primer/primitives": "4.1.0"
},
"dependencies": {
"@primer/octicons": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz",
"integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==",
"requires": {
"object-assign": "^4.1.1"
}
}
}
},
"@primer/octicons": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-11.1.0.tgz",
"integrity": "sha512-qeW4Hu82V0eTKza54nIqud572lrZicy2R6PBX2SVfWlrfRUotpsRi6m/Dvxz/YKL/8xdwBSWgJl8hJXM4V5woA==",
"requires": {
"object-assign": "^4.1.1"
}
},
"@primer/primitives": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.1.0.tgz",
"integrity": "sha512-bACUj3Xl2z5dnYKE/76BpNqN4/JXFngf26dbb7Goph2PU5wcf+Z2Kk3nXwtJPGG8JByO+FcU3gpZjLNoyuLMHQ=="
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
}
}
}