choices-separator
Advanced tools
Comparing version 0.1.1 to 0.1.2
'use strict'; | ||
var debug = require('debug')('choices-separator'); | ||
var repeat = require('repeat-string'); | ||
@@ -15,2 +16,3 @@ var gray = require('ansi-gray'); | ||
function Separator(line) { | ||
debug('initializing from <%s>', __filename); | ||
this.isSeparator = true; | ||
@@ -17,0 +19,0 @@ this.prefix = ' '; |
{ | ||
"name": "choices-separator", | ||
"description": "Separator for choices arrays in prompts. Based on the Separator from inquirer.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/enquirer/choices-separator", | ||
@@ -13,5 +13,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"files": [ | ||
"index.js", | ||
"LICENSE", | ||
"README.md" | ||
"index.js" | ||
], | ||
@@ -27,4 +25,10 @@ "main": "index.js", | ||
"ansi-gray": "^0.1.1", | ||
"debug": "^2.2.0", | ||
"repeat-string": "^1.5.4" | ||
}, | ||
"devDependencies": { | ||
"gulp-format-md": "^0.1.10", | ||
"mocha": "^3.0.2", | ||
"strip-color": "^0.1.0" | ||
}, | ||
"keywords": [ | ||
@@ -36,2 +40,3 @@ "answer", | ||
"choice", | ||
"choices", | ||
"cli", | ||
@@ -59,7 +64,2 @@ "command", | ||
], | ||
"devDependencies": { | ||
"gulp-format-md": "^0.1.10", | ||
"mocha": "^3.0.2", | ||
"strip-color": "^0.1.0" | ||
}, | ||
"verb": { | ||
@@ -66,0 +66,0 @@ "toc": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6599
52
3
+ Addeddebug@^2.2.0
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)