-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.01 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "chromium-base64",
"version": "0.5.0",
"description": "Base64 Encoder/Decoder ⚡⚡⚡ 9Kb FASTEST NPM JAVASCRIPT IMPLEMENTATION 2023!",
"devDependencies": {
"path": "~0.12.7",
"uglifyjs-3-webpack-plugin": "~1.2.4",
"webpack": "~4.37.0",
"webpack-cli": "~4.10.0",
"babel-loader": "~8.3.0",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6"
},
"build": {},
"author": "Affolter Matias",
"keywords": [
"B64",
"Base64",
"b64",
"64",
"base64",
"base64-js",
"base",
"encoder",
"decoder",
"javascript",
"js",
"encode",
"decode",
"byte",
"bytes",
"Byte",
"Bytes",
"fast",
"optimization",
"efficiency",
"performance",
"msgpackr"
],
"scripts": {
"build": "NODE_ENV=production webpack --node-env \"production\""
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/chromium-base64.git"
},
"engines": {
"node": ">=0.8.0"
}
}