command-line-usage
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "command-line-usage", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Generates command-line usage information", | ||
@@ -26,11 +26,11 @@ "repository": "https://github.com/75lb/command-line-usage.git", | ||
"dependencies": { | ||
"ansi-escape-sequences": "^3.0.0", | ||
"array-back": "^1.0.4", | ||
"table-layout": "^0.4.0", | ||
"typical": "^2.6.0" | ||
"ansi-escape-sequences": "^4.0.0", | ||
"array-back": "^2.0.0", | ||
"table-layout": "^0.4.1", | ||
"typical": "^2.6.1" | ||
}, | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"test-runner": "^0.3.0" | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"test-runner": "^0.4.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ [![view on npm](http://img.shields.io/npm/v/command-line-usage.svg)](https://www.npmjs.org/package/command-line-usage) | ||
## Synopis | ||
## Synopsis | ||
A usage guide is created by first defining an arbitrary number of sections, e.g. a description section, synopsis, option list, examples, footer etc. Each section has an optional header and some content. Each section must be of type <code><a href="#commandlineusagecontent">content</a></code> or <code><a href="#commandlineusageoptionlist">optionList</a></code>. | ||
@@ -127,3 +127,3 @@ | ||
**Kind**: inner typedef of <code>[commandLineUsage](#exp_module_command-line-usage--commandLineUsage)</code> | ||
**Kind**: inner typedef of [<code>commandLineUsage</code>](#exp_module_command-line-usage--commandLineUsage) | ||
**Properties** | ||
@@ -207,3 +207,3 @@ | ||
**Kind**: inner typedef of <code>[commandLineUsage](#exp_module_command-line-usage--commandLineUsage)</code> | ||
**Kind**: inner typedef of [<code>commandLineUsage</code>](#exp_module_command-line-usage--commandLineUsage) | ||
**Properties** | ||
@@ -259,2 +259,2 @@ | ||
© 2015-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown). | ||
© 2015-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
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
23386
+ Addedansi-escape-sequences@4.1.0(transitive)
+ Addedarray-back@3.1.0(transitive)
- Removedansi-escape-sequences@3.0.0(transitive)
- Removedarray-back@1.0.4(transitive)
Updatedansi-escape-sequences@^4.0.0
Updatedarray-back@^2.0.0
Updatedtable-layout@^0.4.1
Updatedtypical@^2.6.1