is-secret
Version:
A distributed maintained collection of patterns that indicate that something probably is secret
35 lines (34 loc) • 795 B
JSON
{
"name": "is-secret",
"version": "1.2.1",
"description": "A distributed maintained collection of patterns that indicate that something probably is secret",
"main": "index.js",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.9.1"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/is-secret.git"
},
"keywords": [
"secret",
"validate",
"redact",
"protect",
"filter"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/is-secret/issues"
},
"homepage": "https://github.com/watson/is-secret#readme",
"coordinates": [
55.778275,
12.593119
]
}