Initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 3 Mar 2022 01:38:16 +0000 (17:38 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 25 Mar 2022 22:29:32 +0000 (15:29 -0700)
commit229dafe0003708b9fad190b4c0fc68136efd4f8c
tree8a5ae256e5dea5e2a3a21d3840ad72791a9c59b9
parent21506cf49b1d239d780b377651554dc868639477
Initial commit
13 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/data-sanitizers.js [new file with mode: 0644]
lib/json-replacers.js [new file with mode: 0644]
lib/logger.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/data-sanitizers.js [new file with mode: 0644]
test/lib/json-replacers.js [new file with mode: 0644]
test/lib/logger.js [new file with mode: 0644]