-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "base64",
"version": "0.0.1",
"description": "Cross-platform base64 methods for encoding and decoding Unicode (16-bit) strings, including methods to make strings safe for use in `application/x-www-form-urlencoded` values.",
"main": "base64.js",
"scripts": {
"test": "./node_modules/criteria/bin/criteria test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikol/base64.git"
},
"keywords": [
"application/x-www-form-urlencoded",
"base64",
"base64ni",
"base64url",
"codec",
"digest value",
"ni",
"Named Information URI Format",
"URL query strings",
"RFC 4648",
"RFC 6920",
"Unicode",
"UTF-8"
],
"author": "",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/mikol/base64/issues"
},
"homepage": "https://github.com/mikol/base64#readme",
"devDependencies": {
"actually": "git+https://github.com/mikol/actually.git",
"criteria": "git+https://github.com/mikol/criteria.git"
}
}