mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
feat: add @actions/cache
This commit is contained in:
parent
b15fb7d098
commit
16e8c96a41
1932 changed files with 261172 additions and 10 deletions
72
node_modules/xml2js/lib/defaults.js
generated
vendored
Normal file
72
node_modules/xml2js/lib/defaults.js
generated
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
// 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);
|
Loading…
Add table
Add a link
Reference in a new issue