Comparing version 0.9.13 to 0.9.14
@@ -74,2 +74,10 @@ | ||
indstr = padRight('', opt.indent); | ||
/* | ||
0000000 0000000 000 0000000 00000000 0000000 | ||
000 000 000 000 000 000 000 000 000 | ||
000 000 000 000 000 000 0000000 0000000 | ||
000 000 000 000 000 000 000 000 000 | ||
0000000 0000000 0000000 0000000 000 000 0000000 | ||
*/ | ||
if (opt.colors === false || opt.colors === 0) { | ||
@@ -76,0 +84,0 @@ noop = function(s) { |
{ | ||
"name": "noon", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"description": "'nother ordinary object notation", | ||
@@ -34,3 +34,3 @@ "main": "js/main.js", | ||
"performance-now": "^0.2.0", | ||
"karg": ">=0.3.1", | ||
"karg": ">=0.3.2", | ||
"cson": "^3.0.2", | ||
@@ -37,0 +37,0 @@ "js-yaml": "^3.5.2", |
@@ -150,4 +150,5 @@ | ||
- normally no need to escape characters | ||
- good for storing regexp strings | ||
- works well in config files | ||
- works well in [command line arguments](https://github.com/monsterkodi/colorcat/blob/master/test/test.sh) | ||
- good for storing [regexp patterns](https://github.com/monsterkodi/colorcat/blob/master/syntax/noon.noon) | ||
@@ -154,0 +155,0 @@ ### example files |
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
32778
887
245
Updatedkarg@>=0.3.2