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

71
node_modules/cookie/package.json generated vendored
View File

@@ -1,46 +1,17 @@
{
"_args": [
[
"cookie@0.5.0",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "cookie@0.5.0",
"_id": "cookie@0.5.0",
"_inBundle": false,
"_integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"_location": "/cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookie@0.5.0",
"name": "cookie",
"escapedName": "cookie",
"rawSpec": "0.5.0",
"saveSpec": null,
"fetchSpec": "0.5.0"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"_spec": "0.5.0",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"name": "cookie",
"description": "HTTP server cookie parsing and serialization",
"version": "0.5.0",
"author": "Roman Shtylman <shtylman@gmail.com>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"license": "MIT",
"keywords": [
"cookie",
"cookies"
],
"repository": "jshttp/cookie",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -51,9 +22,6 @@
"safe-buffer": "5.2.1",
"top-sites": "1.1.97"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
@@ -61,16 +29,8 @@
"SECURITY.md",
"index.js"
],
"homepage": "https://github.com/jshttp/cookie#readme",
"keywords": [
"cookie",
"cookies"
],
"license": "MIT",
"name": "cookie",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/cookie.git"
"engines": {
"node": ">= 0.6"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -80,6 +40,5 @@
"test-cov": "nyc --reporter=html --reporter=text npm test",
"update-bench": "node scripts/update-benchmark.js",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "0.5.0"
}
}