Socket
Socket
Sign inDemoInstall

command-line-usage

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-usage - npm Package Compare versions

Comparing version 3.0.8 to 4.0.0

25

package.json
{
"name": "command-line-usage",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.8",
"version": "4.0.0",
"description": "Generates command-line usage information",
"repository": "https://github.com/75lb/command-line-usage.git",
"license": "MIT",
"main": "index",
"main": "lib/command-line-usage",
"files": [
"es5",
"lib",
"index.js"
"lib"
],

@@ -21,27 +19,18 @@ "keywords": [

"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
},
"scripts": {
"docs": "jsdoc2md -t jsdoc2md/README.hbs --no-gfm lib/*.js > README.md; echo",
"test": "test-runner test/*.js",
"es5": "rm -rf es5 && babel --presets babel-preset-es2015 --no-comments lib --out-dir es5"
"test": "test-runner test/*.js"
},
"dependencies": {
"ansi-escape-sequences": "^3.0.0",
"array-back": "^1.0.3",
"table-layout": "^0.3.0",
"feature-detect-es6": "^1.3.1",
"array-back": "^1.0.4",
"table-layout": "^0.4.0",
"typical": "^2.6.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"core-assert": "^0.2.1",
"jsdoc-to-markdown": "^2.0.1",
"test-runner": "^0.3.0"
},
"standard": {
"ignore": [
"es5"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc