Changing front

This commit is contained in:
2023-01-16 17:44:37 +01:00
parent 0b8a93b256
commit 4fe4be7730
48586 changed files with 4725790 additions and 17464 deletions

28
front/app/node_modules/void-elements/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "void-elements",
"version": "2.0.1",
"description": "Array of \"void elements\" defined by the HTML specification.",
"main": "index.js",
"scripts": {
"test": "node test",
"prepublish": "node pre-publish.js > index.js"
},
"keywords": [
"html",
"void",
"elements"
],
"repository": "hemanth/void-elements",
"author": "hemanth.hm",
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hemanth/void-elements/issues"
},
"homepage": "https://github.com/hemanth/void-elements",
"devDependencies": {
"cheerio": "^0.18.0"
}
}