Comparing version 0.1.14 to 0.1.15
@@ -0,1 +1,7 @@ | ||
0.1.15 / 2013-05-13 | ||
------------------- | ||
* Fixed #55, @trebor89 | ||
0.1.14 / 2013-05-12 | ||
@@ -2,0 +8,0 @@ ------------------- |
@@ -85,3 +85,4 @@ /** internal | ||
// determines whether an "option" looks like a negative number | ||
this._regexpNegativeNumber = new RegExp('^-\\d+$|^-\\d*\\.\\d+$'); | ||
// -1, -1.5 -5e+4 | ||
this._regexpNegativeNumber = new RegExp('^[-]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?$'); | ||
@@ -88,0 +89,0 @@ // whether or not there are any optionals that look like negative |
{ | ||
"name" : "argparse", | ||
"description" : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", | ||
"version" : "0.1.14", | ||
"version" : "0.1.15", | ||
"keywords" : ["cli", "parser", "argparse", "option", "args"], | ||
@@ -6,0 +6,0 @@ "homepage" : "https://github.com/nodeca/argparse", |
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
125180
3484