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

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