-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.46 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
{
"name": "okiba-barba",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@okiba/arrays": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@okiba/arrays/-/arrays-0.0.5.tgz",
"integrity": "sha512-qwE0pHyZwNChlVH+nLZduHgCePLA+ZfbC9gBTabjrocZ2n1InmwaqQqUTy4+0kzTEYNicxpt2AQBwziVDDOymw=="
},
"@okiba/class-utils": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@okiba/class-utils/-/class-utils-0.0.2.tgz",
"integrity": "sha512-KvzbYRXV3g8/bzBrIthRKA1U9//YBITOlDtHk75d+RAtblE7+rrzMnyVeYqKCvq9rtMXpZijgv5v19PvcgW6PQ=="
},
"@okiba/component": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@okiba/component/-/component-0.0.6.tgz",
"integrity": "sha512-AJ48GUi/eb06TbHv1OJvA2DVRVpx7nt3NMa0qs/Ymqo3raeHA8ZImMQswV+d+KXZjT2xFlfBpfV9sgup/OD/6A==",
"requires": {
"@okiba/arrays": "^0.0.5",
"@okiba/dom": "^0.0.6"
}
},
"@okiba/dom": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@okiba/dom/-/dom-0.0.6.tgz",
"integrity": "sha512-Fvpe7yZnl8Q1fBLDwzcFbOpCe/lfHYxERjy7yxK9DvGeeOc9v7PV1/A5tW+oaisSnBVyIzGBh/j6Mb+yFt/GKQ==",
"requires": {
"@okiba/arrays": "^0.0.5"
}
},
"barba.js": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/barba.js/-/barba.js-1.0.0.tgz",
"integrity": "sha1-PB1zWPDT+HcZyxvbd1vkF8knP30="
}
}
}