| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "wide-align",
- "version": "1.1.3",
- "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 || 2"
- },
- "devDependencies": {
- "tap": "10 || 11 || 12"
- },
- "files": [
- "align.js"
- ],
- "__npminstall_done": "Thu Dec 24 2020 20:21:07 GMT+0800 (CST)",
- "_from": "wide-align@1.1.3",
- "_resolved": "https://registry.npm.taobao.org/wide-align/download/wide-align-1.1.3.tgz"
- }
|