Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
{
"name" : "immediate" ,
"version" : "3.0.6" ,
"description" : "A cross browser microtask library" ,
"contributors" : [
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)" ,
"Donavon West <github@donavon.com> (http://donavon.com)" ,
"Yaffle" ,
"Calvin Metcalf <calvin.metcalf@gmail.com>"
],
"license" : "MIT" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/calvinmetcalf/immediate.git"
},
"files" : [
"lib" ,
"dist"
],
"bugs" : "https://github.com/calvinmetcalf/immediate/issues" ,
"main" : "lib/index.js" ,
"scripts" : {
"build" : "npm run build-node && npm run build-js && npm run uglify" ,
"build-node" : "browserify-transform-cli inline-process-browser unreachable-branch-transform < ./lib/index.js > ./lib/browser.js" ,
"uglify" : "uglifyjs dist/immediate.js -mc > dist/immediate.min.js" ,
"build-js" : "browserify -s immediate ./lib/browser.js | derequire > dist/immediate.js" ,
"test" : "jshint lib/*.js && node test/tests.js"
},
"browser" : {
"./lib/index.js" : "./lib/browser.js"
},
"devDependencies" : {
"browserify" : "^13.0.0" ,
"browserify-transform-cli" : "^1.1.1" ,
"derequire" : "^2.0.0" ,
"inline-process-browser" : "^2.0.0" ,
"jshint" : "^2.5.1" ,
"tape" : "^4.0.0" ,
"uglify-js" : "^2.4.13" ,
"unreachable-branch-transform" : "^0.5.1"
}
}
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