-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 857 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 857 Bytes
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
39
40
41
42
43
44
45
46
{
"name": "utf-zap",
"version": "2.3.1",
"description": "UTFzap ⚡ ~6.8 kB Intelligent UTF-16 almost 75% faster and 9% lighter compared to the native UTF-8 browser serializer!",
"devDependencies": {
"tinyify": "^4.0.0"
},
"build": {},
"scripts": {},
"author": "Affolter Matias",
"keywords": [
"utfzap",
"utf-zap",
"utfz",
"utfz-lib",
"utfz2.0",
"lz",
"lz-string",
"lz77",
"compress",
"encode",
"decode",
"string",
"buffer",
"parse",
"array",
"decompress",
"compress string",
"decompress string",
"UTF8",
"UTF-8",
"UTF16",
"UTF-16le"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/UTFzap.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"core-js": "^3.27.1"
}
}