Update generate-playlists.js

This commit is contained in:
Aleksandr Statciuk
2022-02-08 01:11:47 +03:00
parent 5844ed0cd1
commit 02a5c9bfa2
32 changed files with 187 additions and 117 deletions

14
package-lock.json generated
View File

@@ -19,6 +19,7 @@
"m3u-linter": "^0.3.0",
"markdown-include": "^0.4.3",
"mz": "^2.7.0",
"natural-orderby": "^2.0.3",
"nedb-promises": "^5.0.2",
"normalize-url": "^6.1.0",
"transliteration": "^2.2.0",
@@ -3180,6 +3181,14 @@
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
},
"node_modules/natural-orderby": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
"engines": {
"node": "*"
}
},
"node_modules/nedb-promises": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.2.tgz",
@@ -6665,6 +6674,11 @@
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
},
"natural-orderby": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q=="
},
"nedb-promises": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.2.tgz",