You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
808 B

{
"name": "wide-align",
"version": "1.1.2",
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"main": "align.js",
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
},
"keywords": [
"wide",
"double",
"unicode",
"cjkv",
"pad",
"align"
],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/iarna/wide-align"
},
"dependencies": {
"string-width": "^1.0.2"
},
"devDependencies": {
"tap": "^10.3.2"
},
"files": [
"align.js"
]
}