blob: f022ba97fe93a3e741fa046486aed956e340335d [file] [log] [blame]
{
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"dependencies": {
"string-width": "^1.0.2 || 2"
},
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
"tap": "10 || 11 || 12"
},
"files": [
"align.js"
],
"keywords": [
"wide",
"double",
"unicode",
"cjkv",
"pad",
"align"
],
"license": "ISC",
"main": "align.js",
"name": "wide-align",
"repository": {
"type": "git",
"url": "https://github.com/iarna/wide-align"
},
"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"
},
"version": "1.1.3"
}