Du grand ménage, suite à des tests sur les librairies Cheerio et Axios

This commit is contained in:
2024-01-04 16:42:56 +01:00
parent 98d916c535
commit dd0f27880a
312 changed files with 14688 additions and 15528 deletions

64
node_modules/vary/package.json generated vendored
View File

@@ -1,40 +1,15 @@
{
"_args": [
[
"vary@1.1.2",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "vary@1.1.2",
"_id": "vary@1.1.2",
"_inBundle": false,
"_integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
"_location": "/vary",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vary@1.1.2",
"name": "vary",
"escapedName": "vary",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/jshttp/vary/issues"
},
"name": "vary",
"description": "Manipulate the HTTP Vary header",
"version": "1.1.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"http",
"res",
"vary"
],
"repository": "jshttp/vary",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -49,26 +24,14 @@
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/vary#readme",
"keywords": [
"http",
"res",
"vary"
],
"license": "MIT",
"name": "vary",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/vary.git"
"engines": {
"node": ">= 0.8"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -76,6 +39,5 @@
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.1.2"
}
}