Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-11 04:35:42 +0300
committerDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-05-11 04:35:42 +0300
commit7468bf92759ebc425efefea89b0c37216de50a6f (patch)
treed028c6d4fe9a4ea3e8a869a4ab64de83aa56df66 /data
parenta515b21adc3c19f7c658201cdc09a7bac317d8a3 (diff)
Moved into the right directory and updated FA.
Diffstat (limited to 'data')
-rw-r--r--data/libs.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/libs.toml b/data/libs.toml
new file mode 100644
index 0000000..cf0d3bc
--- /dev/null
+++ b/data/libs.toml
@@ -0,0 +1,37 @@
+# Versioning and Subresource Integrity (SRI) for Alpha-Church's JavaScript and CSS dependencies
+
+# When updating the version of an asset below, please also update the corresponding SRI.
+# How to update the SRI for an entry:
+# echo -n "sha512-" && curl --silent "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML" | openssl dgst -sha512 -binary | openssl enc -base64 -A
+# Or, the SRI for the appropriate asset can be copied from https://cdnjs.com/ .
+
+# JavaScript
+
+[js.jQuery]
+ version = "3.3.1"
+ integrity = "sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
+
+[js.dropotron]
+ version = "1.4.3"
+ integrity = "sha256-o7QFslEPuitprNVNQJrtEo/jXNfwgn1BTgVR2BJ5VOI="
+
+[js.scrollgress]
+ version = "2.0.0"
+ integrity = "sha256-aWtnZj8qN/1kaPjLLSQBWAej4hw6v8FNm+vdviFe3Nc="
+
+[js.skel]
+ version = "3.0.1"
+ integrity = "sha256-3e+NvOq+D/yeJy1qrWpYkEUr6SlOCL5mHpc2nZfX74E="
+
+[js.fontawesome]
+ version = "5.0.13"
+ integrity = "sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe"
+
+[js.leaflet]
+ version = "1.3.1"
+ integrity = "sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw=="
+
+# CSS
+[css.leaflet]
+ version = "1.3.1"
+ integrity = "sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="