mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 22:45:59 +02:00
105 lines
2.9 KiB
JSON
105 lines
2.9 KiB
JSON
{
|
|
"_from": "express-handlebars@^7.1.2",
|
|
"_id": "express-handlebars@7.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ss9d3mBChOLTEtyfzXCsxlItUxpgS3i4cb/F70G6Q5ohQzmD12XB4x/Y9U6YboeeYBJZt7WQ5yUNu7ZSQ/EGyQ==",
|
|
"_location": "/express-handlebars",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "express-handlebars@^7.1.2",
|
|
"name": "express-handlebars",
|
|
"escapedName": "express-handlebars",
|
|
"rawSpec": "^7.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-7.1.2.tgz",
|
|
"_shasum": "2471673d11af46f496cba4098a705f0217232fda",
|
|
"_spec": "express-handlebars@^7.1.2",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio",
|
|
"author": {
|
|
"name": "Eric Ferraiuolo",
|
|
"email": "eferraiuolo@gmail.com",
|
|
"url": "http://ericf.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/express-handlebars/express-handlebars/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glob": "^10.3.3",
|
|
"graceful-fs": "^4.2.11",
|
|
"handlebars": "^4.7.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Handlebars view engine for Express which doesn't suck.",
|
|
"devDependencies": {
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^9.0.4",
|
|
"@semantic-release/npm": "^10.0.4",
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/node": "^18.17.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
"@typescript-eslint/parser": "^6.3.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-n": "^16.0.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"jest-cli": "^29.6.2",
|
|
"semantic-release": "^21.0.7",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"engines": {
|
|
"node": ">=v16"
|
|
},
|
|
"homepage": "https://github.com/express-handlebars/express-handlebars",
|
|
"keywords": [
|
|
"express",
|
|
"express3",
|
|
"handlebars",
|
|
"view",
|
|
"layout",
|
|
"partials",
|
|
"templates"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/index.js",
|
|
"name": "express-handlebars",
|
|
"release": {
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/github",
|
|
"@semantic-release/git"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/express-handlebars/express-handlebars.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint .",
|
|
"test": "jest --verbose",
|
|
"test:cover": "jest --coverage"
|
|
},
|
|
"version": "7.1.2"
|
|
}
|