simple-argparse
Advanced tools
Comparing version 0.0.0-alpha.1.0 to 0.0.0-alpha.1.1
{ | ||
"name": "simple-argparse", | ||
"version": "0.0.0-alpha.1.0", | ||
"version": "0.0.0-alpha.1.1", | ||
"description": "Simple Argument parser for Command-line Applications", | ||
@@ -24,4 +24,4 @@ "homepage": "https://github.com/forfuture-dev/node-simple-argparse", | ||
"devDependencies": { | ||
"mocha": "^1.21.5", | ||
"should": "^4.0.4" | ||
"mocha": "1.21.5", | ||
"should": "4.0.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ | ||
|Node|0.11, 0.10, 0.8, 0.6| | ||
|Last Updated|12th Oct, 2014| | ||
|Last Updated|13th Oct, 2014| | ||
@@ -60,5 +60,5 @@ | ||
var myOtherParser = new myParser(function(output) { | ||
socket.emit("commandComplete", output); | ||
}); | ||
var myOtherParser = new myParser(function(output) { | ||
socket.emit("commandComplete", output); | ||
}); | ||
@@ -65,0 +65,0 @@ A Parser has these methods: |
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
10355