git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
wide-align
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "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" ] }