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
has-unicode
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "name": "has-unicode", "version": "2.0.1", "description": "Try to guess if your terminal supports unicode", "main": "index.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "https://github.com/iarna/has-unicode" }, "keywords": [ "unicode", "terminal" ], "files": [ "index.js" ], "author": "Rebecca Turner <me@re-becca.org>", "license": "ISC", "bugs": { "url": "https://github.com/iarna/has-unicode/issues" }, "homepage": "https://github.com/iarna/has-unicode", "devDependencies": { "require-inject": "^1.3.0", "tap": "^2.3.1" } }