profoundjs
Version:
Profound.js Framework and Server
163 lines • 4.14 kB
JSON
{
"name": "profoundjs",
"version": "7.32.2",
"min-profoundui-version": "6.20.0",
"description": "Profound.js Framework and Server",
"keywords": [
"profound",
"profoundjs",
"noderun",
"pjs",
"profound logic",
"profoundlogic",
"profound ui",
"profoundui",
"ibm i",
"ibmi",
"ibm",
"iseries",
"legacy",
"as400",
"as/400",
"rpg",
"rpgle",
"green screens",
"modernization"
],
"engines": {
"node": "^20 || ^22 || ^24",
"npm": ">= 6"
},
"os": [
"aix",
"darwin",
"linux",
"os400",
"win32"
],
"cpu": [
"arm",
"arm64",
"ia32",
"ppc64",
"x64"
],
"overrides": {
"archiver-utils": {
"glob": "^13.0.0"
},
"minimatch": "^10.2.1"
},
"dependencies": {
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"acorn": "^8.6.0",
"adm-zip": "^0.5.1",
"agentkeepalive": "^4.1.2",
"bcryptjs": "^2.4.3",
"binary-search-bounds": "^2.0.4",
"bitwise": "^2.0.4",
"body-parser": "^1.19.0",
"body-parser-xml": "^2.0.3",
"bwip-js": "^4.1.2",
"callsite": "^1.0.0",
"cardinal": "^2.1.1",
"chokidar": "^3.4.0",
"columnify": "^1.6.0",
"compare-versions": "^3.5.1",
"compression": "^1.8.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.1.1",
"cors": "^2.8.5",
"decimal.js": "^10.4.3",
"diff": "^5.1.0",
"diff-match-patch": "^1.0.5",
"diff2html": "^3.4.52",
"dotenv": "^16.0.3",
"ejs": "^5.0.1",
"error-stack-parser": "^2.0.4",
"escape-string-regexp": "^4.0.0",
"estraverse": "^5.3.0",
"express": "^4.17.1",
"express-async-handler": "^1.2.0",
"express-basic-auth": "^1.2.0",
"express-http-proxy": "^1.6.0",
"express-session": "^1.18.2",
"express-useragent": "^1.0.15",
"fast-sort": "^3.4.1",
"fs-extra": "^9.0.1",
"got": "^12.5.3",
"hasbin": "^1.2.3",
"highlight.js": "^10.4.1",
"hpagent": "^1.2.0",
"http-proxy-middleware": "^3.0.5",
"int64-buffer": "^1.0.0",
"jimp": "^1.6.0",
"jpeg-exif": "npm:@profoundlogic/jpeg-exif@^1.1.7",
"jsonwebtoken": "^9.0.2",
"lockfile": "^1.0.4",
"marked": "^9.1.6",
"mathjs": "^13.2.0",
"memorystore": "^1.6.1",
"minimist": "^1.2.5",
"moment": "^2.26.0",
"morgan": "^1.9.1",
"mssql": "^12.1.0",
"multer": "^2.0.2",
"mysql": "^2.17.1",
"mysql2": "^3.11.5",
"ncconv": "^1.0.0",
"needle": "^3.1.0",
"nocache": "^3.0.4",
"node-domexception": "npm:@profoundlogic/node-domexception@^1.0.2",
"node-machine-id": "^1.1.12",
"node-sql-parser": "^4.6.6",
"nodemailer": "^8.0.5",
"openai": "^5.20.2",
"opentype.js": "^1.3.4",
"otplib": "^12.0.1",
"p-iteration": "^1.1.8",
"p-limit": "^3.1.0",
"pdf2json": "^3.1.6",
"pdfmake": "^0.2.4",
"pjsloader": "^2.0.0",
"profoundjs-iconv-lite": "^1.1.0",
"profoundjs-strands": "^1.0.3",
"profoundjs-swagger-stats": "^2.1.0",
"profoundjs-swagger-ui": "^1.2.3",
"progress": "^2.0.3",
"prompts": "^2.3.2",
"qrcode": "^1.5.4",
"randomatic": "^3.1.1",
"rotating-file-stream": "^3.2.1",
"semver": "^7.3.8",
"soap": "^1.4.1",
"ssh2": "^1.11.0",
"ssh2-sftp-client": "^8.1.0",
"stat-mode": "^1.0.0",
"swagger-client": "^3.35.6",
"true-case-path": "^2.2.1",
"typescript-compiler": "^1.4.1-2",
"uglify-js": "^3.17.4",
"uuid": "^8.3.1",
"write-excel-file": "^2.0.11",
"ws": "^8.7.0",
"xml-escape": "^1.1.0",
"xml2js": "^0.6.2"
},
"scripts": {
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:unit:coverage": "vitest run --coverage",
"postinstall": "node setup/install.js",
"git:reset": "sh -c \"scripts/gitreset\"",
"lint": "eslint",
"setup": "node setup/setup.js",
"completeInstall": "node setup/completeInstall.js"
},
"author": "Profound Logic Software",
"homepage": "http://profoundjs.com/",
"license": "SEE LICENSE IN LICENSE.txt"
}