UNPKG

choices-separator

Version:

Separator for choices arrays in prompts. Based on the Separator from inquirer.

79 lines (78 loc) 1.42 kB
{ "name": "choices-separator", "description": "Separator for choices arrays in prompts. Based on the Separator from inquirer.", "version": "2.0.0", "homepage": "https://github.com/enquirer/choices-separator", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "enquirer/choices-separator", "bugs": { "url": "https://github.com/enquirer/choices-separator/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "ansi-dim": "^0.1.1", "debug": "^2.6.6", "strip-color": "^0.1.0" }, "devDependencies": { "gulp-format-md": "^0.1.12", "mocha": "^3.3.0" }, "keywords": [ "answer", "answers", "ask", "checkbox", "choice", "choices", "cli", "command", "enquirer", "enquirerprompt", "input", "inquire", "inquirer", "interact", "list", "menu", "password", "prompt", "prompts", "question", "readline", "separator", "stdin", "stdout", "terminal", "tty", "ui" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": [ "enquirer" ] } } }