Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fix link
Commit Description:
fix link
{
"name" : "brotli" ,
"version" : "1.3.2" ,
"description" : "A port of the Brotli compression algorithm as used in WOFF2" ,
"main" : "index.js" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/devongovett/brotli.js.git"
},
"keywords" : [
"compress" ,
"decompress" ,
"encode" ,
"decode"
],
"author" : "Devon Govett <devongovett@gmail.com>" ,
"license" : "MIT" ,
"bugs" : {
"url" : "https://github.com/devongovett/brotli.js/issues"
},
"homepage" : "https://github.com/devongovett/brotli.js" ,
"dependencies" : {
"base64-js" : "^1.1.2"
},
"devDependencies" : {
"mocha" : "^2.2.1"
},
"browser" : {
"./dec/dictionary-data.js" : "./dec/dictionary-browser.js"
},
"scripts" : {
"test" : "mocha" ,
"prepublish" : "make"
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings