redact-variables
Version:
redact sensitive and secret variables
36 lines (35 loc) • 839 B
JSON
{
"name": "redact-variables",
"version": "1.4.3",
"description": "redact sensitive and secret variables",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/amarouane-ABDLHAK/redact-variables.git"
},
"bin": {
"redact": "./cli.js"
},
"keywords": [
"Redact",
"Security",
"environment-variables"
],
"author": "amarouane am0089@uah.edu",
"license": "MIT",
"homepage": "https://github.com/amarouane-ABDLHAK/redact-variables.git",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"coveralls": "^3.0.4",
"mocha": "^10.2.0",
"nyc": "^14.1.1"
}
}