sweet-data
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "sweet-data", | ||
"version": "0.0.5", | ||
"author": "Vadim Kiryukhin <vkiryukhin@gmail.com>", | ||
"description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files, fork of pretty-data by Vadim Kiryukhin <vkiryukhin@gmail.com>", | ||
"version": "0.0.6", | ||
"author": "Brian Gerhards", | ||
"description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files", | ||
"contributors": [ | ||
{ | ||
"name": "Brian", | ||
"email": "vkiryukhin@gmail.com" | ||
"name": "Brian" | ||
} , | ||
@@ -11,0 +10,0 @@ { |
@@ -7,4 +7,2 @@ # sweet-data - Nodejs plugin | ||
**Version** - 0.0.1 | ||
**License:** Dual licensed under | ||
@@ -35,2 +33,5 @@ the MIT and GPL licenses: | ||
* `sd.setStep([indentationCount, indentationChar])` - update indentation character(s) and character count (per depth). `SPACE` or `TAB` will use respective characters. Any other character provided will be assumed as ' '. Default values are `SPACE` and 2 | ||
**PARAMETERS:** | ||
@@ -45,3 +46,9 @@ | ||
`@indentationCount` - Numeric (optional, used to set number of indentation (per level)) | ||
`@indentationChar` - String (optional, indentation character. `SPACE` or `TAB`* will use | ||
respective characters, other values will assume a single space (` `)) | ||
*`TAB` may not be visible in your editor within the web browser. | ||
**USAGE:** | ||
@@ -48,0 +55,0 @@ |
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
15948
74