node-opcua-xml2json 2.128.0 → 2.133.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.
- package/dist/source/nodejs/xml2json_fs.d.ts +0 -2
- package/dist/source/nodejs/xml2json_fs.js.map +1 -1
- package/dist/source/xml2json.d.ts +11 -32
- package/dist/source/xml2json.js +14 -33
- package/dist/source/xml2json.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/source/nodejs/xml2json_fs.ts +1 -3
- package/source/xml2json.ts +16 -39
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xml2json_fs.js","sourceRoot":"","sources":["../../../source/nodejs/xml2json_fs.ts"],"names":[],"mappings":";;;;;;AAAA,4CAAoB;AACpB,0CAAiE;AAEjE,MAAa,UAAW,SAAQ,mBAAQ;
|
|
1
|
+
{"version":3,"file":"xml2json_fs.js","sourceRoot":"","sources":["../../../source/nodejs/xml2json_fs.ts"],"names":[],"mappings":";;;;;;AAAA,4CAAoB;AACpB,0CAAiE;AAEjE,MAAa,UAAW,SAAQ,mBAAQ;IAM7B,KAAK,CAAC,OAAe,EAAE,QAAyC;QACnE,IAAI,CAAC,QAAQ,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CAAC,gBAAgB,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,aAAa,GAAG,IAAI,CAAC;QAC3B,IAAI,aAAa,EAAE,CAAC;YAChB,6CAA6C;YAC7C,YAAE,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,GAAiB,EAAE,IAAY,EAAE,EAAE;gBACrD,IAAI,GAAG,EAAE,CAAC;oBACN,OAAO,QAAQ,CAAC,GAAG,CAAC,CAAC;gBACzB,CAAC;gBACD,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC;oBAC3D,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;gBAC5B,CAAC;gBACD,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACrC,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;gBAC7C,MAAM,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;gBAC3B,MAAM,CAAC,GAAG,EAAE,CAAC;YACjB,CAAC,CAAC,CAAC;QACP,CAAC;aAAM,CAAC;YACJ,MAAM,QAAQ,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;YAErC,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;YAE7C,YAAE,CAAC,gBAAgB,CAAC,OAAO,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC1G,CAAC;IACL,CAAC;CACJ;AAjCD,gCAiCC;AACD,iCAAiC;AACjC,MAAM,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AACnC,MAAM,IAAI,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAClC,UAAU,CAAC,SAAS,CAAC,KAAK,GAAG,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC"}
|
|
@@ -49,14 +49,7 @@ export declare class ReaderStateBase {
|
|
|
49
49
|
export interface ReaderStateBase extends IReaderState {
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* @class ReaderState
|
|
53
52
|
* @private
|
|
54
|
-
* @param options
|
|
55
|
-
* @param [options.parser=null] {map<ReaderState|options}}
|
|
56
|
-
* @param [options.init|null]
|
|
57
|
-
* @param [options.finish]
|
|
58
|
-
* @param [options.startElement]
|
|
59
|
-
* @param [options.endElement]
|
|
60
53
|
*/
|
|
61
54
|
export declare class ReaderState extends ReaderStateBase {
|
|
62
55
|
_init?: (name: string, attrs: XmlAttributes, parent: IReaderState, engine: Xml2Json) => void;
|
|
@@ -76,45 +69,33 @@ export declare class ReaderState extends ReaderStateBase {
|
|
|
76
69
|
data?: any;
|
|
77
70
|
constructor(options: ReaderStateParser | ReaderState);
|
|
78
71
|
/**
|
|
79
|
-
* @method _on_init
|
|
80
|
-
* @param elementName - the name of the element
|
|
81
|
-
* @param attrs
|
|
82
|
-
* @param parent
|
|
83
|
-
* @param level
|
|
84
|
-
* @param engine
|
|
85
72
|
* @protected
|
|
86
73
|
*/
|
|
87
74
|
_on_init(elementName: string, attrs: XmlAttributes, parent: IReaderState, level: number, engine: Xml2Json): void;
|
|
75
|
+
/**
|
|
76
|
+
* @protected
|
|
77
|
+
*/
|
|
88
78
|
_on_finish(): void;
|
|
89
79
|
/**
|
|
90
|
-
* @param level
|
|
91
|
-
* @param elementName - the name of the element
|
|
92
|
-
* @param attrs
|
|
93
80
|
* @protected
|
|
94
81
|
*/
|
|
95
82
|
_on_startElement(level: number, elementName: string, attrs: XmlAttributes): void;
|
|
83
|
+
/**
|
|
84
|
+
* @protected
|
|
85
|
+
*/
|
|
96
86
|
_on_endElement2(level: number, elementName: string): void;
|
|
97
87
|
/**
|
|
98
|
-
|
|
88
|
+
|
|
99
89
|
* @protected
|
|
100
90
|
*/
|
|
101
91
|
_on_endElement(level: number, elementName: string): void;
|
|
102
92
|
/**
|
|
103
|
-
* @method _on_text
|
|
104
93
|
* @param text {String} the text found inside the element
|
|
105
94
|
* @protected
|
|
106
95
|
*/
|
|
107
96
|
_on_text(text: string): void;
|
|
108
97
|
}
|
|
109
98
|
/**
|
|
110
|
-
* @class Xml2Json
|
|
111
|
-
* @param options - the state machine as a ReaderState node.
|
|
112
|
-
* @param [options.parser=null] {ReaderState}
|
|
113
|
-
* @param [options.init|null]
|
|
114
|
-
* @param [options.finish]
|
|
115
|
-
* @param [options.startElement]
|
|
116
|
-
* @param [options.endElement]
|
|
117
|
-
* @constructor
|
|
118
99
|
*
|
|
119
100
|
* @example
|
|
120
101
|
* var parser = new Xml2Json({
|
|
@@ -155,25 +136,23 @@ export declare class Xml2Json {
|
|
|
155
136
|
parseStringSync(xml_text: string): Record<string, unknown>;
|
|
156
137
|
/**
|
|
157
138
|
* @deprecated
|
|
158
|
-
* @method parseString
|
|
159
|
-
* @async
|
|
160
139
|
*/
|
|
161
140
|
parseString(xml_text: string): Promise<any>;
|
|
162
141
|
parseString(xml_text: string, callback: Callback<any> | SimpleCallback): void;
|
|
163
142
|
/**
|
|
164
|
-
* @param new_state
|
|
165
|
-
* @param name
|
|
166
|
-
* @param attr
|
|
167
143
|
* @private
|
|
168
144
|
* @internal
|
|
169
145
|
*/
|
|
170
146
|
_promote(new_state: IReaderState, level: number, name?: string, attr?: XmlAttributes): void;
|
|
171
147
|
/**
|
|
172
|
-
*
|
|
173
148
|
* @private
|
|
174
149
|
* @internal
|
|
175
150
|
*/
|
|
176
151
|
_demote(cur_state: IReaderState, level: number, elementName: string): void;
|
|
152
|
+
/**
|
|
153
|
+
* @private
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
177
156
|
protected _prepareParser(callback: Callback<any> | SimpleCallback): LtxParser;
|
|
178
157
|
}
|
|
179
158
|
export {};
|
package/dist/source/xml2json.js
CHANGED
|
@@ -13,7 +13,7 @@ const LtxParser = require("ltx/lib/parsers/ltx.js");
|
|
|
13
13
|
/**
|
|
14
14
|
* @static
|
|
15
15
|
* @private
|
|
16
|
-
|
|
16
|
+
|
|
17
17
|
* @param parser {map<ReaderState|options>}
|
|
18
18
|
* @return {map}
|
|
19
19
|
*/
|
|
@@ -32,14 +32,7 @@ class ReaderStateBase {
|
|
|
32
32
|
}
|
|
33
33
|
exports.ReaderStateBase = ReaderStateBase;
|
|
34
34
|
/**
|
|
35
|
-
* @class ReaderState
|
|
36
35
|
* @private
|
|
37
|
-
* @param options
|
|
38
|
-
* @param [options.parser=null] {map<ReaderState|options}}
|
|
39
|
-
* @param [options.init|null]
|
|
40
|
-
* @param [options.finish]
|
|
41
|
-
* @param [options.startElement]
|
|
42
|
-
* @param [options.endElement]
|
|
43
36
|
*/
|
|
44
37
|
class ReaderState extends ReaderStateBase {
|
|
45
38
|
constructor(options) {
|
|
@@ -60,12 +53,6 @@ class ReaderState extends ReaderStateBase {
|
|
|
60
53
|
this.parser = _coerceParser(options.parser);
|
|
61
54
|
}
|
|
62
55
|
/**
|
|
63
|
-
* @method _on_init
|
|
64
|
-
* @param elementName - the name of the element
|
|
65
|
-
* @param attrs
|
|
66
|
-
* @param parent
|
|
67
|
-
* @param level
|
|
68
|
-
* @param engine
|
|
69
56
|
* @protected
|
|
70
57
|
*/
|
|
71
58
|
_on_init(elementName, attrs, parent, level, engine) {
|
|
@@ -81,15 +68,15 @@ class ReaderState extends ReaderStateBase {
|
|
|
81
68
|
this._init(elementName, attrs, parent, engine);
|
|
82
69
|
}
|
|
83
70
|
}
|
|
71
|
+
/**
|
|
72
|
+
* @protected
|
|
73
|
+
*/
|
|
84
74
|
_on_finish() {
|
|
85
75
|
if (this._finish) {
|
|
86
76
|
this._finish();
|
|
87
77
|
}
|
|
88
78
|
}
|
|
89
79
|
/**
|
|
90
|
-
* @param level
|
|
91
|
-
* @param elementName - the name of the element
|
|
92
|
-
* @param attrs
|
|
93
80
|
* @protected
|
|
94
81
|
*/
|
|
95
82
|
_on_startElement(level, elementName, attrs) {
|
|
@@ -103,13 +90,16 @@ class ReaderState extends ReaderStateBase {
|
|
|
103
90
|
this.engine._promote(this.parser[elementName], level, elementName, attrs);
|
|
104
91
|
}
|
|
105
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* @protected
|
|
95
|
+
*/
|
|
106
96
|
_on_endElement2(level, elementName) {
|
|
107
97
|
if (this._endElement) {
|
|
108
98
|
this._endElement(elementName);
|
|
109
99
|
}
|
|
110
100
|
}
|
|
111
101
|
/**
|
|
112
|
-
|
|
102
|
+
|
|
113
103
|
* @protected
|
|
114
104
|
*/
|
|
115
105
|
_on_endElement(level, elementName) {
|
|
@@ -134,7 +124,6 @@ class ReaderState extends ReaderStateBase {
|
|
|
134
124
|
}
|
|
135
125
|
}
|
|
136
126
|
/**
|
|
137
|
-
* @method _on_text
|
|
138
127
|
* @param text {String} the text found inside the element
|
|
139
128
|
* @protected
|
|
140
129
|
*/
|
|
@@ -160,14 +149,6 @@ function resolve_namespace(name) {
|
|
|
160
149
|
};
|
|
161
150
|
}
|
|
162
151
|
/**
|
|
163
|
-
* @class Xml2Json
|
|
164
|
-
* @param options - the state machine as a ReaderState node.
|
|
165
|
-
* @param [options.parser=null] {ReaderState}
|
|
166
|
-
* @param [options.init|null]
|
|
167
|
-
* @param [options.finish]
|
|
168
|
-
* @param [options.startElement]
|
|
169
|
-
* @param [options.endElement]
|
|
170
|
-
* @constructor
|
|
171
152
|
*
|
|
172
153
|
* @example
|
|
173
154
|
* var parser = new Xml2Json({
|
|
@@ -213,7 +194,7 @@ class Xml2Json {
|
|
|
213
194
|
}
|
|
214
195
|
parseStringSync(xml_text) {
|
|
215
196
|
let retValue = {};
|
|
216
|
-
const parser = this._prepareParser((err, r) => retValue = r);
|
|
197
|
+
const parser = this._prepareParser((err, r) => (retValue = r));
|
|
217
198
|
parser.write(xml_text);
|
|
218
199
|
parser.end();
|
|
219
200
|
return retValue;
|
|
@@ -224,9 +205,6 @@ class Xml2Json {
|
|
|
224
205
|
parser.end();
|
|
225
206
|
}
|
|
226
207
|
/**
|
|
227
|
-
* @param new_state
|
|
228
|
-
* @param name
|
|
229
|
-
* @param attr
|
|
230
208
|
* @private
|
|
231
209
|
* @internal
|
|
232
210
|
*/
|
|
@@ -241,7 +219,6 @@ class Xml2Json {
|
|
|
241
219
|
this.current_state._on_init(name || "???", attr, parent, level, this);
|
|
242
220
|
}
|
|
243
221
|
/**
|
|
244
|
-
*
|
|
245
222
|
* @private
|
|
246
223
|
* @internal
|
|
247
224
|
*/
|
|
@@ -253,8 +230,12 @@ class Xml2Json {
|
|
|
253
230
|
this.current_state._on_endElement2(level, elementName);
|
|
254
231
|
}
|
|
255
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* @private
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
256
237
|
_prepareParser(callback) {
|
|
257
|
-
(0, node_opcua_assert_1.assert)(typeof callback ===
|
|
238
|
+
(0, node_opcua_assert_1.assert)(typeof callback === "function");
|
|
258
239
|
const parser = new LtxParser();
|
|
259
240
|
this.currentLevel = 0;
|
|
260
241
|
parser.on("startElement", (name, attrs) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xml2json.js","sourceRoot":"","sources":["../../source/xml2json.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,sCAAsC;AACtC,iCAAiC;AACjC,oCAAoC;AAEpC,yDAA2C;AAC3C,MAAM,SAAS,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;AAuBpD;;;;;;GAMG;AACH,SAAS,aAAa,CAAC,MAAkB;IACrC,KAAK,MAAM,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrC,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,WAAW,CAAC,EAAE,CAAC;YACzD,+BAA+B;YAC/B,MAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;YACzB,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;YACpB,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;IACD,OAAO,MAAgB,CAAC;AAC5B,CAAC;AAwCD,MAAa,eAAe;CAAG;AAA/B,0CAA+B;AAE/B
|
|
1
|
+
{"version":3,"file":"xml2json.js","sourceRoot":"","sources":["../../source/xml2json.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.full.d.ts","../../node-opcua-assert/dist/index.d.ts","../source/xml2json.ts","../source/definition_parser.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.24/node_modules/@types/async/index.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+bonjour@3.5.13/node_modules/@types/bonjour/index.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/common.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/array.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/date.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/function.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/math.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/number.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/object.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/string.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/node_modules/@types/lodash/common/util.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.6/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.7/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@17.0.3/node_modules/@types/sinon/index.d.ts","../../../node_modules/.pnpm/@types+underscore@1.11.15/node_modules/@types/underscore/index.d.ts","../../../node_modules/.pnpm/@types+wordwrap@1.0.3/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.32/node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"9c00a480825408b6a24c63c1b71362232927247595d7c97659bc24dc68ae0757","affectsGlobalScope":true},{"version":"0c9e4447ddca10e8097a736ce41bb37ac3389ede46e419ee78c1161a14e9e8ba","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","f851fc7f1146a83998a766c28cd6e0b4f3485f74eedba8c4843cf20065ef1aa4",{"version":"5308249970c5097e3a615850e4bc300ff9634bc3309904caff05004b31ef25b0","signature":"e02b7d3a8b4c5d9b7b1cc36de754518c93d2a2deb64cb7d0718e13d61d1d2a08"},{"version":"ae1a7b002df96ec9ff1ae99aa4aa63891a3d0dfeea52e7ce9023fe4679c7ab31","signature":"ac9df817d36eae4d2bd2476e14bd6e4bab4d7f24706f47c1468d5ae7b21718d0"},"5488ed33b841342c51598d53ffd89b7383aaec9c0abf56e81c9acab4c3188124","f42c2b7084c4f208dc7a0ed5fdddec0ae10e27a5b965eab338a0ad816d027a57","6acd4c7987f6cfdaefa6f477d1089c621a07513b457cb930d62ff1deb0c88aa7","81f081ae345273dd679344ec3993723edeb6cc3505f4ab1f5e3d019f38c23417","58ca526b8675fe6f023a1d0730f156f7c114b88f85403e446ce82b48393eb8f5","76fc59b0a8cc6a37e60439a76a8fe69e47579837d3d3ed2ee417f8a01951a294","e844cc50b2bc35f5ab85b86cc1178fb670f3faba32ecc07cb8bdc8a518ed7c93","58bebfb3d7dfbba452bcd28c1089c480f9ec1e8a73cfaf2ec209c82b1cce30d0","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":"c53c731295d75ac6b22da99e28c0cd0395d6ee4082c70d47fab83dcb552c5cc6","signature":"d687e1dafc464097ff9c79e0d28f1211f6fd1a89f9b87800b00654b1d3758a62"},"0d0fdd1c2584f45c60721484924e43736841c8cd57ca353599c1fa4a2972f264","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"c48c503c6b3f63baf18257e9a87559b5602a4e960107c762586d2a6a62b64a18","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"071d4b4af5755e1a081aa3b785b5526d09276af5a50e4725dea26edd4e7deb31","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","ff81bffa4ecfceae2e86b5920c3fcb250b66b1d6ed72944dffdf58123be2481b","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","6c65d33115c7410ecbb59db5fcbb042fc6b831a258d028dbb06b42b75d8459c1","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","875d567ecf2f865a1b19d30f2acf3203817e19fd95f7675351d046914ee39ac8",{"version":"90ebf5865e27d8966ef44b073e6e83b0ddd45058bab1d58b1e4b5a47d36396c4","affectsGlobalScope":true},"d88a5e779faf033be3d52142a04fbe1cb96009868e3bbdd296b2bc6c59e06c0e","963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","a55ca8b5f8c6a8535bb26fac1e10132a5338234ca3d5b9ed739fbc8ef41c8075","f4cf5f0ad1cfb0ceebbe4fbe8aaf0aa728e899c99cc36ec6c0c4b8f6e8a84c83","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","8e87660f5170c195ade218937e360484775be6a4e75a098665d9ba5a2e4cdc15",{"version":"3752ba0d6836d6022ed9a6de9b01ee349fc769d0a58613802bf2b8b96acfa7f9","affectsGlobalScope":true},"151920503cafbc3d106d2d21d03527b0ce0ea40c1a1c8c2378830bb4e3d005ec","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","5d30d04a14ed8527ac5d654dc345a4db11b593334c11a65efb6e4facc5484a0e"],"root":[53,54,[70,76]],"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":[[120,164],[126,127,164,183],[166,168,169,170,171,172,173,174,175,176,177,178],[166,167,169,170,171,172,173,174,175,176,177,178],[167,168,169,170,171,172,173,174,175,176,177,178],[166,167,168,170,171,172,173,174,175,176,177,178],[166,167,168,169,171,172,173,174,175,176,177,178],[166,167,168,169,170,172,173,174,175,176,177,178],[166,167,168,169,170,171,173,174,175,176,177,178],[166,167,168,169,170,171,172,174,175,176,177,178],[166,167,168,169,170,171,172,173,175,176,177,178],[166,167,168,169,170,171,172,173,174,176,177,178],[166,167,168,169,170,171,172,173,174,175,177,178],[166,167,168,169,170,171,172,173,174,175,176,178],[166,167,168,169,170,171,172,173,174,175,176,177],[127,164],[78],[113],[114,119,148],[115,120,126,127,134,145,156],[115,116,126,134],[117,157],[118,119,127,135],[119,145,153],[120,122,126,134],[113,121],[122,123],[126],[124,126],[113,126],[126,127,128,145,156],[126,127,128,141,145,148],[111,114,161],[122,126,129,134,145,156],[126,127,129,130,134,145,153,156],[129,131,145,153,156],[78,79,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],[126,132],[133,156,161],[122,126,134,145],[135],[136],[113,137],[134,135,138,155,161],[139],[140],[126,141,142],[141,143,157,159],[114,126,145,146,147,148],[114,145,147],[145,146],[148],[149],[113,145],[126,151,152],[151,152],[119,134,145,153],[154],[134,155],[114,129,140,156],[119,157],[145,158],[133,159],[160],[114,119,126,128,137,145,156,159,161],[145,162],[127,164,184],[186],[190],[88,92,156],[88,145,156],[83],[85,88,153,156],[134,153],[164],[83,164],[85,88,134,156],[80,81,84,87,114,126,145,156],[80,86],[84,88,114,148,156,164],[114,164],[104,114,164],[82,83,164],[88],[82,83,84,85,86,87,88,89,90,92,93,94,95,96,97,98,99,100,101,102,103,105,106,107,108,109,110],[88,95,96],[86,88,96,97],[87],[80,83,88],[88,92,96,97],[92],[86,88,91,156],[80,85,86,88,92,95],[114,145],[83,88,104,114,161,164],[60],[55,56,57,58,59,61,62,63,64,65,66,67,68],[52,53],[53,69],[53],[53,71],[53,54,70,71,72,74],[53,127],[52],[53,73]],"referencedMap":[[165,1],[184,2],[167,3],[168,4],[166,5],[169,6],[170,7],[171,8],[172,9],[173,10],[174,11],[175,12],[176,13],[177,14],[178,15],[180,16],[78,17],[79,17],[113,18],[114,19],[115,20],[116,21],[117,22],[118,23],[119,24],[120,25],[121,26],[122,27],[123,27],[125,28],[124,29],[126,30],[127,31],[128,32],[112,33],[129,34],[130,35],[131,36],[164,37],[132,38],[133,39],[134,40],[135,41],[136,42],[137,43],[138,44],[139,45],[140,46],[141,47],[142,47],[143,48],[145,49],[147,50],[146,51],[148,52],[149,53],[150,54],[151,55],[152,56],[153,57],[154,58],[155,59],[156,60],[157,61],[158,62],[159,63],[160,64],[161,65],[162,66],[185,67],[187,68],[191,69],[95,70],[102,71],[94,70],[109,72],[86,73],[85,74],[108,75],[103,76],[106,77],[88,78],[87,79],[83,80],[82,81],[105,82],[84,83],[89,84],[93,84],[111,85],[110,84],[97,86],[98,87],[100,88],[96,89],[99,90],[104,75],[91,91],[92,92],[101,93],[81,94],[107,95],[61,96],[69,97],[63,96],[62,28],[54,98],[70,99],[71,100],[72,101],[75,102],[76,103],[73,99],[53,104],[74,105]],"latestChangedDtsFile":"./source/nodejs/xml2json_fs.d.ts"},"version":"5.5.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.6.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/typescript@5.6.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-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.24/node_modules/@types/async/index.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@22.7.0/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+bonjour@3.5.13/node_modules/@types/bonjour/index.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/common.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/array.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/date.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/function.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/math.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/number.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/object.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/string.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/common/util.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.9/node_modules/@types/lodash/index.d.ts","../../../node_modules/.pnpm/long@5.2.3/node_modules/long/index.d.ts","../../../node_modules/.pnpm/long@5.2.3/node_modules/long/umd/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.8/node_modules/@types/mocha/index.d.ts","../../../node_modules/.pnpm/prettier@3.3.3/node_modules/prettier/doc.d.ts","../../../node_modules/.pnpm/prettier@3.3.3/node_modules/prettier/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@17.0.3/node_modules/@types/sinon/index.d.ts","../../../node_modules/.pnpm/@types+underscore@1.11.15/node_modules/@types/underscore/index.d.ts","../../../node_modules/.pnpm/@types+wordwrap@1.0.3/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.33/node_modules/@types/yargs/index.d.ts"],"fileIdsList":[[125,170],[172,174,175,176,177,178,179,180,181,182,183,184],[172,173,175,176,177,178,179,180,181,182,183,184],[173,174,175,176,177,178,179,180,181,182,183,184],[172,173,174,176,177,178,179,180,181,182,183,184],[172,173,174,175,177,178,179,180,181,182,183,184],[172,173,174,175,176,178,179,180,181,182,183,184],[172,173,174,175,176,177,179,180,181,182,183,184],[172,173,174,175,176,177,178,180,181,182,183,184],[172,173,174,175,176,177,178,179,181,182,183,184],[172,173,174,175,176,177,178,179,180,182,183,184],[172,173,174,175,176,177,178,179,180,181,183,184],[172,173,174,175,176,177,178,179,180,181,182,184],[172,173,174,175,176,177,178,179,180,181,182,183],[132,170],[78],[118],[119,124,154],[120,125,131,132,139,151,162],[120,121,131,139],[122,163],[123,124,132,140],[124,151,159],[125,127,131,139],[118,126],[127,128],[131],[129,131],[118,131],[131,132,133,151,162],[131,132,133,146,151,154],[116,167],[116,127,131,134,139,151,162],[131,132,134,135,139,151,159,162],[134,136,151,159,162],[78,79,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169],[131,137],[138,162,167],[127,131,139,151],[140],[141],[118,142],[78,79,118,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168],[144],[145],[131,146,147],[146,148,163,165],[119,131,151,152,153,154],[119,151,153],[151,152],[154],[155],[78,151],[131,157,158],[157,158],[124,139,151,159],[160],[139,161],[119,134,145,162],[124,163],[151,164],[138,165],[166],[119,124,131,133,142,151,162,165,167],[151,168],[191],[195],[185],[189],[88,92,162],[88,151,162],[83],[85,88,159,162],[139,159],[170],[83,170],[85,88,139,162],[80,81,84,87,119,131,151,162],[88,95],[80,86],[88,109,110],[84,88,119,154,162,170],[119,170],[109,119,170],[82,83,170],[88],[82,83,84,85,86,87,88,89,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115],[88,103],[88,95,96],[86,88,96,97],[87],[80,83,88],[88,92,96,97],[92],[86,88,91,162],[80,85,88,95],[119,151],[83,88,109,119,167,170],[60],[55,56,57,58,59,61,62,63,64,65,66,67,68],[52,53],[53,69],[53],[53,71],[53,54,70,71,72,74],[53,132],[52],[53,73]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","impliedFormat":1},"f851fc7f1146a83998a766c28cd6e0b4f3485f74eedba8c4843cf20065ef1aa4",{"version":"09e5d533201c9f937b75dbbe56ce4959a228ffbd414fa8f4d03835c648c25b88","signature":"0844ae7627536e2d7e7b39269b3b19cc1a3fd7882fee64cac1d2ec49d29f9290"},{"version":"ae1a7b002df96ec9ff1ae99aa4aa63891a3d0dfeea52e7ce9023fe4679c7ab31","signature":"ac9df817d36eae4d2bd2476e14bd6e4bab4d7f24706f47c1468d5ae7b21718d0"},"5488ed33b841342c51598d53ffd89b7383aaec9c0abf56e81c9acab4c3188124","eeacb7bda3212b69ac112488b30fbe5302de2ddef48fb4b4e435aa9b8b1d7609","fb414195b5513aeb08039793c7cc72d9047bb75f711a48c8eb355840d7204a90","81f081ae345273dd679344ec3993723edeb6cc3505f4ab1f5e3d019f38c23417","58ca526b8675fe6f023a1d0730f156f7c114b88f85403e446ce82b48393eb8f5","76fc59b0a8cc6a37e60439a76a8fe69e47579837d3d3ed2ee417f8a01951a294","e844cc50b2bc35f5ab85b86cc1178fb670f3faba32ecc07cb8bdc8a518ed7c93","685cc73e3d4e6f9d0a06036bf9362eff0063bc5801a772db0a3f97e842584309","0a1b9f3fe65f85fb4841f46be7fe231bfe1636e35165aba6233bc22103a72bc2","b811ae36a6044491b53928268237f97d5c4cbc50f9782633ab90d76433cf407f","5de0510a5e35d764ba0df2c597c7e607140cf65df8aba9ec9aa27b1e81ca1cb9","5c9ea5caace1d9705abf419e488056736aa69ff4e4765b0225b5abcb35324add","2379c3dc5c4ed466eaffb3b2c9022d75e3afd83906c8112d2d6973760697d87e","2b59db7caff4ab87aedc2adadddef2d8cb18c33547167bed68e1b0aa5a5894e1","213b154e7a3c66ccb25435cc0c6539cb1bc620d8af1cfa4998f542dcb85ae82d",{"version":"a703e079bf8339c590ea7c8448745505b89cd4ffe1defd1357bdb17f6ade6eff","signature":"d7b4a7f1b46fde8c4fc814cc2d6c741bcd7c3adabd5ea97eedaacbb063b25bc1"},{"version":"ac551431e36aaa0c56878bc37f10b358889ca7ab814a64a46b4b3cb154841280","signature":"dfdb290b8e8bff546756a644ce06fe9677465920499c950e836731a8df248064"},{"version":"89c4ed0fec265e96aa10c1fe8adf1c14826d9bf856d26ac8cbbc498bb96c34fd","signature":"8771adfdeae1be1e66e28cb3aee7746395e5e44746ec9249f15bf0be4d537f23"},{"version":"cc4f118e8d6e9bd5263292e234c70a415a20a4e0b04d132481c9e56cedde787c","signature":"e9d9f115af6a85617aba5046e92bf9653532e774931e9ccda013c496d3cebe2f"},{"version":"5097b3d34483a1288ff7c886edee0ed0a10b2a7c82f94fe13191de01e2599b59","signature":"5694562d4fc05d1bb82c0b4176e5f7a1f7e37863df876411d433649047ff0664"},"b44fe197f178555d404684238c893f70c500c487f101da2b470c71354445e712",{"version":"7fdc46a925c1b29f4c0a45c4c3d3e79679a377a4c8d07afb4ac8b8fc2c4f90c5","signature":"6520c245cd1e20138c839c1b75de7d4399f5dd885a773482577cddf03fef46b5"},{"version":"0d0fdd1c2584f45c60721484924e43736841c8cd57ca353599c1fa4a2972f264","impliedFormat":1},{"version":"e142fda89ed689ea53d6f2c93693898464c7d29a0ae71c6dc8cdfe5a1d76c775","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"a97d1a944c78dc33c47eea6945aa43735d624e0be8b46aa6071b6babdfa4bace","affectsGlobalScope":true,"impliedFormat":1},{"version":"db3ec8993b7596a4ef47f309c7b25ee2505b519c13050424d9c34701e5973315","impliedFormat":1},{"version":"6a1ebd564896d530364f67b3257c62555b61d60494a73dfe8893274878c6589d","affectsGlobalScope":true,"impliedFormat":1},{"version":"af49b066a76ce26673fe49d1885cc6b44153f1071ed2d952f2a90fccba1095c9","impliedFormat":1},{"version":"f22fd1dc2df53eaf5ce0ff9e0a3326fc66f880d6a652210d50563ae72625455f","impliedFormat":1},{"version":"3ddbdb519e87a7827c4f0c4007013f3628ca0ebb9e2b018cf31e5b2f61c593f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"6d498d4fd8036ea02a4edcae10375854a0eb1df0496cf0b9d692577d3c0fd603","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a3be878ff1e1964ab2dc8e0a3b67087cf838731c7f3d8f603337e7b712fdd558","impliedFormat":1},{"version":"5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","impliedFormat":1},{"version":"9be74296ee565af0c12d7071541fdd23260f53c3da7731fb6361f61150a791f6","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"f501a53b94ba382d9ba396a5c486969a3abc68309828fa67f916035f5d37fe2b","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa658b5d765f630c312ac9202d110bbaf2b82d180376457f0a9d57b42629714a","impliedFormat":1},{"version":"312ac7cbd070107766a9886fd27f9faad997ef57d93fdfb4095df2c618ac8162","impliedFormat":1},{"version":"239230ea1209cf03cc8cd0f2b1d336e5d8a1760c317fff227493a8326f97aee4","impliedFormat":1},{"version":"b6a45130bdb6d8a2dcc3b5b1c57e4e9270dc8c04831a693b248397a442fe4b9d","impliedFormat":1},{"version":"22a25b9760cc683162aaf9e9da56134e7b3692d8dda4fca650f87f53a341b72f","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"0166fce1204d520fdfd6b5febb3cda3deee438bcbf8ce9ffeb2b1bcde7155346","affectsGlobalScope":true,"impliedFormat":1},{"version":"bba2e43f4c5087f0e4e5dfafd728d4338e606760261575dc891f8ee1f7f6e515","impliedFormat":1},{"version":"50c382ba1827988c59aa9cc9d046e386d55d70f762e9e352e95ee8cb7337cdb8","impliedFormat":1},{"version":"bb9627ab9d078c79bb5623de4ac8e5d08f806ec9b970962dfc83b3211373690d","impliedFormat":1},{"version":"21d7e87f271e72d02f8d167edc902f90b04525edc7918f00f01dd0bd00599f7e","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f6abdaf8764ef01a552a958f45e795b5e79153b87ddad3af5264b86d2681b72","affectsGlobalScope":true,"impliedFormat":1},{"version":"a215554477f7629e3dcbc8cde104bec036b78673650272f5ffdc5a2cee399a0a","impliedFormat":1},{"version":"c3497fc242aabfedcd430b5932412f94f157b5906568e737f6a18cc77b36a954","impliedFormat":1},{"version":"cdc1de3b672f9ef03ff15c443aa1b631edca35b6ae6970a7da6400647ff74d95","impliedFormat":1},{"version":"139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","impliedFormat":1},{"version":"bf01fdd3b93cf633b3f7420718457af19c57ab8cbfea49268df60bae2e84d627","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"5f461d6f5d9ff474f1121cc3fd86aa3cd67476c701f55c306d323c5112201207","impliedFormat":1},{"version":"176f5212d1116f800d74f736d4af8fecb65527443c0b55372b1ec1b7390c312b","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"83fe38aa2243059ea859325c006da3964ead69b773429fe049ebb0426e75424d","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3edb86744e2c19f2c1503849ac7594a5e06024f2451bacae032390f2e20314a","impliedFormat":1},{"version":"f308ed7878d9c9499232b4cb9ceef1a958bc874772739e282895823f94c3f99e","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a3e61347b8f80aa5af532094498bceb0c0b257b25a6aa8ab4880fd6ed57c95a","affectsGlobalScope":true,"impliedFormat":1},{"version":"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","impliedFormat":1},{"version":"950f6810f7c80e0cffefcf1bcc6ade3485c94394720e334c3c2be3c16b6922fb","impliedFormat":1},{"version":"5475df7cfc493a08483c9d7aa61cc04791aecba9d0a2efc213f23c4006d4d3cd","impliedFormat":1},{"version":"000720870b275764c65e9f28ac97cc9e4d9e4a36942d4750ca8603e416e9c57c","impliedFormat":1},{"version":"54412c70bacb9ed547ed6caae8836f712a83ccf58d94466f3387447ec4e82dc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"8701e60428b700ed0206c805d702cfb2a7b4b0b76423439451d1018fa70610e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c48e931a72f6971b5add7fdb1136be1d617f124594e94595f7114af749395e0","impliedFormat":1},{"version":"478eb5c32250678a906d91e0529c70243fc4d75477a08f3da408e2615396f558","impliedFormat":1},{"version":"e686a88c9ee004c8ba12ffc9d674ca3192a4c50ed0ca6bd5b2825c289e2b2bfe","impliedFormat":1},{"version":"0d27932df2fbc3728e78b98892540e24084424ce12d3bd32f62a23cf307f411f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4423fb3d6abe6eefb8d7f79eb2df9510824a216ec1c6feee46718c9b18e6d89f","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"01c47d1c006b3a15b51d89d7764fff7e4fabc4e412b3a61ee5357bd74b822879","impliedFormat":1},{"version":"f9e22729fa06ed20f8b1fe60670b7c74933fdfd44d869ddfb1919c15a5cf12fb","impliedFormat":1},{"version":"4992e90e1ccc4f69f46e40f067d90b4a1d943ca9eb8e2054661bab13b7496ecb","impliedFormat":1},{"version":"458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","impliedFormat":1},{"version":"da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","impliedFormat":1},{"version":"187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","impliedFormat":1},{"version":"aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","impliedFormat":1},{"version":"6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","impliedFormat":1},{"version":"0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","impliedFormat":1},{"version":"00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","impliedFormat":1},{"version":"bdf0ed7d9ebae6175a5d1b4ec4065d07f8099379370a804b1faff05004dc387d","impliedFormat":1},{"version":"7c14ccd2eaa82619fffc1bfa877eb68a012e9fb723d07ee98db451fadb618906","impliedFormat":1},{"version":"5256ff2882306972c3eeae034d8e553a60d930f3e44d22189c54248232258438","impliedFormat":1},{"version":"df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","impliedFormat":1},{"version":"4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","impliedFormat":1},{"version":"54fee7d009c1e7b95a9cd151cff895742b036e25972e95a90ae503d613406e8c","impliedFormat":99},{"version":"c1eedeccaf93904fd835f40b8cbd0456c356151ab0455391453e0a60df53c9e2","impliedFormat":1},{"version":"875d567ecf2f865a1b19d30f2acf3203817e19fd95f7675351d046914ee39ac8","impliedFormat":1},{"version":"c67a7b7eec0175ea53343429d32897fcad406c663ba4b775eab8be8164bff91c","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f848b4e660b568651a6350565afc8ac5b0644853a2a863862807602cf244a05","impliedFormat":1},{"version":"6ac85cb2c23dcb52445b268258a7ea36d620054e7db53874d890bb64981ddc13","impliedFormat":1},{"version":"f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","impliedFormat":1},{"version":"8e87660f5170c195ade218937e360484775be6a4e75a098665d9ba5a2e4cdc15","impliedFormat":1},{"version":"3752ba0d6836d6022ed9a6de9b01ee349fc769d0a58613802bf2b8b96acfa7f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"151920503cafbc3d106d2d21d03527b0ce0ea40c1a1c8c2378830bb4e3d005ec","impliedFormat":1},{"version":"70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","impliedFormat":1},{"version":"26a770cec4bd2e7dbba95c6e536390fffe83c6268b78974a93727903b515c4e7","impliedFormat":1}],"root":[53,54,[70,76]],"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},"referencedMap":[[171,1],[173,2],[174,3],[172,4],[175,5],[176,6],[177,7],[178,8],[179,9],[180,10],[181,11],[182,12],[183,13],[184,14],[187,15],[78,16],[79,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,26],[128,26],[130,27],[129,28],[131,29],[132,30],[133,31],[117,32],[134,33],[135,34],[136,35],[170,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[145,45],[146,46],[147,46],[148,47],[151,48],[153,49],[152,50],[154,51],[155,52],[156,53],[157,54],[158,55],[159,56],[160,57],[161,58],[162,59],[163,60],[164,61],[165,62],[166,63],[167,64],[168,65],[192,66],[196,67],[186,68],[190,69],[95,70],[105,71],[94,70],[115,72],[86,73],[85,74],[114,75],[108,76],[113,77],[88,78],[102,79],[87,80],[111,81],[83,82],[82,83],[112,84],[84,85],[89,86],[93,86],[116,87],[106,88],[97,89],[98,90],[100,91],[96,92],[99,93],[109,75],[91,94],[92,95],[101,96],[81,97],[104,88],[103,86],[110,98],[61,99],[69,100],[63,99],[62,27],[54,101],[70,102],[71,103],[72,104],[75,105],[76,106],[73,102],[53,107],[74,108]],"latestChangedDtsFile":"./source/nodejs/xml2json_fs.d.ts","version":"5.6.2"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-xml2json",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.133.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,14 +14,14 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"ltx": "^3.0.0",
|
|
16
16
|
"node-opcua-assert": "2.120.0",
|
|
17
|
-
"node-opcua-utils": "2.
|
|
17
|
+
"node-opcua-utils": "2.133.0",
|
|
18
18
|
"thenify": "^3.3.1",
|
|
19
19
|
"xml-writer": "^1.7.0"
|
|
20
20
|
},
|
|
21
21
|
"author": "Etienne Rossignon",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"node-opcua-debug": "2.
|
|
24
|
+
"node-opcua-debug": "2.133.0",
|
|
25
25
|
"node-opcua-nodesets": "2.121.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"internet of things"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
|
|
41
41
|
"files": [
|
|
42
42
|
"dist",
|
|
43
43
|
"source"
|
|
@@ -3,11 +3,9 @@ import { Callback, SimpleCallback, Xml2Json } from "../xml2json";
|
|
|
3
3
|
|
|
4
4
|
export class Xml2JsonFs extends Xml2Json {
|
|
5
5
|
/**
|
|
6
|
-
* @method parse
|
|
7
|
-
* @async
|
|
8
6
|
* @param xmlFile - the name of the xml file to parse.
|
|
9
7
|
*/
|
|
10
|
-
public parse(xmlFile: string): Promise<any>;
|
|
8
|
+
public async parse(xmlFile: string): Promise<any>;
|
|
11
9
|
public parse(xmlFile: string, callback: Callback<any> | SimpleCallback): void;
|
|
12
10
|
public parse(xmlFile: string, callback?: Callback<any> | SimpleCallback): any {
|
|
13
11
|
if (!callback) {
|
package/source/xml2json.ts
CHANGED
|
@@ -34,7 +34,7 @@ export interface Parser {
|
|
|
34
34
|
/**
|
|
35
35
|
* @static
|
|
36
36
|
* @private
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
* @param parser {map<ReaderState|options>}
|
|
39
39
|
* @return {map}
|
|
40
40
|
*/
|
|
@@ -91,14 +91,7 @@ export interface IReaderState {
|
|
|
91
91
|
export class ReaderStateBase {}
|
|
92
92
|
export interface ReaderStateBase extends IReaderState {}
|
|
93
93
|
/**
|
|
94
|
-
* @class ReaderState
|
|
95
94
|
* @private
|
|
96
|
-
* @param options
|
|
97
|
-
* @param [options.parser=null] {map<ReaderState|options}}
|
|
98
|
-
* @param [options.init|null]
|
|
99
|
-
* @param [options.finish]
|
|
100
|
-
* @param [options.startElement]
|
|
101
|
-
* @param [options.endElement]
|
|
102
95
|
*/
|
|
103
96
|
export class ReaderState extends ReaderStateBase {
|
|
104
97
|
public _init?: (name: string, attrs: XmlAttributes, parent: IReaderState, engine: Xml2Json) => void;
|
|
@@ -136,12 +129,6 @@ export class ReaderState extends ReaderStateBase {
|
|
|
136
129
|
}
|
|
137
130
|
|
|
138
131
|
/**
|
|
139
|
-
* @method _on_init
|
|
140
|
-
* @param elementName - the name of the element
|
|
141
|
-
* @param attrs
|
|
142
|
-
* @param parent
|
|
143
|
-
* @param level
|
|
144
|
-
* @param engine
|
|
145
132
|
* @protected
|
|
146
133
|
*/
|
|
147
134
|
public _on_init(elementName: string, attrs: XmlAttributes, parent: IReaderState, level: number, engine: Xml2Json): void {
|
|
@@ -157,7 +144,9 @@ export class ReaderState extends ReaderStateBase {
|
|
|
157
144
|
this._init(elementName, attrs, parent, engine);
|
|
158
145
|
}
|
|
159
146
|
}
|
|
160
|
-
|
|
147
|
+
/**
|
|
148
|
+
* @protected
|
|
149
|
+
*/
|
|
161
150
|
public _on_finish(): void {
|
|
162
151
|
if (this._finish) {
|
|
163
152
|
this._finish();
|
|
@@ -165,14 +154,11 @@ export class ReaderState extends ReaderStateBase {
|
|
|
165
154
|
}
|
|
166
155
|
|
|
167
156
|
/**
|
|
168
|
-
* @param level
|
|
169
|
-
* @param elementName - the name of the element
|
|
170
|
-
* @param attrs
|
|
171
157
|
* @protected
|
|
172
158
|
*/
|
|
173
159
|
public _on_startElement(level: number, elementName: string, attrs: XmlAttributes): void {
|
|
174
160
|
this.currentLevel = level;
|
|
175
|
-
|
|
161
|
+
|
|
176
162
|
this.chunks = [];
|
|
177
163
|
this.text = "";
|
|
178
164
|
|
|
@@ -184,6 +170,9 @@ export class ReaderState extends ReaderStateBase {
|
|
|
184
170
|
}
|
|
185
171
|
}
|
|
186
172
|
|
|
173
|
+
/**
|
|
174
|
+
* @protected
|
|
175
|
+
*/
|
|
187
176
|
public _on_endElement2(level: number, elementName: string): void {
|
|
188
177
|
if (this._endElement) {
|
|
189
178
|
this._endElement(elementName);
|
|
@@ -191,7 +180,7 @@ export class ReaderState extends ReaderStateBase {
|
|
|
191
180
|
}
|
|
192
181
|
|
|
193
182
|
/**
|
|
194
|
-
|
|
183
|
+
|
|
195
184
|
* @protected
|
|
196
185
|
*/
|
|
197
186
|
public _on_endElement(level: number, elementName: string): void {
|
|
@@ -219,7 +208,6 @@ export class ReaderState extends ReaderStateBase {
|
|
|
219
208
|
}
|
|
220
209
|
|
|
221
210
|
/**
|
|
222
|
-
* @method _on_text
|
|
223
211
|
* @param text {String} the text found inside the element
|
|
224
212
|
* @protected
|
|
225
213
|
*/
|
|
@@ -247,14 +235,6 @@ function resolve_namespace(name: string) {
|
|
|
247
235
|
}
|
|
248
236
|
|
|
249
237
|
/**
|
|
250
|
-
* @class Xml2Json
|
|
251
|
-
* @param options - the state machine as a ReaderState node.
|
|
252
|
-
* @param [options.parser=null] {ReaderState}
|
|
253
|
-
* @param [options.init|null]
|
|
254
|
-
* @param [options.finish]
|
|
255
|
-
* @param [options.startElement]
|
|
256
|
-
* @param [options.endElement]
|
|
257
|
-
* @constructor
|
|
258
238
|
*
|
|
259
239
|
* @example
|
|
260
240
|
* var parser = new Xml2Json({
|
|
@@ -301,18 +281,15 @@ export class Xml2Json {
|
|
|
301
281
|
this._promote(state, 0);
|
|
302
282
|
}
|
|
303
283
|
|
|
304
|
-
|
|
305
284
|
public parseStringSync(xml_text: string): Record<string, unknown> {
|
|
306
|
-
let retValue:
|
|
307
|
-
const parser = this._prepareParser((err: Error | null | undefined, r:
|
|
285
|
+
let retValue: Record<string, unknown> = {};
|
|
286
|
+
const parser = this._prepareParser((err: Error | null | undefined, r: Record<string, unknown>) => (retValue = r));
|
|
308
287
|
parser.write(xml_text);
|
|
309
288
|
parser.end();
|
|
310
289
|
return retValue;
|
|
311
290
|
}
|
|
312
291
|
/**
|
|
313
292
|
* @deprecated
|
|
314
|
-
* @method parseString
|
|
315
|
-
* @async
|
|
316
293
|
*/
|
|
317
294
|
public parseString(xml_text: string): Promise<any>;
|
|
318
295
|
public parseString(xml_text: string, callback: Callback<any> | SimpleCallback): void;
|
|
@@ -322,9 +299,6 @@ export class Xml2Json {
|
|
|
322
299
|
parser.end();
|
|
323
300
|
}
|
|
324
301
|
/**
|
|
325
|
-
* @param new_state
|
|
326
|
-
* @param name
|
|
327
|
-
* @param attr
|
|
328
302
|
* @private
|
|
329
303
|
* @internal
|
|
330
304
|
*/
|
|
@@ -341,7 +315,6 @@ export class Xml2Json {
|
|
|
341
315
|
}
|
|
342
316
|
|
|
343
317
|
/**
|
|
344
|
-
*
|
|
345
318
|
* @private
|
|
346
319
|
* @internal
|
|
347
320
|
*/
|
|
@@ -354,8 +327,12 @@ export class Xml2Json {
|
|
|
354
327
|
}
|
|
355
328
|
}
|
|
356
329
|
|
|
330
|
+
/**
|
|
331
|
+
* @private
|
|
332
|
+
* @internal
|
|
333
|
+
*/
|
|
357
334
|
protected _prepareParser(callback: Callback<any> | SimpleCallback): LtxParser {
|
|
358
|
-
assert(typeof callback ===
|
|
335
|
+
assert(typeof callback === "function");
|
|
359
336
|
const parser = new LtxParser();
|
|
360
337
|
this.currentLevel = 0;
|
|
361
338
|
parser.on("startElement", (name: string, attrs: XmlAttributes) => {
|