Format feed

This commit is contained in:
Dennis Reimann
2021-09-20 16:57:09 +02:00
parent 6b9dafd5d5
commit cf32de839b
3 changed files with 49 additions and 11 deletions

39
package-lock.json generated
View File

@@ -33,7 +33,8 @@
"postcss-media-variables": "2.0.1",
"postcss-nesting": "8.0.1",
"pug": "3.0.2",
"sync-request": "6.1.0"
"sync-request": "6.1.0",
"xml-formatter": "2.4.1"
},
"engines": {
"node": ">=16.0.0"
@@ -4934,6 +4935,27 @@
}
}
},
"node_modules/xml-formatter": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.4.1.tgz",
"integrity": "sha512-UFnFRNum4BxicU9U4DPhIlHAQqHtT/vTdCvC6fiD78xlpug8YLgawW3MHmT1+eCAM7YomvMGZziiMz9AnExZgQ==",
"dev": true,
"dependencies": {
"xml-parser-xo": "^3.1.2"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/xml-parser-xo": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-3.1.2.tgz",
"integrity": "sha512-Qyttmiy305unyg1ONpArT4FPDL3J+ohXWpMI1ecopClGMw53lCRHJ4FV/fVYHFU6qfEzMV0frqSlNaLo2dw15Q==",
"dev": true,
"engines": {
"node": ">= 10"
}
},
"node_modules/xmlhttprequest-ssl": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz",
@@ -9027,6 +9049,21 @@
"dev": true,
"requires": {}
},
"xml-formatter": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.4.1.tgz",
"integrity": "sha512-UFnFRNum4BxicU9U4DPhIlHAQqHtT/vTdCvC6fiD78xlpug8YLgawW3MHmT1+eCAM7YomvMGZziiMz9AnExZgQ==",
"dev": true,
"requires": {
"xml-parser-xo": "^3.1.2"
}
},
"xml-parser-xo": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-3.1.2.tgz",
"integrity": "sha512-Qyttmiy305unyg1ONpArT4FPDL3J+ohXWpMI1ecopClGMw53lCRHJ4FV/fVYHFU6qfEzMV0frqSlNaLo2dw15Q==",
"dev": true
},
"xmlhttprequest-ssl": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz",