UNPKG

radio-symbol

Version:

Unicode radio button symbol, for toggling on/off in prompts.

62 lines (61 loc) 1.17 kB
{ "name": "radio-symbol", "description": "Unicode radio button symbol, for toggling on/off in prompts.", "version": "2.0.0", "homepage": "https://github.com/enquirer/radio-symbol", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "enquirer/radio-symbol", "bugs": { "url": "https://github.com/enquirer/radio-symbol/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "ansi-gray": "^0.1.1", "ansi-green": "^0.1.1", "is-windows": "^1.0.1" }, "devDependencies": { "gulp-format-md": "^0.1.12", "mocha": "^3.3.0" }, "keywords": [ "cli", "console", "prompt", "radio", "symbol", "terminal", "unicode" ], "verb": { "toc": true, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "error-symbol", "info-symbol", "success-symbol", "warning-symbol" ] }, "lint": { "reflinks": true } } }