-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
57 lines (57 loc) · 2.01 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bulma-clean-theme",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"bulma": "^0.9.1",
"bulma-block-list": "^0.5"
},
"devDependencies": {}
},
"node_modules/bulma": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
"integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
},
"node_modules/bulma-block-list": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.5.0.tgz",
"integrity": "sha512-M5IXvvLtU5AjWIhRnYK7ZpNnJ1zEHe+25EnE2jBfpoXQDjVTsHRDfAsMXTyE7TA0FX1OBdVWL8A+ejQ7oSbIQw==",
"dependencies": {
"bulma": "^0.8.0"
}
},
"node_modules/bulma-block-list/node_modules/bulma": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
"integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
}
},
"dependencies": {
"bulma": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
"integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
},
"bulma-block-list": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.5.0.tgz",
"integrity": "sha512-M5IXvvLtU5AjWIhRnYK7ZpNnJ1zEHe+25EnE2jBfpoXQDjVTsHRDfAsMXTyE7TA0FX1OBdVWL8A+ejQ7oSbIQw==",
"requires": {
"bulma": "^0.8.0"
},
"dependencies": {
"bulma": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
"integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
}
}
}
}
}