Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
{
"name" : "base64-js" ,
"description" : "Base64 encoding/decoding in pure JS" ,
"version" : "1.3.1" ,
"author" : "T. Jameson Little <t.jameson.little@gmail.com>" ,
"bugs" : {
"url" : "https://github.com/beatgammit/base64-js/issues"
},
"devDependencies" : {
"benchmark" : "^2.1.4" ,
"browserify" : "^16.3.0" ,
"standard" : "*" ,
"tape" : "4.x" ,
"uglify-js" : "^3.6.0"
},
"homepage" : "https://github.com/beatgammit/base64-js" ,
"keywords" : [
"base64"
],
"license" : "MIT" ,
"main" : "index.js" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/beatgammit/base64-js.git"
},
"scripts" : {
"build" : "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js" ,
"lint" : "standard" ,
"test" : "npm run lint && npm run unit" ,
"unit" : "tape test/*.js"
}
}
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