UNPKG
js-base64
Version:
latest (3.7.8)
3.7.8
3.7.7
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.2
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.2.4
3.2.3
3.2.2
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
Yet another Base64 transcoder in pure-JS
github.com/dankogai/js-base64
dankogai/js-base64
js-base64
/
bower.json
19 lines
(18 loc)
•
254 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"js-base64"
,
"version"
:
"3.0.3"
,
"license"
:
"BSD-3-Clause"
,
"main"
:
[
"./base64.js"
]
,
"ignore"
:
[
"old"
,
"test"
,
".gitignore"
,
".travis.yml"
,
"base64.html"
,
"package.json"
]
,
"dependencies"
:
{
}
}