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

This reverts commit bdab795506.
This commit is contained in:
2023-11-23 16:13:50 +01:00
parent 756f928ced
commit 5b0d68d66f
818 changed files with 35968 additions and 82263 deletions

24
node_modules/mime/package.json generated vendored
View File

@@ -4,12 +4,12 @@
"url": "http://github.com/broofa",
"email": "robert@broofa.com"
},
"scripts": {
"test": "node test.js"
},
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4"
},
"contributors": [
{
"name": "Benjamin Thomas",
@@ -18,19 +18,17 @@
}
],
"description": "A comprehensive library for mime-type mapping",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/broofa/node-mime/master/LICENSE"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"mime-db": "^1.2.0"
"github-release-notes": "0.13.1",
"mime-db": "1.31.0",
"mime-score": "1.1.0"
},
"scripts": {
"prepublish": "node build/build.js > types.json",
"test": "node build/test.js"
"prepare": "node src/build.js",
"changelog": "gren changelog --tags=all --generate --override",
"test": "node src/test.js"
},
"keywords": [
"util",
@@ -42,5 +40,5 @@
"url": "https://github.com/broofa/node-mime",
"type": "git"
},
"version": "1.3.4"
"version": "1.6.0"
}