convert-csv-to-json 1.3.1 → 1.3.2

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/.idea/misc.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
- <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
3
+ <component name="ProjectRootManager">
4
4
  <output url="file://$PROJECT_DIR$/out" />
5
5
  </component>
6
6
  </project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "homepage": "https://github.com/iuccio/CSVtoJSON#readme",
37
37
  "devDependencies": {
38
- "chai": "^4.2.0",
38
+ "chai": "^4.3.6",
39
39
  "chai-fs": "^2.0.0",
40
- "mocha": "^8.2.1"
40
+ "mocha": "^9.2.0"
41
41
  }
42
42
  }
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" />
5
- </profile>
6
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="JavaScriptLibraryMappings">
4
- <file url="file://$PROJECT_DIR$" libraries="{Node.js Core}" />
5
- </component>
6
- </project>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="JSHintConfiguration" version="2.11.1" use-config-file="true" use-custom-config-file="true" custom-config-file-path="$PROJECT_DIR$/.jshintrc">
4
- <option bitwise="true" />
5
- <option browser="true" />
6
- <option curly="true" />
7
- <option eqeqeq="true" />
8
- <option forin="true" />
9
- <option maxerr="50" />
10
- <option noarg="true" />
11
- <option noempty="true" />
12
- <option nonew="true" />
13
- <option strict="true" />
14
- <option undef="true" />
15
- </component>
16
- </project>
@@ -1,375 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="BranchesTreeState">
4
- <expand />
5
- <select />
6
- </component>
7
- <component name="ChangeListManager">
8
- <list default="true" id="63c6a5c0-49c2-42ce-813a-e2299b3d6afa" name="Default Changelist" comment="" />
9
- <option name="SHOW_DIALOG" value="false" />
10
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
- <option name="LAST_RESOLUTION" value="IGNORE" />
13
- </component>
14
- <component name="FileTemplateManagerImpl">
15
- <option name="RECENT_TEMPLATES">
16
- <list>
17
- <option value="JavaScript File" />
18
- </list>
19
- </option>
20
- </component>
21
- <component name="Git.Settings">
22
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
23
- </component>
24
- <component name="MavenImportPreferences">
25
- <option name="generalSettings">
26
- <MavenGeneralSettings>
27
- <option name="mavenHome" value="$APPLICATION_HOME_DIR$/plugins/maven/lib/maven3" />
28
- </MavenGeneralSettings>
29
- </option>
30
- </component>
31
- <component name="ProjectId" id="1lc9YTbmKvxlewVApsjcpht3Geq" />
32
- <component name="ProjectViewState">
33
- <option name="autoscrollFromSource" value="true" />
34
- <option name="hideEmptyMiddlePackages" value="true" />
35
- <option name="showLibraryContents" value="true" />
36
- </component>
37
- <component name="PropertiesComponent">
38
- <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
39
- <property name="WebServerToolWindowFactoryState" value="false" />
40
- <property name="aspect.path.notification.shown" value="true" />
41
- <property name="javascript.nodejs.core.library.configured.version" value="12.18.1" />
42
- <property name="javascript.nodejs.core.library.typings.version" value="12.19.9" />
43
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../know-how" />
44
- <property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
45
- <property name="nodejs_package_manager_path" value="npm" />
46
- <property name="ts.external.directory.path" value="$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external" />
47
- </component>
48
- <component name="RecentsManager">
49
- <key name="CopyFile.RECENT_KEYS">
50
- <recent name="$PROJECT_DIR$/test/resource" />
51
- <recent name="$PROJECT_DIR$/test" />
52
- </key>
53
- </component>
54
- <component name="RunManager" selected="Mocha.test/index.spec.js">
55
- <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
56
- <option name="arquillianRunConfiguration">
57
- <value>
58
- <option name="containerStateName" value="" />
59
- </value>
60
- </option>
61
- <option name="TEST_OBJECT" value="class" />
62
- <method v="2">
63
- <option name="Make" enabled="true" />
64
- </method>
65
- </configuration>
66
- <configuration name="API testing Sub Array" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
67
- <node-interpreter>project</node-interpreter>
68
- <node-options />
69
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
70
- <working-directory>$PROJECT_DIR$</working-directory>
71
- <pass-parent-env>true</pass-parent-env>
72
- <ui>bdd</ui>
73
- <extra-mocha-options />
74
- <test-kind>SUITE</test-kind>
75
- <test-file>$PROJECT_DIR$/test/parseSubArray.spec.js</test-file>
76
- <test-names>
77
- <name value="API testing Sub Array" />
78
- </test-names>
79
- <method v="2" />
80
- </configuration>
81
- <configuration name="API testing" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
82
- <node-interpreter>project</node-interpreter>
83
- <node-options />
84
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
85
- <working-directory>$PROJECT_DIR$</working-directory>
86
- <pass-parent-env>true</pass-parent-env>
87
- <ui>bdd</ui>
88
- <extra-mocha-options />
89
- <test-kind>SUITE</test-kind>
90
- <test-file>$PROJECT_DIR$/test/index.spec.js</test-file>
91
- <test-names>
92
- <name value="API testing" />
93
- </test-names>
94
- <method v="2" />
95
- </configuration>
96
- <configuration name="API testing.getJsonFromCsv() testing.should return json array with subArray" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
97
- <node-interpreter>project</node-interpreter>
98
- <node-options />
99
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
100
- <working-directory>$PROJECT_DIR$</working-directory>
101
- <pass-parent-env>true</pass-parent-env>
102
- <ui>bdd</ui>
103
- <extra-mocha-options />
104
- <test-kind>TEST</test-kind>
105
- <test-file>$PROJECT_DIR$/test/index.spec.js</test-file>
106
- <test-names>
107
- <name value="API testing" />
108
- <name value="getJsonFromCsv() testing" />
109
- <name value="should return json array with subArray" />
110
- </test-names>
111
- <method v="2" />
112
- </configuration>
113
- <configuration name="API testing.getJsonFromCsv() testing.should return json array with value formatted by type" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
114
- <node-interpreter>project</node-interpreter>
115
- <node-options />
116
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
117
- <working-directory>$PROJECT_DIR$</working-directory>
118
- <pass-parent-env>true</pass-parent-env>
119
- <ui>bdd</ui>
120
- <extra-mocha-options />
121
- <test-kind>TEST</test-kind>
122
- <test-file>$PROJECT_DIR$/test/index.spec.js</test-file>
123
- <test-names>
124
- <name value="API testing" />
125
- <name value="getJsonFromCsv() testing" />
126
- <name value="should return json array with value formatted by type" />
127
- </test-names>
128
- <method v="2" />
129
- </configuration>
130
- <configuration name="test/index.spec.js" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
131
- <node-interpreter>project</node-interpreter>
132
- <node-options />
133
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
134
- <working-directory>$PROJECT_DIR$</working-directory>
135
- <pass-parent-env>true</pass-parent-env>
136
- <ui>bdd</ui>
137
- <extra-mocha-options />
138
- <test-kind>TEST_FILE</test-kind>
139
- <test-file>$PROJECT_DIR$/test/index.spec.js</test-file>
140
- <method v="2" />
141
- </configuration>
142
- <recent_temporary>
143
- <list>
144
- <item itemvalue="Mocha.test/index.spec.js" />
145
- <item itemvalue="Mocha.API testing" />
146
- <item itemvalue="Mocha.API testing.getJsonFromCsv() testing.should return json array with value formatted by type" />
147
- <item itemvalue="Mocha.API testing.getJsonFromCsv() testing.should return json array with subArray" />
148
- <item itemvalue="Mocha.API testing Sub Array" />
149
- </list>
150
- </recent_temporary>
151
- </component>
152
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
153
- <component name="TaskManager">
154
- <task active="true" id="Default" summary="Default task">
155
- <changelist id="63c6a5c0-49c2-42ce-813a-e2299b3d6afa" name="Default Changelist" comment="" />
156
- <created>1607885560145</created>
157
- <option name="number" value="Default" />
158
- <option name="presentableId" value="Default" />
159
- <updated>1607885560145</updated>
160
- <workItem from="1607885561560" duration="1759000" />
161
- <workItem from="1607887631649" duration="830000" />
162
- <workItem from="1607960113015" duration="1678000" />
163
- <workItem from="1608120823525" duration="1795000" />
164
- <workItem from="1608122632970" duration="1795000" />
165
- <workItem from="1608124444278" duration="1795000" />
166
- <workItem from="1608126266479" duration="905000" />
167
- <workItem from="1608128097190" duration="1274000" />
168
- <workItem from="1608130270796" duration="996000" />
169
- <workItem from="1609853316968" duration="1798000" />
170
- <workItem from="1609855129975" duration="1796000" />
171
- <workItem from="1609856941674" duration="1527000" />
172
- <workItem from="1609858753068" duration="1791000" />
173
- <workItem from="1609861527368" duration="1322000" />
174
- <workItem from="1609940923790" duration="409000" />
175
- <workItem from="1609948800912" duration="2441000" />
176
- <workItem from="1609951367545" duration="179000" />
177
- <workItem from="1610033789042" duration="599000" />
178
- <workItem from="1610035672261" duration="1796000" />
179
- <workItem from="1610037482863" duration="1788000" />
180
- <workItem from="1610039295753" duration="893000" />
181
- <workItem from="1610045583887" duration="1795000" />
182
- <workItem from="1610047395232" duration="1794000" />
183
- <workItem from="1610049209824" duration="1283000" />
184
- <workItem from="1610115325295" duration="1795000" />
185
- <workItem from="1610117138061" duration="1761000" />
186
- <workItem from="1610973104140" duration="139000" />
187
- <workItem from="1611136983659" duration="12000" />
188
- </task>
189
- <servers />
190
- </component>
191
- <component name="TypeScriptGeneratedFilesManager">
192
- <option name="version" value="3" />
193
- </component>
194
- <component name="Vcs.Log.Tabs.Properties">
195
- <option name="TAB_STATES">
196
- <map>
197
- <entry key="1">
198
- <value>
199
- <State>
200
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
201
- <option name="FILTERS">
202
- <map>
203
- <entry key="branch">
204
- <value>
205
- <list>
206
- <option value="HEAD" />
207
- </list>
208
- </value>
209
- </entry>
210
- <entry key="roots">
211
- <value>
212
- <list>
213
- <option value="$PROJECT_DIR$" />
214
- </list>
215
- </value>
216
- </entry>
217
- </map>
218
- </option>
219
- </State>
220
- </value>
221
- </entry>
222
- <entry key="MAIN">
223
- <value>
224
- <State />
225
- </value>
226
- </entry>
227
- </map>
228
- </option>
229
- <option name="OPEN_GENERIC_TABS">
230
- <map>
231
- <entry key="1" value="TOOL_WINDOW" />
232
- </map>
233
- </option>
234
- <option name="oldMeFiltersMigrated" value="true" />
235
- </component>
236
- <component name="WindowStateProjectService">
237
- <state x="232" y="159" width="3007" height="1148" maximized="true" key="#com.intellij.execution.junit2.states.ComparisonFailureState$DiffDialog" timestamp="1610115472565">
238
- <screen x="51" y="27" width="3389" height="1413" />
239
- </state>
240
- <state x="151" y="125" width="1669" height="855" key="#com.intellij.execution.junit2.states.ComparisonFailureState$DiffDialog/51.27.1869.1053@51.27.1869.1053" timestamp="1607961375794" />
241
- <state x="232" y="159" width="3007" height="1148" maximized="true" key="#com.intellij.execution.junit2.states.ComparisonFailureState$DiffDialog/51.27.3389.1413@51.27.3389.1413" timestamp="1610115472565" />
242
- <state x="1975" y="552" key="#xdebugger.evaluate" timestamp="1610049059002">
243
- <screen x="51" y="27" width="3389" height="1413" />
244
- </state>
245
- <state x="1112" y="418" key="#xdebugger.evaluate/51.27.1869.1053@51.27.1869.1053" timestamp="1609951490045" />
246
- <state x="1975" y="552" key="#xdebugger.evaluate/51.27.3389.1413@51.27.3389.1413" timestamp="1610049059002" />
247
- <state width="1171" height="506" key="DebuggerActiveHint" timestamp="1610046078911">
248
- <screen x="51" y="27" width="3389" height="1413" />
249
- </state>
250
- <state width="1171" height="506" key="DebuggerActiveHint/51.27.3389.1413@51.27.3389.1413" timestamp="1610046078911" />
251
- <state x="232" y="159" width="3027" height="1148" key="DiffContextDialog" timestamp="1610117556595">
252
- <screen x="51" y="27" width="3389" height="1413" />
253
- </state>
254
- <state x="151" y="125" width="1669" height="855" key="DiffContextDialog/51.27.1869.1053@51.27.1869.1053" timestamp="1609859313587" />
255
- <state x="232" y="159" width="3027" height="1148" key="DiffContextDialog/51.27.3389.1413@51.27.3389.1413" timestamp="1610117556595" />
256
- <state x="1351" y="407" width="424" height="484" key="FileChooserDialogImpl" timestamp="1611136992719">
257
- <screen x="51" y="27" width="3389" height="1413" />
258
- </state>
259
- <state x="768" y="310" width="424" height="484" key="FileChooserDialogImpl/51.27.1869.1053@51.27.1869.1053" timestamp="1610973233111" />
260
- <state x="1351" y="407" key="FileChooserDialogImpl/51.27.3389.1413@51.27.3389.1413" timestamp="1611136992719" />
261
- <state width="1639" height="390" key="GridCell.Tab.0.bottom" timestamp="1610115674302">
262
- <screen x="51" y="27" width="3389" height="1413" />
263
- </state>
264
- <state width="1823" height="278" key="GridCell.Tab.0.bottom/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545823" />
265
- <state width="1639" height="390" key="GridCell.Tab.0.bottom/51.27.3389.1413@51.27.3389.1413" timestamp="1610115674302" />
266
- <state width="1639" height="390" key="GridCell.Tab.0.center" timestamp="1610115674301">
267
- <screen x="51" y="27" width="3389" height="1413" />
268
- </state>
269
- <state width="1823" height="278" key="GridCell.Tab.0.center/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545823" />
270
- <state width="1639" height="390" key="GridCell.Tab.0.center/51.27.3389.1413@51.27.3389.1413" timestamp="1610115674301" />
271
- <state width="1639" height="390" key="GridCell.Tab.0.left" timestamp="1610115674301">
272
- <screen x="51" y="27" width="3389" height="1413" />
273
- </state>
274
- <state width="1823" height="278" key="GridCell.Tab.0.left/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545822" />
275
- <state width="1639" height="390" key="GridCell.Tab.0.left/51.27.3389.1413@51.27.3389.1413" timestamp="1610115674301" />
276
- <state width="1639" height="390" key="GridCell.Tab.0.right" timestamp="1610115674302">
277
- <screen x="51" y="27" width="3389" height="1413" />
278
- </state>
279
- <state width="1823" height="278" key="GridCell.Tab.0.right/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545823" />
280
- <state width="1639" height="390" key="GridCell.Tab.0.right/51.27.3389.1413@51.27.3389.1413" timestamp="1610115674302" />
281
- <state width="2264" height="487" key="GridCell.Tab.1.bottom" timestamp="1610049103109">
282
- <screen x="51" y="27" width="3389" height="1413" />
283
- </state>
284
- <state width="1823" height="344" key="GridCell.Tab.1.bottom/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545814" />
285
- <state width="2264" height="487" key="GridCell.Tab.1.bottom/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103109" />
286
- <state width="2264" height="487" key="GridCell.Tab.1.center" timestamp="1610049103109">
287
- <screen x="51" y="27" width="3389" height="1413" />
288
- </state>
289
- <state width="1823" height="344" key="GridCell.Tab.1.center/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545814" />
290
- <state width="2264" height="487" key="GridCell.Tab.1.center/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103109" />
291
- <state width="2264" height="487" key="GridCell.Tab.1.left" timestamp="1610049103108">
292
- <screen x="51" y="27" width="3389" height="1413" />
293
- </state>
294
- <state width="1823" height="344" key="GridCell.Tab.1.left/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545814" />
295
- <state width="2264" height="487" key="GridCell.Tab.1.left/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103108" />
296
- <state width="2264" height="487" key="GridCell.Tab.1.right" timestamp="1610049103109">
297
- <screen x="51" y="27" width="3389" height="1413" />
298
- </state>
299
- <state width="1823" height="344" key="GridCell.Tab.1.right/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545814" />
300
- <state width="2264" height="487" key="GridCell.Tab.1.right/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103109" />
301
- <state width="2264" height="487" key="GridCell.Tab.2.bottom" timestamp="1610049103110">
302
- <screen x="51" y="27" width="3389" height="1413" />
303
- </state>
304
- <state width="1823" height="344" key="GridCell.Tab.2.bottom/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
305
- <state width="2264" height="487" key="GridCell.Tab.2.bottom/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103110" />
306
- <state width="2264" height="487" key="GridCell.Tab.2.center" timestamp="1610049103109">
307
- <screen x="51" y="27" width="3389" height="1413" />
308
- </state>
309
- <state width="1823" height="344" key="GridCell.Tab.2.center/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
310
- <state width="2264" height="487" key="GridCell.Tab.2.center/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103109" />
311
- <state width="2264" height="487" key="GridCell.Tab.2.left" timestamp="1610049103109">
312
- <screen x="51" y="27" width="3389" height="1413" />
313
- </state>
314
- <state width="1823" height="344" key="GridCell.Tab.2.left/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
315
- <state width="2264" height="487" key="GridCell.Tab.2.left/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103109" />
316
- <state width="2264" height="487" key="GridCell.Tab.2.right" timestamp="1610049103110">
317
- <screen x="51" y="27" width="3389" height="1413" />
318
- </state>
319
- <state width="1823" height="344" key="GridCell.Tab.2.right/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
320
- <state width="2264" height="487" key="GridCell.Tab.2.right/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103110" />
321
- <state width="2264" height="487" key="GridCell.Tab.3.bottom" timestamp="1610049103111">
322
- <screen x="51" y="27" width="3389" height="1413" />
323
- </state>
324
- <state width="1823" height="344" key="GridCell.Tab.3.bottom/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
325
- <state width="2264" height="487" key="GridCell.Tab.3.bottom/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103111" />
326
- <state width="2264" height="487" key="GridCell.Tab.3.center" timestamp="1610049103110">
327
- <screen x="51" y="27" width="3389" height="1413" />
328
- </state>
329
- <state width="1823" height="344" key="GridCell.Tab.3.center/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
330
- <state width="2264" height="487" key="GridCell.Tab.3.center/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103110" />
331
- <state width="2264" height="487" key="GridCell.Tab.3.left" timestamp="1610049103110">
332
- <screen x="51" y="27" width="3389" height="1413" />
333
- </state>
334
- <state width="1823" height="344" key="GridCell.Tab.3.left/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
335
- <state width="2264" height="487" key="GridCell.Tab.3.left/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103110" />
336
- <state width="2264" height="487" key="GridCell.Tab.3.right" timestamp="1610049103110">
337
- <screen x="51" y="27" width="3389" height="1413" />
338
- </state>
339
- <state width="1823" height="344" key="GridCell.Tab.3.right/51.27.1869.1053@51.27.1869.1053" timestamp="1609951545815" />
340
- <state width="2264" height="487" key="GridCell.Tab.3.right/51.27.3389.1413@51.27.3389.1413" timestamp="1610049103110" />
341
- <state x="1431" y="352" width="337" height="566" key="VcsDiffUtil.ChangesDialog" timestamp="1610117463145">
342
- <screen x="51" y="27" width="3389" height="1413" />
343
- </state>
344
- <state x="812" y="269" width="337" height="566" key="VcsDiffUtil.ChangesDialog/51.27.1869.1053@51.27.1869.1053" timestamp="1609859205218" />
345
- <state x="1431" y="352" width="337" height="566" key="VcsDiffUtil.ChangesDialog/51.27.3389.1413@51.27.3389.1413" timestamp="1610117463145" />
346
- <state x="675" y="161" width="620" height="783" key="find.popup" timestamp="1609854112384">
347
- <screen x="51" y="27" width="1869" height="1053" />
348
- </state>
349
- <state x="675" y="161" width="620" height="783" key="find.popup/51.27.1869.1053@51.27.1869.1053" timestamp="1609854112384" />
350
- <state x="870" y="344" key="run.anything.popup" timestamp="1610048309372">
351
- <screen x="51" y="27" width="3389" height="1413" />
352
- </state>
353
- <state x="870" y="344" key="run.anything.popup/51.27.3389.1413@51.27.3389.1413" timestamp="1610048309372" />
354
- <state x="648" y="257" width="672" height="678" key="search.everywhere.popup" timestamp="1609854130607">
355
- <screen x="51" y="27" width="1869" height="1053" />
356
- </state>
357
- <state x="648" y="257" width="672" height="678" key="search.everywhere.popup/51.27.1869.1053@51.27.1869.1053" timestamp="1609854130607" />
358
- </component>
359
- <component name="XDebuggerManager">
360
- <breakpoint-manager>
361
- <breakpoints>
362
- <line-breakpoint enabled="true" type="javascript">
363
- <url>file://$PROJECT_DIR$/test/stringUtils.spec.js</url>
364
- <line>115</line>
365
- <option name="timeStamp" value="10" />
366
- </line-breakpoint>
367
- <line-breakpoint enabled="true" type="javascript">
368
- <url>file://$PROJECT_DIR$/src/csvToJson.js</url>
369
- <line>81</line>
370
- <option name="timeStamp" value="35" />
371
- </line-breakpoint>
372
- </breakpoints>
373
- </breakpoint-manager>
374
- </component>
375
- </project>