[{"C:\\exam_app\\app_vue\\src\\main.js":"1","C:\\exam_app\\app_vue\\src\\App.vue":"2","C:\\exam_app\\app_vue\\src\\router\\index.js":"3","C:\\exam_app\\app_vue\\src\\components\\Ref_1.vue":"4","C:\\exam_app\\app_vue\\src\\components\\GetToken_1.vue":"5","C:\\exam_app\\app_vue\\src\\components\\IndexDefault.vue":"6","C:\\exam_app\\app_vue\\src\\components\\Edit_1.vue":"7","C:\\exam_app\\app_vue\\src\\components\\Login_1.vue":"8","C:\\exam_app\\app_vue\\src\\components\\Hypertension_1.vue":"9","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\ListPerson.vue":"10","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\DeletePerson.vue":"11","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\EditPerson.vue":"12"},{"size":260,"mtime":1750401730246,"results":"13","hashOfConfig":"14"},{"size":1071,"mtime":1750404391232,"results":"15","hashOfConfig":"14"},{"size":1919,"mtime":1750401730401,"results":"16","hashOfConfig":"14"},{"size":585,"mtime":1750401730272,"results":"17","hashOfConfig":"14"},{"size":1050,"mtime":1750404673858,"results":"18","hashOfConfig":"14"},{"size":210,"mtime":1750401730311,"results":"19","hashOfConfig":"14"},{"size":369,"mtime":1750401730334,"results":"20","hashOfConfig":"14"},{"size":1415,"mtime":1750401730303,"results":"21","hashOfConfig":"14"},{"size":2033,"mtime":1750401730320,"results":"22","hashOfConfig":"14"},{"size":2556,"mtime":1750401730345,"results":"23","hashOfConfig":"14"},{"size":1293,"mtime":1750401730363,"results":"24","hashOfConfig":"14"},{"size":5902,"mtime":1750401730402,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"28","usedDeprecatedRules":"29"},"1648g46",{"filePath":"30","messages":"31","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"32","usedDeprecatedRules":"33"},{"filePath":"34","messages":"35","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"36","usedDeprecatedRules":"29"},{"filePath":"37","messages":"38","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"39","usedDeprecatedRules":"33"},{"filePath":"40","messages":"41","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"42","messages":"43","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"44","usedDeprecatedRules":"33"},{"filePath":"45","messages":"46","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"47","usedDeprecatedRules":"33"},{"filePath":"48","messages":"49","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"50","usedDeprecatedRules":"33"},{"filePath":"51","messages":"52","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"53","usedDeprecatedRules":"33"},{"filePath":"54","messages":"55","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"56","usedDeprecatedRules":"33"},{"filePath":"57","messages":"58","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"59","usedDeprecatedRules":"33"},{"filePath":"60","messages":"61","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"62","usedDeprecatedRules":"33"},"C:\\exam_app\\app_vue\\src\\main.js",["63"],"import { createApp } from 'vue'\nimport App from './App.vue'\nimport router from \"@/router\";\nimport axios from \"axios\";\nconst myApp=createApp(App);\nmyApp.use(router);\nmyApp.config.globalProperties.axios=axios;\nmyApp.mount(\"#app\");\n//createApp(App).mount('#app')\n",[],"C:\\exam_app\\app_vue\\src\\App.vue",["64"],"\n\n\n\n\n",[],"C:\\exam_app\\app_vue\\src\\router\\index.js",["65"],"import {createWebHistory,createRouter} from \"vue-router\";\r\nimport IndexDefault from \"@/components/IndexDefault\";\r\nimport ListPerson_881_1 from \"@/components/person_881_1/ListPerson\";\r\nimport EditPerson_881_1 from \"@/components/person_881_1/EditPerson\";\r\nimport AddPerson_881_1 from \"@/components/person_881_1/EditPerson\";\r\nimport DeletePerson_881_1 from \"@/components/person_881_1/DeletePerson\";\r\nimport GetToken_1 from \"@/components/GetToken_1.vue\";\r\nimport Login_1 from \"@/components/Login_1\";\r\nimport Ref_1 from \"@/components/Ref_1.vue\";\r\nimport Edit_1 from \"@/components/Edit_1\";\r\nimport Hypertension_1 from \"@/components/Hypertension_1\";\r\nconst history=createWebHistory();\r\nconst router=createRouter(\r\n {\r\n history,\r\n routes:[\r\n {\r\n path:\"/\",\r\n component:IndexDefault\r\n },\r\n {\r\n path:\"/person_881_1/ListPerson\",\r\n component:ListPerson_881_1\r\n },\r\n {\r\n path:\"/person_881_1/EditPerson\",\r\n component:EditPerson_881_1\r\n },\r\n {\r\n path:\"/person_881_1/AddPerson\",\r\n component:AddPerson_881_1\r\n },\r\n {\r\n path:\"/person_881_1/DeletePerson\",\r\n component:DeletePerson_881_1\r\n },\r\n {\r\n path:\"/GetToken_1\",\r\n component:GetToken_1\r\n },\r\n {\r\n path:\"/Login_1\",\r\n component:Login_1\r\n },\r\n {\r\n path:\"/Ref_1\",\r\n component:Ref_1\r\n },\r\n {\r\n path: '/Edit_1',\r\n component: Edit_1\r\n },\r\n {\r\n path: '/Hypertension_1',\r\n component: Hypertension_1\r\n },\r\n ]\r\n }\r\n)\r\nexport default router;","C:\\exam_app\\app_vue\\src\\components\\Ref_1.vue",["66"],"\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\GetToken_1.vue",["67"],"C:\\exam_app\\app_vue\\src\\components\\IndexDefault.vue",["68"],"\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\Edit_1.vue",["69"],"\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\Login_1.vue",["70"],"\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\Hypertension_1.vue",["71"],"\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\ListPerson.vue",["72"],"\r\n\r\n\r\n\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\DeletePerson.vue",["73"],"\r\n\r\n\r\n\r\n\r\n\r\n\r\n","C:\\exam_app\\app_vue\\src\\components\\person_881_1\\EditPerson.vue",["74"],"\r\n\r\n\r\n\r\n\r\n\r\n\r\n",{"ruleId":null,"fatal":true,"severity":2,"message":"75"},{"ruleId":null,"fatal":true,"severity":2,"message":"76"},{"ruleId":null,"fatal":true,"severity":2,"message":"77"},{"ruleId":null,"fatal":true,"severity":2,"message":"78"},{"ruleId":null,"fatal":true,"severity":2,"message":"79"},{"ruleId":null,"fatal":true,"severity":2,"message":"80"},{"ruleId":null,"fatal":true,"severity":2,"message":"81"},{"ruleId":null,"fatal":true,"severity":2,"message":"82"},{"ruleId":null,"fatal":true,"severity":2,"message":"83"},{"ruleId":null,"fatal":true,"severity":2,"message":"84"},{"ruleId":null,"fatal":true,"severity":2,"message":"85"},{"ruleId":null,"fatal":true,"severity":2,"message":"86"},"Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\main.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\App.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\router\\index.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\Ref_1.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\GetToken_1.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\IndexDefault.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\Edit_1.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\Login_1.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\Hypertension_1.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\person_881_1\\ListPerson.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\person_881_1\\DeletePerson.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.","Parsing error: No Babel config file detected for C:\\exam_app\\app_vue\\src\\components\\person_881_1\\EditPerson.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files."]