Changements dans les modules (nouvelle version Express, mysql, ..)

This commit is contained in:
2023-11-23 13:21:05 +01:00
parent 6af45b3ee2
commit bdab795506
820 changed files with 82281 additions and 35986 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"description": "Escape HTML entities",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"escape",
@@ -9,16 +9,9 @@
"utility"
],
"repository": "component/escape-html",
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4"
},
"files": [
"LICENSE",
"Readme.md",
"index.js"
],
"scripts": {
"bench": "node benchmark/index.js"
}
]
}