@themost/web
Version:
MOST Web Framework 2.0 - Web Server Module
85 lines (84 loc) • 2.25 kB
JSON
{
"name": "@themost/web",
"version": "2.8.1",
"description": "MOST Web Framework 2.0 - Web Server Module",
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"@themost/client": "^2",
"@themost/common": "^2",
"@themost/data": "^2",
"@themost/node": "^2",
"@themost/query": "^2",
"@themost/xml": "^2"
},
"engines": {
"node": ">=12.22.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/web.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/web/issues"
},
"scripts": {
"test": "jasmine"
},
"homepage": "https://github.com/themost-framework/web#readme",
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
"accepts": "^1.3.3",
"async": "^2.6.4",
"body-parser": "^1.20.1",
"content-type": "^1.0.4",
"domino": "1.0.18",
"ejs": "^3.1.7",
"formidable": "^3.5.1",
"hashmap": "^2.3.0",
"i18n": "^0.14.2",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"node-cache": "^4.2.1",
"numeral": "^2.0.6",
"pagedown": "^1.1.0",
"pluralize": "^7.0.0",
"pug": "3.0.3",
"q": "^1.4.1",
"raw-body": "^2.3.2",
"semver": "^7.5.3",
"sprintf": "^0.1.5",
"stream": "0.0.2",
"symbol": "^0.3.1",
"url-join": "^2.0.2",
"vash": "^0.11.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@themost/client": "^2.16.3",
"@themost/common": "^2.11.0",
"@themost/data": "^2.16.1",
"@themost/events": "^1.3.0",
"@themost/node": "^2.5.2",
"@themost/peers": "^1.0.2",
"@themost/query": "^2.14.7",
"@themost/xml": "^2.5.2",
"@types/angular": "^1.6.54",
"@types/hashmap": "^2.0.29",
"@types/jasmine": "^4.3.1",
"@types/node": "^10.11.4",
"@types/node-cache": "^4.1.3",
"@types/pluralize": "0.0.29",
"@types/q": "^1.5.1",
"@types/supertest": "^6.0.2",
"express": "^4.19.2",
"jasmine": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"supertest": "^7.0.0"
}
}