|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "description": "A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers",
|
5 | 5 | "keywords": [
|
6 | | - "base64, uint8array, arraybuffer, typedarray, urlBase64ToUint8Array, vapid, web push, push, push notifications" |
| 6 | + "base64", |
| 7 | + "uint8array", |
| 8 | + "arraybuffer", |
| 9 | + "typedarray", |
| 10 | + "urlBase64ToUint8Array", |
| 11 | + "vapid", |
| 12 | + "web push", |
| 13 | + "push", |
| 14 | + "push notifications" |
7 | 15 | ],
|
8 | 16 | "homepage": "https://github.com/PropreCity/base64-u8array-arraybuffer#readme",
|
9 | 17 | "bugs": {
|
|
0 commit comments