codebehind
Version:
Modern ASP.NET WebForms-style codebehind for Express.js with server-side DOM manipulation, event handling, and partial class support using Cheerio for high performance.
54 lines (53 loc) • 1.24 kB
JSON
{
"name": "codebehind",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "https://github.com/prkeshri/node-codebehind.git"
},
"version": "1.2.0",
"description": "Modern ASP.NET WebForms-style codebehind for Express.js with server-side DOM manipulation, event handling, and partial class support using Cheerio for high performance.",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"codebehind",
"asp-net",
"webforms",
"express",
"server-side",
"dom-manipulation",
"cheerio",
"js-partial-classes",
"event-handling",
"template-engine",
"pug",
"server-rendering"
],
"author": "Praveen Ranjan Keshri",
"license": "ISC",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"methods": "~1.1.2",
"minify": "^14.1.0",
"try-to-catch": "^3.0.1",
"js-partial-classes": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"express": "~4.18.0",
"pug": "^3.0.3"
}
}