{ "_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" }, "contributors": [ { "name": "Roman Shtylman", "email": "shtylman@gmail.com" } ], "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", "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" }