UNPKG
js-chacha20
Version:
latest (1.1.0)
1.1.0
1.0.0
Pure JavaScript ChaCha20 stream cipher
github.com/thesimj/js-chacha20
thesimj/js-chacha20
js-chacha20
/
.eslintrc.json
14 lines
(13 loc)
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
true
,
"es6"
:
true
,
"node"
:
true
}
,
"extends"
:
"standard"
,
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"module"
}
}