command-line-usage
Advanced tools
Comparing version 3.0.8 to 4.0.0
{ | ||
"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" | ||
] | ||
} | ||
} |
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
4
2
23385
8
297
+ Addedarray-back@2.0.0(transitive)
+ Addeddeep-extend@0.6.0(transitive)
+ Addedlodash.padend@4.6.1(transitive)
+ Addedtable-layout@0.4.5(transitive)
+ Addedwordwrapjs@3.0.0(transitive)
- Removedfeature-detect-es6@^1.3.1
- Removedcore-js@2.6.12(transitive)
- Removeddeep-extend@0.4.2(transitive)
- Removedfeature-detect-es6@1.5.0(transitive)
- Removedtable-layout@0.3.0(transitive)
- Removedwordwrapjs@2.0.0(transitive)
Updatedarray-back@^1.0.4
Updatedtable-layout@^0.4.0