SAP-BTP-Spielwiese/app1/node_modules/@sap/audit-logging/package.json

50 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "@sap/audit-logging",
"description": "Provides audit logging functionalities for Node.js applications",
"version": "5.8.3",
"license": "SEE LICENSE IN LICENSE file",
"main": "index.js",
"repository": {},
"scripts": {
"lint": "eslint -f stylish --ignore-path .gitignore .",
"toc": "markdown-toc -i README.md",
"test": "node build/test",
"itest-v1": "mocha itest/v1-test.js",
"itest-v2": "mocha itest/v2-test.js",
"prepareRelease": "npm shrinkwrap && clean-packages -i"
},
"files": [
"lib",
"index.js",
"middleware.js",
"package.json",
"README.md",
"CHANGELOG.md",
"npm-shrinkwrap.json",
"LICENSE"
],
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
},
"dependencies": {
"@sap/xssec": "^3.6.1",
"debug": "4.3.4",
"fetch-retry": "4.1.0",
"node-cache": "5.1.2",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@sap/hdbext": "8.0.0",
"async": "3.2.4",
"c8": "7.11.0",
"chai": "4.2.0",
"eslint": "3.2.2",
"filter-node-package": "3.2.0",
"lodash": "4.17.21",
"markdown-toc": "^1.1.0",
"mocha": "7.1.1",
"node-build": "^2.0.1",
"node-style": "^2.0.1",
"sinon": "7.5.0"
}
}