| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 | 
							- // Generated by CoffeeScript 1.12.7
 
- (function() {
 
-   exports.defaults = {
 
-     "0.1": {
 
-       explicitCharkey: false,
 
-       trim: true,
 
-       normalize: true,
 
-       normalizeTags: false,
 
-       attrkey: "@",
 
-       charkey: "#",
 
-       explicitArray: false,
 
-       ignoreAttrs: false,
 
-       mergeAttrs: false,
 
-       explicitRoot: false,
 
-       validator: null,
 
-       xmlns: false,
 
-       explicitChildren: false,
 
-       childkey: '@@',
 
-       charsAsChildren: false,
 
-       includeWhiteChars: false,
 
-       async: false,
 
-       strict: true,
 
-       attrNameProcessors: null,
 
-       attrValueProcessors: null,
 
-       tagNameProcessors: null,
 
-       valueProcessors: null,
 
-       emptyTag: ''
 
-     },
 
-     "0.2": {
 
-       explicitCharkey: false,
 
-       trim: false,
 
-       normalize: false,
 
-       normalizeTags: false,
 
-       attrkey: "$",
 
-       charkey: "_",
 
-       explicitArray: true,
 
-       ignoreAttrs: false,
 
-       mergeAttrs: false,
 
-       explicitRoot: true,
 
-       validator: null,
 
-       xmlns: false,
 
-       explicitChildren: false,
 
-       preserveChildrenOrder: false,
 
-       childkey: '$$',
 
-       charsAsChildren: false,
 
-       includeWhiteChars: false,
 
-       async: false,
 
-       strict: true,
 
-       attrNameProcessors: null,
 
-       attrValueProcessors: null,
 
-       tagNameProcessors: null,
 
-       valueProcessors: null,
 
-       rootName: 'root',
 
-       xmldec: {
 
-         'version': '1.0',
 
-         'encoding': 'UTF-8',
 
-         'standalone': true
 
-       },
 
-       doctype: null,
 
-       renderOpts: {
 
-         'pretty': true,
 
-         'indent': '  ',
 
-         'newline': '\n'
 
-       },
 
-       headless: false,
 
-       chunkSize: 10000,
 
-       emptyTag: '',
 
-       cdata: false
 
-     }
 
-   };
 
- }).call(this);
 
 
  |