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

42 lines
1 KiB
JSON
Raw Normal View History

{
"name": "@sap/xsenv",
"version": "4.2.0",
"description": "Utility for easy setup and access of SAP HANA XS Advanced environment variables",
"repository": {},
"license": "SEE LICENSE IN LICENSE file",
"main": "index.js",
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
},
"files": [
"lib",
"index.js",
"migration.md",
"package.json",
"README.md",
"npm-shrinkwrap.json",
"LICENSE"
],
"scripts": {
"test": "node build/test",
"lint": "eslint -f stylish --ignore-path .gitignore .",
"prepareRelease": "npm shrinkwrap && clean-packages -i && npm prune"
},
"devDependencies": {
"eslint": "3.2.2",
"filter-node-package": "2.2.0",
"c8": "7.10.0",
"lodash": "4.17.21",
"mocha": "7.1.1",
"mock-fs": "^4.10.1",
"node-build": "^2.0.1",
"node-style": "^2.0.0",
"proxyquire": "^2.1.3",
"should": "10.0.0"
},
"dependencies": {
"debug": "4.3.3",
"node-cache": "^5.1.0",
"verror": "1.10.0"
}
}