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

66
node_modules/hbs/package.json generated vendored
View File

@@ -1,51 +1,18 @@
{
"_args": [
[
"hbs@4.2.0",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "hbs@4.2.0",
"_id": "hbs@4.2.0",
"_inBundle": false,
"_integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==",
"_location": "/hbs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hbs@4.2.0",
"name": "hbs",
"escapedName": "hbs",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "Don Park",
"email": "donpark@docuverse.com",
"url": "http://blog.docuverse.com"
},
"bugs": {
"url": "https://github.com/pillarjs/hbs/issues"
},
"name": "hbs",
"description": "Express.js template engine plugin for Handlebars",
"version": "4.2.0",
"author": "Don Park <donpark@docuverse.com> (http://blog.docuverse.com)",
"contributors": [
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
}
"Roman Shtylman <shtylman@gmail.com>"
],
"license": "MIT",
"repository": "pillarjs/hbs",
"main": "lib/hbs.js",
"dependencies": {
"handlebars": "4.7.7",
"walk": "2.3.15"
},
"description": "Express.js template engine plugin for Handlebars",
"devDependencies": {
"eslint": "7.32.0",
"eslint-plugin-markdown": "2.2.1",
@@ -54,29 +21,20 @@
"rimraf": "2.7.1",
"supertest": "6.1.6"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
},
"files": [
"lib/",
"HISTORY.md",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/pillarjs/hbs#readme",
"license": "MIT",
"main": "lib/hbs.js",
"name": "hbs",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/hbs.git"
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --ui qunit --bail test/*/index.js",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "4.2.0"
}
}