Comparing version 0.0.5 to 0.0.6
@@ -5,4 +5,2 @@ var colours = { black : 0, red : 1, green : 2, yellow : 3, blue : 4, magenta : 5, cyan : 6, white : 7 }, | ||
[[1,31,4], ['string']] | ||
[[],['foo']] | ||
function AnsiPansi( str ) { | ||
@@ -22,3 +20,3 @@ this.formats = []; this.output = []; | ||
function setFormat( v ) { return function() { this.current[0].push( v ); return this; }; } | ||
function setView( v ) { return function() { this.view = v; return this; }; } | ||
function setView( v ) { return function() { this.view = v; return this; }; } | ||
function tostring( s, v ) { | ||
@@ -25,0 +23,0 @@ switch ( Object.prototype.toString.call( v ) ) { |
{ | ||
"author" : { | ||
"name" : "constantology", | ||
"email" : "constantology@gmail.com", | ||
"email" : "christos@muigui.com", | ||
"url" : "http://muigui.com" | ||
@@ -19,3 +19,3 @@ }, | ||
}, | ||
"version" : "0.0.5" | ||
"version" : "0.0.6" | ||
} |
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
8129
45