prompt-base
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "prompt-base", | ||
"description": "Base prompt module used for creating custom prompts.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/enquirer/prompt-base", | ||
@@ -26,2 +26,24 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
}, | ||
"dependencies": { | ||
"component-emitter": "^1.2.1", | ||
"debug": "^2.6.8", | ||
"log-utils": "^0.2.1", | ||
"prompt-actions": "^1.1.1", | ||
"prompt-question": "^3.0.0", | ||
"readline-ui": "^2.2.1", | ||
"readline-utils": "^2.2.1", | ||
"static-extend": "^0.1.2" | ||
}, | ||
"devDependencies": { | ||
"ansi-magenta": "^0.1.1", | ||
"capture-stream": "^0.1.2", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-format-md": "^0.1.12", | ||
"gulp-istanbul": "^1.1.1", | ||
"gulp-mocha": "^3.0.1", | ||
"mocha": "^3.4.1", | ||
"repeat-string": "^1.6.1", | ||
"strip-color": "^0.1.0" | ||
}, | ||
"keywords": [ | ||
@@ -87,7 +109,7 @@ "answer", | ||
"enquirer", | ||
"prompt-choices", | ||
"prompt-password", | ||
"prompt-question", | ||
"readline-ui", | ||
"readline-utils", | ||
"prompt-choices", | ||
"prompt-password" | ||
"readline-utils" | ||
], | ||
@@ -97,25 +119,3 @@ "lint": { | ||
} | ||
}, | ||
"dependencies": { | ||
"component-emitter": "^1.2.1", | ||
"debug": "^2.6.8", | ||
"log-utils": "^0.2.1", | ||
"prompt-actions": "^1.1.1", | ||
"prompt-question": "^2.1.0", | ||
"readline-ui": "^2.2.1", | ||
"readline-utils": "^2.2.1", | ||
"static-extend": "^0.1.2" | ||
}, | ||
"devDependencies": { | ||
"ansi-magenta": "^0.1.1", | ||
"capture-stream": "^0.1.2", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-format-md": "^0.1.12", | ||
"gulp-istanbul": "^1.1.1", | ||
"gulp-mocha": "^3.0.1", | ||
"mocha": "^3.4.1", | ||
"repeat-string": "^1.6.1", | ||
"strip-color": "^0.1.0" | ||
} | ||
} |
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
+ Addedchoices-separator@2.0.0(transitive)
+ Addedclone-deep@0.3.0(transitive)
+ Addedfor-own@1.0.0(transitive)
+ Addedkind-of@4.0.0(transitive)
+ Addedpointer-symbol@1.0.0(transitive)
+ Addedprompt-choices@3.0.6(transitive)
+ Addedprompt-question@3.0.3(transitive)
+ Addedradio-symbol@2.0.0(transitive)
+ Addedset-value@1.0.0(transitive)
+ Addedterminal-paginator@2.0.2(transitive)
- Removedchoices-separator@1.1.0(transitive)
- Removedclone-deep@0.2.4(transitive)
- Removedfor-own@0.1.5(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedprompt-choices@2.0.0(transitive)
- Removedprompt-question@2.1.0(transitive)
- Removedradio-symbol@1.0.3(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedset-value@0.4.3(transitive)
- Removedterminal-paginator@1.1.0(transitive)
Updatedprompt-question@^3.0.0