Comparing version 0.0.10 to 0.0.11
@@ -455,4 +455,12 @@ var util = require("util"), | ||
var handleEPIPE = function(e) { | ||
if (e.code !== "EPIPE") { | ||
process.emit("error", e); | ||
} | ||
}; | ||
process.stdout.on("error", handleEPIPE); | ||
this.stdin.on("end", function() { | ||
this.jsonC.processObjects([this.jsonC.buffer, null]); | ||
process.stdout.removeListener("error", handleEPIPE); | ||
}); | ||
@@ -459,0 +467,0 @@ } |
{ "name": "json" | ||
, "version": "0.0.10" | ||
, "version": "0.0.11" | ||
, "engines": [ "node >=0.4.0" ] | ||
, "description": "JSON command line processing toolkit." | ||
, "author": "Zachary Poley <zpoley@gmail.com> (http://zpoley.net)" | ||
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)", "Andrey Tarantsov <andreyvit@gmail.com> (http://www.tarantsov.com/)", "Niek Schmoller <niek.schmoller@helderberg.nl> (http://helderberg.nl)" ] | ||
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)", "Andrey Tarantsov <andreyvit@gmail.com> (http://www.tarantsov.com/)", "Niek Schmoller <niek.schmoller@helderberg.nl> (http://helderberg.nl)", "Ryunosuke SATO (http://d.hatena.ne.jp/tricknotes/)" ] | ||
, "keywords" : [ "json", "command", "shell" ] | ||
@@ -8,0 +8,0 @@ , "man" : "./man/json.1" |
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
28235
535