Sign in
skia
/
external
/
github.com
/
google
/
brotli
/
ce9c16e88296385071d975665acb3c3eaa96f26a
/
.
/
js
/
package.json
blob: 33ff6f45eff32e919500119ffc36b551c6d7080e [
file
] [
log
] [
blame
]
{
"name"
:
"brotli"
,
"description"
:
"Pure JavaScript Brotli implementation"
,
"bin"
:
{
"brotli"
:
"cli.js"
},
"files"
:
[
"cli.js"
,
"decode.js"
],
"dependencies"
:
{
"yargs"
:
"~8.0.2"
}
}