Comparing version 8.1.3 to 8.2.0
{ | ||
"name": "seeli", | ||
"version": "8.1.3", | ||
"version": "8.2.0", | ||
"description": "Object oriented, flexible CLI tools", | ||
@@ -10,4 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "tap -Rtap -J --cov test", | ||
"docs": "jsdoc -r lib" | ||
"test": "tap -Rtap -J --cov test" | ||
}, | ||
@@ -55,7 +54,7 @@ "repository": { | ||
"abbrev": "~1.1.0", | ||
"chalk": "^2.1.0", | ||
"cliui": "^4.0.0", | ||
"chalk": "^2.4.1", | ||
"cliui": "^4.1.0", | ||
"clone": "^2.0.0", | ||
"debug": "^3.1.0", | ||
"inquirer": "^4.0.0", | ||
"inquirer": "^6.0.0", | ||
"mout": "^1.0.0", | ||
@@ -68,4 +67,3 @@ "nopt": "~4.0.0", | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"tap": "^10.7.2" | ||
"tap": "^12.0.1" | ||
}, | ||
@@ -72,0 +70,0 @@ "nyc": { |
![build image](https://travis-ci.org/esatterwhite/node-seeli.svg?branch=master) ![package dependancies](https://david-dm.org/esatterwhite/node-seeli.png) | ||
[![Codacy Badge](https://www.codacy.com/project/badge/47a935a723c94c73bc97d749836ee489)](https://www.codacy.com/app/esatterwhite/node-seeli) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/47a935a723c94c73bc97d749836ee489)](https://www.codacy.com/app/esatterwhite/node-seeli?utm_source=github.com&utm_medium=referral&utm_content=esatterwhite/node-seeli&utm_campaign=Badge_Grade) | ||
@@ -211,3 +211,3 @@ seeli ( C. L. I. ) | ||
**flags** | `Object` | `{}` | key value pairs used to control the command where keys are the name of the flag and the values is a configuration object for the flag | ||
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.jso) your command should use | ||
**ui** | `String` | `dots` | The kind of [progress indicator](https://github.com/sindresorhus/cli-spinners/blob/master/spinners.json) your command should use | ||
**run** | `Function` | `no-op` | An async function used as the body of the command. It will be passed a `subcommand` name if one was passed, and a `data` object containing the processed values from the command input. | ||
@@ -236,6 +236,6 @@ | ||
Flag names that contain a colon (`:`) will be parsed as a nested value in the data that is return to you commands. You can Set arbitrarily deep values. | ||
You can use this to automatically construct complext object. Array values are limited to primitive types | ||
You can use this to automatically construct complex object. Array values are limited to primitive types | ||
```javascript | ||
// cli ---foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2 | ||
// cli --foo:bar:foobar=hello --foo:bar:baz=world --nested:array=1 --nested:array=2 | ||
@@ -242,0 +242,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
49543
1
+ Addedansi-regex@4.1.1(transitive)
+ Addedchardet@0.7.0(transitive)
+ Addedexternal-editor@3.1.0(transitive)
+ Addedinquirer@6.5.2(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removedchardet@0.4.2(transitive)
- Removedexternal-editor@2.2.0(transitive)
- Removedinquirer@4.0.2(transitive)
- Removedrx-lite@4.0.8(transitive)
- Removedrx-lite-aggregates@4.0.8(transitive)
Updatedchalk@^2.4.1
Updatedcliui@^4.1.0
Updatedinquirer@^6.0.0