2023-11-30 14:15:19 +00:00

79 lines
1.9 KiB
JSON

{
"_from": "hbs@^4.1.0",
"_id": "hbs@4.1.1",
"_inBundle": false,
"_integrity": "sha512-6QsbB4RwbpL4cb4DNyjEEPF+suwp+3yZqFVlhILEn92ScC0U4cDCR+FDX53jkfKJPhutcqhAvs+rOLZw5sQrDA==",
"_location": "/hbs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hbs@^4.1.0",
"name": "hbs",
"escapedName": "hbs",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/server"
],
"_resolved": "https://registry.npmjs.org/hbs/-/hbs-4.1.1.tgz",
"_shasum": "8aab17ca6ae70f9aaa225278bed7af31011254b7",
"_spec": "hbs@^4.1.0",
"_where": "/home/runner/Socketio-Chat-Template/node_modules/server",
"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.6",
"walk": "2.3.14"
},
"deprecated": false,
"description": "Express.js template engine plugin for Handlebars",
"devDependencies": {
"eslint": "6.8.0",
"eslint-plugin-markdown": "1.0.2",
"mocha": "7.1.1",
"nyc": "15.0.0",
"rimraf": "2.7.1",
"supertest": "4.0.2"
},
"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 --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --ui qunit --bail test/*/index.js",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "4.1.1"
}