-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.src.json
24 lines (23 loc) · 1002 Bytes
/
package.src.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bestbase64utf8",
"version": "1.0.3",
"description": "The most standard, most cross-browser, most compact, and fastest possible btoa and atob solution for unicode strings with high code points. Made by AnonyCo with ❤️ from 🐕s.",
"keywords": ["btoa", "atob", "utf8", "utf-8", "base64", "javascript", "browser", "node", "node.js", "nodejs", "library", "1kb", "fast", "performance"],
"homepage": "https://github.com/anonyco/BestBase64EncoderDecoder#quick-start",
"bugs": {
"url" : "https://github.com/anonyco/BestBase64EncoderDecoder/issues",
"email" : "wowzeryest@gmail.com"
},
"license": "Unlicense",
"author": {
"name" : "Jack Giffin",
"email" : "wowzeryest@gmail.com",
"url" : "https://jackgiffin.com/"
},
"main": "atobAndBtoaTogether.node.min.js",
"repository": {
"type" : "git",
"url" : "https://github.com/anonyco/BestBase64EncoderDecoder.git"
},
"files": ["atobAndBtoaTogether.node.min.js", "atobAndBtoaTogether.min.js"]
}