Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "argio", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "nodejs light-weight commandline arguments parser", | ||
@@ -18,7 +18,7 @@ "main": "index.js", | ||
"after": "0.8.2", | ||
"eslint": "3.19.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"istanbul": "0.4.5", | ||
"mocha": "2.5.3", | ||
"supertest": "1.1.0" | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-markdown": "^1.0.0", | ||
"istanbul": "1.0.0-alpha.2", | ||
"mocha": "^6.1.4", | ||
"supertest": "^4.0.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "keywords": [ |
@@ -16,3 +16,7 @@ # argio | ||
``` | ||
// command line: node app.js subcommand1 subcommand2 -p1 v1 v2 v3 --s1 -p2 v4 | ||
// command line | ||
$ node app.js subcommand1 subcommand2 -p1 v1 v2 v3 --s1 -p2 v4 | ||
``` | ||
``` | ||
const argio = require('argio'); | ||
@@ -19,0 +23,0 @@ const parser = argio() |
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
5248
7
51
66
1