v1.0 du site web

This commit is contained in:
22107988t
2023-09-25 13:27:24 +02:00
parent 20cb812095
commit a94f68f22a
2787 changed files with 864804 additions and 0 deletions

85
app/node_modules/hbs/package.json generated vendored Normal file
View File

@@ -0,0 +1,85 @@
{
"_from": "hbs@^4.2.0",
"_id": "hbs@4.2.0",
"_inBundle": false,
"_integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==",
"_location": "/hbs",
"_phantomChildren": {
"minimist": "1.2.8",
"neo-async": "2.6.2",
"source-map": "0.6.1",
"uglify-js": "3.17.4",
"wordwrap": "1.0.0"
},
"_requested": {
"type": "range",
"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",
"_shasum": "10e40dcc24d5be7342df9636316896617542a32b",
"_spec": "hbs@^4.2.0",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio",
"author": {
"name": "Don Park",
"email": "donpark@docuverse.com",
"url": "http://blog.docuverse.com"
},
"bugs": {
"url": "https://github.com/pillarjs/hbs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
}
],
"dependencies": {
"handlebars": "4.7.7",
"walk": "2.3.15"
},
"deprecated": false,
"description": "Express.js template engine plugin for Handlebars",
"devDependencies": {
"eslint": "7.32.0",
"eslint-plugin-markdown": "2.2.1",
"mocha": "9.1.3",
"nyc": "15.1.0",
"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"
},
"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"
}