forked from watson/redact-secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "redact-secrets",
"version": "1.0.0",
"description": "Deeply iterate over an object and redact secret values by replacing them with a predefined string",
"main": "./src/index.js",
"dependencies": {
"traverse": "^0.6.6"
},
"devDependencies": {
"clone": "^2.0.0",
"standard": "^8.5.0",
"tape": "^4.6.2"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/redact-secrets.git"
},
"keywords": [
"secret",
"hidden",
"redact",
"redacting",
"iterate",
"walk",
"traverse",
"obj",
"object",
"json"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/redact-secrets/issues"
},
"homepage": "https://github.com/watson/redact-secrets#readme",
"coordinates": [
55.6810347,
12.5644174
]
}