UNPKG
@rikishi/secure-env
Version:
latest (1.2.1)
1.2.1
Use ENVs securely with encryption
github.com/kunalpanchal/secure-env
kunalpanchal/secure-env
@rikishi/secure-env
/
dist
/
es5
/
node_modules
/
json5
/
lib
/
index.js
10 lines
(7 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
parse =
require
(
'./parse'
)
const
stringify =
require
(
'./stringify'
)
const
JSON
5 = { parse, stringify, }
module
.
exports
=
JSON
5