Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
{
"name" : "linebreak" ,
"version" : "1.0.2" ,
"description" : "An implementation of the Unicode Line Breaking Algorithm (UAX #14)" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/devongovett/linebreaker.git"
},
"keywords" : [
"unicode" ,
"text" ,
"wrapping"
],
"author" : "Devon Govett <devongovett@gmail.com>" ,
"license" : "MIT" ,
"bugs" : {
"url" : "https://github.com/devongovett/linebreaker/issues"
},
"homepage" : "https://github.com/devongovett/linebreaker" ,
"dependencies" : {
"base64-js" : "0.0.8" ,
"brfs" : "^2.0.2" ,
"unicode-trie" : "^1.0.0"
},
"devDependencies" : {
"mocha" : "^6.0.2"
},
"scripts" : {
"test" : "mocha"
},
"main" : "src/linebreaker" ,
"browserify" : {
"transform" : [
"brfs"
]
}
}
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