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

75
node_modules/walk/package.json generated vendored
View File

@@ -1,53 +1,7 @@
{
"_args": [
[
"walk@2.3.15",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "walk@2.3.15",
"_id": "walk@2.3.15",
"_inBundle": false,
"_integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==",
"_location": "/walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "walk@2.3.15",
"name": "walk",
"escapedName": "walk",
"rawSpec": "2.3.15",
"saveSpec": null,
"fetchSpec": "2.3.15"
},
"_requiredBy": [
"/hbs"
],
"_resolved": "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz",
"_spec": "2.3.15",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js/issues"
},
"contributors": [],
"dependencies": {
"foreachasync": "^3.0.0"
},
"name": "walk",
"description": "A node port of python's os.walk",
"devDependencies": {},
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"lib"
],
"homepage": "https://git.coolaj86.com/coolaj86/fs-walk.js",
"url": "http://git.coolaj86.com/coolaj86/fs-walk.js",
"keywords": [
"util",
"os",
@@ -56,16 +10,31 @@
"walk",
"walkSync"
],
"author": "AJ ONeal <coolaj86@gmail.com>",
"contributors": [],
"dependencies": {
"foreachasync": "^3.0.0"
},
"lib": ".",
"license": "(MIT OR Apache-2.0)",
"main": "./lib/walk.js",
"name": "walk",
"version": "2.3.15",
"files": [
"lib"
],
"repository": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js.git"
},
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/fs-walk.js",
"directories": {
"example": "examples",
"test": "test"
},
"devDependencies": {},
"scripts": {
"test": "./test/walk-test.sh"
},
"url": "http://git.coolaj86.com/coolaj86/fs-walk.js",
"version": "2.3.15"
}
}