mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 22:55:58 +02:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"_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"
|
|
}
|