UNPKG

951 BJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "base64-encoding",
6 "version": "0.15.0-alpha.0",
7 "description": "Fast Base64 encoding and decoding powered by WebAssembly.",
8 "license": "NOASSERTION",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/qwtel/base64-encoding.git"
16 },
17 "bugs": {
18 "url": "https://github.com/qwtel/base64-encoding/issues"
19 },
20 "homepage": "https://qwtel.com/base64-encoding/",
21 "keywords": [
22 "base64",
23 "decoding",
24 "encoding",
25 "fast",
26 "isomorphic",
27 "universal",
28 "wasm",
29 "webassembly"
30 ],
31 "exports": {
32 ".": {
33 "import": "./esm/index.js",
34 "require": "./script/index.js",
35 "types": "./types/index.d.ts"
36 }
37 },
38 "dependencies": {},
39 "devDependencies": {}
40}
\No newline at end of file