move to node version 12

This commit is contained in:
bitkarrot
2022-03-20 23:59:34 -07:00
parent eddc7d6df1
commit a725bca03a
82 changed files with 4743 additions and 2304 deletions

View File

@@ -1,37 +1,46 @@
{
"name": "express-handlebars",
"description": "A Handlebars view engine for Express which doesn't suck.",
"version": "5.3.5",
"homepage": "https://github.com/express-handlebars/express-handlebars",
"keywords": [
"express",
"express3",
"handlebars",
"view",
"layout",
"partials",
"templates"
"_args": [
[
"express-handlebars@5.3.5",
"/Users/bitcarrot/github/satshkd-vercel"
]
],
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com> (http://ericf.me/)",
"repository": {
"type": "git",
"url": "git://github.com/express-handlebars/express-handlebars.git"
"_from": "express-handlebars@5.3.5",
"_id": "express-handlebars@5.3.5",
"_inBundle": false,
"_integrity": "sha512-r9pzDc94ZNJ7FVvtsxLfPybmN0eFAUnR61oimNPRpD0D7nkLcezrkpZzoXS5TI75wYHRbflPLTU39B62pwB4DA==",
"_location": "/express-handlebars",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-handlebars@5.3.5",
"name": "express-handlebars",
"escapedName": "express-handlebars",
"rawSpec": "5.3.5",
"saveSpec": null,
"fetchSpec": "5.3.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-5.3.5.tgz",
"_spec": "5.3.5",
"_where": "/Users/bitcarrot/github/satshkd-vercel",
"author": {
"name": "Eric Ferraiuolo",
"email": "eferraiuolo@gmail.com",
"url": "http://ericf.me/"
},
"bugs": {
"url": "https://github.com/express-handlebars/express-handlebars/issues"
},
"engines": {
"node": ">=v10.24.1"
},
"dependencies": {
"glob": "^7.2.0",
"graceful-fs": "^4.2.8",
"handlebars": "^4.7.7"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"description": "A Handlebars view engine for Express which doesn't suck.",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
@@ -47,6 +56,25 @@
"jest-cli": "^27.3.1",
"semantic-release": "^18.0.0"
},
"directories": {
"example": "examples"
},
"engines": {
"node": ">=v10.24.1"
},
"homepage": "https://github.com/express-handlebars/express-handlebars",
"keywords": [
"express",
"express3",
"handlebars",
"view",
"layout",
"partials",
"templates"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "express-handlebars",
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
@@ -57,10 +85,14 @@
"@semantic-release/git"
]
},
"scripts": {
"test": "jest --verbose",
"test:cover": "jest --coverage",
"lint": "eslint ."
"repository": {
"type": "git",
"url": "git://github.com/express-handlebars/express-handlebars.git"
},
"license": "BSD-3-Clause"
"scripts": {
"lint": "eslint .",
"test": "jest --verbose",
"test:cover": "jest --coverage"
},
"version": "5.3.5"
}