Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
{
"name" : "png-js" ,
"description" : "A PNG decoder in JavaScript" ,
"version" : "1.0.0" ,
"author" : {
"name" : "Devon Govett" ,
"email" : "devongovett@gmail.com" ,
"url" : "http://badassjs.com/"
},
"repository" : {
"type" : "git" ,
"url" : "https://github.com/devongovett/png.js.git"
},
"bugs" : "http://github.com/devongovett/png.js/issues" ,
"devDependencies" : {
"jest" : "^24.1.0" ,
"prettier" : "^1.16.4"
},
"scripts" : {
"test" : "jest" ,
"prettier" : "prettier test/**/*.js png-node.js png.js --write"
},
"main" : "png-node.js" ,
"engine" : [
"node >= v0.6.0"
],
"jest" : {
"setupFiles" : [
"<rootDir>/test/patch-canvas.js" ,
"<rootDir>/zlib.js" ,
"<rootDir>/png.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