Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
update new list of users
Commit Description:
update new list of users
{
"name" : "vlq" ,
"description" : "Generate, and decode, base64 VLQ mappings for source maps and other uses" ,
"author" : "Rich Harris" ,
"repository" : "https://github.com/Rich-Harris/vlq" ,
"license" : "MIT" ,
"version" : "0.2.3" ,
"main" : "dist/vlq.js" ,
"module" : "src/vlq.js" ,
"files" : [
"README.md" ,
"LICENSE" ,
"src/vlq.js" ,
"dist/vlq.js"
],
"devDependencies" : {
"eslint" : "^3.19.0" ,
"rollup" : "^0.41.6"
},
"scripts" : {
"build" : "rollup src/vlq.js -n vlq -f umd > dist/vlq.js" ,
"lint" : "eslint src" ,
"test" : "node test" ,
"pretest" : "npm run build" ,
"prepublish" : "npm test"
}
}
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