UNPKG

ansy

Version:

Cross platform ANSI colors made easy.

51 lines 1.04 kB
{ "name": "ansy", "description": "Cross platform ANSI colors made easy.", "keywords": [ "ansy", "cross", "platform", "ansi", "colors", "made", "easy" ], "license": "MIT", "version": "1.0.16", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/ansy.git" }, "bugs": { "url": "https://github.com/IonicaBizau/ansy/issues" }, "homepage": "https://github.com/IonicaBizau/ansy#readme", "dependencies": { "ansi-styles": "^3.0.0", "custom-return": "^1.0.0", "supports-color": "^3.1.2", "ul": "^5.2.1" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }