{
    "name": "@hclsoftware/secagent",
    "version": "1.15.0",
    "description": "IAST agent",
    "main": "src/Iast.js",
    "keywords": [
        "IAST",
        "Security",
        "AppScan",
        "HCL"
    ],
    "author": "HCL AppScan",
    "license": "SEE LICENSE IN HCL Master License Agreement.txt",
    "dependencies": {
        "acorn": "^8.15.0",
        "adm-zip": "^0.5.16",
        "body-parser": "^1.20.4",
        "cookie-parser": "^1.4.7",
        "deepdash": "^5.3.9",
        "escodegen": "^2.1.0",
        "estraverse": "^5.3.0",
        "express-session": "^1.18.2",
        "form-data": "^4.0.5",
        "lodash": "^4.18.1",
        "object-hash": "^3.0.0",
        "pako": "^2.1.0",
        "path-to-regexp": "^8.4.2",
        "process": "^0.11.10",
        "set-cookie-parser": "^3.0.1",
        "@root/walk": "^1.0.0"
    },
    "overrides": {
        "body-parser": {
            "qs": "^6.15.2"
        }
    },
    "bundledDependencies": [
        "lodash"
    ],
    "devDependencies": {
        "eslint": "^9.39.2",
        "eslint-config-standard": "^15.0.1",
        "eslint-plugin-import": "^2.29.1",
        "eslint-plugin-n": "^16.0.0",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^6.2.0",
        "eslint-plugin-standard": "^4.1.0"
    }
}