This commit is contained in:
jslightham
2020-02-27 11:39:24 -05:00
parent fca7d1e8db
commit 52d2d79548
11 changed files with 121 additions and 25 deletions

View File

@@ -2467,6 +2467,14 @@
"node-releases": "^1.1.47"
}
},
"buefy": {
"version": "0.8.12",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.8.12.tgz",
"integrity": "sha512-scKb+0piTAEYk8mopu5HzshlGsT0K9ChlfkGhQgAF7jC9lH3Ta7anYXG+l8uBoSpqgChK0H19jPP55FbeKn1nA==",
"requires": {
"bulma": "0.7.5"
}
},
"buffer": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
@@ -2508,6 +2516,11 @@
"integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
"dev": true
},
"bulma": {
"version": "0.7.5",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.5.tgz",
"integrity": "sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw=="
},
"bytes": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",