node-opcua-xml2json 2.113.0 → 2.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@ type UABoolean = boolean;
7
7
  type LocalizedTextLike = string | null;
8
8
  export interface StructureFieldOptions {
9
9
  name?: UAString;
10
- description?: (LocalizedTextLike | null);
11
- dataType?: (NodeIdLike | null);
10
+ description?: LocalizedTextLike | null;
11
+ dataType?: NodeIdLike | null;
12
12
  valueRank?: Int32;
13
13
  arrayDimensions?: UInt32[] | null;
14
14
  maxStringLength?: UInt32;
@@ -12,8 +12,7 @@ exports.definitionReaderStateParser = exports._definitionParser = void 0;
12
12
  const node_opcua_assert_1 = __importDefault(require("node-opcua-assert"));
13
13
  exports._definitionParser = {
14
14
  init(name, attrs) {
15
- (0, node_opcua_assert_1.default)(!this.parent.
16
- nFields || this.parent.definitionFields.length === 0);
15
+ (0, node_opcua_assert_1.default)(!this.parent.nFields || this.parent.definitionFields.length === 0);
17
16
  this.parent.definitionFields = [];
18
17
  this.parent.definitionName = attrs.SymbolicName || attrs.Name;
19
18
  this.array = this.parent.definitionFields;
@@ -60,7 +59,9 @@ exports._definitionParser = {
60
59
  if (this.attrs.ArrayDimensions !== undefined) {
61
60
  obj.arrayDimensions = this.attrs.ArrayDimensions.split(",").map((e) => parseInt(e, 10));
62
61
  }
63
- obj.isOptional = this.attrs.IsOptional === "true" ? true : false;
62
+ if (this.attrs.IsOptional !== undefined) {
63
+ obj.isOptional = this.attrs.IsOptional === "true" ? true : false;
64
+ }
64
65
  if (this.attrs.SymbolicName !== undefined) {
65
66
  obj.symbolicName = this.attrs.SymbolicName;
66
67
  }
@@ -1 +1 @@
1
- {"version":3,"file":"definition_parser.js","sourceRoot":"","sources":["../../source/definition_parser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"definition_parser.js","sourceRoot":"","sources":["../../source/definition_parser.ts"],"names":[],"mappings":"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"}
@@ -155,7 +155,7 @@ function _clone(a) {
155
155
  if (a instanceof Array) {
156
156
  return a.map((x) => _clone(x));
157
157
  }
158
- return Object.assign({}, a);
158
+ return { ...a };
159
159
  }
160
160
  function _makeExtensionObjectReader(definitionName, definitionMap, readerMap) {
161
161
  // is it a basic type ?
@@ -1 +1 @@
1
- {"version":3,"file":"extension_object_parser.js","sourceRoot":"","sources":["../../source/extension_object_parser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"extension_object_parser.js","sourceRoot":"","sources":["../../source/extension_object_parser.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es6.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node-opcua-assert/dist/index.d.ts","../source/xml2json.ts","../source/definition_parser.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@20.5.9/node_modules/@types/node/index.d.ts","../../node-opcua-utils/dist/buffer_ellipsis.d.ts","../../node-opcua-utils/dist/string_utils.d.ts","../../node-opcua-utils/dist/object_classname.d.ts","../../node-opcua-utils/dist/get_clock_tick.d.ts","../../node-opcua-utils/dist/compare_buffers.d.ts","../../node-opcua-utils/dist/function_variadic.d.ts","../../node-opcua-utils/dist/get_function_parameters_name.d.ts","../../node-opcua-utils/dist/watchdog.d.ts","../../node-opcua-utils/dist/set_deprecated.d.ts","../../node-opcua-utils/dist/replace_buffer_with_hex_dump.d.ts","../../node-opcua-utils/dist/timestamp.d.ts","../../node-opcua-utils/dist/line_file.d.ts","../../node-opcua-utils/dist/match_uri.d.ts","../../node-opcua-utils/dist/hrtime.d.ts","../../node-opcua-utils/dist/index.d.ts","../source/extension_object_parser.ts","../source/fragment_cloner.ts","../source/fragment_cloner_parser.ts","../source/xml2Json_pojo_tools.ts","../source/xml2json_pojo.ts","../source/index.ts","../source/nodejs/xml2json_fs.ts","../../../node_modules/.pnpm/@types+async@3.2.20/node_modules/@types/async/index.d.ts","../../../node_modules/.pnpm/@types+bonjour@3.5.10/node_modules/@types/bonjour/index.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/common.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/array.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/date.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/function.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/math.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/number.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/object.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/string.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/common/util.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.198/node_modules/@types/lodash/index.d.ts","../../../node_modules/.pnpm/@types+long@4.0.2/node_modules/@types/long/index.d.ts","../../../node_modules/.pnpm/@types+mkdirp@1.0.2/node_modules/@types/mkdirp/index.d.ts","../../../node_modules/.pnpm/@types+mocha@10.0.1/node_modules/@types/mocha/index.d.ts","../../../node_modules/.pnpm/@types+prettier@2.7.3/node_modules/@types/prettier/index.d.ts","../../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../../node_modules/.pnpm/@types+glob@8.0.0/node_modules/@types/glob/index.d.ts","../../../node_modules/.pnpm/@types+rimraf@3.0.2/node_modules/@types/rimraf/index.d.ts","../../../node_modules/.pnpm/@types+sinonjs__fake-timers@8.1.2/node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/.pnpm/@types+sinon@10.0.16/node_modules/@types/sinon/index.d.ts","../../../node_modules/.pnpm/@types+underscore@1.11.9/node_modules/@types/underscore/index.d.ts","../../../node_modules/.pnpm/@types+wordwrap@1.0.1/node_modules/@types/wordwrap/index.d.ts","../../../node_modules/.pnpm/@types+yargs-parser@21.0.0/node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/.pnpm/@types+yargs@17.0.24/node_modules/@types/yargs/index.d.ts"],"fileInfos":["df039a67536fe2acc3affdcbfb645892f842db36fe599e8e652e2f0c640a90d1",{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"f851fc7f1146a83998a766c28cd6e0b4f3485f74eedba8c4843cf20065ef1aa4",{"version":"5308249970c5097e3a615850e4bc300ff9634bc3309904caff05004b31ef25b0","signature":"e02b7d3a8b4c5d9b7b1cc36de754518c93d2a2deb64cb7d0718e13d61d1d2a08"},{"version":"f957655a9004400662b8ed3602dd925c85fbd81b702374e746e66e05a072637b","signature":"5ce7dee05f38f7f4c21017195ce19ae4b5b0ffd34bf414e36ab2c639e87f637e"},"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"d32f90e6cf32e99c86009b5f79fa50bc750fe54e17137d9bb029c377a2822ee2","affectsGlobalScope":true},"e6f0b909b1c34b38407a6c8b6c92e56a2635527d07dbabe765cfa729c26f3c20",{"version":"c81c51f43e343b6d89114b17341fb9d381c4ccbb25e0ee77532376052c801ba7","affectsGlobalScope":true},"3dd49afd822c82b63b3905a13e22240f34cf367aea4f4dd0e6564f4bddcb8370","57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050",{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f302f3a47d7758f67f2afc753b9375d6504dde05d2e6ecdb1df50abbb131fc89","93db4c949a785a3dbef7f5e08523be538e468c580dd276178b818e761b3b68cd","5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"6e335a70826a634c5a1a1fa36a2dacbf3712ef2be7a517540ae1de8a1e8ea4f6","affectsGlobalScope":true},"576115ea69691c96f8f2b9fcfde5d0fb9b5f047dfa7dec242ebc08694c3b3190","df8529626079d6f9d5d3cd7b6fb7db9cda5a3118d383d8cd46c52aadb59593e7","55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","3122a3f1136508a27a229e0e4e2848299028300ffa11d0cdfe99df90c492fe20","42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","51fd089a29b2a91c69bdaa28882cf1340dac3df3a068327b6a044d21a79bf8f5",{"version":"0066ebbd0f4ef9656983a2017969afa6460879e894ebaf6f2969631ad9b5b430","affectsGlobalScope":true},"fe6dba0e8c69f2b244e3da38e53dd2cc9e51b2543e647e805396af73006613f7","5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d",{"version":"5810080a0da989a944d3b691b7b479a4a13c75947fb538abb8070710baa5ccee","affectsGlobalScope":true},{"version":"19da7150ca062323b1db6311a6ef058c9b0a39cc64d836b5e9b75d301869653b","affectsGlobalScope":true},"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","8904e5b670bbfc712dda607853de9227206e7dad93ac97109fe30875c5f12b78","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270",{"version":"a54ee34c2cc03ec4bbf0c9b10a08b9f909a21b3314f90a743de7b12b85867cef","affectsGlobalScope":true},{"version":"8a985c7d30aea82342d5017730b546bb2b734fe37a2684ca55d4734deb019d58","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","5bc85813bfcb6907cc3a960fec8734a29d7884e0e372515147720c5991b8bc22","812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661",{"version":"4d06f3abc2a6aae86f1be39e397372f74fb6e7964f594d645926b4a3419cc15d","affectsGlobalScope":true},{"version":"0e08c360c9b5961ecb0537b703e253842b3ded53151ee07024148219b61a8baf","affectsGlobalScope":true},"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","5ba5b760345053acdf5beb1a9048ff43a51373f3d87849963779c1711ea7cbcc","16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b",{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true},"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"4905d61a3e1e9b12e12dbf8660fc8d2f085734da6da8d725f395bf41a04853d6","bb7e28d9e4dcb69c400d04bb59b4c97518070593ba73d70e18884cf60a8c86b9","f42c2b7084c4f208dc7a0ed5fdddec0ae10e27a5b965eab338a0ad816d027a57","6acd4c7987f6cfdaefa6f477d1089c621a07513b457cb930d62ff1deb0c88aa7","81f081ae345273dd679344ec3993723edeb6cc3505f4ab1f5e3d019f38c23417","328bb7c2a6ed8f003fbcab042a539641da1c095cab0e9652bec8bbd846dc73c3","76fc59b0a8cc6a37e60439a76a8fe69e47579837d3d3ed2ee417f8a01951a294","e844cc50b2bc35f5ab85b86cc1178fb670f3faba32ecc07cb8bdc8a518ed7c93","951fb2a0fad409f153f74a8500c4c72749914c731523793ba177d68bfcf46a2a","0a1b9f3fe65f85fb4841f46be7fe231bfe1636e35165aba6233bc22103a72bc2","b811ae36a6044491b53928268237f97d5c4cbc50f9782633ab90d76433cf407f","5de0510a5e35d764ba0df2c597c7e607140cf65df8aba9ec9aa27b1e81ca1cb9","5c9ea5caace1d9705abf419e488056736aa69ff4e4765b0225b5abcb35324add","2379c3dc5c4ed466eaffb3b2c9022d75e3afd83906c8112d2d6973760697d87e","2b59db7caff4ab87aedc2adadddef2d8cb18c33547167bed68e1b0aa5a5894e1","cffe12661e1a6f9f8d62f80dc93985e594d5b119d4fe36ae637096ef5bebddb1",{"version":"a703e079bf8339c590ea7c8448745505b89cd4ffe1defd1357bdb17f6ade6eff","signature":"d7b4a7f1b46fde8c4fc814cc2d6c741bcd7c3adabd5ea97eedaacbb063b25bc1"},{"version":"ac551431e36aaa0c56878bc37f10b358889ca7ab814a64a46b4b3cb154841280","signature":"dfdb290b8e8bff546756a644ce06fe9677465920499c950e836731a8df248064"},{"version":"89c4ed0fec265e96aa10c1fe8adf1c14826d9bf856d26ac8cbbc498bb96c34fd","signature":"8771adfdeae1be1e66e28cb3aee7746395e5e44746ec9249f15bf0be4d537f23"},{"version":"cc4f118e8d6e9bd5263292e234c70a415a20a4e0b04d132481c9e56cedde787c","signature":"e9d9f115af6a85617aba5046e92bf9653532e774931e9ccda013c496d3cebe2f"},{"version":"5097b3d34483a1288ff7c886edee0ed0a10b2a7c82f94fe13191de01e2599b59","signature":"5694562d4fc05d1bb82c0b4176e5f7a1f7e37863df876411d433649047ff0664"},"b44fe197f178555d404684238c893f70c500c487f101da2b470c71354445e712",{"version":"ce7a22db6ccda73ef3b3b33a2c46bf2b11436a4b9663e95f04aed8ebd7890682","signature":"d687e1dafc464097ff9c79e0d28f1211f6fd1a89f9b87800b00654b1d3758a62"},"3f2966e7cbc35b33b87e7ec1e1c26f1ee7586e284a8846aa1b7b1566cedc01c1","d78e5898c8de5e0f934eee83f680262de005caa268d137101b833fd932f95e07","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","875d567ecf2f865a1b19d30f2acf3203817e19fd95f7675351d046914ee39ac8",{"version":"677646e2620795c98a539fb12fb531f10331c217cef1492132b2518f894fa92d","affectsGlobalScope":true},"d88a5e779faf033be3d52142a04fbe1cb96009868e3bbdd296b2bc6c59e06c0e","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","a55ca8b5f8c6a8535bb26fac1e10132a5338234ca3d5b9ed739fbc8ef41c8075","f4cf5f0ad1cfb0ceebbe4fbe8aaf0aa728e899c99cc36ec6c0c4b8f6e8a84c83","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","5445b5383991fff958fe3a7b0a9c1b9c672a613bc30fda97aee6eddb4053c0d3",{"version":"b8f4b78d16c8f9e12092f0379221830eb69e7f90ddd3e14d025303f7ecf6eaaa","affectsGlobalScope":true},"8d007c8fe1a38e90fd50410e3c690a54f9bbfef7a88964c4870ca2af9656bb64","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","e9eb1b173aa166892f3eddab182e49cfe59aa2e14d33aedb6b49d175ed6a3750"],"root":[51,52,[122,128]],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noStrictGenericChecks":false,"outDir":"./","removeComments":false,"rootDir":"..","skipLibCheck":false,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"target":2},"fileIdsList":[[99],[63,99,106],[69,70,99,106,148],[99,131,133,134,135,136,137,138,139,140,141,142,143],[99,131,132,134,135,136,137,138,139,140,141,142,143],[99,132,133,134,135,136,137,138,139,140,141,142,143],[99,131,132,133,135,136,137,138,139,140,141,142,143],[99,131,132,133,134,136,137,138,139,140,141,142,143],[99,131,132,133,134,135,137,138,139,140,141,142,143],[99,131,132,133,134,135,136,138,139,140,141,142,143],[99,131,132,133,134,135,136,137,139,140,141,142,143],[99,131,132,133,134,135,136,137,138,140,141,142,143],[99,131,132,133,134,135,136,137,138,139,141,142,143],[99,131,132,133,134,135,136,137,138,139,140,142,143],[99,131,132,133,134,135,136,137,138,139,140,141,143],[99,131,132,133,134,135,136,137,138,139,140,141,142],[70,99,106],[53,99],[56,99],[57,62,90,99],[58,69,70,77,87,98,99],[58,59,69,77,99],[60,99],[61,62,70,78,99],[62,87,95,99],[63,65,69,77,99],[64,99],[65,66,99],[69,99],[67,69,99],[69,70,71,87,98,99],[69,70,71,84,87,90,99],[99,103],[65,69,72,77,87,98,99],[69,70,72,73,77,87,95,98,99],[72,74,87,95,98,99],[53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105],[69,75,99],[76,98,99,103],[65,69,77,87,99],[78,99],[79,99],[56,80,99],[81,97,99,103],[82,99],[83,99],[69,84,85,99],[84,86,99,101],[57,69,87,88,89,90,99],[57,87,89,99],[87,88,99],[90,99],[91,99],[56,87,99],[69,93,94,99],[93,94,99],[62,77,87,95,99],[96,99],[77,97,99],[57,72,83,98,99],[62,99],[87,99,100],[76,99,101],[99,102],[57,62,69,71,80,87,98,99,101,103],[87,99,104],[70,99,106,149],[99,151],[99,155],[99,106],[99,112],[99,107,108,109,110,111,113,114,115,116,117,118,119,120],[69,99,106],[50,51,99],[51,99,121],[51,99],[51,99,123],[51,52,99,122,123,124,126],[51,70,99],[50,99],[51,99,125],[51],[51,125]],"referencedMap":[[129,1],[130,2],[149,3],[132,4],[133,5],[131,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,12],[140,13],[141,14],[142,15],[143,16],[144,1],[148,1],[145,17],[146,1],[53,18],[54,18],[56,19],[57,20],[58,21],[59,22],[60,23],[61,24],[62,25],[63,26],[64,27],[65,28],[66,28],[68,29],[67,30],[69,29],[70,31],[71,32],[55,33],[105,1],[72,34],[73,35],[74,36],[106,37],[75,38],[76,39],[77,40],[78,41],[79,42],[80,43],[81,44],[82,45],[83,46],[84,47],[85,47],[86,48],[87,49],[89,50],[88,51],[90,52],[91,53],[92,54],[93,55],[94,56],[95,57],[96,58],[97,59],[98,60],[99,61],[100,62],[101,63],[102,64],[103,65],[104,66],[147,1],[150,67],[152,68],[151,1],[153,1],[154,1],[155,1],[156,69],[48,1],[49,1],[9,1],[10,1],[14,1],[13,1],[3,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[4,1],[5,1],[23,1],[27,1],[24,1],[25,1],[26,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[38,1],[35,1],[36,1],[37,1],[39,1],[8,1],[40,1],[45,1],[46,1],[41,1],[42,1],[43,1],[44,1],[2,1],[1,1],[47,1],[12,1],[11,1],[50,1],[107,70],[111,70],[112,1],[110,1],[113,71],[120,1],[121,72],[118,1],[119,1],[109,1],[116,1],[115,71],[108,1],[117,1],[114,73],[52,74],[122,75],[123,76],[124,77],[127,78],[128,79],[125,75],[51,80],[126,81]],"exportedModulesMap":[[129,1],[130,2],[149,3],[132,4],[133,5],[131,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,12],[140,13],[141,14],[142,15],[143,16],[144,1],[148,1],[145,17],[146,1],[53,18],[54,18],[56,19],[57,20],[58,21],[59,22],[60,23],[61,24],[62,25],[63,26],[64,27],[65,28],[66,28],[68,29],[67,30],[69,29],[70,31],[71,32],[55,33],[105,1],[72,34],[73,35],[74,36],[106,37],[75,38],[76,39],[77,40],[78,41],[79,42],[80,43],[81,44],[82,45],[83,46],[84,47],[85,47],[86,48],[87,49],[89,50],[88,51],[90,52],[91,53],[92,54],[93,55],[94,56],[95,57],[96,58],[97,59],[98,60],[99,61],[100,62],[101,63],[102,64],[103,65],[104,66],[147,1],[150,67],[152,68],[151,1],[153,1],[154,1],[155,1],[156,69],[48,1],[49,1],[9,1],[10,1],[14,1],[13,1],[3,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[4,1],[5,1],[23,1],[27,1],[24,1],[25,1],[26,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[38,1],[35,1],[36,1],[37,1],[39,1],[8,1],[40,1],[45,1],[46,1],[41,1],[42,1],[43,1],[44,1],[2,1],[1,1],[47,1],[12,1],[11,1],[50,1],[107,70],[111,70],[112,1],[110,1],[113,71],[120,1],[121,72],[118,1],[119,1],[109,1],[116,1],[115,71],[108,1],[117,1],[114,73],[52,82],[122,82],[123,82],[124,82],[127,78],[128,82],[125,82],[126,83]],"semanticDiagnosticsPerFile":[129,130,149,132,133,131,134,135,136,137,138,139,140,141,142,143,144,148,145,146,53,54,56,57,58,59,60,61,62,63,64,65,66,68,67,69,70,71,55,105,72,73,74,106,75,76,77,78,79,80,81,82,83,84,85,86,87,89,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,147,150,152,151,153,154,155,156,48,49,9,10,14,13,3,15,16,17,18,19,20,21,22,4,5,23,27,24,25,26,28,29,30,6,31,32,33,34,7,38,35,36,37,39,8,40,45,46,41,42,43,44,2,1,47,12,11,50,107,111,112,110,113,120,121,118,119,109,116,115,108,117,114,52,122,123,124,127,128,125,51,126],"latestChangedDtsFile":"./source/nodejs/xml2json_fs.d.ts"},"version":"5.2.2"}
1
+ {"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.full.d.ts","../../node-opcua-assert/dist/index.d.ts","../source/xml2json.ts","../source/definition_parser.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@20.8.0/node_modules/@types/node/index.d.ts","../../node-opcua-utils/dist/buffer_ellipsis.d.ts","../../node-opcua-utils/dist/string_utils.d.ts","../../node-opcua-utils/dist/object_classname.d.ts","../../node-opcua-utils/dist/get_clock_tick.d.ts","../../node-opcua-utils/dist/compare_buffers.d.ts","../../node-opcua-utils/dist/function_variadic.d.ts","../../node-opcua-utils/dist/get_function_parameters_name.d.ts","../../node-opcua-utils/dist/watchdog.d.ts","../../node-opcua-utils/dist/set_deprecated.d.ts","../../node-opcua-utils/dist/replace_buffer_with_hex_dump.d.ts","../../node-opcua-utils/dist/timestamp.d.ts","../../node-opcua-utils/dist/line_file.d.ts","../../node-opcua-utils/dist/match_uri.d.ts","../../node-opcua-utils/dist/hrtime.d.ts","../../node-opcua-utils/dist/index.d.ts","../source/extension_object_parser.ts","../source/fragment_cloner.ts","../source/fragment_cloner_parser.ts","../source/xml2Json_pojo_tools.ts","../source/xml2json_pojo.ts","../source/index.ts","../source/nodejs/xml2json_fs.ts","../../../node_modules/.pnpm/@types+async@3.2.21/node_modules/@types/async/index.d.ts","../../../node_modules/.pnpm/@types+bonjour@3.5.11/node_modules/@types/bonjour/index.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/common.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/array.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/date.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/function.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/math.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/number.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/object.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/string.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/common/util.d.ts","../../../node_modules/.pnpm/@types+lodash@4.14.199/node_modules/@types/lodash/index.d.ts","../../../node_modules/.pnpm/@types+long@4.0.2/node_modules/@types/long/index.d.ts","../../../node_modules/.pnpm/@types+mkdirp@1.0.2/node_modules/@types/mkdirp/index.d.ts","../../../node_modules/.pnpm/@types+mocha@10.0.2/node_modules/@types/mocha/index.d.ts","../../../node_modules/.pnpm/@types+prettier@2.7.3/node_modules/@types/prettier/index.d.ts","../../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../../node_modules/.pnpm/@types+glob@8.0.0/node_modules/@types/glob/index.d.ts","../../../node_modules/.pnpm/@types+rimraf@3.0.2/node_modules/@types/rimraf/index.d.ts","../../../node_modules/.pnpm/@types+sinonjs__fake-timers@8.1.2/node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/.pnpm/@types+sinon@10.0.17/node_modules/@types/sinon/index.d.ts","../../../node_modules/.pnpm/@types+underscore@1.11.9/node_modules/@types/underscore/index.d.ts","../../../node_modules/.pnpm/@types+wordwrap@1.0.1/node_modules/@types/wordwrap/index.d.ts","../../../node_modules/.pnpm/@types+yargs-parser@21.0.0/node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/.pnpm/@types+yargs@17.0.26/node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"322cc0ca9c311414642c0d7ef3b57beedbac198ca074e3e109a4be4c366dcb81","f851fc7f1146a83998a766c28cd6e0b4f3485f74eedba8c4843cf20065ef1aa4",{"version":"5308249970c5097e3a615850e4bc300ff9634bc3309904caff05004b31ef25b0","signature":"e02b7d3a8b4c5d9b7b1cc36de754518c93d2a2deb64cb7d0718e13d61d1d2a08"},{"version":"ae1a7b002df96ec9ff1ae99aa4aa63891a3d0dfeea52e7ce9023fe4679c7ab31","signature":"ac9df817d36eae4d2bd2476e14bd6e4bab4d7f24706f47c1468d5ae7b21718d0"},"09df3b4f1c937f02e7fee2836d4c4d7a63e66db70fd4d4e97126f4542cc21d9d","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419",{"version":"32465ea19404cb188e84cf08c6b1f6b12d739140436402cdbc184a3fd20a7d81","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"45c22e7e615c8bb6e27325339490f6bd83828d843f9f3cf0ce9fd4d81f6cd923","affectsGlobalScope":true},"546ab07e19116d935ad982e76a223275b53bff7771dab94f433b7ab04652936e","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"aefb5a4a209f756b580eb53ea771cca8aad411603926f307a5e5b8ec6b16dcf6","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","f5a8b7ec4b798c88679194a8ebc25dcb6f5368e6e5811fcda9fe12b0d445b8db","b86e1a45b29437f3a99bad4147cb9fe2357617e8008c0484568e5bb5138d6e13","b5b719a47968cd61a6f83f437236bb6fe22a39223b6620da81ef89f5d7a78fb7","42c431e7965b641106b5e25ab3283aa4865ca7bb9909610a2abfa6226e4348be","0b7e732af0a9599be28c091d6bd1cb22c856ec0d415d4749c087c3881ca07a56","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"738a0de235edb5caf581c5aa86f5dd48ee28b2d0da1e327cbc57cdabde116bda","affectsGlobalScope":true},"3b4c85eea12187de9929a76792b98406e8778ce575caca8c574f06da82622c54","f788131a39c81e0c9b9e463645dd7132b5bc1beb609b0e31e5c1ceaea378b4df","1ee64912f7961165a3b6e6209fb7a8aced98b578ca1373b9f0ea144edfe17f6c","21894466693f64957b9bd4c80fa3ec7fdfd4efa9d1861e070aca23f10220c9b2","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","ad8848c289c0b633452e58179f46edccd14b5a0fe90ebce411f79ff040b803e0",{"version":"5d4ef3f46c7f9d62f7c964f9f9ccdd293be99fb3dcc66c983f2aea7430e3c7c6","affectsGlobalScope":true},"91f8b5abcdff8f9ecb9656b9852878718416fb7700b2c4fad8331e5b97c080bb","59d8f064f86a4a2be03b33c0efcc9e7a268ad27b22f82dce16899f3364f70ba8","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"f49fb15c4aa06b65b0dce4db4584bfd8a9f74644baef1511b404dc95be34af00","affectsGlobalScope":true},{"version":"d48009cbe8a30a504031cc82e1286f78fed33b7a42abf7602c23b5547b382563","affectsGlobalScope":true},"7aaeb5e62f90e1b2be0fc4844df78cdb1be15c22b427bc6c39d57308785b8f10","3ba30205a029ebc0c91d7b1ab4da73f6277d730ca1fc6692d5a9144c6772c76b","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","458b216959c231df388a5de9dcbcafd4b4ca563bc3784d706d0455467d7d4942","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","8258e69a3b0de494ea55eeea7a4d3216ac112c12006c74dfd381c0d5e42a2607","f8c87b19eae111f8720b0345ab301af8d81add39621b63614dfc2d15fd6f140a","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"786dd9ad95e335a5e76759d078940fdb5001b74498a31f90fad98afe196a84ca","affectsGlobalScope":true},{"version":"cbf046714f3a3ba2544957e1973ac94aa819fa8aa668846fa8de47eb1c41b0b2","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eae74e3d50820f37c72c0679fed959cd1e63c98f6a146a55b8c4361582fa6a52","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"aed89e3c18f4c659ee8153a76560dffda23e2d801e1e60d7a67abd84bc555f8d","affectsGlobalScope":true},{"version":"0ed13c80faeb2b7160bffb4926ff299c468e67a37a645b3ae0917ba0db633c1b","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","2f940651c2f30e6b29f8743fae3f40b7b1c03615184f837132b56ea75edad08b","5749c327c3f789f658072f8340786966c8b05ea124a56c1d8d60e04649495a4d",{"version":"c9d62b2a51b2ff166314d8be84f6881a7fcbccd37612442cf1c70d27d5352f50","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d3f4c342fb62f348f25f54b473b0ab7371828cbf637134194fa9cdf04856f87b","bb7e28d9e4dcb69c400d04bb59b4c97518070593ba73d70e18884cf60a8c86b9","f42c2b7084c4f208dc7a0ed5fdddec0ae10e27a5b965eab338a0ad816d027a57","6acd4c7987f6cfdaefa6f477d1089c621a07513b457cb930d62ff1deb0c88aa7","81f081ae345273dd679344ec3993723edeb6cc3505f4ab1f5e3d019f38c23417","328bb7c2a6ed8f003fbcab042a539641da1c095cab0e9652bec8bbd846dc73c3","76fc59b0a8cc6a37e60439a76a8fe69e47579837d3d3ed2ee417f8a01951a294","e844cc50b2bc35f5ab85b86cc1178fb670f3faba32ecc07cb8bdc8a518ed7c93","951fb2a0fad409f153f74a8500c4c72749914c731523793ba177d68bfcf46a2a","0a1b9f3fe65f85fb4841f46be7fe231bfe1636e35165aba6233bc22103a72bc2","b811ae36a6044491b53928268237f97d5c4cbc50f9782633ab90d76433cf407f","5de0510a5e35d764ba0df2c597c7e607140cf65df8aba9ec9aa27b1e81ca1cb9","5c9ea5caace1d9705abf419e488056736aa69ff4e4765b0225b5abcb35324add","2379c3dc5c4ed466eaffb3b2c9022d75e3afd83906c8112d2d6973760697d87e","2b59db7caff4ab87aedc2adadddef2d8cb18c33547167bed68e1b0aa5a5894e1","cffe12661e1a6f9f8d62f80dc93985e594d5b119d4fe36ae637096ef5bebddb1",{"version":"a703e079bf8339c590ea7c8448745505b89cd4ffe1defd1357bdb17f6ade6eff","signature":"d7b4a7f1b46fde8c4fc814cc2d6c741bcd7c3adabd5ea97eedaacbb063b25bc1"},{"version":"ac551431e36aaa0c56878bc37f10b358889ca7ab814a64a46b4b3cb154841280","signature":"dfdb290b8e8bff546756a644ce06fe9677465920499c950e836731a8df248064"},{"version":"89c4ed0fec265e96aa10c1fe8adf1c14826d9bf856d26ac8cbbc498bb96c34fd","signature":"8771adfdeae1be1e66e28cb3aee7746395e5e44746ec9249f15bf0be4d537f23"},{"version":"cc4f118e8d6e9bd5263292e234c70a415a20a4e0b04d132481c9e56cedde787c","signature":"e9d9f115af6a85617aba5046e92bf9653532e774931e9ccda013c496d3cebe2f"},{"version":"5097b3d34483a1288ff7c886edee0ed0a10b2a7c82f94fe13191de01e2599b59","signature":"5694562d4fc05d1bb82c0b4176e5f7a1f7e37863df876411d433649047ff0664"},"b44fe197f178555d404684238c893f70c500c487f101da2b470c71354445e712",{"version":"ce7a22db6ccda73ef3b3b33a2c46bf2b11436a4b9663e95f04aed8ebd7890682","signature":"d687e1dafc464097ff9c79e0d28f1211f6fd1a89f9b87800b00654b1d3758a62"},"4baac5b53a786bef86e47452ae61facc21b8cf48704a2a704c1c750cc6b1e857","492f985316614ee57642a7b019eb17154c36c988d858325c3c2ecbe8e9a4ee1c","32ab25b7b28b24a138d879ca371b18c8fdfdd564ad5107e1333c5aa5d5fea494","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","875d567ecf2f865a1b19d30f2acf3203817e19fd95f7675351d046914ee39ac8",{"version":"c992af0bb279ea7d18c12df03c2001042cdd7bc165bb3d9a3561a3f3bcf4ef49","affectsGlobalScope":true},"d88a5e779faf033be3d52142a04fbe1cb96009868e3bbdd296b2bc6c59e06c0e","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","a55ca8b5f8c6a8535bb26fac1e10132a5338234ca3d5b9ed739fbc8ef41c8075","f4cf5f0ad1cfb0ceebbe4fbe8aaf0aa728e899c99cc36ec6c0c4b8f6e8a84c83","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","a84405f025881a64a23f95a882701f53981e4ccf41abf485868ae53f462e61c5",{"version":"b8f4b78d16c8f9e12092f0379221830eb69e7f90ddd3e14d025303f7ecf6eaaa","affectsGlobalScope":true},"8d007c8fe1a38e90fd50410e3c690a54f9bbfef7a88964c4870ca2af9656bb64","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","2eae2c50864a720fad05e116a0121a6ee6b6231266763c75d1f3503ddc22714a"],"root":[51,52,[122,128]],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noStrictGenericChecks":false,"outDir":"./","removeComments":false,"rootDir":"..","skipLibCheck":false,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"target":7},"fileIdsList":[[99],[63,99,106],[69,70,99,106,148],[99,131,133,134,135,136,137,138,139,140,141,142,143],[99,131,132,134,135,136,137,138,139,140,141,142,143],[99,132,133,134,135,136,137,138,139,140,141,142,143],[99,131,132,133,135,136,137,138,139,140,141,142,143],[99,131,132,133,134,136,137,138,139,140,141,142,143],[99,131,132,133,134,135,137,138,139,140,141,142,143],[99,131,132,133,134,135,136,138,139,140,141,142,143],[99,131,132,133,134,135,136,137,139,140,141,142,143],[99,131,132,133,134,135,136,137,138,140,141,142,143],[99,131,132,133,134,135,136,137,138,139,141,142,143],[99,131,132,133,134,135,136,137,138,139,140,142,143],[99,131,132,133,134,135,136,137,138,139,140,141,143],[99,131,132,133,134,135,136,137,138,139,140,141,142],[70,99,106],[53,99],[56,99],[57,62,90,99],[58,69,70,77,87,98,99],[58,59,69,77,99],[60,99],[61,62,70,78,99],[62,87,95,99],[63,65,69,77,99],[64,99],[65,66,99],[69,99],[67,69,99],[69,70,71,87,98,99],[69,70,71,84,87,90,99],[99,103],[65,69,72,77,87,98,99],[69,70,72,73,77,87,95,98,99],[72,74,87,95,98,99],[53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105],[69,75,99],[76,98,99,103],[65,69,77,87,99],[78,99],[79,99],[56,80,99],[81,97,99,103],[82,99],[83,99],[69,84,85,99],[84,86,99,101],[57,69,87,88,89,90,99],[57,87,89,99],[87,88,99],[90,99],[91,99],[56,87,99],[69,93,94,99],[93,94,99],[62,77,87,95,99],[96,99],[77,97,99],[57,72,83,98,99],[62,99],[87,99,100],[76,99,101],[99,102],[57,62,69,71,80,87,98,99,101,103],[87,99,104],[70,99,106,149],[99,151],[99,155],[99,106],[99,112],[99,107,108,109,110,111,113,114,115,116,117,118,119,120],[69,99,106],[50,51,99],[51,99,121],[51,99],[51,99,123],[51,52,99,122,123,124,126],[51,70,99],[50,99],[51,99,125],[51],[51,125]],"referencedMap":[[129,1],[130,2],[149,3],[132,4],[133,5],[131,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,12],[140,13],[141,14],[142,15],[143,16],[144,1],[148,1],[145,17],[146,1],[53,18],[54,18],[56,19],[57,20],[58,21],[59,22],[60,23],[61,24],[62,25],[63,26],[64,27],[65,28],[66,28],[68,29],[67,30],[69,29],[70,31],[71,32],[55,33],[105,1],[72,34],[73,35],[74,36],[106,37],[75,38],[76,39],[77,40],[78,41],[79,42],[80,43],[81,44],[82,45],[83,46],[84,47],[85,47],[86,48],[87,49],[89,50],[88,51],[90,52],[91,53],[92,54],[93,55],[94,56],[95,57],[96,58],[97,59],[98,60],[99,61],[100,62],[101,63],[102,64],[103,65],[104,66],[147,1],[150,67],[152,68],[151,1],[153,1],[154,1],[155,1],[156,69],[47,1],[48,1],[8,1],[9,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[49,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[1,1],[46,1],[11,1],[10,1],[50,1],[107,70],[111,70],[112,1],[110,1],[113,71],[120,1],[121,72],[118,1],[119,1],[109,1],[116,1],[115,71],[108,1],[117,1],[114,73],[52,74],[122,75],[123,76],[124,77],[127,78],[128,79],[125,75],[51,80],[126,81]],"exportedModulesMap":[[129,1],[130,2],[149,3],[132,4],[133,5],[131,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,12],[140,13],[141,14],[142,15],[143,16],[144,1],[148,1],[145,17],[146,1],[53,18],[54,18],[56,19],[57,20],[58,21],[59,22],[60,23],[61,24],[62,25],[63,26],[64,27],[65,28],[66,28],[68,29],[67,30],[69,29],[70,31],[71,32],[55,33],[105,1],[72,34],[73,35],[74,36],[106,37],[75,38],[76,39],[77,40],[78,41],[79,42],[80,43],[81,44],[82,45],[83,46],[84,47],[85,47],[86,48],[87,49],[89,50],[88,51],[90,52],[91,53],[92,54],[93,55],[94,56],[95,57],[96,58],[97,59],[98,60],[99,61],[100,62],[101,63],[102,64],[103,65],[104,66],[147,1],[150,67],[152,68],[151,1],[153,1],[154,1],[155,1],[156,69],[47,1],[48,1],[8,1],[9,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[22,1],[26,1],[23,1],[24,1],[25,1],[27,1],[28,1],[29,1],[5,1],[30,1],[31,1],[32,1],[33,1],[6,1],[37,1],[34,1],[35,1],[36,1],[38,1],[7,1],[39,1],[49,1],[44,1],[45,1],[40,1],[41,1],[42,1],[43,1],[1,1],[46,1],[11,1],[10,1],[50,1],[107,70],[111,70],[112,1],[110,1],[113,71],[120,1],[121,72],[118,1],[119,1],[109,1],[116,1],[115,71],[108,1],[117,1],[114,73],[52,82],[122,82],[123,82],[124,82],[127,78],[128,82],[125,82],[126,83]],"semanticDiagnosticsPerFile":[129,130,149,132,133,131,134,135,136,137,138,139,140,141,142,143,144,148,145,146,53,54,56,57,58,59,60,61,62,63,64,65,66,68,67,69,70,71,55,105,72,73,74,106,75,76,77,78,79,80,81,82,83,84,85,86,87,89,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,147,150,152,151,153,154,155,156,47,48,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,49,44,45,40,41,42,43,1,46,11,10,50,107,111,112,110,113,120,121,118,119,109,116,115,108,117,114,52,122,123,124,127,128,125,51,126],"latestChangedDtsFile":"./source/nodejs/xml2json_fs.d.ts"},"version":"5.2.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-xml2json",
3
- "version": "2.113.0",
3
+ "version": "2.117.0",
4
4
  "description": "pure nodejs OPCUA SDK - module xml2json",
5
5
  "main": "dist/source/index.js",
6
6
  "types": "dist/source/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "ltx": "^3.0.0",
16
16
  "node-opcua-assert": "2.105.0",
17
- "node-opcua-utils": "2.110.0",
17
+ "node-opcua-utils": "2.117.0",
18
18
  "thenify": "^3.3.1",
19
19
  "xml-writer": "^1.7.0"
20
20
  },
@@ -22,7 +22,7 @@
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
24
  "mocha": "^10.2.0",
25
- "node-opcua-debug": "2.113.0",
25
+ "node-opcua-debug": "2.117.0",
26
26
  "node-opcua-nodesets": "2.110.0",
27
27
  "should": "^13.2.3"
28
28
  },
@@ -39,7 +39,7 @@
39
39
  "internet of things"
40
40
  ],
41
41
  "homepage": "http://node-opcua.github.io/",
42
- "gitHead": "36db335391fedd39726990a1b37f7768da16466a",
42
+ "gitHead": "99ed7589a203923985c25be8907b36485c798bbe",
43
43
  "files": [
44
44
  "dist",
45
45
  "source"
@@ -17,7 +17,7 @@ import { ReaderStateParserLike, XmlAttributes } from "./xml2json";
17
17
  // (IsOptionSet)
18
18
  //
19
19
  //
20
- type UAString = string |null;
20
+ type UAString = string | null;
21
21
  type NodeIdLike = string | null;
22
22
  type Int32 = number;
23
23
  type UInt32 = number;
@@ -25,33 +25,31 @@ type UABoolean = boolean;
25
25
  type LocalizedTextLike = string | null;
26
26
 
27
27
  export interface StructureFieldOptions {
28
- name?: UAString ;
29
- description?: (LocalizedTextLike | null);
30
- dataType?: (NodeIdLike | null);
31
- valueRank?: Int32 ;
32
- arrayDimensions?: UInt32 [] | null;
33
- maxStringLength?: UInt32 ;
34
- isOptional?: UABoolean ;
28
+ name?: UAString;
29
+ description?: LocalizedTextLike | null;
30
+ dataType?: NodeIdLike | null;
31
+ valueRank?: Int32;
32
+ arrayDimensions?: UInt32[] | null;
33
+ maxStringLength?: UInt32;
34
+ isOptional?: UABoolean;
35
35
  }
36
36
  interface AA {
37
37
  parent: {
38
38
  definitionFields: StructureFieldOptions[];
39
39
  nFields: number;
40
40
  definitionName: string;
41
-
42
- },
41
+ };
43
42
  array: StructureFieldOptions[];
44
43
  isUnion: boolean;
45
44
  }
46
45
  interface FieldParser {
47
- description?: (LocalizedTextLike | null);
46
+ description?: LocalizedTextLike | null;
48
47
  parent: AA;
49
48
  attrs: Record<string, string>;
50
49
  }
51
50
  export const _definitionParser: ReaderStateParserLike = {
52
51
  init(this: AA, name: string, attrs: XmlAttributes) {
53
- assert(!this.parent.
54
- nFields || this.parent.definitionFields.length === 0);
52
+ assert(!this.parent.nFields || this.parent.definitionFields.length === 0);
55
53
  this.parent.definitionFields = [];
56
54
  this.parent.definitionName = attrs.SymbolicName || attrs.Name;
57
55
  this.array = this.parent.definitionFields;
@@ -97,8 +95,9 @@ export const _definitionParser: ReaderStateParserLike = {
97
95
  obj.arrayDimensions = this.attrs.ArrayDimensions.split(",").map((e: string) => parseInt(e, 10));
98
96
  }
99
97
 
100
- obj.isOptional = this.attrs.IsOptional === "true" ? true : false;
101
-
98
+ if (this.attrs.IsOptional !== undefined) {
99
+ obj.isOptional = this.attrs.IsOptional === "true" ? true : false;
100
+ }
102
101
  if (this.attrs.SymbolicName !== undefined) {
103
102
  obj.symbolicName = this.attrs.SymbolicName;
104
103
  }