content
stringlengths
4
1.04M
input_ids
listlengths
2
1.02k
attention_mask
listlengths
2
1.02k
{ "name": "qm-redirector", "homepage": "https://github.com/mikepsinn/qm-redirector", "authors": [ "Mike P. Sinn <m@quantimodo.com>" ], "description": "", "main": "src/redirector.js", "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }
[ 90, 198, 220, 366, 3672, 1298, 366, 80, 76, 12, 445, 1060, 273, 1600, 198, 220, 366, 11195, 7700, 1298, 366, 5450, 1378, 12567, 13, 785, 14, 76, 522, 862, 3732, 14, 80, 76, 12, 445, 1060, 273, 1600, 198, 220, 366, 41617, 1298, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "tconstruct:common/glass/gray_clear_stained_glass_pane" ] }, "criteria": { "has_block": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "tconstruct:gray_clear_stained_glass" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "tconstruct:common/glass/gray_clear_stained_glass_pane" } } }, "requirements": [ [ "has_block", "has_the_recipe" ] ] }
[ 90, 198, 220, 366, 8000, 1298, 366, 17761, 25, 8344, 18636, 14, 15763, 1600, 198, 220, 366, 260, 2017, 1298, 1391, 198, 220, 220, 220, 366, 8344, 18636, 1298, 685, 198, 220, 220, 220, 220, 220, 366, 83, 41571, 25, 11321, 14, 20721, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"ast":null,"code":"/*!\n\n=========================================================\n* Light Bootstrap Dashboard React - v1.3.0\n=========================================================\n\n* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react\n* Copyright 2019 Creative Tim (https://www.creative-tim.com)\n* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)\n\n* Coded by Creative Tim\n\n=========================================================\n\n* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n*/\nimport Dashboard from 'views/Dashboard.jsx';\nimport UserProfile from 'views/UserProfile.jsx';\nimport TableList from 'views/TableList.jsx';\nimport Typography from 'views/Typography.jsx';\nimport Icons from 'views/Icons.jsx';\nimport Maps from 'views/Maps.jsx';\nimport Notifications from 'views/Notifications.jsx';\nimport Upgrade from 'views/Upgrade.jsx';\nimport MasterQuiz from 'views/MasterQuiz';\nimport Trainee from 'views/Trainee';\nimport ViewTrainee from 'views/ViewTrainee';\nimport MasterCategory from 'views/MasterCategory';\nconst dashboardRoutes = [{\n path: '/dashboard',\n name: 'Dashboard',\n icon: 'pe-7s-graph',\n component: Dashboard,\n layout: '/admin',\n invisible: true\n}, // {\n// \tpath: '/trainee/:id/view',\n// \tname: 'Dashboard',\n// \ticon: 'pe-7s-graph',\n// \tcomponent: ViewTrainee,\n// \tlayout: '/admin',\n// \tinvisible: true\n// },\n{\n path: '/category',\n name: 'Master Category',\n icon: 'pe-7s-graph',\n component: MasterCategory,\n layout: '/admin'\n}, {\n path: '/trainee',\n name: 'Master Trainee',\n icon: 'pe-7s-user',\n component: Trainee,\n layout: '/admin'\n}, {\n path: '/quiz',\n name: 'Master Quiz',\n icon: 'pe-7s-user',\n component: MasterQuiz,\n layout: '/admin'\n}, {\n path: '/content',\n name: 'Master Content',\n icon: 'pe-7s-news-paper',\n component: UserProfile,\n layout: '/admin'\n}, {\n path: '/table',\n name: 'Application Data',\n icon: 'pe-7s-note2',\n component: TableList,\n layout: '/admin'\n}, {\n path: '/typography',\n name: 'Typography',\n icon: 'pe-7s-news-paper',\n component: Typography,\n layout: '/admin'\n}, {\n path: '/icons',\n name: 'Icons',\n icon: 'pe-7s-science',\n component: Icons,\n layout: '/admin'\n}, // {\n// path: '/maps',\n// name: 'Maps',\n// icon: 'pe-7s-map-marker',\n// component: Maps,\n// layout: '/admin'\n// }\n{\n path: '/notifications',\n name: 'Notifications',\n icon: 'pe-7s-bell',\n component: Notifications,\n layout: '/admin'\n} // {\n// upgrade: true,\n// path: \"/upgrade\",\n// name: \"Upgrade to PRO\",\n// icon: \"pe-7s-rocket\",\n// component: Upgrade,\n// layout: \"/admin\"\n// }\n];\nexport default dashboardRoutes;","map":{"version":3,"sources":["/home/pieroashady/VSCode/ReactProjects/txa/client/src/routes.js"],"names":["Dashboard","UserProfile","TableList","Typography","Icons","Maps","Notifications","Upgrade","MasterQuiz","Trainee","ViewTrainee","MasterCategory","dashboardRoutes","path","name","icon","component","layout","invisible"],"mappings":"AAAA;;;;;;;;;;;;;;;;;AAiBA,OAAOA,SAAP,MAAsB,qBAAtB;AACA,OAAOC,WAAP,MAAwB,uBAAxB;AACA,OAAOC,SAAP,MAAsB,qBAAtB;AACA,OAAOC,UAAP,MAAuB,sBAAvB;AACA,OAAOC,KAAP,MAAkB,iBAAlB;AACA,OAAOC,IAAP,MAAiB,gBAAjB;AACA,OAAOC,aAAP,MAA0B,yBAA1B;AACA,OAAOC,OAAP,MAAoB,mBAApB;AACA,OAAOC,UAAP,MAAuB,kBAAvB;AACA,OAAOC,OAAP,MAAoB,eAApB;AACA,OAAOC,WAAP,MAAwB,mBAAxB;AACA,OAAOC,cAAP,MAA2B,sBAA3B;AAEA,MAAMC,eAAe,GAAG,CACvB;AACCC,EAAAA,IAAI,EAAE,YADP;AAECC,EAAAA,IAAI,EAAE,WAFP;AAGCC,EAAAA,IAAI,EAAE,aAHP;AAICC,EAAAA,SAAS,EAAEhB,SAJZ;AAKCiB,EAAAA,MAAM,EAAE,QALT;AAMCC,EAAAA,SAAS,EAAE;AANZ,CADuB,EASvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACCL,EAAAA,IAAI,EAAE,WADP;AAECC,EAAAA,IAAI,EAAE,iBAFP;AAGCC,EAAAA,IAAI,EAAE,aAHP;AAICC,EAAAA,SAAS,EAAEL,cAJZ;AAKCM,EAAAA,MAAM,EAAE;AALT,CAjBuB,EAwBvB;AACCJ,EAAAA,IAAI,EAAE,UADP;AAECC,EAAAA,IAAI,EAAE,gBAFP;AAGCC,EAAAA,IAAI,EAAE,YAHP;AAICC,EAAAA,SAAS,EAAEP,OAJZ;AAKCQ,EAAAA,MAAM,EAAE;AALT,CAxBuB,EA+BvB;AACCJ,EAAAA,IAAI,EAAE,OADP;AAECC,EAAAA,IAAI,EAAE,aAFP;AAGCC,EAAAA,IAAI,EAAE,YAHP;AAICC,EAAAA,SAAS,EAAER,UAJZ;AAKCS,EAAAA,MAAM,EAAE;AALT,CA/BuB,EAsCvB;AACCJ,EAAAA,IAAI,EAAE,UADP;AAECC,EAAAA,IAAI,EAAE,gBAFP;AAGCC,EAAAA,IAAI,EAAE,kBAHP;AAICC,EAAAA,SAAS,EAAEf,WAJZ;AAKCgB,EAAAA,MAAM,EAAE;AALT,CAtCuB,EA6CvB;AACCJ,EAAAA,IAAI,EAAE,QADP;AAECC,EAAAA,IAAI,EAAE,kBAFP;AAGCC,EAAAA,IAAI,EAAE,aAHP;AAICC,EAAAA,SAAS,EAAEd,SAJZ;AAKCe,EAAAA,MAAM,EAAE;AALT,CA7CuB,EAoDvB;AACCJ,EAAAA,IAAI,EAAE,aADP;AAECC,EAAAA,IAAI,EAAE,YAFP;AAGCC,EAAAA,IAAI,EAAE,kBAHP;AAICC,EAAAA,SAAS,EAAEb,UAJZ;AAKCc,EAAAA,MAAM,EAAE;AALT,CApDuB,EA2DvB;AACCJ,EAAAA,IAAI,EAAE,QADP;AAECC,EAAAA,IAAI,EAAE,OAFP;AAGCC,EAAAA,IAAI,EAAE,eAHP;AAICC,EAAAA,SAAS,EAAEZ,KAJZ;AAKCa,EAAAA,MAAM,EAAE;AALT,CA3DuB,EAkEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACCJ,EAAAA,IAAI,EAAE,gBADP;AAECC,EAAAA,IAAI,EAAE,eAFP;AAGCC,EAAAA,IAAI,EAAE,YAHP;AAICC,EAAAA,SAAS,EAAEV,aAJZ;AAKCW,EAAAA,MAAM,EAAE;AALT,CAzEuB,CAgFvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAvFuB,CAAxB;AA0FA,eAAeL,eAAf","sourcesContent":["/*!\n\n=========================================================\n* Light Bootstrap Dashboard React - v1.3.0\n=========================================================\n\n* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react\n* Copyright 2019 Creative Tim (https://www.creative-tim.com)\n* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)\n\n* Coded by Creative Tim\n\n=========================================================\n\n* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n*/\nimport Dashboard from 'views/Dashboard.jsx';\nimport UserProfile from 'views/UserProfile.jsx';\nimport TableList from 'views/TableList.jsx';\nimport Typography from 'views/Typography.jsx';\nimport Icons from 'views/Icons.jsx';\nimport Maps from 'views/Maps.jsx';\nimport Notifications from 'views/Notifications.jsx';\nimport Upgrade from 'views/Upgrade.jsx';\nimport MasterQuiz from 'views/MasterQuiz';\nimport Trainee from 'views/Trainee';\nimport ViewTrainee from 'views/ViewTrainee';\nimport MasterCategory from 'views/MasterCategory';\n\nconst dashboardRoutes = [\n\t{\n\t\tpath: '/dashboard',\n\t\tname: 'Dashboard',\n\t\ticon: 'pe-7s-graph',\n\t\tcomponent: Dashboard,\n\t\tlayout: '/admin',\n\t\tinvisible: true\n\t},\n\t// {\n\t// \tpath: '/trainee/:id/view',\n\t// \tname: 'Dashboard',\n\t// \ticon: 'pe-7s-graph',\n\t// \tcomponent: ViewTrainee,\n\t// \tlayout: '/admin',\n\t// \tinvisible: true\n\t// },\n\t{\n\t\tpath: '/category',\n\t\tname: 'Master Category',\n\t\ticon: 'pe-7s-graph',\n\t\tcomponent: MasterCategory,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/trainee',\n\t\tname: 'Master Trainee',\n\t\ticon: 'pe-7s-user',\n\t\tcomponent: Trainee,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/quiz',\n\t\tname: 'Master Quiz',\n\t\ticon: 'pe-7s-user',\n\t\tcomponent: MasterQuiz,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/content',\n\t\tname: 'Master Content',\n\t\ticon: 'pe-7s-news-paper',\n\t\tcomponent: UserProfile,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/table',\n\t\tname: 'Application Data',\n\t\ticon: 'pe-7s-note2',\n\t\tcomponent: TableList,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/typography',\n\t\tname: 'Typography',\n\t\ticon: 'pe-7s-news-paper',\n\t\tcomponent: Typography,\n\t\tlayout: '/admin'\n\t},\n\t{\n\t\tpath: '/icons',\n\t\tname: 'Icons',\n\t\ticon: 'pe-7s-science',\n\t\tcomponent: Icons,\n\t\tlayout: '/admin'\n\t},\n\t// {\n\t// path: '/maps',\n\t// name: 'Maps',\n\t// icon: 'pe-7s-map-marker',\n\t// component: Maps,\n\t// layout: '/admin'\n\t// }\n\t{\n\t\tpath: '/notifications',\n\t\tname: 'Notifications',\n\t\ticon: 'pe-7s-bell',\n\t\tcomponent: Notifications,\n\t\tlayout: '/admin'\n\t}\n\t// {\n\t// upgrade: true,\n\t// path: \"/upgrade\",\n\t// name: \"Upgrade to PRO\",\n\t// icon: \"pe-7s-rocket\",\n\t// component: Upgrade,\n\t// layout: \"/admin\"\n\t// }\n];\n\nexport default dashboardRoutes;\n"]},"metadata":{},"sourceType":"module"}
[ 4895, 459, 1298, 8423, 553, 8189, 2404, 15211, 0, 59, 77, 59, 77, 10052, 4770, 2559, 28, 59, 77, 9, 4401, 18892, 26418, 16189, 3526, 21492, 532, 410, 16, 13, 18, 13, 15, 59, 77, 10052, 4770, 2559, 28, 59, 77, 59, 77, 9, 8721, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "anInt5633": 0, "aByte5634": 0, "offsetY": 0, "types": [ 10 ], "modelIds": [ [ 3640 ] ], "name": "Climbing rope", "scaleY": 128, "aByte5642": 0, "aByte5644": 0, "aByte5646": 0, "options": [ "Climb", null, null, null, null ], "sizeX": 1, "sizeY": 1, "interactable": 1, "ambientSoundId": -1, "anInt5654": -1, "delayShading": false, "occludes": 0, "castsShadow": true, "anInt5658": 0, "members": false, "decorDisplacement": 64, "varp": -1, "contrast": 0, "blocks": true, "anInt5665": 54, "anInt5666": -1, "anInt5667": 0, "mapIcon": -1, "anInt5670": -1, "adjustMapSceneRotation": false, "mapSpriteRotation": 0, "flipMapSprite": false, "inverted": false, "scaleX": 128, "clipType": 2, "scaleZ": 128, "offsetX": 0, "offsetZ": 0, "anInt5682": 0, "anInt5683": 0, "anInt5684": 960, "obstructsGround": false, "alt": false, "supportsItems": 1, "mapSpriteId": -1, "varpBit": -1, "ambient": 0, "ambientSoundHearDistance": 0, "anInt5694": 0, "ambientSoundVolume": -1, "aBool5696": false, "groundContoured": 0, "anInt5698": 0, "aBool5699": false, "aBool5700": false, "hidden": false, "aBool5702": true, "aBool5703": true, "anInt5704": 0, "anInt5705": 0, "hasAnimation": false, "anInt5708": -1, "anInt5709": 0, "anInt5710": 0, "aBool5711": false, "id": 4881, "accessBlockFlag": 0 }
[ 90, 198, 220, 366, 272, 5317, 3980, 2091, 1298, 657, 11, 198, 220, 366, 64, 40778, 3980, 2682, 1298, 657, 11, 198, 220, 366, 28968, 56, 1298, 657, 11, 198, 220, 366, 19199, 1298, 685, 198, 220, 220, 220, 838, 198, 220, 16589, 198,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"PREVALENCE_BY_GENDER_AGE_YEAR":{"TRELLIS_NAME":[],"SERIES_NAME":[],"X_CALENDAR_YEAR":[],"Y_PREVALENCE_1000PP":[]},"PREVALENCE_BY_MONTH":{"X_CALENDAR_MONTH":[],"Y_PREVALENCE_1000PP":[]},"PROCEDURE_FREQUENCY_DISTRIBUTION":{"Y_NUM_PERSONS":0,"X_COUNT":1},"PROCEDURES_BY_TYPE":{"CONCEPT_NAME":"EHR order list entry","COUNT_VALUE":71},"AGE_AT_FIRST_OCCURRENCE":{"CATEGORY":["FEMALE","MALE"],"MIN_VALUE":[2,3],"P10_VALUE":[12,14],"P25_VALUE":[24,20],"MEDIAN_VALUE":[40,30],"P75_VALUE":[60,46],"P90_VALUE":[71,59],"MAX_VALUE":[82,72]}}
[ 4895, 46437, 23428, 18310, 62, 17513, 62, 38, 10619, 1137, 62, 11879, 62, 56, 17133, 8351, 51, 2200, 3069, 1797, 62, 20608, 20598, 17241, 35009, 11015, 62, 20608, 20598, 17241, 55, 62, 34, 1847, 10619, 1503, 62, 56, 17133, 20598, 17241,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "id": 1259553873, "type": "Feature", "properties": { "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-10.80988,6.81393,-10.80988,6.81393", "geom:latitude":6.81393, "geom:longitude":-10.80988, "gn:admin1_code":"15.0", "gn:asciiname":"Mahe", "gn:country_code":"LR", "gn:dem":45, "gn:feature_class":"P", "gn:feature_code":"PPL", "gn:geonameid":2275238, "gn:latitude":6.81393, "gn:longitude":-10.80988, "gn:modification_date":"2014-11-05", "gn:name":"Mahe", "gn:population":0, "gn:timezone":"Africa/Monrovia", "iso:country":"LR", "lbl:bbox":"-10.82988,6.79393,-10.78988,6.83393", "lbl:max_zoom":18.0, "lbl:min_zoom":13.5, "mz:hierarchy_label":1, "mz:is_current":-1, "mz:min_zoom":12.0, "name:cat_x_preferred":[ "Mahe" ], "name:ceb_x_preferred":[ "Mahe" ], "name:dan_x_preferred":[ "Mahe" ], "name:deu_x_preferred":[ "Mahe" ], "name:ita_x_preferred":[ "Mahe" ], "name:mal_x_preferred":[ "\u0d2e\u0d3e\u0d39\u0d3f" ], "name:rus_x_preferred":[ "\u041c\u0430\u044d" ], "name:spa_x_preferred":[ "Mahe" ], "name:ukr_x_preferred":[ "\u041c\u0430\u0435" ], "name:und_x_variant":[ "Mahe Number One", "Maher", "Mahet", "Mahe Number 1" ], "src:geom":"geonames", "wof:belongsto":[ 102191573, 85632249, 85673523, 1091692345 ], "wof:breaches":[], "wof:concordances":{ "gn:id":2275238 }, "wof:country":"LR", "wof:geomhash":"aade0e03141c69d8cc018493db867b3b", "wof:hierarchy":[ { "continent_id":102191573, "country_id":85632249, "county_id":1091692345, "locality_id":1259553873, "region_id":85673523 } ], "wof:id":1259553873, "wof:lastmodified":1566596365, "wof:name":"Mahe", "wof:parent_id":1091692345, "wof:placetype":"locality", "wof:repo":"whosonfirst-data-admin-lr", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -10.80988, 6.81393, -10.80988, 6.81393 ], "geometry": {"coordinates":[-10.80988,6.81393],"type":"Point"} }
[ 90, 198, 220, 366, 312, 1298, 1105, 3270, 2816, 2548, 4790, 11, 198, 220, 366, 4906, 1298, 366, 38816, 1600, 198, 220, 366, 48310, 1298, 1391, 198, 220, 220, 220, 366, 276, 27110, 25, 919, 341, 2404, 12303, 12303, 1600, 198, 220, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "type": "FeatureCollection", "title": "Untitled", "id": "208942269", "bbox": [ 8.402118, 36.515864, 8.402118, 36.515864 ], "description": "An ancient place, cited: BAtlas 32 B3 unnamed unlabeled ((1 monument, 1 cemetery))", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 8.402118, 36.515864 ] }, "properties": { "description": "representative point" } }, { "geometry": { "type": "Point", "coordinates": [ 8.402118, 36.515864 ] }, "id": "darmc-location-26703", "type": "Feature", "properties": { "description": "500K scale point location", "location_precision": "precise", "title": "DARMC location 26703", "link": "http://pleiades.stoa.org/places/208942269/darmc-location-26703" } } ] }
[ 90, 198, 220, 366, 4906, 1298, 366, 38816, 36307, 1600, 198, 220, 366, 7839, 1298, 366, 46332, 1600, 198, 220, 366, 312, 1298, 366, 1238, 4531, 44361, 3388, 1600, 198, 220, 366, 65, 3524, 1298, 685, 198, 220, 220, 220, 807, 13, 3253...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "img_name": "2.jpg", "question_answer": [ [ 1, "How many people?", [ "1", "0", "3", "4", "yes" ] ], [ 2, "Where is this place?", [ "living room", "house", "home", "inside", "indoors" ] ], [ 3, "How is the environment feeling?", [ "happy", "dark", "warm", "good", "calm" ] ], [ 4, "What does the person look like?", [ "selfie", "man", "glasses", "casual", "dad" ] ], [ 5, "How does the person feel like?", [ "sad", "bored", "happy", "tired", "serious" ] ], [ 6, "What is the person doing?", [ "texting", "playing", "looking at phone", "reading", "playing game" ] ], [ 7, "What does the person on the left look like?", [ "hat", "dad", "ghost", "giraffe", "person" ] ], [ 8, "How does the person on the left feel like?", [ "sad", "good", "confused", "bored", "tired" ] ], [ 9, "What does the person on the right look like?", [ "hat", "dad", "smile", "nothing", "ghost" ] ], [ 10, "How does the person on the right feel like?", [ "sad", "bored", "confused", "tired", "good" ] ], [ 11, "What are they doing?", [ "texting", "playing", "reading", "looking at phone", "looking" ] ] ], "description": "the environment feels happy and dark. one person is in the living room. the person looks like selfie or house and feels like sad and bored. the person is texting or playing. " }
[ 90, 198, 220, 220, 220, 366, 9600, 62, 3672, 1298, 366, 17, 13, 9479, 1600, 198, 220, 220, 220, 366, 25652, 62, 41484, 1298, 685, 198, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "jquery@^3.2", "_id": "jquery@3.4.1", "_inBundle": false, "_integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==", "_location": "/jquery", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jquery@^3.2", "name": "jquery", "escapedName": "jquery", "rawSpec": "^3.2", "saveSpec": null, "fetchSpec": "^3.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", "_shasum": "714f1f8d9dde4bdfa55764ba37ef214630d80ef2", "_spec": "jquery@^3.2", "_where": "C:\\Users\\INGAPOWERLAPPY\\puslapis", "author": { "name": "JS Foundation and other contributors", "url": "https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt" }, "bugs": { "url": "https://github.com/jquery/jquery/issues" }, "bundleDependencies": false, "commitplease": { "nohook": true, "components": [ "Docs", "Tests", "Build", "Support", "Release", "Core", "Ajax", "Attributes", "Callbacks", "CSS", "Data", "Deferred", "Deprecated", "Dimensions", "Effects", "Event", "Manipulation", "Offset", "Queue", "Selector", "Serialize", "Traversing", "Wrap" ], "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)", "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])" }, "dependencies": {}, "deprecated": false, "description": "JavaScript library for DOM operations", "devDependencies": { "@babel/core": "7.3.3", "@babel/plugin-transform-for-of": "7.2.0", "commitplease": "3.2.0", "core-js": "2.6.5", "eslint-config-jquery": "1.0.1", "grunt": "1.0.3", "grunt-babel": "8.0.0", "grunt-cli": "1.3.2", "grunt-compare-size": "0.4.2", "grunt-contrib-uglify": "3.4.0", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "21.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "3.0.1", "grunt-newer": "1.3.0", "grunt-npmcopy": "0.1.0", "gzip-js": "0.3.2", "husky": "1.3.1", "insight": "0.10.1", "jsdom": "13.2.0", "karma": "4.0.1", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", "karma-ie-launcher": "1.0.0", "karma-jsdom-launcher": "7.1.0", "karma-qunit": "3.0.0", "load-grunt-tasks": "4.0.0", "native-promise-only": "0.8.1", "promises-aplus-tests": "2.1.2", "q": "1.5.1", "qunit": "2.9.2", "raw-body": "2.3.3", "requirejs": "2.3.6", "sinon": "2.3.7", "sizzle": "2.3.4", "strip-json-comments": "2.0.1", "testswarm": "1.1.0", "uglify-js": "3.4.7" }, "homepage": "https://jquery.com", "husky": { "hooks": { "commit-msg": "node node_modules/commitplease", "pre-commit": "grunt lint:newer qunit_fixture" } }, "keywords": [ "jquery", "javascript", "browser", "library" ], "license": "MIT", "main": "dist/jquery.js", "name": "jquery", "repository": { "type": "git", "url": "git+https://github.com/jquery/jquery.git" }, "scripts": { "build": "npm install && grunt", "jenkins": "npm run test:browserless", "start": "grunt watch", "test": "grunt && grunt test:slow && grunt karma:main", "test:browser": "grunt && grunt karma:main", "test:browserless": "grunt && grunt test:slow" }, "title": "jQuery", "version": "3.4.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 73, 22766, 31, 61, 18, 13, 17, 1600, 198, 220, 45434, 312, 1298, 366, 73, 22766, 31, 18, 13, 19, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908, 10138, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "find-cache-dir@^0.1.1", "_id": "find-cache-dir@0.1.1", "_inBundle": false, "_integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", "_location": "/loader-fs-cache/find-cache-dir", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "find-cache-dir@^0.1.1", "name": "find-cache-dir", "escapedName": "find-cache-dir", "rawSpec": "^0.1.1", "saveSpec": null, "fetchSpec": "^0.1.1" }, "_requiredBy": [ "/loader-fs-cache" ], "_resolved": "https://registry.npm.taobao.org/find-cache-dir/download/find-cache-dir-0.1.1.tgz", "_shasum": "c8defae57c8a52a8a784f9e31c57c742e993a0b9", "_spec": "find-cache-dir@^0.1.1", "_where": "F:\\Desktop\\模板\\vue-admin-template\\node_modules\\loader-fs-cache", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "bugs": { "url": "https://github.com/jamestalmage/find-cache-dir/issues" }, "bundleDependencies": false, "dependencies": { "commondir": "^1.0.1", "mkdirp": "^0.5.1", "pkg-dir": "^1.0.0" }, "deprecated": false, "description": "My well-made module", "devDependencies": { "ava": "^0.8.0", "coveralls": "^2.11.6", "nyc": "^5.0.1", "rimraf": "^2.5.0", "xo": "^0.12.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jamestalmage/find-cache-dir#readme", "keywords": [ "cache", "directory", "dir" ], "license": "MIT", "name": "find-cache-dir", "repository": { "type": "git", "url": "git+https://github.com/jamestalmage/find-cache-dir.git" }, "scripts": { "test": "xo && nyc --reporter=lcov --reporter=text ava" }, "version": "0.1.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 19796, 12, 23870, 12, 15908, 31, 61, 15, 13, 16, 13, 16, 1600, 198, 220, 45434, 312, 1298, 366, 19796, 12, 23870, 12, 15908, 31, 15, 13, 16, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "@id": "dtmi:digitaltwins:rec_3_3:asset:FanCoilUnit;1", "@type": "Interface", "contents": [ { "@type": "Property", "displayName": { "en": "type" }, "name": "type", "dtmi:dtdl:property:schema;2": { "@type": "Enum", "dtmi:dtdl:property:enumValues;2": [ { "enumValue": "vertical", "name": "vertical" }, { "enumValue": "horizontal", "name": "horizontal" } ], "valueSchema": "string" }, "writable": true }, { "@type": "Property", "displayName": { "en": "refrigerant type" }, "name": "refrigerantType", "schema": "string", "writable": true }, { "@type": "Property", "displayName": { "en": "nominal cooling capacity" }, "name": "nominalCoolingCapacity", "schema": "double", "writable": true }, { "@type": "Property", "displayName": { "en": "net sensible cooling capacity" }, "name": "netSensibleCoolingCapacity", "schema": "double", "writable": true }, { "@type": "Property", "displayName": { "en": "mounting" }, "name": "mounting", "dtmi:dtdl:property:schema;2": { "@type": "Enum", "dtmi:dtdl:property:enumValues;2": [ { "enumValue": "wall", "name": "wall" }, { "enumValue": "floor", "name": "floor" }, { "enumValue": "ceiling", "name": "ceiling" } ], "valueSchema": "string" }, "writable": true }, { "@type": "Property", "displayName": { "en": "filter type" }, "name": "filterType", "schema": "string", "writable": true }, { "@type": "Component", "displayName": { "en": "secondary cooling method" }, "name": "secondaryCoolingMethod", "schema": "dtmi:digitaltwins:rec_3_3:asset:HVACCoolingMethod;1" }, { "@type": "Component", "displayName": { "en": "primary cooling method" }, "name": "primaryCoolingMethod", "schema": "dtmi:digitaltwins:rec_3_3:asset:HVACCoolingMethod;1" }, { "@type": "Component", "displayName": { "en": "fan" }, "name": "fan", "schema": "dtmi:digitaltwins:rec_3_3:asset:Fan;1" } ], "displayName": { "en": "Fan coil unit" }, "extends": "dtmi:digitaltwins:rec_3_3:asset:TerminalUnit;1", "@context": "dtmi:dtdl:context;2" }
[ 90, 198, 220, 44212, 312, 1298, 366, 28664, 11632, 25, 34725, 4246, 1040, 25, 8344, 62, 18, 62, 18, 25, 562, 316, 25, 22480, 7222, 346, 26453, 26, 16, 1600, 198, 220, 44212, 4906, 1298, 366, 39317, 1600, 198, 220, 366, 3642, 658, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "convert-source-map@^1.5.0", "_id": "convert-source-map@1.6.0", "_inBundle": false, "_integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", "_location": "/convert-source-map", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "convert-source-map@^1.5.0", "name": "convert-source-map", "escapedName": "convert-source-map", "rawSpec": "^1.5.0", "saveSpec": null, "fetchSpec": "^1.5.0" }, "_requiredBy": [ "/vinyl-sourcemap" ], "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", "_shasum": "51b537a8c43e0f04dec1993bffcdd504e758ac20", "_spec": "convert-source-map@^1.5.0", "_where": "/Applications/MAMP/htdocs/extra-credit2/node_modules/vinyl-sourcemap", "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/convert-source-map/issues" }, "bundleDependencies": false, "dependencies": { "safe-buffer": "~5.1.1" }, "deprecated": false, "description": "Converts a source-map from/to different formats and allows adding/changing properties.", "devDependencies": { "inline-source-map": "~0.6.2", "tap": "~9.0.0" }, "engine": { "node": ">=0.6" }, "files": [ "index.js" ], "homepage": "https://github.com/thlorenz/convert-source-map", "keywords": [ "convert", "sourcemap", "source", "map", "browser", "debug" ], "license": "MIT", "main": "index.js", "name": "convert-source-map", "repository": { "type": "git", "url": "git://github.com/thlorenz/convert-source-map.git" }, "scripts": { "test": "tap test/*.js --color" }, "version": "1.6.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 1102, 1851, 12, 10459, 12, 8899, 31, 61, 16, 13, 20, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 1102, 1851, 12, 10459, 12, 8899, 31, 16, 13, 21, 13, 15, 1600, 198, 220, 45434, 259, 33, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "find-cache-dir@2.1.0", "/Users/huhuihui_mia/bio" ] ], "_development": true, "_from": "find-cache-dir@2.1.0", "_id": "find-cache-dir@2.1.0", "_inBundle": false, "_integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "_location": "/terser-webpack-plugin/find-cache-dir", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "find-cache-dir@2.1.0", "name": "find-cache-dir", "escapedName": "find-cache-dir", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/terser-webpack-plugin" ], "_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", "_spec": "2.1.0", "_where": "/Users/huhuihui_mia/bio", "bugs": { "url": "https://github.com/avajs/find-cache-dir/issues" }, "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", "pkg-dir": "^3.0.0" }, "description": "Finds the common standard cache directory", "devDependencies": { "ava": "^1.3.1", "coveralls": "^3.0.3", "del": "^4.0.0", "nyc": "^13.3.0", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/avajs/find-cache-dir#readme", "keywords": [ "cache", "directory", "dir", "caching", "find", "search" ], "license": "MIT", "name": "find-cache-dir", "nyc": { "reporter": [ "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/avajs/find-cache-dir.git" }, "scripts": { "test": "xo && nyc ava" }, "version": "2.1.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 19796, 12, 23870, 12, 15908, 31, 17, 13, 16, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 71, 7456, 84, 4449, 90...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"data":{"allSanityProject":{"edges":[{"node":{"title":"React Kanban","description":"Kanban board application to help you track your tasks. Users can create a task, update a task, or delete a task. This application is built with React w/ Redux, SASS preprocessor, Knex/Bookshelf, and PostgreSQL database.","githubUrl":"https://github.com/jhoun/react-kanban-1","liveDemoUrl":"http://ec2-34-220-108-247.us-west-2.compute.amazonaws.com/","slug":{"current":"react-kanban"},"image":{"asset":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC00lEQVQoz22R70sTcRjA14v+E6GXBdXIQKyZUoiISWAEBb0OSm/qNvfDdGq9yPyRMykzZ7kVvigItZqp54ZLyMiwXLnbbqZ3a6nnftxuu7vv0/dOpyU+8OG57/PjwwOn0eA4euy49oT29HNtfkFIe6oggqEPoqDwHF1adpGuqKyiyysu0WXllZHSsgqq5HzpcOGZovwjeXkaNaouXyk0mho8HR1d6R5Hr6Dg6H0odDscQqejW+jo6cS5S3jQ5xD6+vuFx0+cmEGh/+mQ0PdogG9uufP+6rXrRVh1SBU2GOt1r0aGZ74v+BET/gbRyBKwvwKwTH+Cz6EPMB/xwMLaJCwyPghEvsJyKAxhehUY9g9QoRV5bNxDGk2Wkl1hs82k87xxkczPOTmzHkASF0RinEK/uQUU2JxCP5KTKJSZQZHMR8Qkgii2sYm24jwSMjLa2ExIXq9/2mZrLt4VNlkNunevn5ErSz6Uii6CIs1yQYjHw7DO07CRjQAnrgCXXYUtfh2SKR7S6SwSJQQcl5C9vlnSam3cEzY3mnUToyMkE/qCMhwNYnwFSUkGxDQHkpQFhGQVSZZAFEWQZRmDEOBIJpPy7KyftNn+EbbY7TpyaoLk1lkEUhrkLI8wIGYFdRnUVVC/c0KEcsKUKvzvwtbWNp3X6yPj8TjaWUQKeBnhq1AucrVcf9+Fez/Fbm85qwgTiYS8fYt6AJKkbRls33hQDVKplOT3+6ctFmuxKusfcB6221tLRkfHvBRFoVgsBtFoFFg2CgzD4Myq7+0aC2s7NRa/ldlwOCyPj7+dMZutFwi94bCmq7tHe7vJfqO9vWNu0DmUcrtf8i73C96NUbLL5eaH9+Ha6SkzTudQ8l77/TmjyXyzre3uSY3FarMZjCZXDaGfr64hlgl9bVBBX1tHKRBELYXrVHU1QeEZCvcovR73lDmiNqjs3KqumScIvauu3mD5C5syo/YjZqKvAAAAAElFTkSuQmCC","aspectRatio":1.6988636363636365,"src":"https://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=800&h=471&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=200&h=118&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=400&h=235&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=800&h=471&fit=crop 800w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=800&h=471&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=200&h=118&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=400&h=235&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/7746cc6babdcd124c540d086525943e635dbce46-897x528.png?w=800&h=471&fit=crop&fm=webp 800w","sizes":"(max-width: 800px) 100vw, 800px"}}}}}]},"allSanityAbout":{"edges":[{"node":{"name":"About","description":"I am a full stack developer who enjoys ","slug":{"current":"about"},"image":{"asset":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+klEQVQ4yx2Ue0zahxbHf/EP/1v2h//e7L9t3G29d7Z6q/WxUoooWlAKKCAPEeUtooDgG/WntSpQQYvWV1tfs4q1D+1alVatpd3qZO+iSfciS5ZlJNslwRs951JP8j0n559PcnKSD/Hrd7vE3z+FiPtP3AQiJrze30/6fvcl7dUXAXIvsOl//fxp+HXgaezZ8mJscepa2PfpmH9ycogcHOql3Vq4kfTbL/sJRLwGHQ3EVzsBgpDrWW92YupqZ+KjO9OUz5881O5u+X0vnzwK7aw/iHy/uXbwjf+zo/lx95Gnr/nA6+6MdF+uD/X0Nvru3pnR/rj/A+W/kUjiG8aLrdV4Z54kMBpLDL/YTH750EfurC4F95+uRfc2HmLo8Qr+sr2Guyvz6O2zYU+HAb3OFrQ3a5Fsr47eX5wM/vDlczKe5M1lX2L8QoKobxEkPFuZony9fpv8Zn1pb39r5fDPnU38/dkq/Ohfgl837sGLhRFwtWvgcpMCJi5bwNGoBE9bFS7fcB9+dmt8b3rMSTq7LRQ+73QCwZeeSWpplWkHXObg5HDb4cM5N7xanYOf133wdMYLM64OcDXqwFhRCDYVB6btGljq1MO9biPcd1rBY9ce2m2KYGeTSjvisicRefzTNJ4s2ydTMaIqXQGazFwYuKyFO0Ot6LSpgc+kAiMzGamnP0RmZjJ0K9iw3aPB7waNsN2ngRFbKXoaK6KzziZfYHaURmQVpJBnWamhPG4mskuyoUh4BkRlWahV5oKM8wky009gwekPkJ78Lqa8/w6WnPsYb1iKINAnxY0uEcw1lMJMmxZv9dpCPnc7SaTnnPKn0j6OZOemY86FTDjPSoWzzH8BM/8kKrmfoK2EjpaL51CVm4bsMx8iPYOCInYKmqVZ0FBGBWtZHtSWs1CnYEe0So6f4MmY4QLB+YNCYQ7yxTlQIqUCX5INcjkdO408HDIK0FVeiPZiOhq5WSjgpGE+Ox1ZRdlwkXcOioUM4AoYeFHEOCiR5oWJS726WDNZcdTcXoadXWXgcMjhSr8CBzwqHO1T4qi1FN0VRdgupGNTOR0bzYVYa+GhoaYEjWYhmOrEYLLJ0NqoOGpsrogRw4PGmOeK/sjt0qHXrYcxrxEmrplwfNiM4049jtjE2CPPx4ZiKrbpCnEg/hCvqwYHHTXocdSC22mCgf56HPK2HY2OdMWIvm5DuN9hOeh3WrHfWQ+DHjt43B3Q02NHZ7sFr9nk6KjIx+bS89hllONY/yVcuj6Aq1MeWLl5BeYnXLAw7cW7t6cOHqwshokhb5d/dnowMjc7jOPXh2FwZBQuubxgtTvQXNeCbdVq7FDy0SrjYK1Gi/a2Xhy7OoLrUxPwfG4UHn86DBt3pvDZ2v3ITmDLTywujpHra77Q8vICuofHoLbVCeU1HSjWtYKw0ooCiQaFAikWF0uQW6pGkdKGKmMbkPZunPU4YfWmBwJ3JzH4ZCX0aidAEhuPb9M+D6z55hfmo9UNnXhBXAVMURWwpTXIkdUAt+xNjHhRVo1FEgOwxQbIF+qRLdKBwWiGsf4ufLQwGv3Cf8+3v/uCRvwUepm0veXX9l65GuRIdIeZFyRwjlsJBaVVIFLboLLWDhU1rceRG5qBrzABg6eEDKYIWIIyILtaD323RoMba0vab3cCSXEH/i9h/PoURaY2k5lMwd6p87zDjAIxssU6UBhboLy6GYRKM0i0NlDG4dL4ZHAVcIpaiDSW4LCFJPfuLvvI7cA6Zfzm5LEbCVGlJTEjl5/876x88kQmM5jO4EW5Mj2WGxpQpDIjT25AQUUtlunrUaa1Yg5HgifO5ETTaKxgVV0T+WD1UfJff/9x7ESiWCw7nu+nUBP/mUqlfJRG12Yzi30ChSEk1VgiErXlQF5VfyTXNxzFYQdStTmSyxGHPvoP1fdB6lltPk9GGZ6YOYalZDIIwlRXT7iHbrzRP8Fg8RJOpOUk5XFlNIm6lixRVPuFlTVhjdkeU5taY1JNXViqMvnZJXIyOYNOe4dyMuntf7yXwGK+RTTam4iN7QDxf2UuheU/6pWgAAAAAElFTkSuQmCC","aspectRatio":1,"src":"https://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=800&h=800&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=200&h=200&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=400&h=400&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=800&h=800&fit=crop 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=1200&h=1200&fit=crop 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=1600&h=1600&fit=crop 1600w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=2400&h=2400&fit=crop 2400w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=800&h=800&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=200&h=200&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=400&h=400&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=800&h=800&fit=crop&fm=webp 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=1200&h=1200&fit=crop&fm=webp 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=1600&h=1600&fit=crop&fm=webp 1600w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/0c25f753f78098fad37585b5c587027f9d993d4f-3000x3000.png?w=2400&h=2400&fit=crop&fm=webp 2400w","sizes":"(max-width: 800px) 100vw, 800px"}}}}}]},"allSanityExperience":{"edges":[{"node":{"title":"DevLeague","description":["Worked alongside lead developer and associate developer to overhaul Jr. DevLeague website. Created mockup based on designer specs, planned & managed project timeline, and helped implement new features to the site. ","Utilized Scrum with two week sprints and daily stand-ups, as well as meeting for sprint planning, review, and retrospective.","Lead lectures ons various concepts and provided assistance to students by trouble shooting errors in a Teacher Assistant role. "],"slug":{"current":"teacher-assistant-at-devleague"},"image":{"asset":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADRUlEQVQozz3RW08cZRgH8Amb9Ct4AqtRm5h4bbw1Xqo0XtWkJn4C8ZDAspQ9zA6iRlObUGxCddmCFpWIi3ucUigtK7BT7JYa0m3Llp3Z48yyh9ld5vDOzPM4wMqb/PPc/Z7DS7165o2ec+c+fNs1+Fl48iJTCUxNSIGfroqBwLQ0fZjp4HECQWk2OCP9MTsjha5NSX9euyouXJ+Trs/+Uvn+4qXwwMCn7zz7zAs91HO9rzgGPhl4dy44mfx3I6LzmS2yl31CeJ63IxxVQRBIXsiTQiZDSqk1Uk7GSSnJkkqaI9mdHT0RZ5M07X+Ponoc1PO9LzucQ87+RPh3TsqlUW3w2GmKqHSaqCgdOwpqmoYmIWhJZTQfbKB5dwmNjRhaOylsFfKwsb6ZGh//6ixFUQ6qr6/P4XQO9yciCykpx4FaTkInvwKKdA/UtgSqqoKm62AcplwAsrUK5HYI9OV5MNJ3QBZ46+/k+ibDjB2Dp1/sPQLZaIirCVtgiatIClEwq5toqftoWRYCAIJpotVsoJF7jMaj+2hk0mAV9kCuVKzkWjJF00wXPP3SMZiIc439EqBeR7NdBPNARDA0xEPs/9go6LodDS1NAzQMaDXlI9Dno7sr93ZB9gZXr8ugEMBirQZ8tYL1joK6pqOhNpGQA9QtE4kNm4ho2a3sAq1Wy1qzQa+3C5557fXuhCxXkmqQlTvI7mYg9PA+/CNWodpswMF+FlpyGRqqArKmQkfXQCcE7HOALMtH4MmE9usZHBx6n03cSPFiHbabbVh8ugPzj+7CHVEEvtGARjULxXrRbtYCvt2BumJ/lA0CnICbHo+3/9Cihkc8p5zDrrOLi2Fue5fH2wURY7sPMf7kAbI5AdP5ImaFx8gJe7icL+F6UcSn+zWsN5vYbrexVCrB0tJNe2XfB+c/+vgUNXH5hzft/T+fnLyS/nkhrF5ZTKiXQxG7RrSJUFwL/hXXQtGI9mssps3EWG2OXdKiN1fU5ZVb6sqtVTUaiytTUz/ec3u8X3z9zbdvUWNfjjOjbs9vrpEL2yNuX27ITfODbj8/5GF4p5fhXR6/4PbSgtdHCz7aL/iZMf4kfoa3J8u5XBe2nU7X/Oio57v/AOs2w6IYoXliAAAAAElFTkSuQmCC","aspectRatio":1.7024952015355086,"src":"https://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=800&h=470&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=200&h=117&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=400&h=235&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=800&h=470&fit=crop 800w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=800&h=470&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=200&h=117&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=400&h=235&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/77c8486e583411d68979c3c2d02b573a15c130fd-887x521.png?w=800&h=470&fit=crop&fm=webp 800w","sizes":"(max-width: 800px) 100vw, 800px"}}}}},{"node":{"title":"Jr. DevLeague","description":["Instructed at six public and private schools across the island of Oahu.","Developed Capstone curriculum for 2 Hawaii public schools based on Git Workflow, ES6 array methods, XHR, PostgreSQL database, Amazon Web Services(Lambda, S3, RDS, and API Gateway)"],"slug":{"current":"jr-devleague"},"image":{"asset":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAUGAwf/xAAhEAABBAICAgMAAAAAAAAAAAABAgMEBQARBhITIQcUcf/EABYBAQEBAAAAAAAAAAAAAAAAAAMCBP/EAB0RAAICAQUAAAAAAAAAAAAAAAABERQCAyEiMlH/2gAMAwEAAhEDEQA/AJC/5jYRZbtcucJEEIBG1EpUnWxiut+SbeExIajIAbc9HY2Bi+2iMd1Hxp3rMK9lv6/XoNE+8B5p8oNa0n1O48ViW1zRx58i+jx1vDt41O6KR+YZCQEJTEbAGgBhkWH4hqc7yf/Z","aspectRatio":1.8431079566679118,"src":"https://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=800&h=434&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=200&h=109&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=400&h=217&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=800&h=434&fit=crop 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=1200&h=651&fit=crop 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=1600&h=868&fit=crop 1600w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=2400&h=1302&fit=crop 2400w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=800&h=434&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=200&h=109&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=400&h=217&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=800&h=434&fit=crop&fm=webp 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=1200&h=651&fit=crop&fm=webp 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=1600&h=868&fit=crop&fm=webp 1600w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/656309ff579ce5a720e7655e2c8d294e8c266d2d-4934x2677.jpg?w=2400&h=1302&fit=crop&fm=webp 2400w","sizes":"(max-width: 800px) 100vw, 800px"}}}}},{"node":{"title":"Spilled Paint Studios","description":[" Working as a remote contractor with the principal developer in building an admin dashboard for a client."," Jumped into a large code base written in React & Redux where I implemented Role Based Access Control, integrated and render data based on Atlasssian Confluence document, and added fault tolerance to components."],"slug":{"current":"spilled-paint-studios"},"image":{"asset":{"fluid":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADX0lEQVQozy2T2U9bRxTG76VV3iulf0KlPFcpooGENkAMJm6z2BjbGIgxiZfrDVPAOCYGb9drveAFbJYktgFDG9YSUJZW4rqK2ufCf9DGr42l1qrP6fjClX76jmbOfDPfjC6lUg7RLdfa2jq7hS/uSKR/iWWKyv1++XtC5Z5URui/UFmlf3CoMqpnKjqzpfLIYHw/otVVlCr1n/el/S8Ewt72K59doameji66R/Rtl8Zk/sUdifwbTmdqwWSqFkqlakFCgNT+xHzNF4vX2Hicn2Pjidq021Oz2O01w8TkP2rG8PNdiVTwMfVRE9Xeco0mp+i2u9zllVIJNg8PsXRwgCWia4cv8dneHq5sbWJubY1ndWsLs0Q9sRiOO51ostvrOquVI8mEFEU1Ua1Xm2mJTCFwsn6uuLMDe2/fwu6bN7z+cHwE+e0S5IorkFpZhsV8Htb39xubwtLGBnyfzYInGq2POxwnEvmF4ZefX6WlCqXAFQpzmz8dwnG5jEdlDo5OTnD35T4WillMZeMYSiYwsbSEZFPcfvUKfzw+hgKpk6urddvsHEdSnhteb26hibvgCctyhe3txslw5/VrIAvwWWkDw4koznhcOEnizfh8GFlYwNz6OuZJbyO+P5msa8esnKBXdG4o7LhFf3NPLDDbbFyURGg0LxaLkMnnMZrLoScaQwfLos3lQrvXi65IBMljYXx5uREZbW53XaEe5W50dJ4bPlKpm4h794ie4Z4EAhBIpzGYTkODQCoF7Pw8eGMx8MbjQIwgsrjIE8pkYDYcRsPUVF2iHOTavrop/PSTy01U42tt//qWeEDJMZNT9Sm3G+w+HzxmWbB5PGDzesEZCvEGyadPIf38Oa/hhQVw+P2gsVr/uyuTnzS3Xu8hVjS1t3twqb2js7frtujXvqFheMAw+NBswRGjEZUaDY6aTDjhnOWj+hMJHi+5BmcwiN+Re1UxTF0k6SvfuNkpmnE4L1GpdKZFo2NMd8R9v5OX+iAbHK4OPFBVpcrBqliuqA6oRqrkr6jqLWNVw5iVhyG11mT+MKpjqoph1d8Smfw3lfqhxe8PfkHNzblmp6cfFwxG0zuNVneq1TGnOr3hrIH+QsnYmVarJzVzpmeMFxhIH3Oq0er/IPW78fGJgm3a7vgfbxESr2rBB/YAAAAASUVORK5CYII=","aspectRatio":1.6944971537001898,"src":"https://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=800&h=472&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=200&h=118&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=400&h=236&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=800&h=472&fit=crop 800w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=800&h=472&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=200&h=118&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=400&h=236&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/24ee51cf5d1ea375eea6fe4d91ceee64ccf03579-893x527.png?w=800&h=472&fit=crop&fm=webp 800w","sizes":"(max-width: 800px) 100vw, 800px"}}}}},{"node":{"title":"Community","description":[" Volunteered as JS Conf HI by assisting speakers and visitors."," Helped organize Global Game Jam HI by planning logistics for kick-off day."," Spoke at Blue Planet Energy Summit about the importance of data visualization and we can analyze the data to better understand renewable energy."," Guest speaker at Hawaii STEM Conference. Talked about how to engage and effectively teach students how to code in grades 7-12. "," Organized Twitch Community Hackathon in Hawaii. "],"slug":{"current":"community"},"image":{"asset":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAcEBgj/xAAjEAABAwQBBAMAAAAAAAAAAAACAQMEAAUREiEGBzFRExSB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAL/xAAdEQACAwACAwAAAAAAAAAAAAABAgADEQQxIWGh/9oADAMBAAIRAxEAPwBndyru7aY0MGhRQIt1/FqksdfO3L5stLtGfQs58ceKm9zpTlwKxtyMaOO4JB4ynqldcHltE+4NQhEBNzK55qzZWqqWEHZXyAbCj95nr5NIQLj9qGy+Y6kYoSp6opDROuL20wLYyA1HhMjRRTeu9RijwNn/2Q==","aspectRatio":1.7070116861435727,"src":"https://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=800&h=469&fit=crop","srcSet":"https://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=200&h=117&fit=crop 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=400&h=234&fit=crop 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=800&h=469&fit=crop 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=1200&h=703&fit=crop 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=1600&h=937&fit=crop 1600w","srcWebp":"https://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=800&h=469&fit=crop&fm=webp","srcSetWebp":"https://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=200&h=117&fit=crop&fm=webp 200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=400&h=234&fit=crop&fm=webp 400w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=800&h=469&fit=crop&fm=webp 800w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=1200&h=703&fit=crop&fm=webp 1200w,\nhttps://cdn.sanity.io/images/jcjs4fij/production/4c0227a31136629d5a9acdb6828d0be53b1180c8-2045x1198.jpg?w=1600&h=937&fit=crop&fm=webp 1600w","sizes":"(max-width: 800px) 100vw, 800px"}}}}}]}},"pageContext":{"isCreatedByStatefulCreatePages":true}}
[ 4895, 7890, 8351, 439, 15017, 414, 16775, 8351, 276, 3212, 32509, 17440, 8351, 7839, 2404, 3041, 529, 14248, 3820, 2430, 11213, 2404, 42, 272, 3820, 3096, 3586, 284, 1037, 345, 2610, 534, 8861, 13, 18987, 460, 2251, 257, 4876, 11, 4296,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "hash-sum@1.0.2", "/opt/lampp/htdocs/weshare" ] ], "_from": "hash-sum@1.0.2", "_id": "hash-sum@1.0.2", "_inBundle": false, "_integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", "_location": "/hash-sum", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hash-sum@1.0.2", "name": "hash-sum", "escapedName": "hash-sum", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/vue-loader", "/vue-style-loader" ], "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", "_spec": "1.0.2", "_where": "/opt/lampp/htdocs/weshare", "authors": [ "Nicolas Bevacqua <nicolasbevacqua@gmail.com>" ], "bugs": { "url": "https://github.com/bevacqua/hash-sum/issues" }, "dependencies": {}, "description": "Blazing fast unique hash generator", "devDependencies": { "jshint": "2.5.0", "jshint-stylish": "0.2.0", "tape": "3.0.3" }, "homepage": "https://github.com/bevacqua/hash-sum", "license": "MIT", "main": "hash-sum.js", "name": "hash-sum", "repository": { "type": "git", "url": "git://github.com/bevacqua/hash-sum.git" }, "scripts": { "test": "jshint . && tape test.js" }, "version": "1.0.2" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 17831, 12, 16345, 31, 16, 13, 15, 13, 17, 1600, 198, 220, 220, 220, 220, 220, 12813, 8738, 14, 2543, 381, 14, 4352, 31628, 14, 86...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "prelude-ls@~1.1.2", "_id": "prelude-ls@1.1.2", "_inBundle": false, "_integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "_location": "/prelude-ls", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "prelude-ls@~1.1.2", "name": "prelude-ls", "escapedName": "prelude-ls", "rawSpec": "~1.1.2", "saveSpec": null, "fetchSpec": "~1.1.2" }, "_requiredBy": [ "/levn", "/optionator", "/type-check" ], "_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", "_shasum": "21932a549f5e52ffd9a827f570e04be62a97da54", "_spec": "prelude-ls@~1.1.2", "_where": "C:\\Users\\andre\\Documents\\Coding\\Bootcamp\\Github\\Team-Template\\node_modules\\optionator", "author": { "name": "George Zahariev", "email": "z@georgezahariev.com" }, "bugs": { "url": "https://github.com/gkz/prelude-ls/issues" }, "bundleDependencies": false, "deprecated": false, "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.", "devDependencies": { "browserify": "~3.24.13", "istanbul": "~0.2.4", "livescript": "~1.4.0", "mocha": "~2.2.4", "sinon": "~1.10.2", "uglify-js": "~2.4.12" }, "engines": { "node": ">= 0.8.0" }, "files": [ "lib/", "README.md", "LICENSE" ], "homepage": "http://preludels.com", "keywords": [ "prelude", "livescript", "utility", "ls", "coffeescript", "javascript", "library", "functional", "array", "list", "object", "string" ], "licenses": [ { "type": "MIT", "url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE" } ], "main": "lib/", "name": "prelude-ls", "repository": { "type": "git", "url": "git://github.com/gkz/prelude-ls.git" }, "scripts": { "test": "make test" }, "version": "1.1.2" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 79, 2411, 2507, 12, 7278, 31, 93, 16, 13, 16, 13, 17, 1600, 198, 220, 45434, 312, 1298, 366, 79, 2411, 2507, 12, 7278, 31, 16, 13, 16, 13, 17, 1600, 198, 220, 45434, 259, 33, 31249, 1298, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "channeldata": { "activate.d": false, "binary_prefix": false, "deactivate.d": false, "description": null, "dev_url": "https://github.com/cds-astro/cds-healpix-python", "doc_source_url": null, "doc_url": "https://cds-astro.github.io/cds-healpix-python", "home": "https://pypi.org/project/cdshealpix/", "icon_hash": null, "icon_url": null, "identifiers": null, "keywords": null, "license": "BSD-3-Clause", "post_link": false, "pre_link": false, "pre_unlink": false, "recipe_origin": null, "run_exports": {}, "source_git_url": null, "source_url": "https://pypi.io/packages/source/c/cdshealpix/cdshealpix-0.6.0.tar.gz", "subdirs": [ "osx-64" ], "summary": "Python cdshealpix package wrapping code of the cdshealpix crate.", "tags": null, "text_prefix": false, "timestamp": 1621618937, "version": "0.6.0" }, "channeldata_version": 1, "feedstock": "cdshealpix-feedstock", "labels": [ "main" ], "package": "cdshealpix-0.6.0-py39hce574ba_1.tar.bz2", "repodata": { "build": "py39hce574ba_1", "build_number": 1, "depends": [ "astropy", "python >=3.9,<3.10.0a0", "python_abi 3.9.* *_cp39" ], "license": "BSD-3-Clause", "md5": "7864c3b16428243871e36bb1afbb8b3f", "name": "cdshealpix", "sha256": "ec1bfdd766cd5f46101c9bb329feb5cc054dc4da2eed78f7d873aeb30d9632c5", "size": 1032713, "subdir": "osx-64", "timestamp": 1621618937274, "version": "0.6.0" }, "repodata_version": 1, "subdir": "osx-64", "url": "https://github.com/conda-forge/releases/releases/download/osx-64/cdshealpix-0.6.0-py39hce574ba_1.tar.bz2/cdshealpix-0.6.0-py39hce574ba_1.tar.bz2" }
[ 90, 198, 220, 366, 3147, 710, 335, 1045, 1298, 1391, 198, 220, 220, 220, 366, 39022, 13, 67, 1298, 3991, 11, 198, 220, 220, 220, 366, 39491, 62, 40290, 1298, 3991, 11, 198, 220, 220, 220, 366, 2934, 39022, 13, 67, 1298, 3991, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"items":["accumulator","advanced-circuit","arithmetic-combinator","artillery-shell","artillery-shell-range","artillery-shell-speed","artillery-targeting-remote","artillery-turret","artillery-wagon","assembling-machine-1","assembling-machine-2","assembling-machine-3","atomic-bomb","automation-science-pack","battery","battery-equipment","battery-mk2-equipment","beacon","belt-immunity-equipment","big-electric-pole","boiler","burner-inserter","burner-mining-drill","cannon-shell","car","cargo-wagon","centrifuge","chemical-plant","chemical-science-pack","cliff-explosives","cluster-grenade","coal","combat-shotgun","concrete","constant-combinator","construction-robot","copper-cable","copper-ore","copper-plate","crude-oil","crude-oil-barrel","decider-combinator","defender-capsule","destroyer-capsule","discharge-defense-equipment","discharge-defense-remote","distractor-capsule","effectivity-module","effectivity-module-2","effectivity-module-3","electric-engine-unit","electric-furnace","electric-mining-drill","electronic-circuit","empty-barrel","energy-shield-equipment","energy-shield-mk2-equipment","energy-weapons-damage","engine-unit","exoskeleton-equipment","explosive-cannon-shell","explosive-rocket","explosive-uranium-cannon-shell","explosives","express-splitter","express-transport-belt","express-underground-belt","fast-inserter","fast-splitter","fast-transport-belt","fast-underground-belt","filter-inserter","firearm-magazine","flamethrower","flamethrower-ammo","flamethrower-turret","fluid-wagon","flying-robot-frame","follower-robot-count","fusion-reactor-equipment","gate","green-wire","grenade","gun-turret","hazard-concrete","heat-exchanger","heat-pipe","heavy-armor","heavy-oil","heavy-oil-barrel","inserter","iron-chest","iron-gear-wheel","iron-ore","iron-plate","iron-stick","lab","land-mine","landfill","laser-turret","light-armor","light-oil","light-oil-barrel","locomotive","logistic-chest-active-provider","logistic-chest-buffer","logistic-chest-passive-provider","logistic-chest-requester","logistic-chest-storage","logistic-robot","logistic-science-pack","long-handed-inserter","low-density-structure","lubricant","lubricant-barrel","medium-electric-pole","military-science-pack","mining-productivity","modular-armor","night-vision-equipment","nuclear-fuel","nuclear-reactor","offshore-pump","oil-refinery","personal-laser-defense-equipment","personal-roboport-equipment","personal-roboport-mk2-equipment","petroleum-gas","petroleum-gas-barrel","physical-projectile-damage","piercing-rounds-magazine","piercing-shotgun-shell","pipe","pipe-to-ground","pistol","plastic-bar","poison-capsule","power-armor","power-armor-mk2","power-switch","processing-unit","production-science-pack","productivity-module","productivity-module-2","productivity-module-3","programmable-speaker","pump","pumpjack","radar","rail","rail-chain-signal","rail-signal","raw-fish","red-wire","refined-concrete","refined-flammables","refined-hazard-concrete","repair-pack","roboport","rocket","rocket-control-unit","rocket-fuel","rocket-launcher","rocket-part","rocket-silo","satellite","shotgun","shotgun-shell","slowdown-capsule","small-electric-pole","small-lamp","solar-panel","solar-panel-equipment","solid-fuel","space-science-pack","speed-module","speed-module-2","speed-module-3","spidertron","spidertron-remote","splitter","stack-filter-inserter","stack-inserter","steam","steam-engine","steam-turbine","steel-chest","steel-furnace","steel-plate","stone","stone-brick","stone-furnace","stone-wall","storage-tank","stronger-explosives","submachine-gun","substation","sulfur","sulfuric-acid","sulfuric-acid-barrel","tank","train-stop","transport-belt","underground-belt","uranium-235","uranium-238","uranium-cannon-shell","uranium-fuel-cell","uranium-ore","uranium-rounds-magazine","used-up-uranium-fuel-cell","utility-science-pack","water","water-barrel","wood","wooden-chest","worker-robots-speed"],"beacons":["beacon"],"belts":["express-transport-belt","fast-transport-belt","transport-belt"],"fuels":["coal","nuclear-fuel","rocket-fuel","solid-fuel","wood"],"wagons":["cargo-wagon","fluid-wagon"],"factories":["assembling-machine-1","assembling-machine-2","assembling-machine-3","boiler","burner-mining-drill","centrifuge","chemical-plant","electric-furnace","electric-mining-drill","heat-exchanger","lab","nuclear-reactor","offshore-pump","oil-refinery","pumpjack","rocket-silo","steel-furnace","stone-furnace"],"modules":["effectivity-module","effectivity-module-2","effectivity-module-3","productivity-module","productivity-module-2","productivity-module-3","speed-module","speed-module-2","speed-module-3","module"],"recipes":["accumulator","advanced-circuit","advanced-oil-processing","arithmetic-combinator","artillery-shell","artillery-shell-range","artillery-shell-speed","artillery-targeting-remote","artillery-turret","artillery-wagon","assembling-machine-1","assembling-machine-2","assembling-machine-3","atomic-bomb","automation-science-pack","basic-oil-processing","battery","battery-equipment","battery-mk2-equipment","beacon","belt-immunity-equipment","big-electric-pole","boiler","burner-inserter","burner-mining-drill","cannon-shell","car","cargo-wagon","centrifuge","chemical-plant","chemical-science-pack","cliff-explosives","cluster-grenade","coal","coal-liquefaction","combat-shotgun","concrete","constant-combinator","construction-robot","copper-cable","copper-ore","copper-plate","crude-oil","decider-combinator","defender-capsule","destroyer-capsule","discharge-defense-equipment","discharge-defense-remote","distractor-capsule","effectivity-module","effectivity-module-2","effectivity-module-3","electric-engine-unit","electric-furnace","electric-mining-drill","electronic-circuit","empty-barrel","energy-shield-equipment","energy-shield-mk2-equipment","energy-weapons-damage","engine-unit","exoskeleton-equipment","explosive-cannon-shell","explosive-rocket","explosive-uranium-cannon-shell","explosives","express-splitter","express-transport-belt","express-underground-belt","fast-inserter","fast-splitter","fast-transport-belt","fast-underground-belt","fill-crude-oil-barrel","fill-heavy-oil-barrel","fill-light-oil-barrel","fill-lubricant-barrel","fill-petroleum-gas-barrel","fill-sulfuric-acid-barrel","fill-water-barrel","filter-inserter","firearm-magazine","flamethrower","flamethrower-ammo","flamethrower-turret","fluid-wagon","flying-robot-frame","follower-robot-count","fusion-reactor-equipment","gate","green-wire","grenade","gun-turret","hazard-concrete","heat-exchanger","heat-pipe","heavy-armor","heavy-oil-cracking","inserter","iron-chest","iron-gear-wheel","iron-ore","iron-plate","iron-stick","kovarex-enrichment-process","lab","land-mine","landfill","laser-turret","light-armor","light-oil-cracking","locomotive","logistic-chest-active-provider","logistic-chest-buffer","logistic-chest-passive-provider","logistic-chest-requester","logistic-chest-storage","logistic-robot","logistic-science-pack","long-handed-inserter","low-density-structure","lubricant","medium-electric-pole","military-science-pack","mining-productivity","modular-armor","night-vision-equipment","nuclear-fuel","nuclear-fuel-reprocessing","nuclear-reactor","offshore-pump","oil-refinery","personal-laser-defense-equipment","personal-roboport-equipment","personal-roboport-mk2-equipment","physical-projectile-damage","piercing-rounds-magazine","piercing-shotgun-shell","pipe","pipe-to-ground","pistol","plastic-bar","poison-capsule","power-armor","power-armor-mk2","power-switch","processing-unit","production-science-pack","productivity-module","productivity-module-2","productivity-module-3","programmable-speaker","pump","pumpjack","radar","rail","rail-chain-signal","rail-signal","raw-fish","red-wire","refined-concrete","refined-flammables","refined-hazard-concrete","repair-pack","roboport","rocket","rocket-control-unit","rocket-fuel","rocket-launcher","rocket-part","rocket-silo","satellite","shotgun","shotgun-shell","slowdown-capsule","small-electric-pole","small-lamp","solar-panel","solar-panel-equipment","solid-fuel-from-heavy-oil","solid-fuel-from-light-oil","solid-fuel-from-petroleum-gas","space-science-pack","speed-module","speed-module-2","speed-module-3","spidertron","spidertron-remote","splitter","stack-filter-inserter","stack-inserter","steam-engine","steam-turbine","steel-chest","steel-furnace","steel-plate","stone","stone-brick","stone-furnace","stone-wall","storage-tank","stronger-explosives","submachine-gun","substation","sulfur","sulfuric-acid","tank","train-stop","transport-belt","underground-belt","uranium-cannon-shell","uranium-fuel-cell","uranium-ore","uranium-processing","uranium-rounds-magazine","used-up-uranium-fuel-cell","utility-science-pack","water","wooden-chest","worker-robots-speed","steam"]}
[ 4895, 23814, 26358, 4134, 388, 8927, 2430, 32225, 2903, 12, 21170, 5013, 2430, 283, 29848, 12, 785, 8800, 1352, 2430, 433, 14920, 12, 29149, 2430, 433, 14920, 12, 29149, 12, 9521, 2430, 433, 14920, 12, 29149, 12, 12287, 2430, 433, 14920...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "wrappy@1", "_id": "wrappy@1.0.2", "_inBundle": false, "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "_location": "/firebase-tools/wrappy", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "wrappy@1", "name": "wrappy", "escapedName": "wrappy", "rawSpec": "1", "saveSpec": null, "fetchSpec": "1" }, "_requiredBy": [ "/firebase-tools/inflight", "/firebase-tools/once" ], "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", "_spec": "wrappy@1", "_where": "C:\\Users\\estud\\Documents\\GitHub\\proffy\\'~\\.npm-global'\\node_modules\\firebase-tools\\node_modules\\once", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/npm/wrappy/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Callback wrapping utility", "devDependencies": { "tap": "^2.3.1" }, "directories": { "test": "test" }, "files": [ "wrappy.js" ], "homepage": "https://github.com/npm/wrappy", "license": "ISC", "main": "wrappy.js", "name": "wrappy", "repository": { "type": "git", "url": "git+https://github.com/npm/wrappy.git" }, "scripts": { "test": "tap --coverage test/*.js" }, "version": "1.0.2" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 29988, 14097, 31, 16, 1600, 198, 220, 45434, 312, 1298, 366, 29988, 14097, 31, 16, 13, 15, 13, 17, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908, 10138, 1298, 366...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "webpack-core@0.6.9", "/Users/lev/dev/gatsbypractice-lut" ] ], "_from": "webpack-core@0.6.9", "_id": "webpack-core@0.6.9", "_inBundle": false, "_integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=", "_location": "/webpack/webpack-core", "_phantomChildren": { "amdefine": "1.0.1" }, "_requested": { "type": "version", "registry": true, "raw": "webpack-core@0.6.9", "name": "webpack-core", "escapedName": "webpack-core", "rawSpec": "0.6.9", "saveSpec": null, "fetchSpec": "0.6.9" }, "_requiredBy": [ "/webpack" ], "_resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz", "_spec": "0.6.9", "_where": "/Users/lev/dev/gatsbypractice-lut", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack/core/issues" }, "dependencies": { "source-list-map": "~0.1.7", "source-map": "~0.4.1" }, "description": "The core of webpack and enhanced-require.", "devDependencies": { "mocha": "1.3.x", "should": "1.1.x" }, "engines": { "node": ">=0.6" }, "homepage": "http://github.com/webpack/core", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "name": "webpack-core", "repository": { "type": "git", "url": "git+https://github.com/webpack/core.git" }, "version": "0.6.9" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 12384, 8002, 12, 7295, 31, 15, 13, 21, 13, 24, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 2768, 14, 7959, 14, 70, 1381...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "lru-cache@6.0.0", "C:\\Users\\Tanguy\\Documents\\GitHub\\FMS-BOT-V2" ] ], "_from": "lru-cache@6.0.0", "_id": "lru-cache@6.0.0", "_inBundle": false, "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "_location": "/lru-cache", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "lru-cache@6.0.0", "name": "lru-cache", "escapedName": "lru-cache", "rawSpec": "6.0.0", "saveSpec": null, "fetchSpec": "6.0.0" }, "_requiredBy": [ "/semver" ], "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "_spec": "6.0.0", "_where": "C:\\Users\\Tanguy\\Documents\\GitHub\\FMS-BOT-V2", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, "bugs": { "url": "https://github.com/isaacs/node-lru-cache/issues" }, "dependencies": { "yallist": "^4.0.0" }, "description": "A cache object that deletes the least-recently-used items.", "devDependencies": { "benchmark": "^2.1.4", "tap": "^14.10.7" }, "engines": { "node": ">=10" }, "files": [ "index.js" ], "homepage": "https://github.com/isaacs/node-lru-cache#readme", "keywords": [ "mru", "lru", "cache" ], "license": "ISC", "main": "index.js", "name": "lru-cache", "repository": { "type": "git", "url": "git://github.com/isaacs/node-lru-cache.git" }, "scripts": { "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "snap": "tap", "test": "tap" }, "version": "6.0.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 75, 622, 12, 23870, 31, 21, 13, 15, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 366, 34, 25, 6852, 14490, 6852, 51, 2303, 88, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "AFViewHelper", "version": "4.0.1", "platforms": { "ios": "8.0" }, "license": "MIT", "summary": "Autolayout and Animation UIVIew Extension for Swift 2.0.", "homepage": "https://github.com/melvitax/AFViewHelper", "authors": { "Melvin Rivera": "melvin@allforces.com" }, "source": { "git": "https://github.com/melvitax/AFViewHelper.git", "tag": "4.0.1" }, "description": "Autolayout and Animation UIVIew Extension for Swift 2.0. Includes InspectableView for setting basic view attributes.", "source_files": "AFViewHelper/*", "frameworks": "QuartzCore", "requires_arc": true }
[ 90, 198, 220, 366, 3672, 1298, 366, 8579, 7680, 47429, 1600, 198, 220, 366, 9641, 1298, 366, 19, 13, 15, 13, 16, 1600, 198, 220, 366, 24254, 82, 1298, 1391, 198, 220, 220, 220, 366, 4267, 1298, 366, 23, 13, 15, 1, 198, 220, 8964...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "ex-5", "version": "0.0.1", "private": true, "author": "Lars Kaare Skjorestad", "license": "MIT", "scripts": { "start": "node ./src/www.js | ./node_modules/.bin/bunyan ", "nodemon": "./node_modules/.bin/nodemon ./src/www.js | ./node_modules/.bin/bunyan", "lint": "node ./node_modules/.bin/eslint . --ext .js" }, "dependencies": { "body-parser": "^1.19.0", "bunyan": "^1.8.13", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1", "express-bunyan-logger": "^1.3.3", "express-session": "^1.16.2", "http-errors": "~1.7.3", "method-override": "^3.0.0", "moment": "^2.24.0", "morgan": "~1.9.1", "passport": "^0.4.0", "passport-azure-ad": "^4.2.1", "pug": "^2.0.4", "qs": "^6.9.0", "randomstring": "^1.1.5", "then-request": "^6.0.2", "underscore": "^1.9.1", "url": "^0.11.0" }, "devDependencies": { "elliptic": "^6.5.3", "eslint": "^6.3.0", "nodemon": "^2.0.4" } }
[ 90, 198, 220, 366, 3672, 1298, 366, 1069, 12, 20, 1600, 198, 220, 366, 9641, 1298, 366, 15, 13, 15, 13, 16, 1600, 198, 220, 366, 19734, 1298, 2081, 11, 198, 220, 366, 9800, 1298, 366, 43, 945, 11611, 533, 3661, 73, 382, 24107, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"version":1.3,"people":[{"person_id":[-1],"pose_keypoints_2d":[715.817,224.117,0.966288,715.643,335.967,0.911116,630.292,333.126,0.828191,527.36,336.039,0.899402,580.398,227.211,0.899531,798.137,336.109,0.797351,895.246,318.291,0.91135,848.076,221.133,0.895283,709.754,659.765,0.658808,647.929,662.675,0.644796,659.74,898.25,0.656569,651.004,1074.91,0.235253,771.589,659.759,0.63583,759.919,895.288,0.64892,751.06,1074.93,0.161135,695.1,206.567,0.946416,736.348,206.475,0.941815,671.522,230.143,0.832403,762.878,227.075,0.854768,0,0,0,0,0,0,756.876,1074.98,0.0544298,0,0,0,0,0,0,656.891,1074.95,0.0776837],"face_keypoints_2d":[],"hand_left_keypoints_2d":[],"hand_right_keypoints_2d":[],"pose_keypoints_3d":[],"face_keypoints_3d":[],"hand_left_keypoints_3d":[],"hand_right_keypoints_3d":[]}]}
[ 4895, 9641, 1298, 16, 13, 18, 553, 15332, 32509, 6259, 62, 312, 20598, 12, 16, 17241, 3455, 62, 2539, 13033, 62, 17, 67, 20598, 22, 1314, 13, 23, 1558, 11, 24137, 13, 17657, 11, 15, 13, 24, 2791, 25270, 11, 22, 1314, 13, 41813, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "requires": true, "lockfileVersion": 1, "dependencies": { "@babel/code-frame": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", "dev": true, "requires": { "@babel/highlight": "^7.14.5" } }, "@babel/compat-data": { "version": "7.15.0", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", "dev": true }, "@babel/core": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.8.tgz", "integrity": "sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==", "dev": true, "requires": { "@babel/code-frame": "^7.15.8", "@babel/generator": "^7.15.8", "@babel/helper-compilation-targets": "^7.15.4", "@babel/helper-module-transforms": "^7.15.8", "@babel/helpers": "^7.15.4", "@babel/parser": "^7.15.8", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.6", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", "semver": "^6.3.0", "source-map": "^0.5.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/generator": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.8.tgz", "integrity": "sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==", "dev": true, "requires": { "@babel/types": "^7.15.6", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-annotate-as-pure": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz", "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", "dev": true, "requires": { "@babel/helper-explode-assignable-expression": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-compilation-targets": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz", "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", "dev": true, "requires": { "@babel/compat-data": "^7.15.0", "@babel/helper-validator-option": "^7.14.5", "browserslist": "^4.16.6", "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/helper-create-class-features-plugin": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz", "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.15.4", "@babel/helper-function-name": "^7.15.4", "@babel/helper-member-expression-to-functions": "^7.15.4", "@babel/helper-optimise-call-expression": "^7.15.4", "@babel/helper-replace-supers": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4" } }, "@babel/helper-create-regexp-features-plugin": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.14.5", "regexpu-core": "^4.7.1" } }, "@babel/helper-define-polyfill-provider": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz", "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==", "dev": true, "requires": { "@babel/helper-compilation-targets": "^7.13.0", "@babel/helper-module-imports": "^7.12.13", "@babel/helper-plugin-utils": "^7.13.0", "@babel/traverse": "^7.13.0", "debug": "^4.1.1", "lodash.debounce": "^4.0.8", "resolve": "^1.14.2", "semver": "^6.1.2" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/helper-explode-assignable-expression": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz", "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-function-name": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", "dev": true, "requires": { "@babel/helper-get-function-arity": "^7.15.4", "@babel/template": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-get-function-arity": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz", "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-hoist-variables": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-member-expression-to-functions": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz", "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-module-imports": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz", "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-module-transforms": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz", "integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.15.4", "@babel/helper-replace-supers": "^7.15.4", "@babel/helper-simple-access": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/helper-validator-identifier": "^7.15.7", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.6" } }, "@babel/helper-optimise-call-expression": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz", "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-plugin-utils": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", "dev": true }, "@babel/helper-remap-async-to-generator": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz", "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.15.4", "@babel/helper-wrap-function": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-replace-supers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", "dev": true, "requires": { "@babel/helper-member-expression-to-functions": "^7.15.4", "@babel/helper-optimise-call-expression": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helper-simple-access": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz", "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-skip-transparent-expression-wrappers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz", "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-split-export-declaration": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz", "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", "dev": true, "requires": { "@babel/types": "^7.15.4" } }, "@babel/helper-validator-identifier": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", "dev": true }, "@babel/helper-validator-option": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", "dev": true }, "@babel/helper-wrap-function": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==", "dev": true, "requires": { "@babel/helper-function-name": "^7.15.4", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/helpers": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", "dev": true, "requires": { "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/highlight": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.5", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, "dependencies": { "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } } } }, "@babel/parser": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", "dev": true }, "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz", "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", "@babel/plugin-proposal-optional-chaining": "^7.14.5" } }, "@babel/plugin-proposal-async-generator-functions": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz", "integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-remap-async-to-generator": "^7.15.4", "@babel/plugin-syntax-async-generators": "^7.8.4" } }, "@babel/plugin-proposal-class-properties": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz", "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==", "dev": true, "requires": { "@babel/helper-create-class-features-plugin": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-proposal-class-static-block": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz", "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==", "dev": true, "requires": { "@babel/helper-create-class-features-plugin": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-class-static-block": "^7.14.5" } }, "@babel/plugin-proposal-dynamic-import": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz", "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3" } }, "@babel/plugin-proposal-export-namespace-from": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz", "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" } }, "@babel/plugin-proposal-json-strings": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz", "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-json-strings": "^7.8.3" } }, "@babel/plugin-proposal-logical-assignment-operators": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz", "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" } }, "@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz", "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" } }, "@babel/plugin-proposal-numeric-separator": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz", "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-numeric-separator": "^7.10.4" } }, "@babel/plugin-proposal-object-rest-spread": { "version": "7.15.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz", "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==", "dev": true, "requires": { "@babel/compat-data": "^7.15.0", "@babel/helper-compilation-targets": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-transform-parameters": "^7.15.4" } }, "@babel/plugin-proposal-optional-catch-binding": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz", "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" } }, "@babel/plugin-proposal-optional-chaining": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz", "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5", "@babel/plugin-syntax-optional-chaining": "^7.8.3" } }, "@babel/plugin-proposal-private-methods": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz", "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==", "dev": true, "requires": { "@babel/helper-create-class-features-plugin": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-proposal-private-property-in-object": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz", "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.15.4", "@babel/helper-create-class-features-plugin": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" } }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz", "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-class-properties": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-syntax-class-static-block": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.3" } }, "@babel/plugin-syntax-json-strings": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" } }, "@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" } }, "@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.8.0" } }, "@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-syntax-top-level-await": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-arrow-functions": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz", "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-async-to-generator": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz", "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-remap-async-to-generator": "^7.14.5" } }, "@babel/plugin-transform-block-scoped-functions": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz", "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-block-scoping": { "version": "7.15.3", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz", "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-classes": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz", "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.15.4", "@babel/helper-function-name": "^7.15.4", "@babel/helper-optimise-call-expression": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-replace-supers": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "globals": "^11.1.0" } }, "@babel/plugin-transform-computed-properties": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz", "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-destructuring": { "version": "7.14.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz", "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-dotall-regex": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz", "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-duplicate-keys": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz", "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-exponentiation-operator": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz", "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==", "dev": true, "requires": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-for-of": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz", "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-function-name": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz", "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==", "dev": true, "requires": { "@babel/helper-function-name": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-literals": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz", "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-member-expression-literals": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz", "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-modules-amd": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz", "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-commonjs": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz", "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-simple-access": "^7.15.4", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-systemjs": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz", "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==", "dev": true, "requires": { "@babel/helper-hoist-variables": "^7.15.4", "@babel/helper-module-transforms": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-validator-identifier": "^7.14.9", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-umd": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz", "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==", "dev": true, "requires": { "@babel/helper-module-transforms": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.14.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz", "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.14.5" } }, "@babel/plugin-transform-new-target": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz", "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-object-super": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz", "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-replace-supers": "^7.14.5" } }, "@babel/plugin-transform-parameters": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz", "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-property-literals": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz", "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-regenerator": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz", "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==", "dev": true, "requires": { "regenerator-transform": "^0.14.2" } }, "@babel/plugin-transform-reserved-words": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz", "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-runtime": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz", "integrity": "sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "babel-plugin-polyfill-corejs2": "^0.2.2", "babel-plugin-polyfill-corejs3": "^0.2.5", "babel-plugin-polyfill-regenerator": "^0.2.2", "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/plugin-transform-shorthand-properties": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz", "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-spread": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz", "integrity": "sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" } }, "@babel/plugin-transform-sticky-regex": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz", "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-template-literals": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz", "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-typeof-symbol": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz", "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-unicode-escapes": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz", "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/plugin-transform-unicode-regex": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz", "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", "dev": true, "requires": { "@babel/helper-create-regexp-features-plugin": "^7.14.5", "@babel/helper-plugin-utils": "^7.14.5" } }, "@babel/preset-env": { "version": "7.15.8", "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.8.tgz", "integrity": "sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==", "dev": true, "requires": { "@babel/compat-data": "^7.15.0", "@babel/helper-compilation-targets": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.5", "@babel/helper-validator-option": "^7.14.5", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", "@babel/plugin-proposal-async-generator-functions": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-class-static-block": "^7.15.4", "@babel/plugin-proposal-dynamic-import": "^7.14.5", "@babel/plugin-proposal-export-namespace-from": "^7.14.5", "@babel/plugin-proposal-json-strings": "^7.14.5", "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-numeric-separator": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-proposal-private-methods": "^7.14.5", "@babel/plugin-proposal-private-property-in-object": "^7.15.4", "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-transform-arrow-functions": "^7.14.5", "@babel/plugin-transform-async-to-generator": "^7.14.5", "@babel/plugin-transform-block-scoped-functions": "^7.14.5", "@babel/plugin-transform-block-scoping": "^7.15.3", "@babel/plugin-transform-classes": "^7.15.4", "@babel/plugin-transform-computed-properties": "^7.14.5", "@babel/plugin-transform-destructuring": "^7.14.7", "@babel/plugin-transform-dotall-regex": "^7.14.5", "@babel/plugin-transform-duplicate-keys": "^7.14.5", "@babel/plugin-transform-exponentiation-operator": "^7.14.5", "@babel/plugin-transform-for-of": "^7.15.4", "@babel/plugin-transform-function-name": "^7.14.5", "@babel/plugin-transform-literals": "^7.14.5", "@babel/plugin-transform-member-expression-literals": "^7.14.5", "@babel/plugin-transform-modules-amd": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.15.4", "@babel/plugin-transform-modules-systemjs": "^7.15.4", "@babel/plugin-transform-modules-umd": "^7.14.5", "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", "@babel/plugin-transform-new-target": "^7.14.5", "@babel/plugin-transform-object-super": "^7.14.5", "@babel/plugin-transform-parameters": "^7.15.4", "@babel/plugin-transform-property-literals": "^7.14.5", "@babel/plugin-transform-regenerator": "^7.14.5", "@babel/plugin-transform-reserved-words": "^7.14.5", "@babel/plugin-transform-shorthand-properties": "^7.14.5", "@babel/plugin-transform-spread": "^7.15.8", "@babel/plugin-transform-sticky-regex": "^7.14.5", "@babel/plugin-transform-template-literals": "^7.14.5", "@babel/plugin-transform-typeof-symbol": "^7.14.5", "@babel/plugin-transform-unicode-escapes": "^7.14.5", "@babel/plugin-transform-unicode-regex": "^7.14.5", "@babel/preset-modules": "^0.1.4", "@babel/types": "^7.15.6", "babel-plugin-polyfill-corejs2": "^0.2.2", "babel-plugin-polyfill-corejs3": "^0.2.5", "babel-plugin-polyfill-regenerator": "^0.2.2", "core-js-compat": "^3.16.0", "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "@babel/preset-modules": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", "@babel/plugin-transform-dotall-regex": "^7.4.4", "@babel/types": "^7.4.4", "esutils": "^2.0.2" } }, "@babel/runtime": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" } }, "@babel/template": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz", "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", "dev": true, "requires": { "@babel/code-frame": "^7.14.5", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4" } }, "@babel/traverse": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", "dev": true, "requires": { "@babel/code-frame": "^7.14.5", "@babel/generator": "^7.15.4", "@babel/helper-function-name": "^7.15.4", "@babel/helper-hoist-variables": "^7.15.4", "@babel/helper-split-export-declaration": "^7.15.4", "@babel/parser": "^7.15.4", "@babel/types": "^7.15.4", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { "version": "7.15.6", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", "to-fast-properties": "^2.0.0" } }, "@discoveryjs/json-ext": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.5.tgz", "integrity": "sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==", "dev": true }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, "requires": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true }, "@nodelib/fs.walk": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, "requires": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true }, "@types/babel__core": { "version": "7.1.16", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.16.tgz", "integrity": "sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==", "dev": true, "requires": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "@types/babel__generator": { "version": "7.6.3", "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.3.tgz", "integrity": "sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==", "dev": true, "requires": { "@babel/types": "^7.0.0" } }, "@types/babel__template": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", "dev": true, "requires": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" } }, "@types/babel__traverse": { "version": "7.14.2", "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", "dev": true, "requires": { "@babel/types": "^7.3.0" } }, "@types/clean-css": { "version": "4.2.5", "resolved": "https://registry.npmjs.org/@types/clean-css/-/clean-css-4.2.5.tgz", "integrity": "sha512-NEzjkGGpbs9S9fgC4abuBvTpVwE3i+Acu9BBod3PUyjDVZcNsGx61b8r2PphR61QGPnn0JHVs5ey6/I4eTrkxw==", "dev": true, "requires": { "@types/node": "*", "source-map": "^0.6.0" }, "dependencies": { "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "@types/eslint": { "version": "7.28.2", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.2.tgz", "integrity": "sha512-KubbADPkfoU75KgKeKLsFHXnU4ipH7wYg0TRT33NK3N3yiu7jlFAAoygIWBV+KbuHx/G+AvuGX6DllnK35gfJA==", "dev": true, "requires": { "@types/estree": "*", "@types/json-schema": "*" } }, "@types/eslint-scope": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.1.tgz", "integrity": "sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==", "dev": true, "requires": { "@types/eslint": "*", "@types/estree": "*" } }, "@types/estree": { "version": "0.0.50", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz", "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", "dev": true }, "@types/glob": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, "requires": { "@types/minimatch": "*", "@types/node": "*" } }, "@types/http-proxy": { "version": "1.17.7", "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.7.tgz", "integrity": "sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==", "dev": true, "requires": { "@types/node": "*" } }, "@types/imagemin": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@types/imagemin/-/imagemin-8.0.0.tgz", "integrity": "sha512-B9X2CUeDv/uUeY9CqkzSTfmsLkeJP6PkmXlh4lODBbf9SwpmNuLS30WzUOi863dgsjY3zt3gY5q2F+UdifRi1A==", "dev": true, "requires": { "@types/node": "*" } }, "@types/imagemin-gifsicle": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/@types/imagemin-gifsicle/-/imagemin-gifsicle-7.0.1.tgz", "integrity": "sha512-kUz6sUh0P95JOS0RGEaaemWUrASuw+dLsWIveK2UZJx74id/B9epgblMkCk/r5MjUWbZ83wFvacG5Rb/f97gyA==", "dev": true, "requires": { "@types/imagemin": "*" } }, "@types/imagemin-mozjpeg": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/@types/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.1.tgz", "integrity": "sha512-kMQWEoKxxhlnH4POI3qfW9DjXlQfi80ux3l2b3j5R3eudSCoUIzKQLkfMjNJ6eMYnMWBcB+rfQOWqIzdIwFGKw==", "dev": true, "requires": { "@types/imagemin": "*" } }, "@types/imagemin-optipng": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/@types/imagemin-optipng/-/imagemin-optipng-5.2.1.tgz", "integrity": "sha512-XCM/3q+HUL7v4zOqMI+dJ5dTxT+MUukY9KU49DSnYb/4yWtSMHJyADP+WHSMVzTR63J2ZvfUOzSilzBNEQW78g==", "dev": true, "requires": { "@types/imagemin": "*" } }, "@types/imagemin-svgo": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz", "integrity": "sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ==", "dev": true, "requires": { "@types/imagemin": "*", "@types/svgo": "^1" } }, "@types/json-schema": { "version": "7.0.9", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==", "dev": true }, "@types/minimatch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", "dev": true }, "@types/node": { "version": "16.11.6", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.6.tgz", "integrity": "sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==", "dev": true }, "@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, "@types/retry": { "version": "0.12.1", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==", "dev": true }, "@types/svgo": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-1.3.6.tgz", "integrity": "sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==", "dev": true }, "@webassemblyjs/ast": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, "requires": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, "@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", "dev": true }, "@webassemblyjs/helper-api-error": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", "dev": true }, "@webassemblyjs/helper-buffer": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", "dev": true }, "@webassemblyjs/helper-numbers": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", "dev": true, "requires": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", "@xtuc/long": "4.2.2" } }, "@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", "dev": true }, "@webassemblyjs/helper-wasm-section": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/wasm-gen": "1.11.1" } }, "@webassemblyjs/ieee754": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } }, "@webassemblyjs/leb128": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", "dev": true, "requires": { "@xtuc/long": "4.2.2" } }, "@webassemblyjs/utf8": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", "dev": true }, "@webassemblyjs/wasm-edit": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/helper-wasm-section": "1.11.1", "@webassemblyjs/wasm-gen": "1.11.1", "@webassemblyjs/wasm-opt": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1", "@webassemblyjs/wast-printer": "1.11.1" } }, "@webassemblyjs/wasm-gen": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/ieee754": "1.11.1", "@webassemblyjs/leb128": "1.11.1", "@webassemblyjs/utf8": "1.11.1" } }, "@webassemblyjs/wasm-opt": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/wasm-gen": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1" } }, "@webassemblyjs/wasm-parser": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/ieee754": "1.11.1", "@webassemblyjs/leb128": "1.11.1", "@webassemblyjs/utf8": "1.11.1" } }, "@webassemblyjs/wast-printer": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" } }, "@webpack-cli/configtest": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.1.0.tgz", "integrity": "sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==", "dev": true }, "@webpack-cli/info": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.4.0.tgz", "integrity": "sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==", "dev": true, "requires": { "envinfo": "^7.7.3" } }, "@webpack-cli/serve": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.6.0.tgz", "integrity": "sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==", "dev": true }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true }, "@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, "accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "dev": true, "requires": { "mime-types": "~2.1.24", "negotiator": "0.6.2" } }, "acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", "dev": true }, "acorn-import-assertions": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", "dev": true }, "adjust-sourcemap-loader": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, "requires": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } } } }, "aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, "requires": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" } }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true }, "alphanum-sort": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", "dev": true }, "ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, "requires": { "type-fest": "^0.21.3" } }, "ansi-html-community": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true }, "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { "color-convert": "^1.9.0" } }, "anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, "array-flatten": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", "dev": true }, "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, "asn1.js": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", "dev": true, "requires": { "bn.js": "^4.0.0", "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0", "safer-buffer": "^2.1.0" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "assert": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "dev": true, "requires": { "object-assign": "^4.1.1", "util": "0.10.3" }, "dependencies": { "inherits": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", "dev": true }, "util": { "version": "0.10.3", "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "dev": true, "requires": { "inherits": "2.0.1" } } } }, "async": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "dev": true, "requires": { "lodash": "^4.17.14" } }, "autoprefixer": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.0.tgz", "integrity": "sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==", "dev": true, "requires": { "browserslist": "^4.17.5", "caniuse-lite": "^1.0.30001272", "fraction.js": "^4.1.1", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.1.0" } }, "axios": { "version": "0.21.4", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dev": true, "requires": { "follow-redirects": "^1.14.0" } }, "babel-loader": { "version": "8.2.3", "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", "dev": true, "requires": { "find-cache-dir": "^3.3.1", "loader-utils": "^1.4.0", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" } }, "babel-plugin-dynamic-import-node": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", "dev": true, "requires": { "object.assign": "^4.1.0" } }, "babel-plugin-polyfill-corejs2": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz", "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", "dev": true, "requires": { "@babel/compat-data": "^7.13.11", "@babel/helper-define-polyfill-provider": "^0.2.2", "semver": "^6.1.1" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "babel-plugin-polyfill-corejs3": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz", "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", "dev": true, "requires": { "@babel/helper-define-polyfill-provider": "^0.2.2", "core-js-compat": "^3.16.2" } }, "babel-plugin-polyfill-regenerator": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz", "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==", "dev": true, "requires": { "@babel/helper-define-polyfill-provider": "^0.2.2" } }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "dev": true }, "batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", "dev": true }, "big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true }, "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, "bn.js": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", "dev": true }, "body-parser": { "version": "1.19.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", "dev": true, "requires": { "bytes": "3.1.0", "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", "http-errors": "1.7.2", "iconv-lite": "0.4.24", "on-finished": "~2.3.0", "qs": "6.7.0", "raw-body": "2.4.0", "type-is": "~1.6.17" }, "dependencies": { "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", "dev": true }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "bonjour": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", "dev": true, "requires": { "array-flatten": "^2.1.0", "deep-equal": "^1.0.1", "dns-equal": "^1.0.0", "dns-txt": "^2.0.2", "multicast-dns": "^6.0.1", "multicast-dns-service-types": "^1.1.0" } }, "boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, "bootstrap": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", "dev": true }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "requires": { "fill-range": "^7.0.1" } }, "brorand": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", "dev": true }, "browserify-aes": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { "buffer-xor": "^1.0.3", "cipher-base": "^1.0.0", "create-hash": "^1.1.0", "evp_bytestokey": "^1.0.3", "inherits": "^2.0.1", "safe-buffer": "^5.0.1" } }, "browserify-cipher": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { "browserify-aes": "^1.0.4", "browserify-des": "^1.0.0", "evp_bytestokey": "^1.0.0" } }, "browserify-des": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "dev": true, "requires": { "cipher-base": "^1.0.1", "des.js": "^1.0.0", "inherits": "^2.0.1", "safe-buffer": "^5.1.2" } }, "browserify-rsa": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", "dev": true, "requires": { "bn.js": "^5.0.0", "randombytes": "^2.0.1" } }, "browserify-sign": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", "dev": true, "requires": { "bn.js": "^5.1.1", "browserify-rsa": "^4.0.1", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", "elliptic": "^6.5.3", "inherits": "^2.0.4", "parse-asn1": "^5.1.5", "readable-stream": "^3.6.0", "safe-buffer": "^5.2.0" }, "dependencies": { "readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true } } }, "browserify-zlib": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, "requires": { "pako": "~1.0.5" } }, "browserslist": { "version": "4.17.5", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==", "dev": true, "requires": { "caniuse-lite": "^1.0.30001271", "electron-to-chromium": "^1.3.878", "escalade": "^3.1.1", "node-releases": "^2.0.1", "picocolors": "^1.0.0" } }, "buffer": { "version": "4.9.2", "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", "dev": true, "requires": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", "isarray": "^1.0.0" } }, "buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, "buffer-indexof": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", "dev": true }, "buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", "dev": true }, "builtin-status-codes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", "dev": true }, "bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", "dev": true }, "call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "requires": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.2" } }, "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, "camel-case": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "dev": true, "requires": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" } }, "caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "dev": true, "requires": { "browserslist": "^4.0.0", "caniuse-lite": "^1.0.0", "lodash.memoize": "^4.1.2", "lodash.uniq": "^4.5.0" } }, "caniuse-lite": { "version": "1.0.30001272", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001272.tgz", "integrity": "sha512-DV1j9Oot5dydyH1v28g25KoVm7l8MTxazwuiH3utWiAS6iL/9Nh//TGwqFEeqqN8nnWYQ8HHhUq+o4QPt9kvYw==", "dev": true }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "dependencies": { "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { "color-convert": "^2.0.1" } }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" } }, "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "requires": { "has-flag": "^4.0.0" } } } }, "charenc": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=", "dev": true }, "chokidar": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", "dev": true, "requires": { "anymatch": "~3.1.2", "braces": "~3.0.2", "fsevents": "~2.3.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.6.0" } }, "chrome-trace-event": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", "dev": true }, "ci-info": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", "dev": true }, "cipher-base": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" } }, "clean-css": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz", "integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==", "dev": true, "requires": { "source-map": "~0.6.0" }, "dependencies": { "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true }, "cli-table3": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz", "integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==", "dev": true, "requires": { "colors": "^1.1.2", "object-assign": "^4.1.0", "string-width": "^4.2.0" } }, "cliui": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, "requires": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" } }, "clone-deep": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, "requires": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", "shallow-clone": "^3.0.0" } }, "collect.js": { "version": "4.29.0", "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.29.0.tgz", "integrity": "sha512-yhgGYEsLEcqnLT1NmRlN1+1euoz9SDhxQ4QyDhWYsKoWsg7252PKA5++dWaDs8mdFxbkmXDXQUaHXI9J2eTPkQ==", "dev": true }, "color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "requires": { "color-name": "1.1.3" } }, "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "colord": { "version": "2.9.1", "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.1.tgz", "integrity": "sha512-4LBMSt09vR0uLnPVkOUBnmxgoaeN4ewRbx801wY/bXcltXfpR/G46OdWn96XpYmCWuYvO46aBZP4NgX8HpNAcw==", "dev": true }, "colorette": { "version": "2.0.16", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==", "dev": true }, "colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", "dev": true, "optional": true }, "commander": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true }, "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", "dev": true }, "compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dev": true, "requires": { "mime-db": ">= 1.43.0 < 2" } }, "compression": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, "requires": { "accepts": "~1.3.5", "bytes": "3.0.0", "compressible": "~2.0.16", "debug": "2.6.9", "on-headers": "~1.0.2", "safe-buffer": "5.1.2", "vary": "~1.1.2" }, "dependencies": { "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "concat": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", "integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=", "dev": true, "requires": { "commander": "^2.9.0" }, "dependencies": { "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true } } }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, "connect-history-api-fallback": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", "dev": true }, "consola": { "version": "2.15.3", "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", "dev": true }, "console-browserify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", "dev": true }, "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", "dev": true }, "content-disposition": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", "dev": true, "requires": { "safe-buffer": "5.1.2" } }, "content-type": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", "dev": true }, "convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "requires": { "safe-buffer": "~5.1.1" } }, "cookie": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", "dev": true }, "cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", "dev": true }, "core-js-compat": { "version": "3.19.0", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.0.tgz", "integrity": "sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==", "dev": true, "requires": { "browserslist": "^4.17.5", "semver": "7.0.0" }, "dependencies": { "semver": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", "dev": true } } }, "core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "cosmiconfig": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, "requires": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" } }, "create-ecdh": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", "dev": true, "requires": { "bn.js": "^4.1.0", "elliptic": "^6.5.3" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "create-hash": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { "cipher-base": "^1.0.1", "inherits": "^2.0.1", "md5.js": "^1.3.4", "ripemd160": "^2.0.1", "sha.js": "^2.4.0" } }, "create-hmac": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { "cipher-base": "^1.0.3", "create-hash": "^1.1.0", "inherits": "^2.0.1", "ripemd160": "^2.0.0", "safe-buffer": "^5.0.1", "sha.js": "^2.4.8" } }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "crypt": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=", "dev": true }, "crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { "browserify-cipher": "^1.0.0", "browserify-sign": "^4.0.0", "create-ecdh": "^4.0.0", "create-hash": "^1.1.0", "create-hmac": "^1.1.0", "diffie-hellman": "^5.0.0", "inherits": "^2.0.1", "pbkdf2": "^3.0.3", "public-encrypt": "^4.0.0", "randombytes": "^2.0.0", "randomfill": "^1.0.3" } }, "css-color-names": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-1.0.1.tgz", "integrity": "sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==", "dev": true }, "css-declaration-sorter": { "version": "6.1.3", "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz", "integrity": "sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==", "dev": true, "requires": { "timsort": "^0.3.0" } }, "css-loader": { "version": "5.2.7", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", "dev": true, "requires": { "icss-utils": "^5.1.0", "loader-utils": "^2.0.0", "postcss": "^8.2.15", "postcss-modules-extract-imports": "^3.0.0", "postcss-modules-local-by-default": "^4.0.0", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.1.0", "schema-utils": "^3.0.0", "semver": "^7.3.5" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "css-select": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "dev": true, "requires": { "boolbase": "^1.0.0", "css-what": "^5.0.0", "domhandler": "^4.2.0", "domutils": "^2.6.0", "nth-check": "^2.0.0" } }, "css-tree": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dev": true, "requires": { "mdn-data": "2.0.14", "source-map": "^0.6.1" }, "dependencies": { "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "css-what": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", "dev": true }, "cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true }, "cssnano": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.8.tgz", "integrity": "sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==", "dev": true, "requires": { "cssnano-preset-default": "^5.1.4", "is-resolvable": "^1.1.0", "lilconfig": "^2.0.3", "yaml": "^1.10.2" } }, "cssnano-preset-default": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz", "integrity": "sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==", "dev": true, "requires": { "css-declaration-sorter": "^6.0.3", "cssnano-utils": "^2.0.1", "postcss-calc": "^8.0.0", "postcss-colormin": "^5.2.0", "postcss-convert-values": "^5.0.1", "postcss-discard-comments": "^5.0.1", "postcss-discard-duplicates": "^5.0.1", "postcss-discard-empty": "^5.0.1", "postcss-discard-overridden": "^5.0.1", "postcss-merge-longhand": "^5.0.2", "postcss-merge-rules": "^5.0.2", "postcss-minify-font-values": "^5.0.1", "postcss-minify-gradients": "^5.0.2", "postcss-minify-params": "^5.0.1", "postcss-minify-selectors": "^5.1.0", "postcss-normalize-charset": "^5.0.1", "postcss-normalize-display-values": "^5.0.1", "postcss-normalize-positions": "^5.0.1", "postcss-normalize-repeat-style": "^5.0.1", "postcss-normalize-string": "^5.0.1", "postcss-normalize-timing-functions": "^5.0.1", "postcss-normalize-unicode": "^5.0.1", "postcss-normalize-url": "^5.0.2", "postcss-normalize-whitespace": "^5.0.1", "postcss-ordered-values": "^5.0.2", "postcss-reduce-initial": "^5.0.1", "postcss-reduce-transforms": "^5.0.1", "postcss-svgo": "^5.0.2", "postcss-unique-selectors": "^5.0.1" } }, "cssnano-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz", "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==", "dev": true }, "csso": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "dev": true, "requires": { "css-tree": "^1.1.2" } }, "debug": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "dev": true, "requires": { "ms": "2.1.2" } }, "deep-equal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", "dev": true, "requires": { "is-arguments": "^1.0.4", "is-date-object": "^1.0.1", "is-regex": "^1.0.4", "object-is": "^1.0.1", "object-keys": "^1.1.1", "regexp.prototype.flags": "^1.2.0" } }, "default-gateway": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dev": true, "requires": { "execa": "^5.0.0" } }, "define-lazy-prop": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true }, "define-properties": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "requires": { "object-keys": "^1.0.12" } }, "del": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", "dev": true, "requires": { "globby": "^11.0.1", "graceful-fs": "^4.2.4", "is-glob": "^4.0.1", "is-path-cwd": "^2.2.0", "is-path-inside": "^3.0.2", "p-map": "^4.0.0", "rimraf": "^3.0.2", "slash": "^3.0.0" }, "dependencies": { "globby": { "version": "11.0.4", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "dev": true, "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.1.1", "ignore": "^5.1.4", "merge2": "^1.3.0", "slash": "^3.0.0" } } } }, "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", "dev": true }, "des.js": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", "dev": true, "requires": { "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" } }, "destroy": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", "dev": true }, "detect-node": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "dev": true }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", "randombytes": "^2.0.0" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "requires": { "path-type": "^4.0.0" } }, "dns-equal": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", "dev": true }, "dns-packet": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz", "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", "dev": true, "requires": { "ip": "^1.1.0", "safe-buffer": "^5.0.1" } }, "dns-txt": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "dev": true, "requires": { "buffer-indexof": "^1.0.0" } }, "dom-serializer": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", "dev": true, "requires": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", "entities": "^2.0.0" } }, "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", "dev": true }, "domelementtype": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", "dev": true }, "domhandler": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz", "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==", "dev": true, "requires": { "domelementtype": "^2.2.0" } }, "domutils": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dev": true, "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", "domhandler": "^4.2.0" } }, "dot-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "dev": true, "requires": { "no-case": "^3.0.4", "tslib": "^2.0.3" } }, "dotenv": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "dev": true }, "dotenv-expand": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", "dev": true }, "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", "dev": true }, "electron-to-chromium": { "version": "1.3.884", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.884.tgz", "integrity": "sha512-kOaCAa+biA98PwH5BpCkeUeTL6mCeg8p3Q3OhqzPyqhu/5QUnWAN2wr/3IK8xMQxIV76kfoQpP+Bn/wij/jXrg==", "dev": true }, "elliptic": { "version": "6.5.4", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "dev": true, "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", "hash.js": "^1.0.0", "hmac-drbg": "^1.0.1", "inherits": "^2.0.4", "minimalistic-assert": "^1.0.1", "minimalistic-crypto-utils": "^1.0.1" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true }, "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", "dev": true }, "enhanced-resolve": { "version": "5.8.3", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", "dev": true, "requires": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, "entities": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true }, "envinfo": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", "dev": true }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "requires": { "is-arrayish": "^0.2.1" } }, "es-module-lexer": { "version": "0.9.3", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", "dev": true }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "requires": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" } }, "esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, "requires": { "estraverse": "^5.2.0" }, "dependencies": { "estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true } } }, "estraverse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true }, "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, "etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", "dev": true }, "eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", "dev": true }, "events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true }, "evp_bytestokey": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, "requires": { "md5.js": "^1.3.4", "safe-buffer": "^5.1.1" } }, "execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, "requires": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", "human-signals": "^2.1.0", "is-stream": "^2.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^4.0.1", "onetime": "^5.1.2", "signal-exit": "^3.0.3", "strip-final-newline": "^2.0.0" } }, "express": { "version": "4.17.1", "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", "dev": true, "requires": { "accepts": "~1.3.7", "array-flatten": "1.1.1", "body-parser": "1.19.0", "content-disposition": "0.5.3", "content-type": "~1.0.4", "cookie": "0.4.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "~1.1.2", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", "finalhandler": "~1.1.2", "fresh": "0.5.2", "merge-descriptors": "1.0.1", "methods": "~1.1.2", "on-finished": "~2.3.0", "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.5", "qs": "6.7.0", "range-parser": "~1.2.1", "safe-buffer": "5.1.2", "send": "0.17.1", "serve-static": "1.14.1", "setprototypeof": "1.1.1", "statuses": "~1.5.0", "type-is": "~1.6.18", "utils-merge": "1.0.1", "vary": "~1.1.2" }, "dependencies": { "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", "dev": true }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, "fast-glob": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true }, "fastest-levenshtein": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", "dev": true }, "fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", "dev": true, "requires": { "reusify": "^1.0.4" } }, "faye-websocket": { "version": "0.11.4", "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, "requires": { "websocket-driver": ">=0.5.1" } }, "figures": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, "requires": { "escape-string-regexp": "^1.0.5" } }, "file-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, "requires": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "file-type": { "version": "12.4.2", "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==", "dev": true }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "requires": { "to-regex-range": "^5.0.1" } }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "dev": true, "requires": { "debug": "2.6.9", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "on-finished": "~2.3.0", "parseurl": "~1.3.3", "statuses": "~1.5.0", "unpipe": "~1.0.0" }, "dependencies": { "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "find-cache-dir": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, "requires": { "commondir": "^1.0.1", "make-dir": "^3.0.2", "pkg-dir": "^4.1.0" } }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "follow-redirects": { "version": "1.14.4", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", "dev": true }, "forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "dev": true }, "fraction.js": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.1.tgz", "integrity": "sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==", "dev": true }, "fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", "dev": true }, "fs-extra": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", "dev": true, "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" } }, "fs-monkey": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", "dev": true }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, "fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, "optional": true }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, "gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, "get-intrinsic": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1" } }, "get-stream": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true }, "glob": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1" } }, "glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "dev": true }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true }, "globby": { "version": "10.0.2", "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", "dev": true, "requires": { "@types/glob": "^7.1.1", "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.0.3", "glob": "^7.1.3", "ignore": "^5.1.1", "merge2": "^1.2.3", "slash": "^3.0.0" } }, "graceful-fs": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==", "dev": true }, "growly": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", "dev": true }, "handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", "dev": true }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { "function-bind": "^1.1.1" } }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "has-symbols": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", "dev": true }, "has-tostringtag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "requires": { "has-symbols": "^1.0.2" } }, "hash-base": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "dev": true, "requires": { "inherits": "^2.0.4", "readable-stream": "^3.6.0", "safe-buffer": "^5.2.0" }, "dependencies": { "readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true } } }, "hash-sum": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", "dev": true }, "hash.js": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, "requires": { "inherits": "^2.0.3", "minimalistic-assert": "^1.0.1" } }, "he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { "hash.js": "^1.0.3", "minimalistic-assert": "^1.0.0", "minimalistic-crypto-utils": "^1.0.1" } }, "hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "dev": true, "requires": { "inherits": "^2.0.1", "obuf": "^1.0.0", "readable-stream": "^2.0.1", "wbuf": "^1.1.0" } }, "html-entities": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==", "dev": true }, "html-loader": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-1.3.2.tgz", "integrity": "sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==", "dev": true, "requires": { "html-minifier-terser": "^5.1.1", "htmlparser2": "^4.1.0", "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "html-minifier-terser": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", "dev": true, "requires": { "camel-case": "^4.1.1", "clean-css": "^4.2.3", "commander": "^4.1.1", "he": "^1.2.0", "param-case": "^3.0.3", "relateurl": "^0.2.7", "terser": "^4.6.3" }, "dependencies": { "clean-css": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", "dev": true, "requires": { "source-map": "~0.6.0" } }, "commander": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "dev": true }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "terser": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", "dev": true, "requires": { "commander": "^2.20.0", "source-map": "~0.6.1", "source-map-support": "~0.5.12" }, "dependencies": { "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true } } } } }, "htmlparser2": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", "dev": true, "requires": { "domelementtype": "^2.0.1", "domhandler": "^3.0.0", "domutils": "^2.0.0", "entities": "^2.0.0" }, "dependencies": { "domhandler": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", "dev": true, "requires": { "domelementtype": "^2.0.1" } } } }, "http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", "dev": true }, "http-errors": { "version": "1.7.2", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "dev": true, "requires": { "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.1", "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" }, "dependencies": { "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true } } }, "http-parser-js": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==", "dev": true }, "http-proxy": { "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dev": true, "requires": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", "requires-port": "^1.0.0" } }, "http-proxy-middleware": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz", "integrity": "sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==", "dev": true, "requires": { "@types/http-proxy": "^1.17.5", "http-proxy": "^1.18.1", "is-glob": "^4.0.1", "is-plain-obj": "^3.0.0", "micromatch": "^4.0.2" } }, "https-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", "dev": true }, "human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { "safer-buffer": ">= 2.1.2 < 3" } }, "icss-utils": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true }, "ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "dev": true }, "ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "dev": true }, "imagemin": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz", "integrity": "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==", "dev": true, "requires": { "file-type": "^12.0.0", "globby": "^10.0.0", "graceful-fs": "^4.2.2", "junk": "^3.1.0", "make-dir": "^3.0.0", "p-pipe": "^3.0.0", "replace-ext": "^1.0.0" } }, "img-loader": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/img-loader/-/img-loader-4.0.0.tgz", "integrity": "sha512-UwRcPQdwdOyEHyCxe1V9s9YFwInwEWCpoO+kJGfIqDrBDqA8jZUsEZTxQ0JteNPGw/Gupmwesk2OhLTcnw6tnQ==", "dev": true, "requires": { "loader-utils": "^1.1.0" } }, "import-cwd": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", "dev": true, "requires": { "import-from": "^3.0.0" } }, "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" }, "dependencies": { "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true } } }, "import-from": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", "dev": true, "requires": { "resolve-from": "^5.0.0" } }, "import-local": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", "dev": true, "requires": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" } }, "indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { "once": "^1.3.0", "wrappy": "1" } }, "inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, "internal-ip": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-6.2.0.tgz", "integrity": "sha512-D8WGsR6yDt8uq7vDMu7mjcR+yRMm3dW8yufyChmszWRjcSHuxLBkR3GdS2HZAjodsaGuCvXeEJpueisXJULghg==", "dev": true, "requires": { "default-gateway": "^6.0.0", "ipaddr.js": "^1.9.1", "is-ip": "^3.1.0", "p-event": "^4.2.0" }, "dependencies": { "ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "dev": true } } }, "interpret": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true }, "ip": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", "dev": true }, "ip-regex": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", "dev": true }, "ipaddr.js": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", "dev": true }, "is-absolute-url": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", "dev": true }, "is-arguments": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", "dev": true, "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", "dev": true }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "requires": { "binary-extensions": "^2.0.0" } }, "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, "is-core-module": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", "dev": true, "requires": { "has": "^1.0.3" } }, "is-date-object": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "requires": { "has-tostringtag": "^1.0.0" } }, "is-docker": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "requires": { "is-extglob": "^2.1.1" } }, "is-ip": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz", "integrity": "sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==", "dev": true, "requires": { "ip-regex": "^4.0.0" } }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, "is-path-cwd": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "dev": true }, "is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true }, "is-plain-obj": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "dev": true }, "is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { "isobject": "^3.0.1" } }, "is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, "is-resolvable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", "dev": true }, "is-stream": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true }, "is-wsl": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, "requires": { "is-docker": "^2.0.0" } }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, "isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true }, "jest-worker": { "version": "27.3.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.3.1.tgz", "integrity": "sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==", "dev": true, "requires": { "@types/node": "*", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, "dependencies": { "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, "supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, "requires": { "has-flag": "^4.0.0" } } } }, "jquery": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", "dev": true }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, "jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true }, "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "json5": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", "dev": true, "requires": { "minimist": "^1.2.5" } }, "jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "requires": { "graceful-fs": "^4.1.6", "universalify": "^2.0.0" } }, "junk": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", "dev": true }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "klona": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", "dev": true }, "laravel-mix": { "version": "6.0.37", "resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-6.0.37.tgz", "integrity": "sha512-mue45XrV7nGGvueP7b5mPlTsT3PUDiaTov1B11OnIr+BzaJXMMmf/r3qLRB4dmbXb5WgoQdk/3tVxZ49b2prbQ==", "dev": true, "requires": { "@babel/core": "^7.15.8", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/runtime": "^7.15.4", "@types/babel__core": "^7.1.16", "@types/clean-css": "^4.2.5", "@types/imagemin-gifsicle": "^7.0.1", "@types/imagemin-mozjpeg": "^8.0.1", "@types/imagemin-optipng": "^5.2.1", "@types/imagemin-svgo": "^8.0.0", "autoprefixer": "^10.4.0", "babel-loader": "^8.2.3", "chalk": "^4.1.2", "chokidar": "^3.5.2", "clean-css": "^4.2.3 || ^5.1.2", "cli-table3": "^0.6.0", "collect.js": "^4.28.5", "commander": "^7.2.0", "concat": "^1.0.3", "css-loader": "^5.2.6", "cssnano": "^5.0.8", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", "file-loader": "^6.2.0", "fs-extra": "^10.0.0", "glob": "^7.2.0", "html-loader": "^1.3.2", "imagemin": "^7.0.1", "img-loader": "^4.0.0", "lodash": "^4.17.21", "md5": "^2.3.0", "mini-css-extract-plugin": "^1.6.2", "node-libs-browser": "^2.2.1", "postcss-load-config": "^3.1.0", "postcss-loader": "^6.2.0", "semver": "^7.3.5", "strip-ansi": "^6.0.0", "style-loader": "^2.0.0", "terser": "^5.9.0", "terser-webpack-plugin": "^5.2.4", "vue-style-loader": "^4.1.3", "webpack": "^5.60.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "4.4.0", "webpack-merge": "^5.8.0", "webpack-notifier": "^1.14.1", "webpackbar": "^5.0.0-3", "yargs": "^17.2.1" } }, "lilconfig": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.3.tgz", "integrity": "sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==", "dev": true }, "lines-and-columns": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", "dev": true }, "loader-runner": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", "dev": true }, "loader-utils": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^1.0.1" }, "dependencies": { "json5": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { "minimist": "^1.2.0" } } } }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { "p-locate": "^4.1.0" } }, "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", "dev": true }, "lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", "dev": true }, "lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", "dev": true }, "lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "dev": true, "requires": { "tslib": "^2.0.3" } }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "requires": { "yallist": "^4.0.0" } }, "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, "requires": { "semver": "^6.0.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } }, "md5": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", "dev": true, "requires": { "charenc": "0.0.2", "crypt": "0.0.2", "is-buffer": "~1.1.6" } }, "md5.js": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, "requires": { "hash-base": "^3.0.0", "inherits": "^2.0.1", "safe-buffer": "^5.1.2" } }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "dev": true }, "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "dev": true }, "memfs": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.3.0.tgz", "integrity": "sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg==", "dev": true, "requires": { "fs-monkey": "1.0.3" } }, "merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", "dev": true }, "merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "dev": true }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", "dev": true }, "micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", "dev": true, "requires": { "braces": "^3.0.1", "picomatch": "^2.2.3" } }, "miller-rabin": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { "bn.js": "^4.0.0", "brorand": "^1.0.1" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true }, "mime-db": { "version": "1.50.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==", "dev": true }, "mime-types": { "version": "2.1.33", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", "dev": true, "requires": { "mime-db": "1.50.0" } }, "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, "mini-css-extract-plugin": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, "requires": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0", "webpack-sources": "^1.1.0" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", "dev": true }, "minimalistic-crypto-utils": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", "dev": true }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, "mkdirp": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "dev": true, "requires": { "minimist": "^1.2.5" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "multicast-dns": { "version": "6.2.3", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "dev": true, "requires": { "dns-packet": "^1.3.1", "thunky": "^1.0.2" } }, "multicast-dns-service-types": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", "dev": true }, "nanocolors": { "version": "0.1.12", "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.1.12.tgz", "integrity": "sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==", "dev": true }, "nanoid": { "version": "3.1.30", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", "dev": true }, "negotiator": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", "dev": true }, "neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, "no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "dev": true, "requires": { "lower-case": "^2.0.2", "tslib": "^2.0.3" } }, "node-forge": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", "dev": true }, "node-libs-browser": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "dev": true, "requires": { "assert": "^1.1.1", "browserify-zlib": "^0.2.0", "buffer": "^4.3.0", "console-browserify": "^1.1.0", "constants-browserify": "^1.0.0", "crypto-browserify": "^3.11.0", "domain-browser": "^1.1.1", "events": "^3.0.0", "https-browserify": "^1.0.0", "os-browserify": "^0.3.0", "path-browserify": "0.0.1", "process": "^0.11.10", "punycode": "^1.2.4", "querystring-es3": "^0.2.0", "readable-stream": "^2.3.3", "stream-browserify": "^2.0.1", "stream-http": "^2.7.2", "string_decoder": "^1.0.0", "timers-browserify": "^2.0.4", "tty-browserify": "0.0.0", "url": "^0.11.0", "util": "^0.11.0", "vm-browserify": "^1.0.1" }, "dependencies": { "punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true } } }, "node-notifier": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", "dev": true, "requires": { "growly": "^1.3.0", "is-wsl": "^2.2.0", "semver": "^7.3.2", "shellwords": "^0.1.1", "uuid": "^8.3.0", "which": "^2.0.2" }, "dependencies": { "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true } } }, "node-releases": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==", "dev": true }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, "normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true }, "normalize-url": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true }, "npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, "requires": { "path-key": "^3.0.0" } }, "nth-check": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", "dev": true, "requires": { "boolbase": "^1.0.0" } }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "dev": true }, "object-is": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" } }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true }, "object.assign": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "dev": true, "requires": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "has-symbols": "^1.0.1", "object-keys": "^1.1.1" } }, "obuf": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", "dev": true }, "on-finished": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "dev": true, "requires": { "ee-first": "1.1.1" } }, "on-headers": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "dev": true }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { "wrappy": "1" } }, "onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, "requires": { "mimic-fn": "^2.1.0" } }, "open": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", "dev": true, "requires": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, "os-browserify": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", "dev": true }, "p-event": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", "dev": true, "requires": { "p-timeout": "^3.1.0" } }, "p-finally": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", "dev": true }, "p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "requires": { "p-try": "^2.0.0" } }, "p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { "p-limit": "^2.2.0" } }, "p-map": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "requires": { "aggregate-error": "^3.0.0" } }, "p-pipe": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", "dev": true }, "p-retry": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz", "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==", "dev": true, "requires": { "@types/retry": "^0.12.0", "retry": "^0.13.1" } }, "p-timeout": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "dev": true, "requires": { "p-finally": "^1.0.0" } }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", "dev": true }, "param-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "dev": true, "requires": { "dot-case": "^3.0.4", "tslib": "^2.0.3" } }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { "callsites": "^3.0.0" } }, "parse-asn1": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", "dev": true, "requires": { "asn1.js": "^5.2.0", "browserify-aes": "^1.0.0", "evp_bytestokey": "^1.0.0", "pbkdf2": "^3.0.3", "safe-buffer": "^5.1.1" } }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" } }, "parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "dev": true }, "pascal-case": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "dev": true, "requires": { "no-case": "^3.0.4", "tslib": "^2.0.3" } }, "path-browserify": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", "dev": true }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, "path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", "dev": true }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, "pbkdf2": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "dev": true, "requires": { "create-hash": "^1.1.2", "create-hmac": "^1.1.4", "ripemd160": "^2.0.1", "safe-buffer": "^5.0.1", "sha.js": "^2.4.8" } }, "picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, "picomatch": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", "dev": true }, "pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { "find-up": "^4.0.0" } }, "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "dev": true }, "portfinder": { "version": "1.0.28", "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", "dev": true, "requires": { "async": "^2.6.2", "debug": "^3.1.1", "mkdirp": "^0.5.5" }, "dependencies": { "debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { "ms": "^2.1.1" } } } }, "postcss": { "version": "8.3.11", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.11.tgz", "integrity": "sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==", "dev": true, "requires": { "nanoid": "^3.1.30", "picocolors": "^1.0.0", "source-map-js": "^0.6.2" } }, "postcss-calc": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.0.0.tgz", "integrity": "sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==", "dev": true, "requires": { "postcss-selector-parser": "^6.0.2", "postcss-value-parser": "^4.0.2" } }, "postcss-colormin": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.0.tgz", "integrity": "sha512-+HC6GfWU3upe5/mqmxuqYZ9B2Wl4lcoUUNkoaX59nEWV4EtADCMiBqui111Bu8R8IvaZTmqmxrqOAqjbHIwXPw==", "dev": true, "requires": { "browserslist": "^4.16.6", "caniuse-api": "^3.0.0", "colord": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-convert-values": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.1.tgz", "integrity": "sha512-C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0" } }, "postcss-discard-comments": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz", "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==", "dev": true }, "postcss-discard-duplicates": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", "dev": true }, "postcss-discard-empty": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz", "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==", "dev": true }, "postcss-discard-overridden": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz", "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==", "dev": true }, "postcss-load-config": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.0.tgz", "integrity": "sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==", "dev": true, "requires": { "import-cwd": "^3.0.0", "lilconfig": "^2.0.3", "yaml": "^1.10.2" } }, "postcss-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.0.tgz", "integrity": "sha512-H9hv447QjQJVDbHj3OUdciyAXY3v5+UDduzEytAlZCVHCpNAAg/mCSwhYYqZr9BiGYhmYspU8QXxZwiHTLn3yA==", "dev": true, "requires": { "cosmiconfig": "^7.0.0", "klona": "^2.0.4", "semver": "^7.3.5" } }, "postcss-merge-longhand": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.2.tgz", "integrity": "sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==", "dev": true, "requires": { "css-color-names": "^1.0.1", "postcss-value-parser": "^4.1.0", "stylehacks": "^5.0.1" } }, "postcss-merge-rules": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.2.tgz", "integrity": "sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==", "dev": true, "requires": { "browserslist": "^4.16.6", "caniuse-api": "^3.0.0", "cssnano-utils": "^2.0.1", "postcss-selector-parser": "^6.0.5", "vendors": "^1.0.3" } }, "postcss-minify-font-values": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.1.tgz", "integrity": "sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0" } }, "postcss-minify-gradients": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.2.tgz", "integrity": "sha512-7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==", "dev": true, "requires": { "colord": "^2.6", "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-minify-params": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.1.tgz", "integrity": "sha512-4RUC4k2A/Q9mGco1Z8ODc7h+A0z7L7X2ypO1B6V8057eVK6mZ6xwz6QN64nHuHLbqbclkX1wyzRnIrdZehTEHw==", "dev": true, "requires": { "alphanum-sort": "^1.0.2", "browserslist": "^4.16.0", "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0", "uniqs": "^2.0.0" } }, "postcss-minify-selectors": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.0.tgz", "integrity": "sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==", "dev": true, "requires": { "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5" } }, "postcss-modules-extract-imports": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "dev": true }, "postcss-modules-local-by-default": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", "dev": true, "requires": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", "postcss-value-parser": "^4.1.0" } }, "postcss-modules-scope": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", "dev": true, "requires": { "postcss-selector-parser": "^6.0.4" } }, "postcss-modules-values": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, "requires": { "icss-utils": "^5.0.0" } }, "postcss-normalize-charset": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz", "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==", "dev": true }, "postcss-normalize-display-values": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz", "integrity": "sha512-uupdvWk88kLDXi5HEyI9IaAJTE3/Djbcrqq8YgjvAVuzgVuqIk3SuJWUisT2gaJbZm1H9g5k2w1xXilM3x8DjQ==", "dev": true, "requires": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-positions": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.1.tgz", "integrity": "sha512-rvzWAJai5xej9yWqlCb1OWLd9JjW2Ex2BCPzUJrbaXmtKtgfL8dBMOOMTX6TnvQMtjk3ei1Lswcs78qKO1Skrg==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-repeat-style": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.1.tgz", "integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==", "dev": true, "requires": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-string": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.1.tgz", "integrity": "sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-timing-functions": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.1.tgz", "integrity": "sha512-cPcBdVN5OsWCNEo5hiXfLUnXfTGtSFiBU9SK8k7ii8UD7OLuznzgNRYkLZow11BkQiiqMcgPyh4ZqXEEUrtQ1Q==", "dev": true, "requires": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-unicode": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.1.tgz", "integrity": "sha512-kAtYD6V3pK0beqrU90gpCQB7g6AOfP/2KIPCVBKJM2EheVsBQmx/Iof+9zR9NFKLAx4Pr9mDhogB27pmn354nA==", "dev": true, "requires": { "browserslist": "^4.16.0", "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-url": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.2.tgz", "integrity": "sha512-k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==", "dev": true, "requires": { "is-absolute-url": "^3.0.3", "normalize-url": "^6.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-normalize-whitespace": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.1.tgz", "integrity": "sha512-iPklmI5SBnRvwceb/XH568yyzK0qRVuAG+a1HFUsFRf11lEJTiQQa03a4RSCQvLKdcpX7XsI1Gen9LuLoqwiqA==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0" } }, "postcss-ordered-values": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz", "integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==", "dev": true, "requires": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-reduce-initial": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.1.tgz", "integrity": "sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==", "dev": true, "requires": { "browserslist": "^4.16.0", "caniuse-api": "^3.0.0" } }, "postcss-reduce-transforms": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.1.tgz", "integrity": "sha512-a//FjoPeFkRuAguPscTVmRQUODP+f3ke2HqFNgGPwdYnpeC29RZdCBvGRGTsKpMURb/I3p6jdKoBQ2zI+9Q7kA==", "dev": true, "requires": { "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" } }, "postcss-selector-parser": { "version": "6.0.6", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", "dev": true, "requires": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "postcss-svgo": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.2.tgz", "integrity": "sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==", "dev": true, "requires": { "postcss-value-parser": "^4.1.0", "svgo": "^2.3.0" } }, "postcss-unique-selectors": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.1.tgz", "integrity": "sha512-gwi1NhHV4FMmPn+qwBNuot1sG1t2OmacLQ/AX29lzyggnjd+MnVD5uqQmpXO3J17KGL2WAxQruj1qTd3H0gG/w==", "dev": true, "requires": { "alphanum-sort": "^1.0.2", "postcss-selector-parser": "^6.0.5", "uniqs": "^2.0.0" } }, "postcss-value-parser": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", "dev": true }, "pretty-time": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", "dev": true }, "process": { "version": "0.11.10", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", "dev": true }, "process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "dev": true }, "proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dev": true, "requires": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" }, "dependencies": { "ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "dev": true } } }, "public-encrypt": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, "requires": { "bn.js": "^4.1.0", "browserify-rsa": "^4.0.0", "create-hash": "^1.1.0", "parse-asn1": "^5.0.0", "randombytes": "^2.0.1", "safe-buffer": "^5.1.2" }, "dependencies": { "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", "dev": true }, "querystring": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", "dev": true }, "querystring-es3": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", "dev": true }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, "randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "requires": { "safe-buffer": "^5.1.0" } }, "randomfill": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "requires": { "randombytes": "^2.0.5", "safe-buffer": "^5.1.0" } }, "range-parser": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "dev": true }, "raw-body": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", "dev": true, "requires": { "bytes": "3.1.0", "http-errors": "1.7.2", "iconv-lite": "0.4.24", "unpipe": "1.0.0" }, "dependencies": { "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", "dev": true } } }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" }, "dependencies": { "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { "safe-buffer": "~5.1.0" } } } }, "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, "requires": { "picomatch": "^2.2.1" } }, "rechoir": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, "requires": { "resolve": "^1.9.0" } }, "regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true }, "regenerate-unicode-properties": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz", "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", "dev": true, "requires": { "regenerate": "^1.4.2" } }, "regenerator-runtime": { "version": "0.13.9", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", "dev": true }, "regenerator-transform": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", "dev": true, "requires": { "@babel/runtime": "^7.8.4" } }, "regex-parser": { "version": "2.2.11", "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", "dev": true }, "regexp.prototype.flags": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3" } }, "regexpu-core": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz", "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", "dev": true, "requires": { "regenerate": "^1.4.2", "regenerate-unicode-properties": "^9.0.0", "regjsgen": "^0.5.2", "regjsparser": "^0.7.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.0.0" } }, "regjsgen": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", "dev": true }, "regjsparser": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz", "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", "dev": true, "requires": { "jsesc": "~0.5.0" }, "dependencies": { "jsesc": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", "dev": true } } }, "relateurl": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", "dev": true }, "replace-ext": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", "dev": true }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true }, "requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", "dev": true }, "resolve": { "version": "1.20.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", "dev": true, "requires": { "is-core-module": "^2.2.0", "path-parse": "^1.0.6" } }, "resolve-cwd": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, "requires": { "resolve-from": "^5.0.0" } }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true }, "resolve-url-loader": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", "dev": true, "requires": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", "loader-utils": "^2.0.0", "postcss": "^7.0.35", "source-map": "0.6.1" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "picocolors": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", "dev": true }, "postcss": { "version": "7.0.39", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", "dev": true, "requires": { "picocolors": "^0.2.1", "source-map": "^0.6.1" } }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "retry": { "version": "0.13.1", "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "dev": true }, "reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, "rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "requires": { "glob": "^7.1.3" } }, "ripemd160": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "requires": { "hash-base": "^3.0.0", "inherits": "^2.0.1" } }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "requires": { "queue-microtask": "^1.2.2" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true }, "sass": { "version": "1.43.4", "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" } }, "sass-loader": { "version": "11.1.1", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-11.1.1.tgz", "integrity": "sha512-fOCp/zLmj1V1WHDZbUbPgrZhA7HKXHEqkslzB+05U5K9SbSbcmH91C7QLW31AsXikxUMaxXRhhcqWZAxUMLDyA==", "dev": true, "requires": { "klona": "^2.0.4", "neo-async": "^2.6.2" } }, "schema-utils": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, "requires": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", "ajv-keywords": "^3.5.2" } }, "select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=", "dev": true }, "selfsigned": { "version": "1.10.11", "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz", "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==", "dev": true, "requires": { "node-forge": "^0.10.0" } }, "semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, "requires": { "lru-cache": "^6.0.0" } }, "send": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", "dev": true, "requires": { "debug": "2.6.9", "depd": "~1.1.2", "destroy": "~1.0.4", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", "fresh": "0.5.2", "http-errors": "~1.7.2", "mime": "1.6.0", "ms": "2.1.1", "on-finished": "~2.3.0", "range-parser": "~1.2.1", "statuses": "~1.5.0" }, "dependencies": { "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" }, "dependencies": { "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true } } }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true } } }, "serialize-javascript": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", "dev": true, "requires": { "randombytes": "^2.1.0" } }, "serve-index": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", "dev": true, "requires": { "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.9", "escape-html": "~1.0.3", "http-errors": "~1.6.2", "mime-types": "~2.1.17", "parseurl": "~1.3.2" }, "dependencies": { "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { "ms": "2.0.0" } }, "http-errors": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", "statuses": ">= 1.4.0 < 2" } }, "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, "setprototypeof": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", "dev": true } } }, "serve-static": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", "dev": true, "requires": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.17.1" } }, "setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", "dev": true }, "setprototypeof": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", "dev": true }, "sha.js": { "version": "2.4.11", "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" } }, "shallow-clone": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, "requires": { "kind-of": "^6.0.2" } }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "requires": { "shebang-regex": "^3.0.0" } }, "shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, "shellwords": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", "dev": true }, "signal-exit": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz", "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==", "dev": true }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "sockjs": { "version": "0.3.21", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz", "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==", "dev": true, "requires": { "faye-websocket": "^0.11.3", "uuid": "^3.4.0", "websocket-driver": "^0.7.4" } }, "source-list-map": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", "dev": true }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true }, "source-map-js": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", "dev": true }, "source-map-support": { "version": "0.5.20", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", "integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==", "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" }, "dependencies": { "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "spdy": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "dev": true, "requires": { "debug": "^4.1.0", "handle-thing": "^2.0.0", "http-deceiver": "^1.2.7", "select-hose": "^2.0.0", "spdy-transport": "^3.0.0" } }, "spdy-transport": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, "requires": { "debug": "^4.1.0", "detect-node": "^2.0.4", "hpack.js": "^2.1.6", "obuf": "^1.1.2", "readable-stream": "^3.0.6", "wbuf": "^1.7.3" }, "dependencies": { "readable-stream": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } } } }, "stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", "dev": true }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", "dev": true }, "std-env": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.1.tgz", "integrity": "sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g==", "dev": true, "requires": { "ci-info": "^3.1.1" } }, "stream-browserify": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", "dev": true, "requires": { "inherits": "~2.0.1", "readable-stream": "^2.0.2" } }, "stream-http": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "requires": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.1", "readable-stream": "^2.3.6", "to-arraybuffer": "^1.0.0", "xtend": "^4.0.0" } }, "string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "requires": { "safe-buffer": "~5.2.0" }, "dependencies": { "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true } } }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "requires": { "ansi-regex": "^5.0.1" } }, "strip-final-newline": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true }, "style-loader": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", "dev": true, "requires": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" }, "dependencies": { "loader-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.1.tgz", "integrity": "sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==", "dev": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", "json5": "^2.1.2" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "stylehacks": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz", "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==", "dev": true, "requires": { "browserslist": "^4.16.0", "postcss-selector-parser": "^6.0.4" } }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { "has-flag": "^3.0.0" } }, "svgo": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.7.0.tgz", "integrity": "sha512-aDLsGkre4fTDCWvolyW+fs8ZJFABpzLXbtdK1y71CKnHzAnpDxKXPj2mNKj+pyOXUCzFHzuxRJ94XOFygOWV3w==", "dev": true, "requires": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^4.1.3", "css-tree": "^1.1.3", "csso": "^4.2.0", "nanocolors": "^0.1.12", "stable": "^0.1.8" } }, "tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true }, "terser": { "version": "5.9.0", "resolved": "https://registry.npmjs.org/terser/-/terser-5.9.0.tgz", "integrity": "sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==", "dev": true, "requires": { "commander": "^2.20.0", "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, "source-map": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", "dev": true } } }, "terser-webpack-plugin": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.4.tgz", "integrity": "sha512-E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA==", "dev": true, "requires": { "jest-worker": "^27.0.6", "p-limit": "^3.1.0", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.0", "source-map": "^0.6.1", "terser": "^5.7.2" }, "dependencies": { "p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "requires": { "yocto-queue": "^0.1.0" } }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, "thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", "dev": true }, "timers-browserify": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", "dev": true, "requires": { "setimmediate": "^1.0.4" } }, "timsort": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", "dev": true }, "to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", "dev": true }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", "dev": true }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "requires": { "is-number": "^7.0.0" } }, "toidentifier": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", "dev": true }, "tslib": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, "tty-browserify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", "dev": true }, "type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true }, "type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "dev": true, "requires": { "media-typer": "0.3.0", "mime-types": "~2.1.24" } }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true }, "unicode-match-property-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, "requires": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" } }, "unicode-match-property-value-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", "dev": true }, "unicode-property-aliases-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", "dev": true }, "uniqs": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=", "dev": true }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", "dev": true }, "unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", "dev": true }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "requires": { "punycode": "^2.1.0" } }, "url": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", "dev": true, "requires": { "punycode": "1.3.2", "querystring": "0.2.0" }, "dependencies": { "punycode": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", "dev": true } } }, "util": { "version": "0.11.1", "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "dev": true, "requires": { "inherits": "2.0.3" }, "dependencies": { "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true } } }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", "dev": true }, "uuid": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true }, "vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", "dev": true }, "vendors": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==", "dev": true }, "vm-browserify": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", "dev": true }, "vue-style-loader": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", "dev": true, "requires": { "hash-sum": "^1.0.2", "loader-utils": "^1.0.2" } }, "watchpack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz", "integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==", "dev": true, "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" } }, "wbuf": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, "requires": { "minimalistic-assert": "^1.0.0" } }, "webpack": { "version": "5.60.0", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.60.0.tgz", "integrity": "sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/wasm-edit": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1", "acorn": "^8.4.1", "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.8.3", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.4", "json-parse-better-errors": "^1.0.2", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", "schema-utils": "^3.1.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.2.0", "webpack-sources": "^3.2.0" }, "dependencies": { "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } }, "webpack-sources": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.1.tgz", "integrity": "sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==", "dev": true } } }, "webpack-cli": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.1.tgz", "integrity": "sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==", "dev": true, "requires": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.1.0", "@webpack-cli/info": "^1.4.0", "@webpack-cli/serve": "^1.6.0", "colorette": "^2.0.14", "commander": "^7.0.0", "execa": "^5.0.0", "fastest-levenshtein": "^1.0.12", "import-local": "^3.0.2", "interpret": "^2.2.0", "rechoir": "^0.7.0", "webpack-merge": "^5.7.3" } }, "webpack-dev-middleware": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.2.1.tgz", "integrity": "sha512-Kx1X+36Rn9JaZcQMrJ7qN3PMAuKmEDD9ZISjUj3Cgq4A6PtwYsC4mpaKotSRYH3iOF6HsUa8viHKS59FlyVifQ==", "dev": true, "requires": { "colorette": "^2.0.10", "memfs": "^3.2.2", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^3.1.0" }, "dependencies": { "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } } } }, "webpack-dev-server": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.4.0.tgz", "integrity": "sha512-+S0XRIbsopVjPFjCO8I07FXYBWYqkFmuP56ucGMTs2hA/gV4q2M9xTmNo5Tg4o8ffRR+Nm3AsXnQXxKRyYovrA==", "dev": true, "requires": { "ansi-html-community": "^0.0.8", "bonjour": "^3.5.0", "chokidar": "^3.5.2", "colorette": "^2.0.10", "compression": "^1.7.4", "connect-history-api-fallback": "^1.6.0", "del": "^6.0.0", "express": "^4.17.1", "graceful-fs": "^4.2.6", "html-entities": "^2.3.2", "http-proxy-middleware": "^2.0.0", "internal-ip": "^6.2.0", "ipaddr.js": "^2.0.1", "open": "^8.0.9", "p-retry": "^4.5.0", "portfinder": "^1.0.28", "schema-utils": "^3.1.0", "selfsigned": "^1.10.11", "serve-index": "^1.9.1", "sockjs": "^0.3.21", "spdy": "^4.0.2", "strip-ansi": "^7.0.0", "url": "^0.11.0", "webpack-dev-middleware": "^5.2.1", "ws": "^8.1.0" }, "dependencies": { "ansi-regex": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } }, "strip-ansi": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", "dev": true, "requires": { "ansi-regex": "^6.0.1" } } } }, "webpack-merge": { "version": "5.8.0", "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" } }, "webpack-notifier": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.14.1.tgz", "integrity": "sha512-OVOoiOyKHS3z9pN1nLdPY2Pf/R3wiBsN0KiPc3K6ApwMBfHbyUomQc2Mr0naeKxfqXyCBPHfQuqpL9yoL0rgkA==", "dev": true, "requires": { "node-notifier": "^9.0.0", "strip-ansi": "^6.0.0" } }, "webpack-sources": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, "requires": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" }, "dependencies": { "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } } }, "webpackbar": { "version": "5.0.0-3", "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.0-3.tgz", "integrity": "sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==", "dev": true, "requires": { "ansi-escapes": "^4.3.1", "chalk": "^4.1.0", "consola": "^2.15.0", "figures": "^3.2.0", "pretty-time": "^1.1.0", "std-env": "^2.2.1", "text-table": "^0.2.0", "wrap-ansi": "^7.0.0" } }, "websocket-driver": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, "requires": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", "websocket-extensions": ">=0.1.1" } }, "websocket-extensions": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "requires": { "isexe": "^2.0.0" } }, "wildcard": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", "dev": true }, "wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "requires": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" }, "dependencies": { "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { "color-convert": "^2.0.1" } }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { "color-name": "~1.1.4" } }, "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true } } }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, "ws": { "version": "8.2.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", "dev": true }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true }, "y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", "dev": true, "requires": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.0", "y18n": "^5.0.5", "yargs-parser": "^20.2.2" } }, "yargs-parser": { "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true }, "yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true } } }
[ 90, 198, 220, 220, 220, 366, 47911, 1298, 2081, 11, 198, 220, 220, 220, 366, 5354, 7753, 14815, 1298, 352, 11, 198, 220, 220, 220, 366, 45841, 3976, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 44212, 65, 9608, 14, 8189, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
["And the sons of the prophets said unto Elisha, Behold now, the place where we dwell with thee is too strait for us.","Let us go, we pray thee, unto Jordan, and take thence every man a beam, and let us make us a place there, where we may dwell. And he answered, Go ye.","And one said, Be content, I pray thee, and go with thy servants. And he answered, I will go.","So he went with them. And when they came to Jordan, they cut down wood.","But as one was felling a beam, the axe head fell into the water: and he cried, and said, Alas, master! for it was borrowed.","And the man of God said, Where fell it? And he showed him the place. And he cut down a stick, and cast it in thither; and the iron did swim.","Therefore said he, Take it up to thee. And he put out his hand, and took it.","Then the king of Syria warred against Israel, and took counsel with his servants, saying, In such and such a place shall be my camp.","And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down.","And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice.","Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not show me which of us is for the king of Israel?","And one of his servants said, None, my lord, O king: but Elisha, the prophet that is in Israel, telleth the king of Israel the words that thou speakest in thy bedchamber.","And he said, Go and spy where he is, that I may send and fetch him. And it was told him, saying, Behold, he is in Dothan.","Therefore sent he thither horses, and chariots, and a great host: and they came by night, and compassed the city about.","And when the servant of the man of God was risen early, and gone forth, behold, an host compassed the city both with horses and chariots. And his servant said unto him, Alas, my master! how shall we do?","And he answered, Fear not: for they that be with us are more than they that be with them.","And Elisha prayed, and said, LORD, I pray thee, open his eyes, that he may see. And the LORD opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.","And when they came down to him, Elisha prayed unto the LORD, and said, Smite this people, I pray thee, with blindness. And he smote them with blindness according to the word of Elisha.","And Elisha said unto them, This is not the way, neither is this the city: follow me, and I will bring you to the man whom ye seek. But he led them to Samaria.","And it came to pass, when they were come into Samaria, that Elisha said, LORD, open the eyes of these men, that they may see. And the LORD opened their eyes, and they saw; and, behold, they were in the midst of Samaria.","And the king of Israel said unto Elisha, when he saw them, My father, shall I smite them? shall I smite them?","And he answered, Thou shalt not smite them: wouldest thou smite those whom thou hast taken captive with thy sword and with thy bow? set bread and water before them, that they may eat and drink, and go to their master.","And he prepared great provision for them: and when they had eaten and drunk, he sent them away, and they went to their master. So the bands of Syria came no more into the land of Israel.","And it came to pass after this, that Benhadad king of Syria gathered all his host, and went up, and besieged Samaria.","And there was a great famine in Samaria: and, behold, they besieged it, until an ass's head was sold for fourscore pieces of silver, and the fourth part of a cab of dove's dung for five pieces of silver.","And as the king of Israel was passing by upon the wall, there cried a woman unto him, saying, Help, my lord, O king.","And he said, If the LORD do not help thee, whence shall I help thee? out of the barnfloor, or out of the winepress?","And the king said unto her, What aileth thee? And she answered, This woman said unto me, Give thy son, that we may eat him to day, and we will eat my son to morrow.","So we boiled my son, and did eat him: and I said unto her on the next day, Give thy son, that we may eat him: and she hath hid her son.","And it came to pass, when the king heard the words of the woman, that he rent his clothes; and he passed by upon the wall, and the people looked, and, behold, he had sackcloth within upon his flesh.","Then he said, God do so and more also to me, if the head of Elisha the son of Shaphat shall stand on him this day.","But Elisha sat in his house, and the elders sat with him; and the king sent a man from before him: but ere the messenger came to him, he said to the elders, See ye how this son of a murderer hath sent to take away mine head? look, when the messenger cometh, shut the door, and hold him fast at the door: is not the sound of his master's feet behind him?","And while he yet talked with them, behold, the messenger came down unto him: and he said, Behold, this evil is of the LORD; what should I wait for the LORD any longer?"]
[ 14692, 1870, 262, 11989, 286, 262, 30687, 531, 12722, 412, 1836, 64, 11, 1355, 2946, 783, 11, 262, 1295, 810, 356, 14046, 351, 17903, 318, 1165, 3534, 270, 329, 514, 41424, 5756, 514, 467, 11, 356, 12472, 17903, 11, 12722, 8078, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "is-extendable@^1.0.1", "_id": "is-extendable@1.0.1", "_inBundle": false, "_integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "_location": "/mixin-deep/is-extendable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-extendable@^1.0.1", "name": "is-extendable", "escapedName": "is-extendable", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/mixin-deep" ], "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "_shasum": "a7470f9e426733d81bd81e1155264e3a3507cab4", "_spec": "is-extendable@^1.0.1", "_where": "/Users/creator/ig/angular6/know-i/node_modules/mixin-deep", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/is-extendable/issues" }, "bundleDependencies": false, "dependencies": { "is-plain-object": "^2.0.4" }, "deprecated": false, "description": "Returns true if a value is a plain object, array or function.", "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.4.2" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/jonschlinkert/is-extendable", "keywords": [ "array", "assign", "check", "date", "extend", "extendable", "extensible", "function", "is", "object", "regex", "test" ], "license": "MIT", "main": "index.js", "name": "is-extendable", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/is-extendable.git" }, "scripts": { "test": "mocha" }, "types": "index.d.ts", "verb": { "related": { "list": [ "assign-deep", "is-equal-shallow", "is-plain-object", "isobject", "kind-of" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true } }, "version": "1.0.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 271, 12, 2302, 437, 540, 31, 61, 16, 13, 15, 13, 16, 1600, 198, 220, 45434, 312, 1298, 366, 271, 12, 2302, 437, 540, 31, 16, 13, 15, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 39...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "media-typer@0.3.0", "_id": "media-typer@0.3.0", "_inBundle": false, "_integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "_location": "/media-typer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "media-typer@0.3.0", "name": "media-typer", "escapedName": "media-typer", "rawSpec": "0.3.0", "saveSpec": null, "fetchSpec": "0.3.0" }, "_requiredBy": [ "/type-is" ], "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748", "_spec": "media-typer@0.3.0", "_where": "C:\\Users\\Clara\\Desktop\\MLH\\MERN tutorial\\backend\\node_modules\\type-is", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, "bugs": { "url": "https://github.com/jshttp/media-typer/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Simple RFC 6838 media type parser and formatter", "devDependencies": { "istanbul": "0.3.2", "mocha": "~1.21.4", "should": "~4.0.4" }, "engines": { "node": ">= 0.6" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "homepage": "https://github.com/jshttp/media-typer#readme", "license": "MIT", "name": "media-typer", "repository": { "type": "git", "url": "git+https://github.com/jshttp/media-typer.git" }, "scripts": { "test": "mocha --reporter spec --check-leaks --bail test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "version": "0.3.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 11431, 12, 774, 525, 31, 15, 13, 18, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 11431, 12, 774, 525, 31, 15, 13, 18, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "type": "Polygon", "coordinates": [ [ [3922,2604],[3922,2606],[3922,2608],[3922,2610],[3922,2612],[3922,2614],[3922,2616],[3922,2618],[3922,2620],[3922,2622],[3922,2624],[3922,2626],[3922,2628],[3922,2630],[3922,2632],[3922,2634],[3922,2636],[3922,2638],[3922,2640],[3922,2642],[3922,2644],[3922,2646],[3922,2648],[3924,2650],[3926,2652],[3928,2654],[3930,2656],[3932,2658],[3934,2660],[3936,2662],[3938,2664],[3940,2666],[3940,2668],[3942,2670],[3944,2672],[3944,2674],[3944,2676],[3944,2678],[3944,2680],[3944,2682],[3946,2682],[3948,2684],[3950,2686],[3952,2686],[3954,2686],[3956,2686],[3958,2688],[3960,2688],[3962,2688],[3964,2686],[3966,2686],[3968,2686],[3970,2684],[3972,2686],[3974,2688],[3976,2690],[3976,2692],[3976,2694],[3978,2696],[3978,2698],[3978,2700],[3978,2702],[3980,2704],[3982,2706],[3982,2708],[3982,2710],[3984,2712],[3984,2710],[3984,2708],[3984,2706],[3982,2704],[3982,2702],[3982,2700],[3982,2698],[3982,2696],[3982,2694],[3982,2692],[3982,2690],[3982,2688],[3982,2686],[3984,2684],[3986,2682],[3988,2680],[3990,2680],[3992,2682],[3994,2684],[3996,2684],[3998,2684],[4000,2686],[4002,2686],[4004,2686],[4006,2688],[4008,2690],[4010,2692],[4012,2694],[4012,2696],[4012,2698],[4012,2700],[4012,2702],[4012,2704],[4012,2706],[4010,2708],[4010,2710],[4008,2712],[4008,2714],[4008,2716],[4006,2718],[4004,2720],[4002,2722],[4002,2724],[4002,2726],[4000,2728],[4000,2730],[3998,2732],[3998,2734],[3996,2736],[3996,2738],[3996,2740],[3994,2742],[3994,2744],[3992,2746],[3992,2748],[3992,2750],[3990,2752],[3988,2754],[3988,2756],[3986,2758],[3986,2760],[3984,2762],[3982,2764],[3982,2766],[3982,2768],[3980,2770],[3980,2772],[3978,2774],[3976,2776],[3976,2778],[3974,2780],[3972,2782],[3970,2784],[3970,2786],[3970,2788],[3970,2790],[3970,2792],[3970,2794],[3970,2796],[3970,2798],[3970,2800],[3968,2802],[3968,2804],[3968,2806],[3968,2808],[3968,2810],[3968,2812],[3968,2814],[3968,2816],[3966,2818],[3968,2820],[3966,2822],[3966,2824],[3966,2826],[3966,2828],[3966,2830],[3966,2832],[3966,2834],[3966,2836],[3964,2838],[3964,2840],[3966,2842],[3966,2844],[3966,2846],[3964,2848],[3962,2850],[3962,2852],[3964,2854],[3966,2856],[3966,2858],[3966,2860],[3968,2862],[3970,2864],[3972,2866],[3974,2868],[3976,2870],[3978,2872],[3980,2874],[3982,2876],[3984,2878],[3984,2880],[3986,2882],[3988,2884],[3990,2884],[3992,2886],[3994,2884],[3996,2884],[3998,2886],[4000,2886],[4002,2886],[4004,2886],[4006,2886],[4008,2888],[4010,2890],[4012,2892],[4014,2894],[4016,2894],[4018,2894],[4020,2894],[4022,2892],[4024,2890],[4026,2890],[4028,2890],[4030,2888],[4032,2888],[4034,2890],[4036,2890],[4038,2890],[4040,2890],[4042,2888],[4044,2890],[4046,2890],[4048,2888],[4050,2888],[4052,2890],[4054,2890],[4056,2890],[4058,2890],[4060,2890],[4062,2890],[4064,2888],[4066,2888],[4068,2888],[4070,2890],[4072,2888],[4074,2888],[4076,2886],[4078,2884],[4080,2882],[4082,2880],[4084,2880],[4086,2878],[4088,2876],[4090,2876],[4092,2876],[4094,2876],[4096,2874],[4098,2872],[4100,2870],[4102,2868],[4104,2866],[4106,2866],[4108,2864],[4110,2862],[4112,2862],[4112,2860],[4110,2858],[4112,2856],[4114,2854],[4116,2852],[4118,2850],[4120,2848],[4122,2846],[4124,2846],[4126,2844],[4128,2842],[4130,2840],[4132,2838],[4134,2838],[4136,2836],[4138,2834],[4140,2832],[4142,2830],[4144,2830],[4146,2828],[4148,2826],[4150,2826],[4152,2824],[4154,2822],[4156,2820],[4158,2820],[4160,2818],[4162,2816],[4164,2816],[4166,2818],[4168,2820],[4170,2822],[4170,2824],[4168,2826],[4168,2828],[4168,2830],[4168,2832],[4166,2834],[4168,2836],[4170,2838],[4172,2838],[4174,2840],[4176,2840],[4178,2840],[4180,2842],[4182,2844],[4184,2846],[4186,2848],[4188,2850],[4190,2852],[4192,2854],[4194,2856],[4196,2856],[4198,2856],[4200,2856],[4202,2854],[4204,2854],[4206,2854],[4208,2852],[4210,2850],[4212,2848],[4214,2846],[4212,2844],[4212,2842],[4214,2840],[4216,2838],[4216,2836],[4218,2834],[4220,2832],[4222,2830],[4224,2830],[4226,2830],[4228,2830],[4230,2830],[4232,2830],[4234,2828],[4236,2828],[4238,2826],[4240,2824],[4242,2822],[4244,2820],[4246,2818],[4248,2816],[4248,2814],[4250,2812],[4250,2810],[4250,2808],[4250,2806],[4250,2804],[4248,2802],[4248,2800],[4248,2798],[4250,2796],[4250,2794],[4250,2792],[4250,2790],[4250,2788],[4252,2786],[4252,2784],[4250,2782],[4250,2780],[4250,2778],[4250,2776],[4250,2774],[4252,2772],[4252,2770],[4254,2768],[4254,2766],[4254,2764],[4254,2762],[4256,2760],[4258,2758],[4258,2756],[4258,2754],[4258,2752],[4258,2750],[4260,2748],[4260,2746],[4260,2744],[4260,2742],[4260,2740],[4262,2738],[4262,2736],[4260,2734],[4262,2732],[4262,2730],[4264,2728],[4266,2726],[4268,2724],[4270,2722],[4270,2720],[4270,2718],[4270,2716],[4270,2714],[4272,2712],[4272,2710],[4272,2708],[4272,2706],[4272,2704],[4272,2702],[4272,2700],[4272,2698],[4272,2696],[4272,2694],[4272,2692],[4272,2690],[4272,2688],[4272,2686],[4272,2684],[4272,2682],[4272,2680],[4272,2678],[4272,2676],[4272,2674],[4270,2672],[4268,2670],[4266,2668],[4266,2666],[4266,2664],[4266,2662],[4266,2660],[4266,2658],[4266,2656],[4266,2654],[4266,2652],[4266,2650],[4266,2648],[4266,2646],[4268,2644],[4268,2642],[4268,2640],[4268,2638],[4268,2636],[4266,2634],[4266,2632],[4266,2630],[4264,2628],[4262,2626],[4260,2626],[4258,2626],[4256,2624],[4254,2622],[4252,2620],[4252,2618],[4252,2616],[4252,2614],[4252,2612],[4252,2610],[4250,2608],[4250,2606],[4248,2604],[4246,2602],[4246,2600],[4246,2598],[4244,2596],[4242,2594],[4242,2592],[4242,2590],[4242,2588],[4244,2586],[4246,2584],[4248,2582],[4248,2580],[4250,2578],[4250,2576],[4250,2574],[4252,2572],[4254,2570],[4254,2568],[4254,2566],[4254,2564],[4254,2562],[4254,2560],[4254,2558],[4254,2556],[4254,2554],[4254,2552],[4254,2550],[4254,2548],[4254,2546],[4254,2544],[4254,2542],[4254,2540],[4254,2538],[4254,2536],[4254,2534],[4254,2532],[4254,2530],[4254,2528],[4252,2526],[4252,2524],[4252,2522],[4252,2520],[4252,2518],[4250,2516],[4248,2516],[4246,2514],[4244,2512],[4242,2510],[4242,2508],[4242,2506],[4242,2504],[4242,2502],[4240,2500],[4240,2498],[4240,2496],[4240,2494],[4240,2492],[4240,2490],[4240,2488],[4240,2486],[4240,2484],[4240,2482],[4240,2480],[4240,2478],[4240,2476],[4240,2474],[4240,2472],[4240,2470],[4240,2468],[4240,2466],[4240,2464],[4240,2462],[4240,2460],[4240,2458],[4240,2456],[4240,2454],[4240,2452],[4240,2450],[4242,2448],[4242,2446],[4242,2444],[4242,2442],[4242,2440],[4242,2438],[4242,2436],[4240,2434],[4242,2432],[4242,2430],[4242,2428],[4242,2426],[4242,2424],[4242,2422],[4242,2420],[4240,2418],[4242,2416],[4242,2414],[4242,2412],[4242,2410],[4244,2408],[4242,2406],[4244,2404],[4244,2402],[4244,2400],[4244,2398],[4246,2396],[4244,2394],[4244,2392],[4244,2390],[4244,2388],[4244,2386],[4244,2384],[4244,2382],[4242,2380],[4244,2378],[4244,2376],[4244,2374],[4244,2372],[4244,2370],[4246,2368],[4246,2366],[4246,2364],[4246,2362],[4246,2360],[4246,2358],[4246,2356],[4246,2354],[4246,2352],[4246,2350],[4246,2348],[4246,2346],[4246,2344],[4244,2342],[4244,2340],[4246,2338],[4246,2336],[4248,2334],[4248,2332],[4248,2330],[4248,2328],[4248,2326],[4248,2324],[4248,2322],[4248,2320],[4248,2318],[4248,2316],[4248,2314],[4246,2312],[4248,2310],[4248,2308],[4248,2306],[4248,2304],[4248,2302],[4248,2300],[4250,2298],[4250,2296],[4250,2294],[4250,2292],[4250,2290],[4250,2288],[4250,2286],[4250,2284],[4250,2282],[4250,2280],[4250,2278],[4250,2276],[4250,2274],[4250,2272],[4250,2270],[4250,2268],[4250,2266],[4250,2264],[4250,2262],[4250,2260],[4250,2258],[4250,2256],[4250,2254],[4250,2252],[4250,2250],[4250,2248],[4250,2246],[4252,2244],[4252,2242],[4252,2240],[4252,2238],[4252,2236],[4252,2234],[4252,2232],[4252,2230],[4252,2228],[4252,2226],[4252,2224],[4252,2222],[4252,2220],[4252,2218],[4252,2216],[4252,2214],[4252,2212],[4252,2210],[4252,2208],[4252,2206],[4252,2204],[4252,2202],[4252,2200],[4252,2198],[4252,2196],[4252,2194],[4254,2192],[4254,2190],[4254,2188],[4254,2186],[4254,2184],[4254,2182],[4254,2180],[4254,2178],[4254,2176],[4254,2174],[4254,2172],[4254,2170],[4254,2168],[4254,2166],[4254,2164],[4254,2162],[4254,2160],[4254,2158],[4254,2156],[4254,2154],[4254,2152],[4254,2150],[4254,2148],[4254,2146],[4256,2144],[4256,2142],[4256,2140],[4256,2138],[4256,2136],[4256,2134],[4256,2132],[4256,2130],[4256,2128],[4256,2126],[4256,2124],[4256,2122],[4256,2120],[4256,2118],[4256,2116],[4256,2114],[4256,2112],[4256,2110],[4256,2108],[4256,2106],[4256,2104],[4256,2102],[4258,2100],[4258,2098],[4258,2096],[4258,2094],[4258,2092],[4258,2090],[4258,2088],[4258,2086],[4258,2084],[4256,2082],[4258,2080],[4258,2078],[4258,2076],[4258,2074],[4258,2072],[4258,2070],[4258,2068],[4258,2066],[4258,2064],[4258,2062],[4256,2060],[4254,2060],[4252,2060],[4250,2060],[4248,2060],[4246,2060],[4244,2060],[4242,2060],[4240,2060],[4238,2058],[4236,2058],[4234,2056],[4232,2056],[4230,2056],[4228,2056],[4226,2056],[4224,2054],[4222,2056],[4220,2056],[4218,2054],[4216,2054],[4214,2054],[4212,2054],[4210,2054],[4208,2052],[4206,2052],[4204,2052],[4202,2052],[4200,2052],[4198,2052],[4196,2052],[4194,2052],[4192,2052],[4190,2052],[4188,2052],[4186,2050],[4184,2050],[4182,2050],[4180,2050],[4178,2050],[4176,2050],[4174,2048],[4172,2048],[4170,2048],[4168,2048],[4166,2048],[4164,2046],[4162,2046],[4160,2046],[4158,2046],[4156,2046],[4154,2044],[4152,2044],[4150,2044],[4148,2044],[4146,2044],[4144,2044],[4142,2044],[4140,2046],[4138,2046],[4136,2048],[4134,2048],[4132,2046],[4130,2044],[4128,2044],[4126,2046],[4124,2048],[4122,2046],[4120,2046],[4118,2046],[4116,2046],[4114,2046],[4112,2046],[4110,2046],[4108,2046],[4106,2046],[4104,2046],[4102,2044],[4100,2044],[4098,2044],[4096,2044],[4094,2044],[4092,2044],[4090,2044],[4088,2044],[4086,2044],[4084,2044],[4082,2044],[4080,2044],[4078,2044],[4076,2046],[4074,2046],[4072,2048],[4070,2048],[4068,2046],[4066,2046],[4064,2046],[4062,2046],[4060,2046],[4058,2046],[4056,2048],[4054,2048],[4052,2048],[4050,2046],[4048,2046],[4046,2046],[4044,2046],[4042,2046],[4040,2046],[4038,2046],[4036,2046],[4034,2046],[4032,2046],[4030,2048],[4028,2048],[4026,2050],[4024,2052],[4022,2050],[4020,2048],[4018,2048],[4016,2048],[4014,2050],[4012,2048],[4010,2048],[4008,2048],[4006,2048],[4004,2048],[4002,2046],[4000,2046],[3998,2046],[3998,2048],[3998,2050],[3998,2052],[3998,2054],[3996,2056],[3994,2058],[3996,2060],[3996,2062],[3996,2064],[3996,2066],[3996,2068],[3996,2070],[3996,2072],[3998,2074],[3998,2076],[3996,2078],[3996,2080],[3996,2082],[3996,2084],[3996,2086],[3996,2088],[3996,2090],[3996,2092],[3996,2094],[3996,2096],[3996,2098],[3996,2100],[3996,2102],[3996,2104],[3996,2106],[3996,2108],[3996,2110],[3996,2112],[3996,2114],[3996,2116],[3994,2118],[3994,2120],[3994,2122],[3994,2124],[3994,2126],[3994,2128],[3994,2130],[3994,2132],[3994,2134],[3994,2136],[3994,2138],[3994,2140],[3994,2142],[3994,2144],[3994,2146],[3994,2148],[3994,2150],[3994,2152],[3994,2154],[3994,2156],[3994,2158],[3994,2160],[3994,2162],[3996,2164],[3994,2166],[3992,2168],[3992,2170],[3992,2172],[3992,2174],[3992,2176],[3992,2178],[3992,2180],[3992,2182],[3992,2184],[3992,2186],[3992,2188],[3992,2190],[3992,2192],[3992,2194],[3992,2196],[3992,2198],[3992,2200],[3992,2202],[3990,2204],[3990,2206],[3990,2208],[3990,2210],[3990,2212],[3990,2214],[3990,2216],[3990,2218],[3990,2220],[3990,2222],[3990,2224],[3990,2226],[3990,2228],[3990,2230],[3990,2232],[3990,2234],[3990,2236],[3990,2238],[3990,2240],[3990,2242],[3990,2244],[3990,2246],[3990,2248],[3990,2250],[3990,2252],[3990,2254],[3990,2256],[3990,2258],[3990,2260],[3988,2262],[3988,2264],[3988,2266],[3988,2268],[3988,2270],[3988,2272],[3990,2274],[3988,2276],[3988,2278],[3988,2280],[3988,2282],[3988,2284],[3988,2286],[3990,2288],[3990,2290],[3988,2292],[3986,2294],[3986,2296],[3988,2298],[3990,2300],[3988,2302],[3990,2304],[3988,2306],[3988,2308],[3988,2310],[3988,2312],[3990,2314],[3990,2316],[3988,2318],[3986,2320],[3986,2322],[3988,2324],[3988,2326],[3986,2328],[3988,2330],[3988,2332],[3986,2334],[3986,2336],[3986,2338],[3986,2340],[3988,2342],[3988,2344],[3988,2346],[3990,2348],[3992,2348],[3994,2350],[3996,2352],[3998,2354],[4000,2356],[3998,2358],[3996,2360],[3994,2362],[3994,2364],[3996,2366],[3996,2368],[3998,2370],[3998,2372],[4000,2374],[4000,2376],[4002,2378],[4002,2380],[4002,2382],[4004,2384],[4006,2386],[4006,2388],[4006,2390],[4008,2392],[4008,2394],[4008,2396],[4008,2398],[4010,2400],[4010,2402],[4010,2404],[4008,2406],[4010,2408],[4012,2410],[4012,2412],[4012,2414],[4012,2416],[4012,2418],[4012,2420],[4012,2422],[4012,2424],[4012,2426],[4012,2428],[4012,2430],[4012,2432],[4012,2434],[4012,2436],[4012,2438],[4014,2440],[4014,2442],[4012,2444],[4012,2446],[4012,2448],[4010,2450],[4010,2452],[4012,2454],[4012,2456],[4010,2458],[4008,2460],[4006,2462],[4006,2464],[4008,2466],[4008,2468],[4006,2470],[4004,2472],[4002,2474],[4000,2476],[3998,2478],[3996,2478],[3994,2480],[3992,2482],[3990,2484],[3988,2486],[3986,2488],[3984,2490],[3982,2492],[3982,2494],[3980,2496],[3978,2498],[3976,2500],[3974,2502],[3972,2504],[3970,2506],[3968,2508],[3966,2508],[3964,2510],[3962,2510],[3960,2512],[3958,2512],[3956,2514],[3956,2516],[3954,2518],[3952,2520],[3952,2522],[3950,2524],[3950,2526],[3948,2528],[3946,2530],[3944,2532],[3942,2534],[3942,2536],[3940,2538],[3938,2540],[3938,2542],[3936,2544],[3936,2546],[3934,2548],[3932,2550],[3930,2552],[3928,2554],[3928,2556],[3928,2558],[3928,2560],[3928,2562],[3928,2564],[3928,2566],[3928,2568],[3928,2570],[3928,2572],[3926,2574],[3926,2576],[3926,2578],[3926,2580],[3926,2582],[3926,2584],[3926,2586],[3924,2588],[3924,2590],[3924,2592],[3924,2594],[3924,2596],[3924,2598],[3924,2600],[3924,2602],[3922,2604] ] ] }
[ 90, 198, 197, 1, 4906, 1298, 366, 34220, 14520, 1600, 198, 197, 1, 37652, 17540, 1298, 685, 198, 197, 58, 198, 58, 2670, 1828, 11, 21719, 19, 38430, 2670, 1828, 11, 21719, 21, 38430, 2670, 1828, 11, 21719, 23, 38430, 2670, 1828, 11,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "jwa@^1.4.1", "_id": "jwa@1.4.1", "_inBundle": false, "_integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "_location": "/jwa", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jwa@^1.4.1", "name": "jwa", "escapedName": "jwa", "rawSpec": "^1.4.1", "saveSpec": null, "fetchSpec": "^1.4.1" }, "_requiredBy": [ "/jws" ], "_resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", "_shasum": "743c32985cb9e98655530d53641b66c8645b039a", "_spec": "jwa@^1.4.1", "_where": "C:\\Users\\Ghost\\Desktop\\bootcamp\\New folder (21)\\osu-virt-fsf-pt-04-2021-u-c-master\\22-State\\01-Activities\\26-Stu_Actions-Reducers\\Solved\\server\\node_modules\\jws", "author": { "name": "Brian J. Brennan", "email": "brianloveswords@gmail.com" }, "bugs": { "url": "https://github.com/brianloveswords/node-jwa/issues" }, "bundleDependencies": false, "dependencies": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" }, "deprecated": false, "description": "JWA implementation (supports all JWS algorithms)", "devDependencies": { "base64url": "^2.0.0", "jwk-to-pem": "^2.0.1", "semver": "4.3.6", "tap": "6.2.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/brianloveswords/node-jwa#readme", "keywords": [ "jwa", "jws", "jwt", "rsa", "ecdsa", "hmac" ], "license": "MIT", "main": "index.js", "name": "jwa", "repository": { "type": "git", "url": "git://github.com/brianloveswords/node-jwa.git" }, "scripts": { "test": "make test" }, "version": "1.4.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 73, 10247, 31, 61, 16, 13, 19, 13, 16, 1600, 198, 220, 45434, 312, 1298, 366, 73, 10247, 31, 16, 13, 19, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "IsRecentlyVerified": false, "ID": 65885, "UUID": "87FE5377-A8F1-44A7-9CEC-972690623201", "DataProviderID": 1, "OperatorID": 45, "UsageTypeID": 4, "AddressInfo": { "ID": 66231, "Title": "Parkplatz Labahnstraße", "AddressLine1": "Labahnstraße 39", "Town": "Heringsdorf", "StateOrProvince": "Landkreis Vorpommern-Greifswald", "Postcode": "17424", "CountryID": 87, "Latitude": 53.9596196, "Longitude": 14.157281799999964, "AccessComments": "Ein 24/7 verfügbarer Ladeplatz. Freischaltbar mit PlugSrfing Keyhanger oder App oder mit Ladekarte der Inselwerke Usedom.", "RelatedURL": "http://www.inselwerke.de/", "DistanceUnit": 0 }, "Connections": [ { "ID": 91069, "ConnectionTypeID": 25, "StatusTypeID": 50, "LevelID": 2, "Amps": 32, "Voltage": 400, "PowerKW": 22, "CurrentTypeID": 20, "Quantity": 1 } ], "NumberOfPoints": 1, "StatusTypeID": 50, "DateLastStatusUpdate": "2016-05-04T07:38:00Z", "DataQualityLevel": 1, "DateCreated": "2016-05-04T07:38:00Z", "SubmissionStatusTypeID": 200 }
[ 90, 198, 220, 220, 220, 366, 3792, 24661, 13414, 1431, 1298, 3991, 11, 198, 220, 220, 220, 366, 2389, 1298, 718, 3365, 5332, 11, 198, 220, 220, 220, 366, 52, 27586, 1298, 366, 5774, 15112, 20, 26514, 12, 32, 23, 37, 16, 12, 2598, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "spec_dir": "test", "spec_files": [ "specs/*-spec.js" ], "helpers": [ "helpers/helpers.js" ], "stopSpecOnExpectationFailure": false, "random": true }
[ 90, 198, 220, 366, 16684, 62, 15908, 1298, 366, 9288, 1600, 198, 220, 366, 16684, 62, 16624, 1298, 685, 198, 220, 220, 220, 366, 4125, 6359, 15211, 12, 16684, 13, 8457, 1, 198, 220, 16589, 198, 220, 366, 16794, 364, 1298, 685, 198, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "base@0.11.2", "/Users/kondoumitsurushin/Documents/develop/election" ] ], "_development": true, "_from": "base@0.11.2", "_id": "base@0.11.2", "_inBundle": false, "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "_location": "/base", "_phantomChildren": { "kind-of": "6.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "base@0.11.2", "name": "base", "escapedName": "base", "rawSpec": "0.11.2", "saveSpec": null, "fetchSpec": "0.11.2" }, "_requiredBy": [ "/snapdragon" ], "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "_spec": "0.11.2", "_where": "/Users/kondoumitsurushin/Documents/develop/election", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/node-base/base/issues" }, "contributors": [ { "name": "Brian Woodward", "url": "https://twitter.com/doowb" }, { "name": "John O'Donnell", "url": "https://github.com/criticalmash" }, { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "tunnckoCore", "url": "https://i.am.charlike.online" }, { "url": "https://github.com/wtgtybhertgeghgtwtg" } ], "dependencies": { "cache-base": "^1.0.1", "class-utils": "^0.3.5", "component-emitter": "^1.2.1", "define-property": "^1.0.0", "isobject": "^3.0.1", "mixin-deep": "^1.2.0", "pascalcase": "^0.1.1" }, "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.", "devDependencies": { "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "gulp-format-md": "^1.0.0", "gulp-istanbul": "^1.1.2", "gulp-mocha": "^3.0.1", "helper-coverage": "^0.1.3", "mocha": "^3.5.0", "should": "^13.0.1", "through2": "^2.0.3", "verb-generate-readme": "^0.6.0" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/node-base/base", "keywords": [ "base", "boilerplate", "cache", "del", "get", "inherit", "methods", "set", "starter", "unset", "visit" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "Brian Woodward", "url": "https://github.com/doowb" }, { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" } ], "name": "base", "repository": { "type": "git", "url": "git+https://github.com/node-base/base.git" }, "scripts": { "test": "mocha" }, "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "helpers": [ "helper-coverage" ], "related": { "description": "There are a number of different plugins available for extending base. Let us know if you create your own!", "hightlight": "generate", "list": [ "base-cwd", "base-data", "base-fs", "base-generators", "base-option", "base-pipeline", "base-pkg", "base-plugins", "base-questions", "base-store", "base-task" ] }, "reflinks": [ "assemble", "boilerplate", "cache-base", "class-utils", "generate", "scaffold", "static-extend", "verb" ], "lint": { "reflinks": true } }, "version": "0.11.2" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 8692, 31, 15, 13, 1157, 13, 17, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 74, 623, 280, 24883, 333, 1530, 259, 14, 38...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "contractName": "ERC20", "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "internalType": "address", "name": "account", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "recipient", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "transfer", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" } ], "name": "allowance", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "approve", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "sender", "type": "address" }, { "internalType": "address", "name": "recipient", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "addedValue", "type": "uint256" } ], "name": "increaseAllowance", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "subtractedValue", "type": "uint256" } ], "name": "decreaseAllowance", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" } ], "metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Implementation of the {IERC20} interface. * This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20Mintable}. * TIP: For a detailed writeup see our guide https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. * We have followed general OpenZeppelin guidelines: functions revert instead of returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. * Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. * Requirements: * - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. * Requirements: * - `recipient` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. * Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}; * Requirements: - `sender` and `recipient` cannot be the zero address. - `sender` must have a balance of at least `amount`. - the caller must have allowance for `sender`'s tokens of at least `amount`.\"}}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":\"ERC20\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/GSN/Context.sol\":{\"keccak256\":\"0x90a3995645af7562d84b9d69363ffa5ae7217714ab61e951bf7bc450f40e4061\",\"urls\":[\"bzz-raw://216ef9d6b614db4eb46970b4e84903f2534a45572dd30a79f0041f1a5830f436\",\"dweb:/ipfs/QmNPrJ4MWKUAWzKXpUqeyKRUfosaoANZAqXgvepdrCwZAG\"]},\"@openzeppelin/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x640b6dee7a4b830bdfd52b5031a07fc2b12209f5b2e29e5d364a7d37f69d8076\",\"urls\":[\"bzz-raw://31113152e1ddb78fe7a4197f247591ca894e93f916867beb708d8e747b6cc74f\",\"dweb:/ipfs/QmbZaJyXdpsYGykVhHH9qpVGQg9DGCxE2QufbCUy3daTgq\"]},\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"keccak256\":\"0xb15af804e2bc97db51e4e103f13de9fe13f87e6b835d7a88c897966c0e58506e\",\"urls\":[\"bzz-raw://1e8cff8437557fc915a3bed968fcd8f2df9809599e665ef69c2c9ce628548055\",\"dweb:/ipfs/QmP5spYP8vs2jvLF8zNrXUbqB79hMsoEvMHiLcBxerWKcm\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xe5bb0f57cff3e299f360052ba50f1ea0fff046df2be070b6943e0e3c3fdad8a9\",\"urls\":[\"bzz-raw://59fd025151435da35faa8093a5c7a17de02de9d08ad27275c5cdf05050820d91\",\"dweb:/ipfs/QmQMvwEcPhoRXzbXyrdoeRtvLoifUW9Qh7Luho7bmUPRkc\"]}},\"version\":1}", "bytecode": "0x6080604052610e3a806100136000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c806370a082311161005b57806370a08231146101fd578063a457c2d714610255578063a9059cbb146102bb578063dd62ed3e1461032157610088565b8063095ea7b31461008d57806318160ddd146100f357806323b872dd146101115780633950935114610197575b600080fd5b6100d9600480360360408110156100a357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610399565b604051808215151515815260200191505060405180910390f35b6100fb6103b7565b6040518082815260200191505060405180910390f35b61017d6004803603606081101561012757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506103c1565b604051808215151515815260200191505060405180910390f35b6101e3600480360360408110156101ad57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061049a565b604051808215151515815260200191505060405180910390f35b61023f6004803603602081101561021357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061054d565b6040518082815260200191505060405180910390f35b6102a16004803603604081101561026b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610595565b604051808215151515815260200191505060405180910390f35b610307600480360360408110156102d157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610662565b604051808215151515815260200191505060405180910390f35b6103836004803603604081101561033757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610680565b6040518082815260200191505060405180910390f35b60006103ad6103a6610707565b848461070f565b6001905092915050565b6000600254905090565b60006103ce848484610906565b61048f846103da610707565b61048a85604051806060016040528060288152602001610d7060289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610440610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b61070f565b600190509392505050565b60006105436104a7610707565b8461053e85600160006104b8610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610c7c90919063ffffffff16565b61070f565b6001905092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60006106586105a2610707565b8461065385604051806060016040528060258152602001610de160259139600160006105cc610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b61070f565b6001905092915050565b600061067661066f610707565b8484610906565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610795576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180610dbd6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561081b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180610d286022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561098c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180610d986025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610a12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180610d056023913960400191505060405180910390fd5b610a7d81604051806060016040528060268152602001610d4a602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b10816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610c7c90919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b6000838311158290610c69576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610c2e578082015181840152602081019050610c13565b50505050905090810190601f168015610c5b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015610cfa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b809150509291505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa265627a7a723158207736fa7104112485a6c79b3660752a17a3db7c7de3702c402a3fe84073352d2d64736f6c63430005100032", "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100885760003560e01c806370a082311161005b57806370a08231146101fd578063a457c2d714610255578063a9059cbb146102bb578063dd62ed3e1461032157610088565b8063095ea7b31461008d57806318160ddd146100f357806323b872dd146101115780633950935114610197575b600080fd5b6100d9600480360360408110156100a357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610399565b604051808215151515815260200191505060405180910390f35b6100fb6103b7565b6040518082815260200191505060405180910390f35b61017d6004803603606081101561012757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506103c1565b604051808215151515815260200191505060405180910390f35b6101e3600480360360408110156101ad57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061049a565b604051808215151515815260200191505060405180910390f35b61023f6004803603602081101561021357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061054d565b6040518082815260200191505060405180910390f35b6102a16004803603604081101561026b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610595565b604051808215151515815260200191505060405180910390f35b610307600480360360408110156102d157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610662565b604051808215151515815260200191505060405180910390f35b6103836004803603604081101561033757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610680565b6040518082815260200191505060405180910390f35b60006103ad6103a6610707565b848461070f565b6001905092915050565b6000600254905090565b60006103ce848484610906565b61048f846103da610707565b61048a85604051806060016040528060288152602001610d7060289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610440610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b61070f565b600190509392505050565b60006105436104a7610707565b8461053e85600160006104b8610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610c7c90919063ffffffff16565b61070f565b6001905092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60006106586105a2610707565b8461065385604051806060016040528060258152602001610de160259139600160006105cc610707565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b61070f565b6001905092915050565b600061067661066f610707565b8484610906565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610795576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180610dbd6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561081b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180610d286022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561098c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180610d986025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610a12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180610d056023913960400191505060405180910390fd5b610a7d81604051806060016040528060268152602001610d4a602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bbc9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b10816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610c7c90919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b6000838311158290610c69576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610c2e578082015181840152602081019050610c13565b50505050905090810190601f168015610c5b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015610cfa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b809150509291505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa265627a7a723158207736fa7104112485a6c79b3660752a17a3db7c7de3702c402a3fe84073352d2d64736f6c63430005100032", "sourceMap": "1268:6823:3:-;;;;;;;;;", "deployedSourceMap": "1268:6823:3:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1268:6823:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2500:149;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;2500:149:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;1559:89;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3107:300;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;3107:300:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;3802:207;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;3802:207:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;1706:108;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;1706:108:3;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;4496:258;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;4496:258:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;2017:155;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;2017:155:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;2230:132;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;2230:132:3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2500:149;2566:4;2582:39;2591:12;:10;:12::i;:::-;2605:7;2614:6;2582:8;:39::i;:::-;2638:4;2631:11;;2500:149;;;;:::o;1559:89::-;1603:7;1629:12;;1622:19;;1559:89;:::o;3107:300::-;3196:4;3212:36;3222:6;3230:9;3241:6;3212:9;:36::i;:::-;3258:121;3267:6;3275:12;:10;:12::i;:::-;3289:89;3327:6;3289:89;;;;;;;;;;;;;;;;;:11;:19;3301:6;3289:19;;;;;;;;;;;;;;;:33;3309:12;:10;:12::i;:::-;3289:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;3258:8;:121::i;:::-;3396:4;3389:11;;3107:300;;;;;:::o;3802:207::-;3882:4;3898:83;3907:12;:10;:12::i;:::-;3921:7;3930:50;3969:10;3930:11;:25;3942:12;:10;:12::i;:::-;3930:25;;;;;;;;;;;;;;;:34;3956:7;3930:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;3898:8;:83::i;:::-;3998:4;3991:11;;3802:207;;;;:::o;1706:108::-;1763:7;1789:9;:18;1799:7;1789:18;;;;;;;;;;;;;;;;1782:25;;1706:108;;;:::o;4496:258::-;4581:4;4597:129;4606:12;:10;:12::i;:::-;4620:7;4629:96;4668:15;4629:96;;;;;;;;;;;;;;;;;:11;:25;4641:12;:10;:12::i;:::-;4629:25;;;;;;;;;;;;;;;:34;4655:7;4629:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;4597:8;:129::i;:::-;4743:4;4736:11;;4496:258;;;;:::o;2017:155::-;2086:4;2102:42;2112:12;:10;:12::i;:::-;2126:9;2137:6;2102:9;:42::i;:::-;2161:4;2154:11;;2017:155;;;;:::o;2230:132::-;2302:7;2328:11;:18;2340:5;2328:18;;;;;;;;;;;;;;;:27;2347:7;2328:27;;;;;;;;;;;;;;;;2321:34;;2230:132;;;;:::o;788:96:0:-;833:15;867:10;860:17;;788:96;:::o;7350:332:3:-;7460:1;7443:19;;:5;:19;;;;7435:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7540:1;7521:21;;:7;:21;;;;7513:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7622:6;7592:11;:18;7604:5;7592:18;;;;;;;;;;;;;;;:27;7611:7;7592:27;;;;;;;;;;;;;;;:36;;;;7659:7;7643:32;;7652:5;7643:32;;;7668:6;7643:32;;;;;;;;;;;;;;;;;;7350:332;;;:::o;5228:464::-;5343:1;5325:20;;:6;:20;;;;5317:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5426:1;5405:23;;:9;:23;;;;5397:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5499;5521:6;5499:71;;;;;;;;;;;;;;;;;:9;:17;5509:6;5499:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;5479:9;:17;5489:6;5479:17;;;;;;;;;;;;;;;:91;;;;5603:32;5628:6;5603:9;:20;5613:9;5603:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;5580:9;:20;5590:9;5580:20;;;;;;;;;;;;;;;:55;;;;5667:9;5650:35;;5659:6;5650:35;;;5678:6;5650:35;;;;;;;;;;;;;;;;;;5228:464;;;:::o;1732:187:2:-;1818:7;1850:1;1845;:6;;1853:12;1837:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;1837:29:2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1876:9;1892:1;1888;:5;1876:17;;1911:1;1904:8;;;1732:187;;;;;:::o;834:176::-;892:7;911:9;927:1;923;:5;911:17;;951:1;946;:6;;938:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1002:1;995:8;;;834:176;;;;:::o", "source": "pragma solidity ^0.5.0;\n\nimport \"../../GSN/Context.sol\";\nimport \"./IERC20.sol\";\nimport \"../../math/SafeMath.sol\";\n\n/**\n * @dev Implementation of the {IERC20} interface.\n *\n * This implementation is agnostic to the way tokens are created. This means\n * that a supply mechanism has to be added in a derived contract using {_mint}.\n * For a generic mechanism see {ERC20Mintable}.\n *\n * TIP: For a detailed writeup see our guide\n * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How\n * to implement supply mechanisms].\n *\n * We have followed general OpenZeppelin guidelines: functions revert instead\n * of returning `false` on failure. This behavior is nonetheless conventional\n * and does not conflict with the expectations of ERC20 applications.\n *\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n * This allows applications to reconstruct the allowance for all accounts just\n * by listening to said events. Other implementations of the EIP may not emit\n * these events, as it isn't required by the specification.\n *\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n * functions have been added to mitigate the well-known issues around setting\n * allowances. See {IERC20-approve}.\n */\ncontract ERC20 is Context, IERC20 {\n using SafeMath for uint256;\n\n mapping (address => uint256) private _balances;\n\n mapping (address => mapping (address => uint256)) private _allowances;\n\n uint256 private _totalSupply;\n\n /**\n * @dev See {IERC20-totalSupply}.\n */\n function totalSupply() public view returns (uint256) {\n return _totalSupply;\n }\n\n /**\n * @dev See {IERC20-balanceOf}.\n */\n function balanceOf(address account) public view returns (uint256) {\n return _balances[account];\n }\n\n /**\n * @dev See {IERC20-transfer}.\n *\n * Requirements:\n *\n * - `recipient` cannot be the zero address.\n * - the caller must have a balance of at least `amount`.\n */\n function transfer(address recipient, uint256 amount) public returns (bool) {\n _transfer(_msgSender(), recipient, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-allowance}.\n */\n function allowance(address owner, address spender) public view returns (uint256) {\n return _allowances[owner][spender];\n }\n\n /**\n * @dev See {IERC20-approve}.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function approve(address spender, uint256 amount) public returns (bool) {\n _approve(_msgSender(), spender, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-transferFrom}.\n *\n * Emits an {Approval} event indicating the updated allowance. This is not\n * required by the EIP. See the note at the beginning of {ERC20};\n *\n * Requirements:\n * - `sender` and `recipient` cannot be the zero address.\n * - `sender` must have a balance of at least `amount`.\n * - the caller must have allowance for `sender`'s tokens of at least\n * `amount`.\n */\n function transferFrom(address sender, address recipient, uint256 amount) public returns (bool) {\n _transfer(sender, recipient, amount);\n _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, \"ERC20: transfer amount exceeds allowance\"));\n return true;\n }\n\n /**\n * @dev Atomically increases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function increaseAllowance(address spender, uint256 addedValue) public returns (bool) {\n _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));\n return true;\n }\n\n /**\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `spender` must have allowance for the caller of at least\n * `subtractedValue`.\n */\n function decreaseAllowance(address spender, uint256 subtractedValue) public returns (bool) {\n _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, \"ERC20: decreased allowance below zero\"));\n return true;\n }\n\n /**\n * @dev Moves tokens `amount` from `sender` to `recipient`.\n *\n * This is internal function is equivalent to {transfer}, and can be used to\n * e.g. implement automatic token fees, slashing mechanisms, etc.\n *\n * Emits a {Transfer} event.\n *\n * Requirements:\n *\n * - `sender` cannot be the zero address.\n * - `recipient` cannot be the zero address.\n * - `sender` must have a balance of at least `amount`.\n */\n function _transfer(address sender, address recipient, uint256 amount) internal {\n require(sender != address(0), \"ERC20: transfer from the zero address\");\n require(recipient != address(0), \"ERC20: transfer to the zero address\");\n\n _balances[sender] = _balances[sender].sub(amount, \"ERC20: transfer amount exceeds balance\");\n _balances[recipient] = _balances[recipient].add(amount);\n emit Transfer(sender, recipient, amount);\n }\n\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\n * the total supply.\n *\n * Emits a {Transfer} event with `from` set to the zero address.\n *\n * Requirements\n *\n * - `to` cannot be the zero address.\n */\n function _mint(address account, uint256 amount) internal {\n require(account != address(0), \"ERC20: mint to the zero address\");\n\n _totalSupply = _totalSupply.add(amount);\n _balances[account] = _balances[account].add(amount);\n emit Transfer(address(0), account, amount);\n }\n\n /**\n * @dev Destroys `amount` tokens from `account`, reducing the\n * total supply.\n *\n * Emits a {Transfer} event with `to` set to the zero address.\n *\n * Requirements\n *\n * - `account` cannot be the zero address.\n * - `account` must have at least `amount` tokens.\n */\n function _burn(address account, uint256 amount) internal {\n require(account != address(0), \"ERC20: burn from the zero address\");\n\n _balances[account] = _balances[account].sub(amount, \"ERC20: burn amount exceeds balance\");\n _totalSupply = _totalSupply.sub(amount);\n emit Transfer(account, address(0), amount);\n }\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the `owner`s tokens.\n *\n * This is internal function is equivalent to `approve`, and can be used to\n * e.g. set automatic allowances for certain subsystems, etc.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `owner` cannot be the zero address.\n * - `spender` cannot be the zero address.\n */\n function _approve(address owner, address spender, uint256 amount) internal {\n require(owner != address(0), \"ERC20: approve from the zero address\");\n require(spender != address(0), \"ERC20: approve to the zero address\");\n\n _allowances[owner][spender] = amount;\n emit Approval(owner, spender, amount);\n }\n\n /**\n * @dev Destroys `amount` tokens from `account`.`amount` is then deducted\n * from the caller's allowance.\n *\n * See {_burn} and {_approve}.\n */\n function _burnFrom(address account, uint256 amount) internal {\n _burn(account, amount);\n _approve(account, _msgSender(), _allowances[account][_msgSender()].sub(amount, \"ERC20: burn amount exceeds allowance\"));\n }\n}\n", "sourcePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", "ast": { "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", "exportedSymbols": { "ERC20": [ 895 ] }, "id": 896, "nodeType": "SourceUnit", "nodes": [ { "id": 492, "literals": [ "solidity", "^", "0.5", ".0" ], "nodeType": "PragmaDirective", "src": "0:23:3" }, { "absolutePath": "@openzeppelin/contracts/GSN/Context.sol", "file": "../../GSN/Context.sol", "id": 493, "nodeType": "ImportDirective", "scope": 896, "sourceUnit": 27, "src": "25:31:3", "symbolAliases": [], "unitAlias": "" }, { "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", "file": "./IERC20.sol", "id": 494, "nodeType": "ImportDirective", "scope": 896, "sourceUnit": 1023, "src": "57:22:3", "symbolAliases": [], "unitAlias": "" }, { "absolutePath": "@openzeppelin/contracts/math/SafeMath.sol", "file": "../../math/SafeMath.sol", "id": 495, "nodeType": "ImportDirective", "scope": 896, "sourceUnit": 491, "src": "80:33:3", "symbolAliases": [], "unitAlias": "" }, { "baseContracts": [ { "arguments": null, "baseName": { "contractScope": null, "id": 496, "name": "Context", "nodeType": "UserDefinedTypeName", "referencedDeclaration": 26, "src": "1286:7:3", "typeDescriptions": { "typeIdentifier": "t_contract$_Context_$26", "typeString": "contract Context" } }, "id": 497, "nodeType": "InheritanceSpecifier", "src": "1286:7:3" }, { "arguments": null, "baseName": { "contractScope": null, "id": 498, "name": "IERC20", "nodeType": "UserDefinedTypeName", "referencedDeclaration": 1022, "src": "1295:6:3", "typeDescriptions": { "typeIdentifier": "t_contract$_IERC20_$1022", "typeString": "contract IERC20" } }, "id": 499, "nodeType": "InheritanceSpecifier", "src": "1295:6:3" } ], "contractDependencies": [ 26, 1022 ], "contractKind": "contract", "documentation": "@dev Implementation of the {IERC20} interface.\n * This implementation is agnostic to the way tokens are created. This means\nthat a supply mechanism has to be added in a derived contract using {_mint}.\nFor a generic mechanism see {ERC20Mintable}.\n * TIP: For a detailed writeup see our guide\nhttps://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How\nto implement supply mechanisms].\n * We have followed general OpenZeppelin guidelines: functions revert instead\nof returning `false` on failure. This behavior is nonetheless conventional\nand does not conflict with the expectations of ERC20 applications.\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\nThis allows applications to reconstruct the allowance for all accounts just\nby listening to said events. Other implementations of the EIP may not emit\nthese events, as it isn't required by the specification.\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\nfunctions have been added to mitigate the well-known issues around setting\nallowances. See {IERC20-approve}.", "fullyImplemented": true, "id": 895, "linearizedBaseContracts": [ 895, 1022, 26 ], "name": "ERC20", "nodeType": "ContractDefinition", "nodes": [ { "id": 502, "libraryName": { "contractScope": null, "id": 500, "name": "SafeMath", "nodeType": "UserDefinedTypeName", "referencedDeclaration": 490, "src": "1314:8:3", "typeDescriptions": { "typeIdentifier": "t_contract$_SafeMath_$490", "typeString": "library SafeMath" } }, "nodeType": "UsingForDirective", "src": "1308:27:3", "typeName": { "id": 501, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1327:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } }, { "constant": false, "id": 506, "name": "_balances", "nodeType": "VariableDeclaration", "scope": 895, "src": "1341:46:3", "stateVariable": true, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" }, "typeName": { "id": 505, "keyType": { "id": 503, "name": "address", "nodeType": "ElementaryTypeName", "src": "1350:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "Mapping", "src": "1341:28:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" }, "valueType": { "id": 504, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1361:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } }, "value": null, "visibility": "private" }, { "constant": false, "id": 512, "name": "_allowances", "nodeType": "VariableDeclaration", "scope": 895, "src": "1394:69:3", "stateVariable": true, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" }, "typeName": { "id": 511, "keyType": { "id": 507, "name": "address", "nodeType": "ElementaryTypeName", "src": "1403:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "Mapping", "src": "1394:49:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" }, "valueType": { "id": 510, "keyType": { "id": 508, "name": "address", "nodeType": "ElementaryTypeName", "src": "1423:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "Mapping", "src": "1414:28:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" }, "valueType": { "id": 509, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1434:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } } }, "value": null, "visibility": "private" }, { "constant": false, "id": 514, "name": "_totalSupply", "nodeType": "VariableDeclaration", "scope": 895, "src": "1470:28:3", "stateVariable": true, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 513, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1470:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "private" }, { "body": { "id": 521, "nodeType": "Block", "src": "1612:36:3", "statements": [ { "expression": { "argumentTypes": null, "id": 519, "name": "_totalSupply", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 514, "src": "1629:12:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "functionReturnParameters": 518, "id": 520, "nodeType": "Return", "src": "1622:19:3" } ] }, "documentation": "@dev See {IERC20-totalSupply}.", "id": 522, "implemented": true, "kind": "function", "modifiers": [], "name": "totalSupply", "nodeType": "FunctionDefinition", "parameters": { "id": 515, "nodeType": "ParameterList", "parameters": [], "src": "1579:2:3" }, "returnParameters": { "id": 518, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 517, "name": "", "nodeType": "VariableDeclaration", "scope": 522, "src": "1603:7:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 516, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1603:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "1602:9:3" }, "scope": 895, "src": "1559:89:3", "stateMutability": "view", "superFunction": 960, "visibility": "public" }, { "body": { "id": 533, "nodeType": "Block", "src": "1772:42:3", "statements": [ { "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 529, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "1789:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 531, "indexExpression": { "argumentTypes": null, "id": 530, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 524, "src": "1799:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "1789:18:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "functionReturnParameters": 528, "id": 532, "nodeType": "Return", "src": "1782:25:3" } ] }, "documentation": "@dev See {IERC20-balanceOf}.", "id": 534, "implemented": true, "kind": "function", "modifiers": [], "name": "balanceOf", "nodeType": "FunctionDefinition", "parameters": { "id": 525, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 524, "name": "account", "nodeType": "VariableDeclaration", "scope": 534, "src": "1725:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 523, "name": "address", "nodeType": "ElementaryTypeName", "src": "1725:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" } ], "src": "1724:17:3" }, "returnParameters": { "id": 528, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 527, "name": "", "nodeType": "VariableDeclaration", "scope": 534, "src": "1763:7:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 526, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1763:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "1762:9:3" }, "scope": 895, "src": "1706:108:3", "stateMutability": "view", "superFunction": 967, "visibility": "public" }, { "body": { "id": 552, "nodeType": "Block", "src": "2092:80:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 544, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "2112:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 545, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "2112:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 546, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 536, "src": "2126:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 547, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 538, "src": "2137:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 543, "name": "_transfer", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 736, "src": "2102:9:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 548, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "2102:42:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 549, "nodeType": "ExpressionStatement", "src": "2102:42:3" }, { "expression": { "argumentTypes": null, "hexValue": "74727565", "id": 550, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", "src": "2161:4:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "value": "true" }, "functionReturnParameters": 542, "id": 551, "nodeType": "Return", "src": "2154:11:3" } ] }, "documentation": "@dev See {IERC20-transfer}.\n * Requirements:\n * - `recipient` cannot be the zero address.\n- the caller must have a balance of at least `amount`.", "id": 553, "implemented": true, "kind": "function", "modifiers": [], "name": "transfer", "nodeType": "FunctionDefinition", "parameters": { "id": 539, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 536, "name": "recipient", "nodeType": "VariableDeclaration", "scope": 553, "src": "2035:17:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 535, "name": "address", "nodeType": "ElementaryTypeName", "src": "2035:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 538, "name": "amount", "nodeType": "VariableDeclaration", "scope": 553, "src": "2054:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 537, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "2054:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "2034:35:3" }, "returnParameters": { "id": 542, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 541, "name": "", "nodeType": "VariableDeclaration", "scope": 553, "src": "2086:4:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 540, "name": "bool", "nodeType": "ElementaryTypeName", "src": "2086:4:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" } ], "src": "2085:6:3" }, "scope": 895, "src": "2017:155:3", "stateMutability": "nonpayable", "superFunction": 976, "visibility": "public" }, { "body": { "id": 568, "nodeType": "Block", "src": "2311:51:3", "statements": [ { "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 562, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "2328:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 564, "indexExpression": { "argumentTypes": null, "id": 563, "name": "owner", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 555, "src": "2340:5:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "2328:18:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 566, "indexExpression": { "argumentTypes": null, "id": 565, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 557, "src": "2347:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "2328:27:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "functionReturnParameters": 561, "id": 567, "nodeType": "Return", "src": "2321:34:3" } ] }, "documentation": "@dev See {IERC20-allowance}.", "id": 569, "implemented": true, "kind": "function", "modifiers": [], "name": "allowance", "nodeType": "FunctionDefinition", "parameters": { "id": 558, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 555, "name": "owner", "nodeType": "VariableDeclaration", "scope": 569, "src": "2249:13:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 554, "name": "address", "nodeType": "ElementaryTypeName", "src": "2249:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 557, "name": "spender", "nodeType": "VariableDeclaration", "scope": 569, "src": "2264:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 556, "name": "address", "nodeType": "ElementaryTypeName", "src": "2264:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" } ], "src": "2248:32:3" }, "returnParameters": { "id": 561, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 560, "name": "", "nodeType": "VariableDeclaration", "scope": 569, "src": "2302:7:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 559, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "2302:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "2301:9:3" }, "scope": 895, "src": "2230:132:3", "stateMutability": "view", "superFunction": 985, "visibility": "public" }, { "body": { "id": 587, "nodeType": "Block", "src": "2572:77:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 579, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "2591:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 580, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "2591:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 581, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 571, "src": "2605:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 582, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 573, "src": "2614:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 578, "name": "_approve", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 865, "src": "2582:8:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 583, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "2582:39:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 584, "nodeType": "ExpressionStatement", "src": "2582:39:3" }, { "expression": { "argumentTypes": null, "hexValue": "74727565", "id": 585, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", "src": "2638:4:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "value": "true" }, "functionReturnParameters": 577, "id": 586, "nodeType": "Return", "src": "2631:11:3" } ] }, "documentation": "@dev See {IERC20-approve}.\n * Requirements:\n * - `spender` cannot be the zero address.", "id": 588, "implemented": true, "kind": "function", "modifiers": [], "name": "approve", "nodeType": "FunctionDefinition", "parameters": { "id": 574, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 571, "name": "spender", "nodeType": "VariableDeclaration", "scope": 588, "src": "2517:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 570, "name": "address", "nodeType": "ElementaryTypeName", "src": "2517:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 573, "name": "amount", "nodeType": "VariableDeclaration", "scope": 588, "src": "2534:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 572, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "2534:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "2516:33:3" }, "returnParameters": { "id": 577, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 576, "name": "", "nodeType": "VariableDeclaration", "scope": 588, "src": "2566:4:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 575, "name": "bool", "nodeType": "ElementaryTypeName", "src": "2566:4:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" } ], "src": "2565:6:3" }, "scope": 895, "src": "2500:149:3", "stateMutability": "nonpayable", "superFunction": 994, "visibility": "public" }, { "body": { "id": 623, "nodeType": "Block", "src": "3202:205:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 600, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 590, "src": "3222:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 601, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 592, "src": "3230:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 602, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 594, "src": "3241:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 599, "name": "_transfer", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 736, "src": "3212:9:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 603, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3212:36:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 604, "nodeType": "ExpressionStatement", "src": "3212:36:3" }, { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 606, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 590, "src": "3267:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 607, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "3275:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 608, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3275:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 616, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 594, "src": "3327:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "argumentTypes": null, "hexValue": "45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365", "id": 617, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3335:42:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_974d1b4421da69cc60b481194f0dad36a5bb4e23da810da7a7fb30cdba178330", "typeString": "literal_string \"ERC20: transfer amount exceeds allowance\"" }, "value": "ERC20: transfer amount exceeds allowance" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_974d1b4421da69cc60b481194f0dad36a5bb4e23da810da7a7fb30cdba178330", "typeString": "literal_string \"ERC20: transfer amount exceeds allowance\"" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 609, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "3289:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 611, "indexExpression": { "argumentTypes": null, "id": 610, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 590, "src": "3301:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "3289:19:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 614, "indexExpression": { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 612, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "3309:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 613, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3309:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "3289:33:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 615, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 373, "src": "3289:37:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_string_memory_ptr_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256,string memory) pure returns (uint256)" } }, "id": 618, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3289:89:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 605, "name": "_approve", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 865, "src": "3258:8:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 619, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3258:121:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 620, "nodeType": "ExpressionStatement", "src": "3258:121:3" }, { "expression": { "argumentTypes": null, "hexValue": "74727565", "id": 621, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", "src": "3396:4:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "value": "true" }, "functionReturnParameters": 598, "id": 622, "nodeType": "Return", "src": "3389:11:3" } ] }, "documentation": "@dev See {IERC20-transferFrom}.\n * Emits an {Approval} event indicating the updated allowance. This is not\nrequired by the EIP. See the note at the beginning of {ERC20};\n * Requirements:\n- `sender` and `recipient` cannot be the zero address.\n- `sender` must have a balance of at least `amount`.\n- the caller must have allowance for `sender`'s tokens of at least\n`amount`.", "id": 624, "implemented": true, "kind": "function", "modifiers": [], "name": "transferFrom", "nodeType": "FunctionDefinition", "parameters": { "id": 595, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 590, "name": "sender", "nodeType": "VariableDeclaration", "scope": 624, "src": "3129:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 589, "name": "address", "nodeType": "ElementaryTypeName", "src": "3129:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 592, "name": "recipient", "nodeType": "VariableDeclaration", "scope": 624, "src": "3145:17:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 591, "name": "address", "nodeType": "ElementaryTypeName", "src": "3145:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 594, "name": "amount", "nodeType": "VariableDeclaration", "scope": 624, "src": "3164:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 593, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "3164:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "3128:51:3" }, "returnParameters": { "id": 598, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 597, "name": "", "nodeType": "VariableDeclaration", "scope": 624, "src": "3196:4:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 596, "name": "bool", "nodeType": "ElementaryTypeName", "src": "3196:4:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" } ], "src": "3195:6:3" }, "scope": 895, "src": "3107:300:3", "stateMutability": "nonpayable", "superFunction": 1005, "visibility": "public" }, { "body": { "id": 650, "nodeType": "Block", "src": "3888:121:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 634, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "3907:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 635, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3907:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 636, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 626, "src": "3921:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 644, "name": "addedValue", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 628, "src": "3969:10:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 637, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "3930:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 640, "indexExpression": { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 638, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "3942:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 639, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3942:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "3930:25:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 642, "indexExpression": { "argumentTypes": null, "id": 641, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 626, "src": "3956:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "3930:34:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 643, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "add", "nodeType": "MemberAccess", "referencedDeclaration": 330, "src": "3930:38:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256) pure returns (uint256)" } }, "id": 645, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3930:50:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 633, "name": "_approve", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 865, "src": "3898:8:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 646, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "3898:83:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 647, "nodeType": "ExpressionStatement", "src": "3898:83:3" }, { "expression": { "argumentTypes": null, "hexValue": "74727565", "id": 648, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", "src": "3998:4:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "value": "true" }, "functionReturnParameters": 632, "id": 649, "nodeType": "Return", "src": "3991:11:3" } ] }, "documentation": "@dev Atomically increases the allowance granted to `spender` by the caller.\n * This is an alternative to {approve} that can be used as a mitigation for\nproblems described in {IERC20-approve}.\n * Emits an {Approval} event indicating the updated allowance.\n * Requirements:\n * - `spender` cannot be the zero address.", "id": 651, "implemented": true, "kind": "function", "modifiers": [], "name": "increaseAllowance", "nodeType": "FunctionDefinition", "parameters": { "id": 629, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 626, "name": "spender", "nodeType": "VariableDeclaration", "scope": 651, "src": "3829:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 625, "name": "address", "nodeType": "ElementaryTypeName", "src": "3829:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 628, "name": "addedValue", "nodeType": "VariableDeclaration", "scope": 651, "src": "3846:18:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 627, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "3846:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "3828:37:3" }, "returnParameters": { "id": 632, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 631, "name": "", "nodeType": "VariableDeclaration", "scope": 651, "src": "3882:4:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 630, "name": "bool", "nodeType": "ElementaryTypeName", "src": "3882:4:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" } ], "src": "3881:6:3" }, "scope": 895, "src": "3802:207:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "public" }, { "body": { "id": 678, "nodeType": "Block", "src": "4587:167:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 661, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "4606:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 662, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "4606:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 663, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 653, "src": "4620:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 671, "name": "subtractedValue", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 655, "src": "4668:15:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "argumentTypes": null, "hexValue": "45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f", "id": 672, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4685:39:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", "typeString": "literal_string \"ERC20: decreased allowance below zero\"" }, "value": "ERC20: decreased allowance below zero" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", "typeString": "literal_string \"ERC20: decreased allowance below zero\"" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 664, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "4629:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 667, "indexExpression": { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 665, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "4641:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 666, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "4641:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "4629:25:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 669, "indexExpression": { "argumentTypes": null, "id": 668, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 653, "src": "4655:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "4629:34:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 670, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 373, "src": "4629:38:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_string_memory_ptr_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256,string memory) pure returns (uint256)" } }, "id": 673, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "4629:96:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 660, "name": "_approve", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 865, "src": "4597:8:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 674, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "4597:129:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 675, "nodeType": "ExpressionStatement", "src": "4597:129:3" }, { "expression": { "argumentTypes": null, "hexValue": "74727565", "id": 676, "isConstant": false, "isLValue": false, "isPure": true, "kind": "bool", "lValueRequested": false, "nodeType": "Literal", "src": "4743:4:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "value": "true" }, "functionReturnParameters": 659, "id": 677, "nodeType": "Return", "src": "4736:11:3" } ] }, "documentation": "@dev Atomically decreases the allowance granted to `spender` by the caller.\n * This is an alternative to {approve} that can be used as a mitigation for\nproblems described in {IERC20-approve}.\n * Emits an {Approval} event indicating the updated allowance.\n * Requirements:\n * - `spender` cannot be the zero address.\n- `spender` must have allowance for the caller of at least\n`subtractedValue`.", "id": 679, "implemented": true, "kind": "function", "modifiers": [], "name": "decreaseAllowance", "nodeType": "FunctionDefinition", "parameters": { "id": 656, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 653, "name": "spender", "nodeType": "VariableDeclaration", "scope": 679, "src": "4523:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 652, "name": "address", "nodeType": "ElementaryTypeName", "src": "4523:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 655, "name": "subtractedValue", "nodeType": "VariableDeclaration", "scope": 679, "src": "4540:23:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 654, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "4540:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "4522:42:3" }, "returnParameters": { "id": 659, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 658, "name": "", "nodeType": "VariableDeclaration", "scope": 679, "src": "4581:4:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 657, "name": "bool", "nodeType": "ElementaryTypeName", "src": "4581:4:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" } ], "src": "4580:6:3" }, "scope": 895, "src": "4496:258:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "public" }, { "body": { "id": 735, "nodeType": "Block", "src": "5307:385:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 693, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 689, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 681, "src": "5325:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 691, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "5343:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 690, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "5335:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 692, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5335:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "5325:20:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373", "id": 694, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5347:39:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", "typeString": "literal_string \"ERC20: transfer from the zero address\"" }, "value": "ERC20: transfer from the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", "typeString": "literal_string \"ERC20: transfer from the zero address\"" } ], "id": 688, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "5317:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 695, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5317:70:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 696, "nodeType": "ExpressionStatement", "src": "5317:70:3" }, { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 702, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 698, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 683, "src": "5405:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 700, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "5426:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 699, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "5418:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 701, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5418:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "5405:23:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a207472616e7366657220746f20746865207a65726f2061646472657373", "id": 703, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5430:37:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", "typeString": "literal_string \"ERC20: transfer to the zero address\"" }, "value": "ERC20: transfer to the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", "typeString": "literal_string \"ERC20: transfer to the zero address\"" } ], "id": 697, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "5397:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 704, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5397:71:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 705, "nodeType": "ExpressionStatement", "src": "5397:71:3" }, { "expression": { "argumentTypes": null, "id": 716, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 706, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "5479:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 708, "indexExpression": { "argumentTypes": null, "id": 707, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 681, "src": "5489:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "nodeType": "IndexAccess", "src": "5479:17:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 713, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 685, "src": "5521:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "argumentTypes": null, "hexValue": "45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365", "id": 714, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5529:40:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" }, "value": "ERC20: transfer amount exceeds balance" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 709, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "5499:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 711, "indexExpression": { "argumentTypes": null, "id": 710, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 681, "src": "5509:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "5499:17:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 712, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 373, "src": "5499:21:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_string_memory_ptr_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256,string memory) pure returns (uint256)" } }, "id": 715, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5499:71:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "5479:91:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 717, "nodeType": "ExpressionStatement", "src": "5479:91:3" }, { "expression": { "argumentTypes": null, "id": 727, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 718, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "5580:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 720, "indexExpression": { "argumentTypes": null, "id": 719, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 683, "src": "5590:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "nodeType": "IndexAccess", "src": "5580:20:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 725, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 685, "src": "5628:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 721, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "5603:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 723, "indexExpression": { "argumentTypes": null, "id": 722, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 683, "src": "5613:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "5603:20:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 724, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "add", "nodeType": "MemberAccess", "referencedDeclaration": 330, "src": "5603:24:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256) pure returns (uint256)" } }, "id": 726, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5603:32:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "5580:55:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 728, "nodeType": "ExpressionStatement", "src": "5580:55:3" }, { "eventCall": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 730, "name": "sender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 681, "src": "5659:6:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 731, "name": "recipient", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 683, "src": "5667:9:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 732, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 685, "src": "5678:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 729, "name": "Transfer", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 1013, "src": "5650:8:3", "typeDescriptions": { "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 733, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "5650:35:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 734, "nodeType": "EmitStatement", "src": "5645:40:3" } ] }, "documentation": "@dev Moves tokens `amount` from `sender` to `recipient`.\n * This is internal function is equivalent to {transfer}, and can be used to\ne.g. implement automatic token fees, slashing mechanisms, etc.\n * Emits a {Transfer} event.\n * Requirements:\n * - `sender` cannot be the zero address.\n- `recipient` cannot be the zero address.\n- `sender` must have a balance of at least `amount`.", "id": 736, "implemented": true, "kind": "function", "modifiers": [], "name": "_transfer", "nodeType": "FunctionDefinition", "parameters": { "id": 686, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 681, "name": "sender", "nodeType": "VariableDeclaration", "scope": 736, "src": "5247:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 680, "name": "address", "nodeType": "ElementaryTypeName", "src": "5247:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 683, "name": "recipient", "nodeType": "VariableDeclaration", "scope": 736, "src": "5263:17:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 682, "name": "address", "nodeType": "ElementaryTypeName", "src": "5263:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 685, "name": "amount", "nodeType": "VariableDeclaration", "scope": 736, "src": "5282:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 684, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "5282:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "5246:51:3" }, "returnParameters": { "id": 687, "nodeType": "ParameterList", "parameters": [], "src": "5307:0:3" }, "scope": 895, "src": "5228:464:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, { "body": { "id": 778, "nodeType": "Block", "src": "6019:245:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 748, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 744, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 738, "src": "6037:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 746, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "6056:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 745, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "6048:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 747, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6048:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "6037:21:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a206d696e7420746f20746865207a65726f2061646472657373", "id": 749, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6060:33:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", "typeString": "literal_string \"ERC20: mint to the zero address\"" }, "value": "ERC20: mint to the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", "typeString": "literal_string \"ERC20: mint to the zero address\"" } ], "id": 743, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "6029:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 750, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6029:65:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 751, "nodeType": "ExpressionStatement", "src": "6029:65:3" }, { "expression": { "argumentTypes": null, "id": 757, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "id": 752, "name": "_totalSupply", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 514, "src": "6105:12:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 755, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 740, "src": "6137:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "argumentTypes": null, "id": 753, "name": "_totalSupply", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 514, "src": "6120:12:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 754, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "add", "nodeType": "MemberAccess", "referencedDeclaration": 330, "src": "6120:16:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256) pure returns (uint256)" } }, "id": 756, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6120:24:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "6105:39:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 758, "nodeType": "ExpressionStatement", "src": "6105:39:3" }, { "expression": { "argumentTypes": null, "id": 768, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 759, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "6154:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 761, "indexExpression": { "argumentTypes": null, "id": 760, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 738, "src": "6164:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "nodeType": "IndexAccess", "src": "6154:18:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 766, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 740, "src": "6198:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 762, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "6175:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 764, "indexExpression": { "argumentTypes": null, "id": 763, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 738, "src": "6185:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "6175:18:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 765, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "add", "nodeType": "MemberAccess", "referencedDeclaration": 330, "src": "6175:22:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256) pure returns (uint256)" } }, "id": 767, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6175:30:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "6154:51:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 769, "nodeType": "ExpressionStatement", "src": "6154:51:3" }, { "eventCall": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 772, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "6237:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 771, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "6229:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 773, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6229:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 774, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 738, "src": "6241:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 775, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 740, "src": "6250:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 770, "name": "Transfer", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 1013, "src": "6220:8:3", "typeDescriptions": { "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 776, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6220:37:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 777, "nodeType": "EmitStatement", "src": "6215:42:3" } ] }, "documentation": "@dev Creates `amount` tokens and assigns them to `account`, increasing\nthe total supply.\n * Emits a {Transfer} event with `from` set to the zero address.\n * Requirements\n * - `to` cannot be the zero address.", "id": 779, "implemented": true, "kind": "function", "modifiers": [], "name": "_mint", "nodeType": "FunctionDefinition", "parameters": { "id": 741, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 738, "name": "account", "nodeType": "VariableDeclaration", "scope": 779, "src": "5977:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 737, "name": "address", "nodeType": "ElementaryTypeName", "src": "5977:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 740, "name": "amount", "nodeType": "VariableDeclaration", "scope": 779, "src": "5994:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 739, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "5994:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "5976:33:3" }, "returnParameters": { "id": 742, "nodeType": "ParameterList", "parameters": [], "src": "6019:0:3" }, "scope": 895, "src": "5962:302:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, { "body": { "id": 822, "nodeType": "Block", "src": "6640:285:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 791, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 787, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 781, "src": "6658:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 789, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "6677:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 788, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "6669:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 790, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6669:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "6658:21:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a206275726e2066726f6d20746865207a65726f2061646472657373", "id": 792, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6681:35:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", "typeString": "literal_string \"ERC20: burn from the zero address\"" }, "value": "ERC20: burn from the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", "typeString": "literal_string \"ERC20: burn from the zero address\"" } ], "id": 786, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "6650:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 793, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6650:67:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 794, "nodeType": "ExpressionStatement", "src": "6650:67:3" }, { "expression": { "argumentTypes": null, "id": 805, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 795, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "6728:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 797, "indexExpression": { "argumentTypes": null, "id": 796, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 781, "src": "6738:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "nodeType": "IndexAccess", "src": "6728:18:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 802, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 783, "src": "6772:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "argumentTypes": null, "hexValue": "45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365", "id": 803, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6780:36:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" }, "value": "ERC20: burn amount exceeds balance" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 798, "name": "_balances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 506, "src": "6749:9:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 800, "indexExpression": { "argumentTypes": null, "id": 799, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 781, "src": "6759:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "6749:18:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 801, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 373, "src": "6749:22:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_string_memory_ptr_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256,string memory) pure returns (uint256)" } }, "id": 804, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6749:68:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "6728:89:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 806, "nodeType": "ExpressionStatement", "src": "6728:89:3" }, { "expression": { "argumentTypes": null, "id": 812, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "id": 807, "name": "_totalSupply", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 514, "src": "6827:12:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 810, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 783, "src": "6859:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "argumentTypes": null, "id": 808, "name": "_totalSupply", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 514, "src": "6842:12:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 809, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 346, "src": "6842:16:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256) pure returns (uint256)" } }, "id": 811, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6842:24:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "6827:39:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 813, "nodeType": "ExpressionStatement", "src": "6827:39:3" }, { "eventCall": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 815, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 781, "src": "6890:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 817, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "6907:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 816, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "6899:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 818, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6899:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "id": 819, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 783, "src": "6911:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 814, "name": "Transfer", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 1013, "src": "6881:8:3", "typeDescriptions": { "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 820, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "6881:37:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 821, "nodeType": "EmitStatement", "src": "6876:42:3" } ] }, "documentation": "@dev Destroys `amount` tokens from `account`, reducing the\ntotal supply.\n * Emits a {Transfer} event with `to` set to the zero address.\n * Requirements\n * - `account` cannot be the zero address.\n- `account` must have at least `amount` tokens.", "id": 823, "implemented": true, "kind": "function", "modifiers": [], "name": "_burn", "nodeType": "FunctionDefinition", "parameters": { "id": 784, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 781, "name": "account", "nodeType": "VariableDeclaration", "scope": 823, "src": "6598:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 780, "name": "address", "nodeType": "ElementaryTypeName", "src": "6598:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 783, "name": "amount", "nodeType": "VariableDeclaration", "scope": 823, "src": "6615:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 782, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "6615:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "6597:33:3" }, "returnParameters": { "id": 785, "nodeType": "ParameterList", "parameters": [], "src": "6640:0:3" }, "scope": 895, "src": "6583:342:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, { "body": { "id": 864, "nodeType": "Block", "src": "7425:257:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 837, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 833, "name": "owner", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 825, "src": "7443:5:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 835, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "7460:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 834, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "7452:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 836, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7452:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "7443:19:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373", "id": 838, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7464:38:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", "typeString": "literal_string \"ERC20: approve from the zero address\"" }, "value": "ERC20: approve from the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", "typeString": "literal_string \"ERC20: approve from the zero address\"" } ], "id": 832, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "7435:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 839, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7435:68:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 840, "nodeType": "ExpressionStatement", "src": "7435:68:3" }, { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "id": 846, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 842, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 827, "src": "7521:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "BinaryOperation", "operator": "!=", "rightExpression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "hexValue": "30", "id": 844, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "7540:1:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" }, "value": "0" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "id": 843, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "7532:7:3", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": "address" }, "id": 845, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7532:10:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "src": "7521:21:3", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "argumentTypes": null, "hexValue": "45524332303a20617070726f766520746f20746865207a65726f2061646472657373", "id": 847, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7544:36:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", "typeString": "literal_string \"ERC20: approve to the zero address\"" }, "value": "ERC20: approve to the zero address" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", "typeString": "literal_string \"ERC20: approve to the zero address\"" } ], "id": 841, "name": "require", "nodeType": "Identifier", "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "src": "7513:7:3", "typeDescriptions": { "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", "typeString": "function (bool,string memory) pure" } }, "id": 848, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7513:68:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 849, "nodeType": "ExpressionStatement", "src": "7513:68:3" }, { "expression": { "argumentTypes": null, "id": 856, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftHandSide": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 850, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "7592:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 853, "indexExpression": { "argumentTypes": null, "id": 851, "name": "owner", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 825, "src": "7604:5:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "7592:18:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 854, "indexExpression": { "argumentTypes": null, "id": 852, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 827, "src": "7611:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "nodeType": "IndexAccess", "src": "7592:27:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "Assignment", "operator": "=", "rightHandSide": { "argumentTypes": null, "id": 855, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 829, "src": "7622:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "7592:36:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 857, "nodeType": "ExpressionStatement", "src": "7592:36:3" }, { "eventCall": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 859, "name": "owner", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 825, "src": "7652:5:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 860, "name": "spender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 827, "src": "7659:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 861, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 829, "src": "7668:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 858, "name": "Approval", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 1021, "src": "7643:8:3", "typeDescriptions": { "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 862, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7643:32:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 863, "nodeType": "EmitStatement", "src": "7638:37:3" } ] }, "documentation": "@dev Sets `amount` as the allowance of `spender` over the `owner`s tokens.\n * This is internal function is equivalent to `approve`, and can be used to\ne.g. set automatic allowances for certain subsystems, etc.\n * Emits an {Approval} event.\n * Requirements:\n * - `owner` cannot be the zero address.\n- `spender` cannot be the zero address.", "id": 865, "implemented": true, "kind": "function", "modifiers": [], "name": "_approve", "nodeType": "FunctionDefinition", "parameters": { "id": 830, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 825, "name": "owner", "nodeType": "VariableDeclaration", "scope": 865, "src": "7368:13:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 824, "name": "address", "nodeType": "ElementaryTypeName", "src": "7368:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 827, "name": "spender", "nodeType": "VariableDeclaration", "scope": 865, "src": "7383:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 826, "name": "address", "nodeType": "ElementaryTypeName", "src": "7383:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 829, "name": "amount", "nodeType": "VariableDeclaration", "scope": 865, "src": "7400:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 828, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7400:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "7367:48:3" }, "returnParameters": { "id": 831, "nodeType": "ParameterList", "parameters": [], "src": "7425:0:3" }, "scope": 895, "src": "7350:332:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, { "body": { "id": 893, "nodeType": "Block", "src": "7921:168:3", "statements": [ { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 873, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 867, "src": "7937:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "id": 874, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 869, "src": "7946:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 872, "name": "_burn", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 823, "src": "7931:5:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,uint256)" } }, "id": 875, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7931:22:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 876, "nodeType": "ExpressionStatement", "src": "7931:22:3" }, { "expression": { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 878, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 867, "src": "7972:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 879, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "7981:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 880, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7981:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, { "argumentTypes": null, "arguments": [ { "argumentTypes": null, "id": 888, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 869, "src": "8034:6:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "argumentTypes": null, "hexValue": "45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e6365", "id": 889, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8042:38:3", "subdenomination": null, "typeDescriptions": { "typeIdentifier": "t_stringliteral_a287c363786607a1457a2d9d12fa61c0073358e02d76b4035fc2c2d86a19c0db", "typeString": "literal_string \"ERC20: burn amount exceeds allowance\"" }, "value": "ERC20: burn amount exceeds allowance" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_a287c363786607a1457a2d9d12fa61c0073358e02d76b4035fc2c2d86a19c0db", "typeString": "literal_string \"ERC20: burn amount exceeds allowance\"" } ], "expression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "baseExpression": { "argumentTypes": null, "id": 881, "name": "_allowances", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 512, "src": "7995:11:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", "typeString": "mapping(address => mapping(address => uint256))" } }, "id": 883, "indexExpression": { "argumentTypes": null, "id": 882, "name": "account", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 867, "src": "8007:7:3", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "7995:20:3", "typeDescriptions": { "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", "typeString": "mapping(address => uint256)" } }, "id": 886, "indexExpression": { "argumentTypes": null, "arguments": [], "expression": { "argumentTypes": [], "id": 884, "name": "_msgSender", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 14, "src": "8016:10:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$", "typeString": "function () view returns (address payable)" } }, "id": 885, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "8016:12:3", "typeDescriptions": { "typeIdentifier": "t_address_payable", "typeString": "address payable" } }, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "nodeType": "IndexAccess", "src": "7995:34:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "id": 887, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberName": "sub", "nodeType": "MemberAccess", "referencedDeclaration": 373, "src": "7995:38:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_string_memory_ptr_$returns$_t_uint256_$bound_to$_t_uint256_$", "typeString": "function (uint256,uint256,string memory) pure returns (uint256)" } }, "id": 890, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7995:86:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "id": 877, "name": "_approve", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 865, "src": "7963:8:3", "typeDescriptions": { "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", "typeString": "function (address,address,uint256)" } }, "id": 891, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "names": [], "nodeType": "FunctionCall", "src": "7963:119:3", "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 892, "nodeType": "ExpressionStatement", "src": "7963:119:3" } ] }, "documentation": "@dev Destroys `amount` tokens from `account`.`amount` is then deducted\nfrom the caller's allowance.\n * See {_burn} and {_approve}.", "id": 894, "implemented": true, "kind": "function", "modifiers": [], "name": "_burnFrom", "nodeType": "FunctionDefinition", "parameters": { "id": 870, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 867, "name": "account", "nodeType": "VariableDeclaration", "scope": 894, "src": "7879:15:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 866, "name": "address", "nodeType": "ElementaryTypeName", "src": "7879:7:3", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 869, "name": "amount", "nodeType": "VariableDeclaration", "scope": 894, "src": "7896:14:3", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 868, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7896:7:3", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "7878:33:3" }, "returnParameters": { "id": 871, "nodeType": "ParameterList", "parameters": [], "src": "7921:0:3" }, "scope": 895, "src": "7860:229:3", "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" } ], "scope": 896, "src": "1268:6823:3" } ], "src": "0:8092:3" }, "legacyAST": { "attributes": { "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", "exportedSymbols": { "ERC20": [ 895 ] } }, "children": [ { "attributes": { "literals": [ "solidity", "^", "0.5", ".0" ] }, "id": 492, "name": "PragmaDirective", "src": "0:23:3" }, { "attributes": { "SourceUnit": 27, "absolutePath": "@openzeppelin/contracts/GSN/Context.sol", "file": "../../GSN/Context.sol", "scope": 896, "symbolAliases": [ null ], "unitAlias": "" }, "id": 493, "name": "ImportDirective", "src": "25:31:3" }, { "attributes": { "SourceUnit": 1023, "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", "file": "./IERC20.sol", "scope": 896, "symbolAliases": [ null ], "unitAlias": "" }, "id": 494, "name": "ImportDirective", "src": "57:22:3" }, { "attributes": { "SourceUnit": 491, "absolutePath": "@openzeppelin/contracts/math/SafeMath.sol", "file": "../../math/SafeMath.sol", "scope": 896, "symbolAliases": [ null ], "unitAlias": "" }, "id": 495, "name": "ImportDirective", "src": "80:33:3" }, { "attributes": { "contractDependencies": [ 26, 1022 ], "contractKind": "contract", "documentation": "@dev Implementation of the {IERC20} interface.\n * This implementation is agnostic to the way tokens are created. This means\nthat a supply mechanism has to be added in a derived contract using {_mint}.\nFor a generic mechanism see {ERC20Mintable}.\n * TIP: For a detailed writeup see our guide\nhttps://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How\nto implement supply mechanisms].\n * We have followed general OpenZeppelin guidelines: functions revert instead\nof returning `false` on failure. This behavior is nonetheless conventional\nand does not conflict with the expectations of ERC20 applications.\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\nThis allows applications to reconstruct the allowance for all accounts just\nby listening to said events. Other implementations of the EIP may not emit\nthese events, as it isn't required by the specification.\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\nfunctions have been added to mitigate the well-known issues around setting\nallowances. See {IERC20-approve}.", "fullyImplemented": true, "linearizedBaseContracts": [ 895, 1022, 26 ], "name": "ERC20", "scope": 896 }, "children": [ { "attributes": { "arguments": null }, "children": [ { "attributes": { "contractScope": null, "name": "Context", "referencedDeclaration": 26, "type": "contract Context" }, "id": 496, "name": "UserDefinedTypeName", "src": "1286:7:3" } ], "id": 497, "name": "InheritanceSpecifier", "src": "1286:7:3" }, { "attributes": { "arguments": null }, "children": [ { "attributes": { "contractScope": null, "name": "IERC20", "referencedDeclaration": 1022, "type": "contract IERC20" }, "id": 498, "name": "UserDefinedTypeName", "src": "1295:6:3" } ], "id": 499, "name": "InheritanceSpecifier", "src": "1295:6:3" }, { "children": [ { "attributes": { "contractScope": null, "name": "SafeMath", "referencedDeclaration": 490, "type": "library SafeMath" }, "id": 500, "name": "UserDefinedTypeName", "src": "1314:8:3" }, { "attributes": { "name": "uint256", "type": "uint256" }, "id": 501, "name": "ElementaryTypeName", "src": "1327:7:3" } ], "id": 502, "name": "UsingForDirective", "src": "1308:27:3" }, { "attributes": { "constant": false, "name": "_balances", "scope": 895, "stateVariable": true, "storageLocation": "default", "type": "mapping(address => uint256)", "value": null, "visibility": "private" }, "children": [ { "attributes": { "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "name": "address", "type": "address" }, "id": 503, "name": "ElementaryTypeName", "src": "1350:7:3" }, { "attributes": { "name": "uint256", "type": "uint256" }, "id": 504, "name": "ElementaryTypeName", "src": "1361:7:3" } ], "id": 505, "name": "Mapping", "src": "1341:28:3" } ], "id": 506, "name": "VariableDeclaration", "src": "1341:46:3" }, { "attributes": { "constant": false, "name": "_allowances", "scope": 895, "stateVariable": true, "storageLocation": "default", "type": "mapping(address => mapping(address => uint256))", "value": null, "visibility": "private" }, "children": [ { "attributes": { "type": "mapping(address => mapping(address => uint256))" }, "children": [ { "attributes": { "name": "address", "type": "address" }, "id": 507, "name": "ElementaryTypeName", "src": "1403:7:3" }, { "attributes": { "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "name": "address", "type": "address" }, "id": 508, "name": "ElementaryTypeName", "src": "1423:7:3" }, { "attributes": { "name": "uint256", "type": "uint256" }, "id": 509, "name": "ElementaryTypeName", "src": "1434:7:3" } ], "id": 510, "name": "Mapping", "src": "1414:28:3" } ], "id": 511, "name": "Mapping", "src": "1394:49:3" } ], "id": 512, "name": "VariableDeclaration", "src": "1394:69:3" }, { "attributes": { "constant": false, "name": "_totalSupply", "scope": 895, "stateVariable": true, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "private" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 513, "name": "ElementaryTypeName", "src": "1470:7:3" } ], "id": 514, "name": "VariableDeclaration", "src": "1470:28:3" }, { "attributes": { "documentation": "@dev See {IERC20-totalSupply}.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "totalSupply", "scope": 895, "stateMutability": "view", "superFunction": 960, "visibility": "public" }, "children": [ { "attributes": { "parameters": [ null ] }, "children": [], "id": 515, "name": "ParameterList", "src": "1579:2:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 522, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 516, "name": "ElementaryTypeName", "src": "1603:7:3" } ], "id": 517, "name": "VariableDeclaration", "src": "1603:7:3" } ], "id": 518, "name": "ParameterList", "src": "1602:9:3" }, { "children": [ { "attributes": { "functionReturnParameters": 518 }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 514, "type": "uint256", "value": "_totalSupply" }, "id": 519, "name": "Identifier", "src": "1629:12:3" } ], "id": 520, "name": "Return", "src": "1622:19:3" } ], "id": 521, "name": "Block", "src": "1612:36:3" } ], "id": 522, "name": "FunctionDefinition", "src": "1559:89:3" }, { "attributes": { "documentation": "@dev See {IERC20-balanceOf}.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "balanceOf", "scope": 895, "stateMutability": "view", "superFunction": 967, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "account", "scope": 534, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 523, "name": "ElementaryTypeName", "src": "1725:7:3" } ], "id": 524, "name": "VariableDeclaration", "src": "1725:15:3" } ], "id": 525, "name": "ParameterList", "src": "1724:17:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 534, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 526, "name": "ElementaryTypeName", "src": "1763:7:3" } ], "id": 527, "name": "VariableDeclaration", "src": "1763:7:3" } ], "id": 528, "name": "ParameterList", "src": "1762:9:3" }, { "children": [ { "attributes": { "functionReturnParameters": 528 }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 529, "name": "Identifier", "src": "1789:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 524, "type": "address", "value": "account" }, "id": 530, "name": "Identifier", "src": "1799:7:3" } ], "id": 531, "name": "IndexAccess", "src": "1789:18:3" } ], "id": 532, "name": "Return", "src": "1782:25:3" } ], "id": 533, "name": "Block", "src": "1772:42:3" } ], "id": 534, "name": "FunctionDefinition", "src": "1706:108:3" }, { "attributes": { "documentation": "@dev See {IERC20-transfer}.\n * Requirements:\n * - `recipient` cannot be the zero address.\n- the caller must have a balance of at least `amount`.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "transfer", "scope": 895, "stateMutability": "nonpayable", "superFunction": 976, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "recipient", "scope": 553, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 535, "name": "ElementaryTypeName", "src": "2035:7:3" } ], "id": 536, "name": "VariableDeclaration", "src": "2035:17:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 553, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 537, "name": "ElementaryTypeName", "src": "2054:7:3" } ], "id": 538, "name": "VariableDeclaration", "src": "2054:14:3" } ], "id": 539, "name": "ParameterList", "src": "2034:35:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 553, "stateVariable": false, "storageLocation": "default", "type": "bool", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "bool", "type": "bool" }, "id": 540, "name": "ElementaryTypeName", "src": "2086:4:3" } ], "id": 541, "name": "VariableDeclaration", "src": "2086:4:3" } ], "id": 542, "name": "ParameterList", "src": "2085:6:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 736, "type": "function (address,address,uint256)", "value": "_transfer" }, "id": 543, "name": "Identifier", "src": "2102:9:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 544, "name": "Identifier", "src": "2112:10:3" } ], "id": 545, "name": "FunctionCall", "src": "2112:12:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 536, "type": "address", "value": "recipient" }, "id": 546, "name": "Identifier", "src": "2126:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 538, "type": "uint256", "value": "amount" }, "id": 547, "name": "Identifier", "src": "2137:6:3" } ], "id": 548, "name": "FunctionCall", "src": "2102:42:3" } ], "id": 549, "name": "ExpressionStatement", "src": "2102:42:3" }, { "attributes": { "functionReturnParameters": 542 }, "children": [ { "attributes": { "argumentTypes": null, "hexvalue": "74727565", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "bool", "type": "bool", "value": "true" }, "id": 550, "name": "Literal", "src": "2161:4:3" } ], "id": 551, "name": "Return", "src": "2154:11:3" } ], "id": 552, "name": "Block", "src": "2092:80:3" } ], "id": 553, "name": "FunctionDefinition", "src": "2017:155:3" }, { "attributes": { "documentation": "@dev See {IERC20-allowance}.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "allowance", "scope": 895, "stateMutability": "view", "superFunction": 985, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "owner", "scope": 569, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 554, "name": "ElementaryTypeName", "src": "2249:7:3" } ], "id": 555, "name": "VariableDeclaration", "src": "2249:13:3" }, { "attributes": { "constant": false, "name": "spender", "scope": 569, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 556, "name": "ElementaryTypeName", "src": "2264:7:3" } ], "id": 557, "name": "VariableDeclaration", "src": "2264:15:3" } ], "id": 558, "name": "ParameterList", "src": "2248:32:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 569, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 559, "name": "ElementaryTypeName", "src": "2302:7:3" } ], "id": 560, "name": "VariableDeclaration", "src": "2302:7:3" } ], "id": 561, "name": "ParameterList", "src": "2301:9:3" }, { "children": [ { "attributes": { "functionReturnParameters": 561 }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 562, "name": "Identifier", "src": "2328:11:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 555, "type": "address", "value": "owner" }, "id": 563, "name": "Identifier", "src": "2340:5:3" } ], "id": 564, "name": "IndexAccess", "src": "2328:18:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 557, "type": "address", "value": "spender" }, "id": 565, "name": "Identifier", "src": "2347:7:3" } ], "id": 566, "name": "IndexAccess", "src": "2328:27:3" } ], "id": 567, "name": "Return", "src": "2321:34:3" } ], "id": 568, "name": "Block", "src": "2311:51:3" } ], "id": 569, "name": "FunctionDefinition", "src": "2230:132:3" }, { "attributes": { "documentation": "@dev See {IERC20-approve}.\n * Requirements:\n * - `spender` cannot be the zero address.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "approve", "scope": 895, "stateMutability": "nonpayable", "superFunction": 994, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "spender", "scope": 588, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 570, "name": "ElementaryTypeName", "src": "2517:7:3" } ], "id": 571, "name": "VariableDeclaration", "src": "2517:15:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 588, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 572, "name": "ElementaryTypeName", "src": "2534:7:3" } ], "id": 573, "name": "VariableDeclaration", "src": "2534:14:3" } ], "id": 574, "name": "ParameterList", "src": "2516:33:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 588, "stateVariable": false, "storageLocation": "default", "type": "bool", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "bool", "type": "bool" }, "id": 575, "name": "ElementaryTypeName", "src": "2566:4:3" } ], "id": 576, "name": "VariableDeclaration", "src": "2566:4:3" } ], "id": 577, "name": "ParameterList", "src": "2565:6:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 865, "type": "function (address,address,uint256)", "value": "_approve" }, "id": 578, "name": "Identifier", "src": "2582:8:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 579, "name": "Identifier", "src": "2591:10:3" } ], "id": 580, "name": "FunctionCall", "src": "2591:12:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 571, "type": "address", "value": "spender" }, "id": 581, "name": "Identifier", "src": "2605:7:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 573, "type": "uint256", "value": "amount" }, "id": 582, "name": "Identifier", "src": "2614:6:3" } ], "id": 583, "name": "FunctionCall", "src": "2582:39:3" } ], "id": 584, "name": "ExpressionStatement", "src": "2582:39:3" }, { "attributes": { "functionReturnParameters": 577 }, "children": [ { "attributes": { "argumentTypes": null, "hexvalue": "74727565", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "bool", "type": "bool", "value": "true" }, "id": 585, "name": "Literal", "src": "2638:4:3" } ], "id": 586, "name": "Return", "src": "2631:11:3" } ], "id": 587, "name": "Block", "src": "2572:77:3" } ], "id": 588, "name": "FunctionDefinition", "src": "2500:149:3" }, { "attributes": { "documentation": "@dev See {IERC20-transferFrom}.\n * Emits an {Approval} event indicating the updated allowance. This is not\nrequired by the EIP. See the note at the beginning of {ERC20};\n * Requirements:\n- `sender` and `recipient` cannot be the zero address.\n- `sender` must have a balance of at least `amount`.\n- the caller must have allowance for `sender`'s tokens of at least\n`amount`.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "transferFrom", "scope": 895, "stateMutability": "nonpayable", "superFunction": 1005, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "sender", "scope": 624, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 589, "name": "ElementaryTypeName", "src": "3129:7:3" } ], "id": 590, "name": "VariableDeclaration", "src": "3129:14:3" }, { "attributes": { "constant": false, "name": "recipient", "scope": 624, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 591, "name": "ElementaryTypeName", "src": "3145:7:3" } ], "id": 592, "name": "VariableDeclaration", "src": "3145:17:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 624, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 593, "name": "ElementaryTypeName", "src": "3164:7:3" } ], "id": 594, "name": "VariableDeclaration", "src": "3164:14:3" } ], "id": 595, "name": "ParameterList", "src": "3128:51:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 624, "stateVariable": false, "storageLocation": "default", "type": "bool", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "bool", "type": "bool" }, "id": 596, "name": "ElementaryTypeName", "src": "3196:4:3" } ], "id": 597, "name": "VariableDeclaration", "src": "3196:4:3" } ], "id": 598, "name": "ParameterList", "src": "3195:6:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 736, "type": "function (address,address,uint256)", "value": "_transfer" }, "id": 599, "name": "Identifier", "src": "3212:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 590, "type": "address", "value": "sender" }, "id": 600, "name": "Identifier", "src": "3222:6:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 592, "type": "address", "value": "recipient" }, "id": 601, "name": "Identifier", "src": "3230:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 594, "type": "uint256", "value": "amount" }, "id": 602, "name": "Identifier", "src": "3241:6:3" } ], "id": 603, "name": "FunctionCall", "src": "3212:36:3" } ], "id": 604, "name": "ExpressionStatement", "src": "3212:36:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 865, "type": "function (address,address,uint256)", "value": "_approve" }, "id": 605, "name": "Identifier", "src": "3258:8:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 590, "type": "address", "value": "sender" }, "id": 606, "name": "Identifier", "src": "3267:6:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 607, "name": "Identifier", "src": "3275:10:3" } ], "id": 608, "name": "FunctionCall", "src": "3275:12:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_974d1b4421da69cc60b481194f0dad36a5bb4e23da810da7a7fb30cdba178330", "typeString": "literal_string \"ERC20: transfer amount exceeds allowance\"" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 373, "type": "function (uint256,uint256,string memory) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 609, "name": "Identifier", "src": "3289:11:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 590, "type": "address", "value": "sender" }, "id": 610, "name": "Identifier", "src": "3301:6:3" } ], "id": 611, "name": "IndexAccess", "src": "3289:19:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 612, "name": "Identifier", "src": "3309:10:3" } ], "id": 613, "name": "FunctionCall", "src": "3309:12:3" } ], "id": 614, "name": "IndexAccess", "src": "3289:33:3" } ], "id": 615, "name": "MemberAccess", "src": "3289:37:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 594, "type": "uint256", "value": "amount" }, "id": 616, "name": "Identifier", "src": "3327:6:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: transfer amount exceeds allowance\"", "value": "ERC20: transfer amount exceeds allowance" }, "id": 617, "name": "Literal", "src": "3335:42:3" } ], "id": 618, "name": "FunctionCall", "src": "3289:89:3" } ], "id": 619, "name": "FunctionCall", "src": "3258:121:3" } ], "id": 620, "name": "ExpressionStatement", "src": "3258:121:3" }, { "attributes": { "functionReturnParameters": 598 }, "children": [ { "attributes": { "argumentTypes": null, "hexvalue": "74727565", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "bool", "type": "bool", "value": "true" }, "id": 621, "name": "Literal", "src": "3396:4:3" } ], "id": 622, "name": "Return", "src": "3389:11:3" } ], "id": 623, "name": "Block", "src": "3202:205:3" } ], "id": 624, "name": "FunctionDefinition", "src": "3107:300:3" }, { "attributes": { "documentation": "@dev Atomically increases the allowance granted to `spender` by the caller.\n * This is an alternative to {approve} that can be used as a mitigation for\nproblems described in {IERC20-approve}.\n * Emits an {Approval} event indicating the updated allowance.\n * Requirements:\n * - `spender` cannot be the zero address.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "increaseAllowance", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "spender", "scope": 651, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 625, "name": "ElementaryTypeName", "src": "3829:7:3" } ], "id": 626, "name": "VariableDeclaration", "src": "3829:15:3" }, { "attributes": { "constant": false, "name": "addedValue", "scope": 651, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 627, "name": "ElementaryTypeName", "src": "3846:7:3" } ], "id": 628, "name": "VariableDeclaration", "src": "3846:18:3" } ], "id": 629, "name": "ParameterList", "src": "3828:37:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 651, "stateVariable": false, "storageLocation": "default", "type": "bool", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "bool", "type": "bool" }, "id": 630, "name": "ElementaryTypeName", "src": "3882:4:3" } ], "id": 631, "name": "VariableDeclaration", "src": "3882:4:3" } ], "id": 632, "name": "ParameterList", "src": "3881:6:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 865, "type": "function (address,address,uint256)", "value": "_approve" }, "id": 633, "name": "Identifier", "src": "3898:8:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 634, "name": "Identifier", "src": "3907:10:3" } ], "id": 635, "name": "FunctionCall", "src": "3907:12:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 626, "type": "address", "value": "spender" }, "id": 636, "name": "Identifier", "src": "3921:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "add", "referencedDeclaration": 330, "type": "function (uint256,uint256) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 637, "name": "Identifier", "src": "3930:11:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 638, "name": "Identifier", "src": "3942:10:3" } ], "id": 639, "name": "FunctionCall", "src": "3942:12:3" } ], "id": 640, "name": "IndexAccess", "src": "3930:25:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 626, "type": "address", "value": "spender" }, "id": 641, "name": "Identifier", "src": "3956:7:3" } ], "id": 642, "name": "IndexAccess", "src": "3930:34:3" } ], "id": 643, "name": "MemberAccess", "src": "3930:38:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 628, "type": "uint256", "value": "addedValue" }, "id": 644, "name": "Identifier", "src": "3969:10:3" } ], "id": 645, "name": "FunctionCall", "src": "3930:50:3" } ], "id": 646, "name": "FunctionCall", "src": "3898:83:3" } ], "id": 647, "name": "ExpressionStatement", "src": "3898:83:3" }, { "attributes": { "functionReturnParameters": 632 }, "children": [ { "attributes": { "argumentTypes": null, "hexvalue": "74727565", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "bool", "type": "bool", "value": "true" }, "id": 648, "name": "Literal", "src": "3998:4:3" } ], "id": 649, "name": "Return", "src": "3991:11:3" } ], "id": 650, "name": "Block", "src": "3888:121:3" } ], "id": 651, "name": "FunctionDefinition", "src": "3802:207:3" }, { "attributes": { "documentation": "@dev Atomically decreases the allowance granted to `spender` by the caller.\n * This is an alternative to {approve} that can be used as a mitigation for\nproblems described in {IERC20-approve}.\n * Emits an {Approval} event indicating the updated allowance.\n * Requirements:\n * - `spender` cannot be the zero address.\n- `spender` must have allowance for the caller of at least\n`subtractedValue`.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "decreaseAllowance", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "public" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "spender", "scope": 679, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 652, "name": "ElementaryTypeName", "src": "4523:7:3" } ], "id": 653, "name": "VariableDeclaration", "src": "4523:15:3" }, { "attributes": { "constant": false, "name": "subtractedValue", "scope": 679, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 654, "name": "ElementaryTypeName", "src": "4540:7:3" } ], "id": 655, "name": "VariableDeclaration", "src": "4540:23:3" } ], "id": 656, "name": "ParameterList", "src": "4522:42:3" }, { "children": [ { "attributes": { "constant": false, "name": "", "scope": 679, "stateVariable": false, "storageLocation": "default", "type": "bool", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "bool", "type": "bool" }, "id": 657, "name": "ElementaryTypeName", "src": "4581:4:3" } ], "id": 658, "name": "VariableDeclaration", "src": "4581:4:3" } ], "id": 659, "name": "ParameterList", "src": "4580:6:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 865, "type": "function (address,address,uint256)", "value": "_approve" }, "id": 660, "name": "Identifier", "src": "4597:8:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 661, "name": "Identifier", "src": "4606:10:3" } ], "id": 662, "name": "FunctionCall", "src": "4606:12:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 653, "type": "address", "value": "spender" }, "id": 663, "name": "Identifier", "src": "4620:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", "typeString": "literal_string \"ERC20: decreased allowance below zero\"" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 373, "type": "function (uint256,uint256,string memory) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 664, "name": "Identifier", "src": "4629:11:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 665, "name": "Identifier", "src": "4641:10:3" } ], "id": 666, "name": "FunctionCall", "src": "4641:12:3" } ], "id": 667, "name": "IndexAccess", "src": "4629:25:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 653, "type": "address", "value": "spender" }, "id": 668, "name": "Identifier", "src": "4655:7:3" } ], "id": 669, "name": "IndexAccess", "src": "4629:34:3" } ], "id": 670, "name": "MemberAccess", "src": "4629:38:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 655, "type": "uint256", "value": "subtractedValue" }, "id": 671, "name": "Identifier", "src": "4668:15:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: decreased allowance below zero\"", "value": "ERC20: decreased allowance below zero" }, "id": 672, "name": "Literal", "src": "4685:39:3" } ], "id": 673, "name": "FunctionCall", "src": "4629:96:3" } ], "id": 674, "name": "FunctionCall", "src": "4597:129:3" } ], "id": 675, "name": "ExpressionStatement", "src": "4597:129:3" }, { "attributes": { "functionReturnParameters": 659 }, "children": [ { "attributes": { "argumentTypes": null, "hexvalue": "74727565", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "bool", "type": "bool", "value": "true" }, "id": 676, "name": "Literal", "src": "4743:4:3" } ], "id": 677, "name": "Return", "src": "4736:11:3" } ], "id": 678, "name": "Block", "src": "4587:167:3" } ], "id": 679, "name": "FunctionDefinition", "src": "4496:258:3" }, { "attributes": { "documentation": "@dev Moves tokens `amount` from `sender` to `recipient`.\n * This is internal function is equivalent to {transfer}, and can be used to\ne.g. implement automatic token fees, slashing mechanisms, etc.\n * Emits a {Transfer} event.\n * Requirements:\n * - `sender` cannot be the zero address.\n- `recipient` cannot be the zero address.\n- `sender` must have a balance of at least `amount`.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "_transfer", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "sender", "scope": 736, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 680, "name": "ElementaryTypeName", "src": "5247:7:3" } ], "id": 681, "name": "VariableDeclaration", "src": "5247:14:3" }, { "attributes": { "constant": false, "name": "recipient", "scope": 736, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 682, "name": "ElementaryTypeName", "src": "5263:7:3" } ], "id": 683, "name": "VariableDeclaration", "src": "5263:17:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 736, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 684, "name": "ElementaryTypeName", "src": "5282:7:3" } ], "id": 685, "name": "VariableDeclaration", "src": "5282:14:3" } ], "id": 686, "name": "ParameterList", "src": "5246:51:3" }, { "attributes": { "parameters": [ null ] }, "children": [], "id": 687, "name": "ParameterList", "src": "5307:0:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", "typeString": "literal_string \"ERC20: transfer from the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 688, "name": "Identifier", "src": "5317:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 681, "type": "address", "value": "sender" }, "id": 689, "name": "Identifier", "src": "5325:6:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 690, "name": "ElementaryTypeNameExpression", "src": "5335:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 691, "name": "Literal", "src": "5343:1:3" } ], "id": 692, "name": "FunctionCall", "src": "5335:10:3" } ], "id": 693, "name": "BinaryOperation", "src": "5325:20:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: transfer from the zero address\"", "value": "ERC20: transfer from the zero address" }, "id": 694, "name": "Literal", "src": "5347:39:3" } ], "id": 695, "name": "FunctionCall", "src": "5317:70:3" } ], "id": 696, "name": "ExpressionStatement", "src": "5317:70:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", "typeString": "literal_string \"ERC20: transfer to the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 697, "name": "Identifier", "src": "5397:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 683, "type": "address", "value": "recipient" }, "id": 698, "name": "Identifier", "src": "5405:9:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 699, "name": "ElementaryTypeNameExpression", "src": "5418:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 700, "name": "Literal", "src": "5426:1:3" } ], "id": 701, "name": "FunctionCall", "src": "5418:10:3" } ], "id": 702, "name": "BinaryOperation", "src": "5405:23:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a207472616e7366657220746f20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: transfer to the zero address\"", "value": "ERC20: transfer to the zero address" }, "id": 703, "name": "Literal", "src": "5430:37:3" } ], "id": 704, "name": "FunctionCall", "src": "5397:71:3" } ], "id": 705, "name": "ExpressionStatement", "src": "5397:71:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 706, "name": "Identifier", "src": "5479:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 681, "type": "address", "value": "sender" }, "id": 707, "name": "Identifier", "src": "5489:6:3" } ], "id": 708, "name": "IndexAccess", "src": "5479:17:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 373, "type": "function (uint256,uint256,string memory) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 709, "name": "Identifier", "src": "5499:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 681, "type": "address", "value": "sender" }, "id": 710, "name": "Identifier", "src": "5509:6:3" } ], "id": 711, "name": "IndexAccess", "src": "5499:17:3" } ], "id": 712, "name": "MemberAccess", "src": "5499:21:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 685, "type": "uint256", "value": "amount" }, "id": 713, "name": "Identifier", "src": "5521:6:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: transfer amount exceeds balance\"", "value": "ERC20: transfer amount exceeds balance" }, "id": 714, "name": "Literal", "src": "5529:40:3" } ], "id": 715, "name": "FunctionCall", "src": "5499:71:3" } ], "id": 716, "name": "Assignment", "src": "5479:91:3" } ], "id": 717, "name": "ExpressionStatement", "src": "5479:91:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 718, "name": "Identifier", "src": "5580:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 683, "type": "address", "value": "recipient" }, "id": 719, "name": "Identifier", "src": "5590:9:3" } ], "id": 720, "name": "IndexAccess", "src": "5580:20:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "add", "referencedDeclaration": 330, "type": "function (uint256,uint256) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 721, "name": "Identifier", "src": "5603:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 683, "type": "address", "value": "recipient" }, "id": 722, "name": "Identifier", "src": "5613:9:3" } ], "id": 723, "name": "IndexAccess", "src": "5603:20:3" } ], "id": 724, "name": "MemberAccess", "src": "5603:24:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 685, "type": "uint256", "value": "amount" }, "id": 725, "name": "Identifier", "src": "5628:6:3" } ], "id": 726, "name": "FunctionCall", "src": "5603:32:3" } ], "id": 727, "name": "Assignment", "src": "5580:55:3" } ], "id": 728, "name": "ExpressionStatement", "src": "5580:55:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 1013, "type": "function (address,address,uint256)", "value": "Transfer" }, "id": 729, "name": "Identifier", "src": "5650:8:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 681, "type": "address", "value": "sender" }, "id": 730, "name": "Identifier", "src": "5659:6:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 683, "type": "address", "value": "recipient" }, "id": 731, "name": "Identifier", "src": "5667:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 685, "type": "uint256", "value": "amount" }, "id": 732, "name": "Identifier", "src": "5678:6:3" } ], "id": 733, "name": "FunctionCall", "src": "5650:35:3" } ], "id": 734, "name": "EmitStatement", "src": "5645:40:3" } ], "id": 735, "name": "Block", "src": "5307:385:3" } ], "id": 736, "name": "FunctionDefinition", "src": "5228:464:3" }, { "attributes": { "documentation": "@dev Creates `amount` tokens and assigns them to `account`, increasing\nthe total supply.\n * Emits a {Transfer} event with `from` set to the zero address.\n * Requirements\n * - `to` cannot be the zero address.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "_mint", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "account", "scope": 779, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 737, "name": "ElementaryTypeName", "src": "5977:7:3" } ], "id": 738, "name": "VariableDeclaration", "src": "5977:15:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 779, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 739, "name": "ElementaryTypeName", "src": "5994:7:3" } ], "id": 740, "name": "VariableDeclaration", "src": "5994:14:3" } ], "id": 741, "name": "ParameterList", "src": "5976:33:3" }, { "attributes": { "parameters": [ null ] }, "children": [], "id": 742, "name": "ParameterList", "src": "6019:0:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", "typeString": "literal_string \"ERC20: mint to the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 743, "name": "Identifier", "src": "6029:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 738, "type": "address", "value": "account" }, "id": 744, "name": "Identifier", "src": "6037:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 745, "name": "ElementaryTypeNameExpression", "src": "6048:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 746, "name": "Literal", "src": "6056:1:3" } ], "id": 747, "name": "FunctionCall", "src": "6048:10:3" } ], "id": 748, "name": "BinaryOperation", "src": "6037:21:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a206d696e7420746f20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: mint to the zero address\"", "value": "ERC20: mint to the zero address" }, "id": 749, "name": "Literal", "src": "6060:33:3" } ], "id": 750, "name": "FunctionCall", "src": "6029:65:3" } ], "id": 751, "name": "ExpressionStatement", "src": "6029:65:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 514, "type": "uint256", "value": "_totalSupply" }, "id": 752, "name": "Identifier", "src": "6105:12:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "add", "referencedDeclaration": 330, "type": "function (uint256,uint256) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 514, "type": "uint256", "value": "_totalSupply" }, "id": 753, "name": "Identifier", "src": "6120:12:3" } ], "id": 754, "name": "MemberAccess", "src": "6120:16:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 740, "type": "uint256", "value": "amount" }, "id": 755, "name": "Identifier", "src": "6137:6:3" } ], "id": 756, "name": "FunctionCall", "src": "6120:24:3" } ], "id": 757, "name": "Assignment", "src": "6105:39:3" } ], "id": 758, "name": "ExpressionStatement", "src": "6105:39:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 759, "name": "Identifier", "src": "6154:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 738, "type": "address", "value": "account" }, "id": 760, "name": "Identifier", "src": "6164:7:3" } ], "id": 761, "name": "IndexAccess", "src": "6154:18:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "add", "referencedDeclaration": 330, "type": "function (uint256,uint256) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 762, "name": "Identifier", "src": "6175:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 738, "type": "address", "value": "account" }, "id": 763, "name": "Identifier", "src": "6185:7:3" } ], "id": 764, "name": "IndexAccess", "src": "6175:18:3" } ], "id": 765, "name": "MemberAccess", "src": "6175:22:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 740, "type": "uint256", "value": "amount" }, "id": 766, "name": "Identifier", "src": "6198:6:3" } ], "id": 767, "name": "FunctionCall", "src": "6175:30:3" } ], "id": 768, "name": "Assignment", "src": "6154:51:3" } ], "id": 769, "name": "ExpressionStatement", "src": "6154:51:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 1013, "type": "function (address,address,uint256)", "value": "Transfer" }, "id": 770, "name": "Identifier", "src": "6220:8:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 771, "name": "ElementaryTypeNameExpression", "src": "6229:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 772, "name": "Literal", "src": "6237:1:3" } ], "id": 773, "name": "FunctionCall", "src": "6229:10:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 738, "type": "address", "value": "account" }, "id": 774, "name": "Identifier", "src": "6241:7:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 740, "type": "uint256", "value": "amount" }, "id": 775, "name": "Identifier", "src": "6250:6:3" } ], "id": 776, "name": "FunctionCall", "src": "6220:37:3" } ], "id": 777, "name": "EmitStatement", "src": "6215:42:3" } ], "id": 778, "name": "Block", "src": "6019:245:3" } ], "id": 779, "name": "FunctionDefinition", "src": "5962:302:3" }, { "attributes": { "documentation": "@dev Destroys `amount` tokens from `account`, reducing the\ntotal supply.\n * Emits a {Transfer} event with `to` set to the zero address.\n * Requirements\n * - `account` cannot be the zero address.\n- `account` must have at least `amount` tokens.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "_burn", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "account", "scope": 823, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 780, "name": "ElementaryTypeName", "src": "6598:7:3" } ], "id": 781, "name": "VariableDeclaration", "src": "6598:15:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 823, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 782, "name": "ElementaryTypeName", "src": "6615:7:3" } ], "id": 783, "name": "VariableDeclaration", "src": "6615:14:3" } ], "id": 784, "name": "ParameterList", "src": "6597:33:3" }, { "attributes": { "parameters": [ null ] }, "children": [], "id": 785, "name": "ParameterList", "src": "6640:0:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", "typeString": "literal_string \"ERC20: burn from the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 786, "name": "Identifier", "src": "6650:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 781, "type": "address", "value": "account" }, "id": 787, "name": "Identifier", "src": "6658:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 788, "name": "ElementaryTypeNameExpression", "src": "6669:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 789, "name": "Literal", "src": "6677:1:3" } ], "id": 790, "name": "FunctionCall", "src": "6669:10:3" } ], "id": 791, "name": "BinaryOperation", "src": "6658:21:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a206275726e2066726f6d20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: burn from the zero address\"", "value": "ERC20: burn from the zero address" }, "id": 792, "name": "Literal", "src": "6681:35:3" } ], "id": 793, "name": "FunctionCall", "src": "6650:67:3" } ], "id": 794, "name": "ExpressionStatement", "src": "6650:67:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 795, "name": "Identifier", "src": "6728:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 781, "type": "address", "value": "account" }, "id": 796, "name": "Identifier", "src": "6738:7:3" } ], "id": 797, "name": "IndexAccess", "src": "6728:18:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 373, "type": "function (uint256,uint256,string memory) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 506, "type": "mapping(address => uint256)", "value": "_balances" }, "id": 798, "name": "Identifier", "src": "6749:9:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 781, "type": "address", "value": "account" }, "id": 799, "name": "Identifier", "src": "6759:7:3" } ], "id": 800, "name": "IndexAccess", "src": "6749:18:3" } ], "id": 801, "name": "MemberAccess", "src": "6749:22:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 783, "type": "uint256", "value": "amount" }, "id": 802, "name": "Identifier", "src": "6772:6:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: burn amount exceeds balance\"", "value": "ERC20: burn amount exceeds balance" }, "id": 803, "name": "Literal", "src": "6780:36:3" } ], "id": 804, "name": "FunctionCall", "src": "6749:68:3" } ], "id": 805, "name": "Assignment", "src": "6728:89:3" } ], "id": 806, "name": "ExpressionStatement", "src": "6728:89:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 514, "type": "uint256", "value": "_totalSupply" }, "id": 807, "name": "Identifier", "src": "6827:12:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 346, "type": "function (uint256,uint256) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 514, "type": "uint256", "value": "_totalSupply" }, "id": 808, "name": "Identifier", "src": "6842:12:3" } ], "id": 809, "name": "MemberAccess", "src": "6842:16:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 783, "type": "uint256", "value": "amount" }, "id": 810, "name": "Identifier", "src": "6859:6:3" } ], "id": 811, "name": "FunctionCall", "src": "6842:24:3" } ], "id": 812, "name": "Assignment", "src": "6827:39:3" } ], "id": 813, "name": "ExpressionStatement", "src": "6827:39:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 1013, "type": "function (address,address,uint256)", "value": "Transfer" }, "id": 814, "name": "Identifier", "src": "6881:8:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 781, "type": "address", "value": "account" }, "id": 815, "name": "Identifier", "src": "6890:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 816, "name": "ElementaryTypeNameExpression", "src": "6899:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 817, "name": "Literal", "src": "6907:1:3" } ], "id": 818, "name": "FunctionCall", "src": "6899:10:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 783, "type": "uint256", "value": "amount" }, "id": 819, "name": "Identifier", "src": "6911:6:3" } ], "id": 820, "name": "FunctionCall", "src": "6881:37:3" } ], "id": 821, "name": "EmitStatement", "src": "6876:42:3" } ], "id": 822, "name": "Block", "src": "6640:285:3" } ], "id": 823, "name": "FunctionDefinition", "src": "6583:342:3" }, { "attributes": { "documentation": "@dev Sets `amount` as the allowance of `spender` over the `owner`s tokens.\n * This is internal function is equivalent to `approve`, and can be used to\ne.g. set automatic allowances for certain subsystems, etc.\n * Emits an {Approval} event.\n * Requirements:\n * - `owner` cannot be the zero address.\n- `spender` cannot be the zero address.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "_approve", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "owner", "scope": 865, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 824, "name": "ElementaryTypeName", "src": "7368:7:3" } ], "id": 825, "name": "VariableDeclaration", "src": "7368:13:3" }, { "attributes": { "constant": false, "name": "spender", "scope": 865, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 826, "name": "ElementaryTypeName", "src": "7383:7:3" } ], "id": 827, "name": "VariableDeclaration", "src": "7383:15:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 865, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 828, "name": "ElementaryTypeName", "src": "7400:7:3" } ], "id": 829, "name": "VariableDeclaration", "src": "7400:14:3" } ], "id": 830, "name": "ParameterList", "src": "7367:48:3" }, { "attributes": { "parameters": [ null ] }, "children": [], "id": 831, "name": "ParameterList", "src": "7425:0:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", "typeString": "literal_string \"ERC20: approve from the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 832, "name": "Identifier", "src": "7435:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 825, "type": "address", "value": "owner" }, "id": 833, "name": "Identifier", "src": "7443:5:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 834, "name": "ElementaryTypeNameExpression", "src": "7452:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 835, "name": "Literal", "src": "7460:1:3" } ], "id": 836, "name": "FunctionCall", "src": "7452:10:3" } ], "id": 837, "name": "BinaryOperation", "src": "7443:19:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: approve from the zero address\"", "value": "ERC20: approve from the zero address" }, "id": 838, "name": "Literal", "src": "7464:38:3" } ], "id": 839, "name": "FunctionCall", "src": "7435:68:3" } ], "id": 840, "name": "ExpressionStatement", "src": "7435:68:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", "typeString": "literal_string \"ERC20: approve to the zero address\"" } ], "overloadedDeclarations": [ 1454, 1455 ], "referencedDeclaration": 1455, "type": "function (bool,string memory) pure", "value": "require" }, "id": 841, "name": "Identifier", "src": "7513:7:3" }, { "attributes": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_address", "typeString": "address" }, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "!=", "type": "bool" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 827, "type": "address", "value": "spender" }, "id": 842, "name": "Identifier", "src": "7521:7:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": true, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": true }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_rational_0_by_1", "typeString": "int_const 0" } ], "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "type": "type(address)", "value": "address" }, "id": 843, "name": "ElementaryTypeNameExpression", "src": "7532:7:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "30", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "number", "type": "int_const 0", "value": "0" }, "id": 844, "name": "Literal", "src": "7540:1:3" } ], "id": 845, "name": "FunctionCall", "src": "7532:10:3" } ], "id": 846, "name": "BinaryOperation", "src": "7521:21:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a20617070726f766520746f20746865207a65726f2061646472657373", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: approve to the zero address\"", "value": "ERC20: approve to the zero address" }, "id": 847, "name": "Literal", "src": "7544:36:3" } ], "id": 848, "name": "FunctionCall", "src": "7513:68:3" } ], "id": 849, "name": "ExpressionStatement", "src": "7513:68:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "operator": "=", "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": true, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 850, "name": "Identifier", "src": "7592:11:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 825, "type": "address", "value": "owner" }, "id": 851, "name": "Identifier", "src": "7604:5:3" } ], "id": 853, "name": "IndexAccess", "src": "7592:18:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 827, "type": "address", "value": "spender" }, "id": 852, "name": "Identifier", "src": "7611:7:3" } ], "id": 854, "name": "IndexAccess", "src": "7592:27:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 829, "type": "uint256", "value": "amount" }, "id": 855, "name": "Identifier", "src": "7622:6:3" } ], "id": 856, "name": "Assignment", "src": "7592:36:3" } ], "id": 857, "name": "ExpressionStatement", "src": "7592:36:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 1021, "type": "function (address,address,uint256)", "value": "Approval" }, "id": 858, "name": "Identifier", "src": "7643:8:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 825, "type": "address", "value": "owner" }, "id": 859, "name": "Identifier", "src": "7652:5:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 827, "type": "address", "value": "spender" }, "id": 860, "name": "Identifier", "src": "7659:7:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 829, "type": "uint256", "value": "amount" }, "id": 861, "name": "Identifier", "src": "7668:6:3" } ], "id": 862, "name": "FunctionCall", "src": "7643:32:3" } ], "id": 863, "name": "EmitStatement", "src": "7638:37:3" } ], "id": 864, "name": "Block", "src": "7425:257:3" } ], "id": 865, "name": "FunctionDefinition", "src": "7350:332:3" }, { "attributes": { "documentation": "@dev Destroys `amount` tokens from `account`.`amount` is then deducted\nfrom the caller's allowance.\n * See {_burn} and {_approve}.", "implemented": true, "isConstructor": false, "kind": "function", "modifiers": [ null ], "name": "_burnFrom", "scope": 895, "stateMutability": "nonpayable", "superFunction": null, "visibility": "internal" }, "children": [ { "children": [ { "attributes": { "constant": false, "name": "account", "scope": 894, "stateVariable": false, "storageLocation": "default", "type": "address", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "address", "stateMutability": "nonpayable", "type": "address" }, "id": 866, "name": "ElementaryTypeName", "src": "7879:7:3" } ], "id": 867, "name": "VariableDeclaration", "src": "7879:15:3" }, { "attributes": { "constant": false, "name": "amount", "scope": 894, "stateVariable": false, "storageLocation": "default", "type": "uint256", "value": null, "visibility": "internal" }, "children": [ { "attributes": { "name": "uint256", "type": "uint256" }, "id": 868, "name": "ElementaryTypeName", "src": "7896:7:3" } ], "id": 869, "name": "VariableDeclaration", "src": "7896:14:3" } ], "id": 870, "name": "ParameterList", "src": "7878:33:3" }, { "attributes": { "parameters": [ null ] }, "children": [], "id": 871, "name": "ParameterList", "src": "7921:0:3" }, { "children": [ { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 823, "type": "function (address,uint256)", "value": "_burn" }, "id": 872, "name": "Identifier", "src": "7931:5:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 867, "type": "address", "value": "account" }, "id": 873, "name": "Identifier", "src": "7937:7:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 869, "type": "uint256", "value": "amount" }, "id": 874, "name": "Identifier", "src": "7946:6:3" } ], "id": 875, "name": "FunctionCall", "src": "7931:22:3" } ], "id": 876, "name": "ExpressionStatement", "src": "7931:22:3" }, { "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "tuple()", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address_payable", "typeString": "address payable" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "overloadedDeclarations": [ null ], "referencedDeclaration": 865, "type": "function (address,address,uint256)", "value": "_approve" }, "id": 877, "name": "Identifier", "src": "7963:8:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 867, "type": "address", "value": "account" }, "id": 878, "name": "Identifier", "src": "7972:7:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 879, "name": "Identifier", "src": "7981:10:3" } ], "id": 880, "name": "FunctionCall", "src": "7981:12:3" }, { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "uint256", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_stringliteral_a287c363786607a1457a2d9d12fa61c0073358e02d76b4035fc2c2d86a19c0db", "typeString": "literal_string \"ERC20: burn amount exceeds allowance\"" } ], "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "member_name": "sub", "referencedDeclaration": 373, "type": "function (uint256,uint256,string memory) pure returns (uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "uint256" }, "children": [ { "attributes": { "argumentTypes": null, "isConstant": false, "isLValue": true, "isPure": false, "lValueRequested": false, "type": "mapping(address => uint256)" }, "children": [ { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 512, "type": "mapping(address => mapping(address => uint256))", "value": "_allowances" }, "id": 881, "name": "Identifier", "src": "7995:11:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 867, "type": "address", "value": "account" }, "id": 882, "name": "Identifier", "src": "8007:7:3" } ], "id": 883, "name": "IndexAccess", "src": "7995:20:3" }, { "attributes": { "argumentTypes": null, "arguments": [ null ], "isConstant": false, "isLValue": false, "isPure": false, "isStructConstructorCall": false, "lValueRequested": false, "names": [ null ], "type": "address payable", "type_conversion": false }, "children": [ { "attributes": { "argumentTypes": [ null ], "overloadedDeclarations": [ null ], "referencedDeclaration": 14, "type": "function () view returns (address payable)", "value": "_msgSender" }, "id": 884, "name": "Identifier", "src": "8016:10:3" } ], "id": 885, "name": "FunctionCall", "src": "8016:12:3" } ], "id": 886, "name": "IndexAccess", "src": "7995:34:3" } ], "id": 887, "name": "MemberAccess", "src": "7995:38:3" }, { "attributes": { "argumentTypes": null, "overloadedDeclarations": [ null ], "referencedDeclaration": 869, "type": "uint256", "value": "amount" }, "id": 888, "name": "Identifier", "src": "8034:6:3" }, { "attributes": { "argumentTypes": null, "hexvalue": "45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e6365", "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "subdenomination": null, "token": "string", "type": "literal_string \"ERC20: burn amount exceeds allowance\"", "value": "ERC20: burn amount exceeds allowance" }, "id": 889, "name": "Literal", "src": "8042:38:3" } ], "id": 890, "name": "FunctionCall", "src": "7995:86:3" } ], "id": 891, "name": "FunctionCall", "src": "7963:119:3" } ], "id": 892, "name": "ExpressionStatement", "src": "7963:119:3" } ], "id": 893, "name": "Block", "src": "7921:168:3" } ], "id": 894, "name": "FunctionDefinition", "src": "7860:229:3" } ], "id": 895, "name": "ContractDefinition", "src": "1268:6823:3" } ], "id": 896, "name": "SourceUnit", "src": "0:8092:3" }, "compiler": { "name": "solc", "version": "0.5.16+commit.9c3226ce.Emscripten.clang" }, "networks": {}, "schemaVersion": "3.4.3", "updatedAt": "2021-11-08T16:45:14.429Z", "devdoc": { "details": "Implementation of the {IERC20} interface. * This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20Mintable}. * TIP: For a detailed writeup see our guide https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. * We have followed general OpenZeppelin guidelines: functions revert instead of returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. * Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.", "methods": { "allowance(address,address)": { "details": "See {IERC20-allowance}." }, "approve(address,uint256)": { "details": "See {IERC20-approve}. * Requirements: * - `spender` cannot be the zero address." }, "balanceOf(address)": { "details": "See {IERC20-balanceOf}." }, "decreaseAllowance(address,uint256)": { "details": "Atomically decreases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`." }, "increaseAllowance(address,uint256)": { "details": "Atomically increases the allowance granted to `spender` by the caller. * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. * Emits an {Approval} event indicating the updated allowance. * Requirements: * - `spender` cannot be the zero address." }, "totalSupply()": { "details": "See {IERC20-totalSupply}." }, "transfer(address,uint256)": { "details": "See {IERC20-transfer}. * Requirements: * - `recipient` cannot be the zero address. - the caller must have a balance of at least `amount`." }, "transferFrom(address,address,uint256)": { "details": "See {IERC20-transferFrom}. * Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}; * Requirements: - `sender` and `recipient` cannot be the zero address. - `sender` must have a balance of at least `amount`. - the caller must have allowance for `sender`'s tokens of at least `amount`." } } }, "userdoc": { "methods": {} } }
[ 90, 198, 220, 366, 28484, 5376, 1298, 366, 47691, 1238, 1600, 198, 220, 366, 17914, 1298, 685, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 366, 272, 6704, 1298, 3991, 11, 198, 220, 220, 220, 220, 220, 366, 15414, 82, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "setprototypeof@1.1.1", "_id": "setprototypeof@1.1.1", "_inBundle": false, "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", "_location": "/setprototypeof", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "setprototypeof@1.1.1", "name": "setprototypeof", "escapedName": "setprototypeof", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/express", "/http-errors" ], "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", "_shasum": "7e95acb24aa92f5885e0abef5ba131330d4ae683", "_spec": "setprototypeof@1.1.1", "_where": "/Users/jeremiferre/Documents/Personnel/Projects/NuitInfo2019/cuf-secret/cuf-secret/node_modules/http-errors", "author": { "name": "Wes Todd" }, "bugs": { "url": "https://github.com/wesleytodd/setprototypeof/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A small polyfill for Object.setprototypeof", "devDependencies": { "mocha": "^5.2.0", "standard": "^12.0.1" }, "homepage": "https://github.com/wesleytodd/setprototypeof", "keywords": [ "polyfill", "object", "setprototypeof" ], "license": "ISC", "main": "index.js", "name": "setprototypeof", "repository": { "type": "git", "url": "git+https://github.com/wesleytodd/setprototypeof.git" }, "scripts": { "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", "node11": "NODE_VER=11 npm run testversion", "node4": "NODE_VER=4 npm run testversion", "node6": "NODE_VER=6 npm run testversion", "node9": "NODE_VER=9 npm run testversion", "test": "standard && mocha", "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t" }, "typings": "index.d.ts", "version": "1.1.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 2617, 38124, 1659, 31, 16, 13, 16, 13, 16, 1600, 198, 220, 45434, 312, 1298, 366, 2617, 38124, 1659, 31, 16, 13, 16, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "ppt-png", "_id": "ppt-png@0.5.5", "_inBundle": false, "_integrity": "sha512-II1hTT2ReCSdnGLZuny7HY7zvGHFFQqABhOCZyRDxCJiS/o34lW7027Qm8MQ4NAr/sUfIUAlVql6PySsr3FIow==", "_location": "/ppt-png", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "ppt-png", "name": "ppt-png", "escapedName": "ppt-png", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/ppt-png/-/ppt-png-0.5.5.tgz", "_shasum": "7d5977bca40fff302ad32d3cfbfffb18a7ae8f45", "_spec": "ppt-png", "_where": "C:\\Users\\Shon\\Desktop\\캡스톤\\StudyCatch_1022", "author": { "name": "Pieter Wigboldus", "url": "https://hckr.news/" }, "bugs": { "url": "https://github.com/w3nl/ppt-png/issues" }, "bundleDependencies": false, "dependencies": { "array-helpers": "^1.2.1", "glob": "^7.1.5", "jimp": "^0.8.5" }, "deprecated": false, "description": "Convert ppt to image (png,jpg)", "devDependencies": { "coveralls": "^3.0.7", "eslint": "^6.5.1", "istanbul": "^0.4.5", "mocha": "^6.2.2", "mocha-lcov-reporter": "^1.3.0" }, "engines": { "node": ">= 10.13" }, "files": [ "js/convert.js", "js/pdf2image.js" ], "homepage": "https://github.com/w3nl/ppt-png#readme", "keywords": [ "javascript", "ppt", "pptx", "powerpoint", "png", "jpg", "jpeg" ], "license": "GPL-3.0", "main": "js/convert.js", "name": "ppt-png", "repository": { "type": "git", "url": "git+https://github.com/w3nl/ppt-png.git" }, "scripts": { "cover-check": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "lint": "eslint js/*.js --config .eslintrc", "test": "mocha --reporter spec" }, "version": "0.5.5" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 381, 83, 12, 11134, 1600, 198, 220, 45434, 312, 1298, 366, 381, 83, 12, 11134, 31, 15, 13, 20, 13, 20, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908, 10138, 129...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "is-arrayish@^0.2.1", "_id": "is-arrayish@0.2.1", "_inBundle": false, "_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", "_location": "/is-arrayish", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-arrayish@^0.2.1", "name": "is-arrayish", "escapedName": "is-arrayish", "rawSpec": "^0.2.1", "saveSpec": null, "fetchSpec": "^0.2.1" }, "_requiredBy": [ "/error-ex" ], "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d", "_spec": "is-arrayish@^0.2.1", "_where": "/Applications/XAMPP/xamppfiles/htdocs/office/node_modules/error-ex", "author": { "name": "Qix", "url": "http://github.com/qix-" }, "bugs": { "url": "https://github.com/qix-/node-is-arrayish/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Determines if an object can be used as an array", "devDependencies": { "coffee-script": "^1.9.3", "coveralls": "^2.11.2", "istanbul": "^0.3.17", "mocha": "^2.2.5", "should": "^7.0.1", "xo": "^0.6.1" }, "homepage": "https://github.com/qix-/node-is-arrayish#readme", "keywords": [ "is", "array", "duck", "type", "arrayish", "similar", "proto", "prototype", "type" ], "license": "MIT", "name": "is-arrayish", "repository": { "type": "git", "url": "git+https://github.com/qix-/node-is-arrayish.git" }, "scripts": { "pretest": "xo", "test": "mocha --compilers coffee:coffee-script/register" }, "version": "0.2.1" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 271, 12, 18747, 680, 31, 61, 15, 13, 17, 13, 16, 1600, 198, 220, 45434, 312, 1298, 366, 271, 12, 18747, 680, 31, 15, 13, 17, 13, 16, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "title": "You Me & The Gospel", "url": "https://proideas.dev/", "description": "God is Love!", "feed": { "subtitle": "A good news of the Gospel", "filename": "feed.xml", "path": "/feed/feed.xml", "id": "https://proideas.dev/" }, "author": { "name": "YM&TG", "email": "shawnsandy@proideas.dev" }, "styles": [], "scripts": [ "./js/min/index.min.js" ] }
[ 90, 198, 220, 366, 7839, 1298, 366, 1639, 2185, 1222, 383, 23244, 1600, 198, 220, 366, 6371, 1298, 366, 5450, 1378, 1676, 485, 292, 13, 7959, 14, 1600, 198, 220, 366, 11213, 1298, 366, 13482, 318, 5896, 40754, 198, 220, 366, 12363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"ast":null,"code":"\"use strict\";\n\nexports.__esModule = true;\nexports.default = camelize;\nvar rHyphen = /-(.)/g;\n\nfunction camelize(string) {\n return string.replace(rHyphen, function (_, chr) {\n return chr.toUpperCase();\n });\n}\n\nmodule.exports = exports[\"default\"];","map":{"version":3,"sources":["/home/jr137/COMPX341-Bookstore/assets/node_modules/dom-helpers/util/camelize.js"],"names":["exports","__esModule","default","camelize","rHyphen","string","replace","_","chr","toUpperCase","module"],"mappings":"AAAA;;AAEAA,OAAO,CAACC,UAAR,GAAqB,IAArB;AACAD,OAAO,CAACE,OAAR,GAAkBC,QAAlB;AACA,IAAIC,OAAO,GAAG,OAAd;;AAEA,SAASD,QAAT,CAAkBE,MAAlB,EAA0B;AACxB,SAAOA,MAAM,CAACC,OAAP,CAAeF,OAAf,EAAwB,UAAUG,CAAV,EAAaC,GAAb,EAAkB;AAC/C,WAAOA,GAAG,CAACC,WAAJ,EAAP;AACD,GAFM,CAAP;AAGD;;AAEDC,MAAM,CAACV,OAAP,GAAiBA,OAAO,CAAC,SAAD,CAAxB","sourcesContent":["\"use strict\";\n\nexports.__esModule = true;\nexports.default = camelize;\nvar rHyphen = /-(.)/g;\n\nfunction camelize(string) {\n return string.replace(rHyphen, function (_, chr) {\n return chr.toUpperCase();\n });\n}\n\nmodule.exports = exports[\"default\"];"]},"metadata":{},"sourceType":"script"}
[ 4895, 459, 1298, 8423, 553, 8189, 2404, 7879, 1904, 7646, 7879, 26, 59, 77, 59, 12413, 3742, 13, 834, 274, 26796, 796, 2081, 26, 59, 12413, 3742, 13, 12286, 796, 41021, 1096, 26, 59, 77, 7785, 374, 49926, 831, 796, 1220, 30420, 2014...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "parameters": { "api-version": "2022-01-01-preview", "subscriptionId": "00000000-0000-0000-0000-000000000000", "resourceGroupName": "myResourceGroup", "serviceName": "myservice", "appName": "myapp", "deploymentName": "mydeployment" }, "responses": { "200": { "body": { "properties": { "source": { "type": "Container", "customContainer": { "server": "myacr.azurecr.io", "containerImage": "myContainerImage:v1", "command": [ "/bin/sh" ], "args": [ "-c", "while true; do echo hello; sleep 10;done" ], "imageRegistryCredential": { "username": "myUsername", "password": "" } } }, "deploymentSettings": { "resourceRequests": { "cpu": "1000m", "memory": "3Gi" }, "environmentVariables": { "env": "test" } }, "provisioningState": "Succeeded", "status": "Running", "active": false, "instances": [ { "name": "instance1", "status": "Running", "discoveryStatus": "N/A", "startTime": "2020-08-26T01:55:02Z" } ] }, "systemData": { "createdBy": "sample-user", "createdByType": "User", "createdAt": "2021-08-11T03:16:03.944Z", "lastModifiedBy": "sample-user", "lastModifiedByType": "User", "lastModifiedAt": "2021-08-11T03:17:03.944Z" }, "sku": { "name": "S0", "tier": "Standard", "capacity": 1 }, "type": "Microsoft.AppPlatform/Spring/apps/deployments", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment", "name": "mydeployment" } } } }
[ 90, 198, 220, 366, 17143, 7307, 1298, 1391, 198, 220, 220, 220, 366, 15042, 12, 9641, 1298, 366, 1238, 1828, 12, 486, 12, 486, 12, 3866, 1177, 1600, 198, 220, 220, 220, 366, 7266, 33584, 7390, 1298, 366, 8269, 12, 2388, 12, 2388, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"__type__":"cc.SpriteFrame","content":{"name":"tongyong_btn_sq_purple","texture":"00ktS/1/pFSoB2wmrCoVUN","rect":[0,0,98,86],"offset":[0,0],"originalSize":[98,86],"capInsets":[0,0,0,0]}}
[ 4895, 834, 4906, 834, 2404, 535, 13, 38454, 578, 19778, 2430, 11299, 8351, 3672, 2404, 83, 506, 88, 506, 62, 46118, 62, 31166, 62, 14225, 1154, 2430, 41293, 2404, 405, 21841, 50, 14, 16, 14, 79, 37, 2396, 33, 17, 26377, 81, 7222, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "teams": [ { "id": "linkedin", "name": "LinkedIn", "order": 2, "iconUrl": "/assets/img/linkedin.png" }, { "id": "ms", "name": "Microsoft", "order": 3, "iconUrl": "/assets/img/microsoft.png" }, { "id": "avengers", "name": "Avengers", "order": 4, "iconUrl": "/assets/img/avengers.jpg" }, { "id": "angrycat", "name": "Angry Cat", "order": 5, "iconUrl": "/assets/img/angry-cat.jpg" }, { "id": "javascript", "name": "Javascript", "order": 6, "iconUrl": "/assets/img/js.png" } ], "users": [ { "id": 0, "name": "Dilbert", "username": "dilbert", "iconUrl": "/assets/img/dilbert.jpg" }, { "id": 1, "name": "Mike North", "username": "mike", "iconUrl": "/assets/img/mike.jpeg" }, { "id": 2, "name": "Lisa Huang-North", "username": "lisa", "iconUrl": "/assets/img/lisa.jpeg" }, { "id": 3, "name": "Clippy", "username": "clippy", "iconUrl": "/assets/img/clippy.png" }, { "id": 4, "name": "office97", "username": "office", "iconUrl": "/assets/img/office97.png" }, { "id": 5, "name": "Tony Stark", "username": "ironman", "iconUrl": "/assets/img/ironman.jpg" }, { "id": 6, "name": "Thor", "username": "thor", "iconUrl": "/assets/img/thor.jpg" }, { "id": 7, "name": "Dr Stephen Strange", "username": "strange", "iconUrl": "/assets/img/drstrange.jpg" }, { "id": 8, "name": "Lil Bub", "username": "bub", "iconUrl": "/assets/img/cat.jpg" }, { "id": 9, "name": "Colonel Meow", "username": "meow", "iconUrl": "/assets/img/colonel-meow.jpg" }, { "id": 10, "name": "Maru", "username": "maru", "iconUrl": "/assets/img/maru.jpg" }, { "id": 11, "name": "NodeJS", "username": "nodejs", "iconUrl": "/assets/img/node.png" }, { "id": 12, "name": "Engineer Anon", "username": "anonymous", "iconUrl": "/assets/img/desk_flip.jpg" }, { "id": 13, "name": "Typescript", "username": "typescript", "iconUrl": "/assets/img/ts.png" }, { "id": 14, "name": "jQuery", "username": "jquery", "iconUrl": "/assets/img/jquery.png" }, { "id": 15, "name": "boss man", "username": "boss", "iconUrl": "/assets/img/boss.jpg" } ], "channels": [ { "id": "recruiting", "name": "recruiting", "description": "The Next Generation Of Recruiting. Find top talents today!", "teamId": "linkedin" }, { "id": "jobs", "name": "Job hunting", "description": "Discover companies that fit you.", "teamId": "linkedin" }, { "id": "tbt", "name": "throw back thursday", "description": "Remember the good old days? yay, us too.", "teamId": "ms" }, { "id": "endgame", "name": "top secret", "description": "for your eyes only", "teamId": "avengers" }, { "id": "dominate", "name": "catnip", "description": "exchange tips and best practicse on world domination", "teamId": "angrycat", "isDisabled": true }, { "id": "funny", "name": "funny", "description": "think you got what it takes? Share your best memes / jokes here!", "teamId": "javascript" } ], "messages": [ { "channelId": "funny", "teamId": "javascript", "body": "\"How do you comfort a JavaScript bug?\" ", "userId": "14", "createdAt": 1556679721022, "id": 20 }, { "channelId": "funny", "teamId": "javascript", "body": "I dunno.. you de-bug it?", "userId": "12", "createdAt": 1556679740793, "id": 21 }, { "channelId": "funny", "teamId": "javascript", "body": "No man, You console it", "userId": "14", "createdAt": 1556679745885, "id": 22 }, { "channelId": "funny", "teamId": "javascript", "body": " Why was the JavaScript developer sad?", "userId": "14", "createdAt": 1556679754017, "id": 23 }, { "channelId": "funny", "teamId": "javascript", "body": "Because there are too many JS frameworks!", "userId": "11", "createdAt": 1556679782382, "id": 24 }, { "channelId": "funny", "teamId": "javascript", "body": "Wrong! It's because he didn’t Node how to Express himself", "userId": "14", "createdAt": 1556679797050, "id": 25 }, { "channelId": "funny", "teamId": "javascript", "body": "ha-ha", "userId": "11", "createdAt": 1556679800867, "id": 26 }, { "channelId": "funny", "teamId": "javascript", "body": "Ok here's one: Why do C# and Java developers keep breaking their keyboards?", "userId": "12", "createdAt": 1556679820803, "id": 27 }, { "channelId": "funny", "teamId": "javascript", "body": "Mmm... because one of them tried to write a Hello World application in Java EE?", "userId": "14", "createdAt": 1556679939014, "id": 28 }, { "channelId": "funny", "teamId": "javascript", "body": "Nah, it's because they both use strongly typed language", "userId": "12", "createdAt": 1556680157584, "id": 29 }, { "channelId": "funny", "teamId": "javascript", "body": "Seriously.", "userId": "13", "createdAt": 1556680172998, "id": 30 }, { "channelId": "endgame", "teamId": "avengers", "body": "Hey... has someone seen my hammer? I can't find it and I need a can opener...", "userId": "6", "createdAt": 1556680603106, "id": 31 }, { "channelId": "endgame", "teamId": "avengers", "body": "No, if you remember the exact date and time you last used it, I can open a time portal for you", "userId": "7", "createdAt": 1556680649251, "id": 32 }, { "channelId": "endgame", "teamId": "avengers", "body": "I'm pretty sure I saw whats-his-name take it. You might want to work out more or the hammer might choose *him* instead", "userId": "5", "createdAt": 1556680753815, "id": 33 }, { "channelId": "endgame", "teamId": "avengers", "body": "NO! I SHALL BRING THUNDER DOWN ON HIM!", "userId": "6", "createdAt": 1556680812491, "id": 34 }, { "channelId": "endgame", "teamId": "avengers", "body": "With which hand? Are you giving up the beer or Fortnite?", "userId": "5", "createdAt": 1556680973259, "id": 35 }, { "channelId": "dominate", "teamId": "angrycat", "body": "Meowhahaha! I crossed the 800K followers mark today! One step closer to world domination 😈", "userId": "8", "createdAt": 1556681392393, "id": 36 }, { "channelId": "dominate", "teamId": "angrycat", "body": "What did you cats get up to today?", "userId": "8", "createdAt": 1556681406684, "id": 37 }, { "channelId": "dominate", "teamId": "angrycat", "body": "Oh and Penguin approached me for another book deal today. Apparently my last book has been hailed \"a literary classic\"...", "userId": "8", "createdAt": 1556681504008, "id": 38 }, { "channelId": "dominate", "teamId": "angrycat", "body": "Can you believe these human?", "userId": "8", "createdAt": 1556681514248, "id": 39 }, { "channelId": "dominate", "teamId": "angrycat", "body": "Pfff, 800K on what network? I have 400K fans on Facebook and they hail me as their \"fearsome dictator\", a \"prodigious Scotch drinker\" and \"the angriest cat in the world\"", "userId": "9", "createdAt": 1556681660966, "id": 40 }, { "channelId": "dominate", "teamId": "angrycat", "body": "AND I hold a Guinness world record 🏆, beat that Bub 🐈", "userId": "9", "createdAt": 1556681701911, "id": 41 }, { "channelId": "dominate", "teamId": "angrycat", "body": "*stretches* not that anyone's counting, but my videos have been been viewed over 325 million times on Youtube. ", "userId": "10", "createdAt": 1556681886829, "id": 42 }, { "channelId": "dominate", "teamId": "angrycat", "body": "Holding a Guinness World Record doesn't get us closer to world domination, meow. We need to think outside the box", "userId": "10", "createdAt": 1556681916083, "id": 43 }, { "channelId": "dominate", "teamId": "angrycat", "body": "But I looooooove cupboard boxes! ", "userId": "8", "createdAt": 1556681928716, "id": 44 }, { "channelId": "tbt", "teamId": "ms", "body": "Sigh, I miss having a job...", "userId": "3", "createdAt": 1556682112281, "id": 45 }, { "channelId": "tbt", "teamId": "ms", "body": "It was so nice to \"talk\" and help people around the world with their spelling mistakes!", "userId": "3", "createdAt": 1556682143644, "id": 46 }, { "channelId": "tbt", "teamId": "ms", "body": "Don't you miss it?", "userId": "3", "createdAt": 1556682148707, "id": 47 }, { "channelId": "tbt", "teamId": "ms", "body": "Tell me about it, they were so happy when they found the pinball game in Word 97", "userId": "4", "createdAt": 1556682251128, "id": 48 }, { "channelId": "tbt", "teamId": "ms", "body": "OHH and that flight simulator game in Excel! People always tried to shoot me for some reason", "userId": "3", "createdAt": 1556682314145, "id": 49 }, { "channelId": "tbt", "teamId": "ms", "body": "At least people remembers you and try to bring you back. I don't think anyone even use floppy disks installation any more...", "userId": "4", "createdAt": 1556682392864, "id": 50 }, { "channelId": "tbt", "teamId": "ms", "body": "I don't miss Windows 95 though. Dang he was slow!", "userId": "4", "createdAt": 1556682501011, "id": 51 }, { "channelId": "recruiting", "teamId": "linkedin", "body": "Hey guys, looking for a ninja rockstar software engineer. Must have 15 years of Rust experience and willing to take 80% compensation in equity. We have free lunches and table tennis in the office.", "userId": "15", "createdAt": 1556682816711, "id": 52 }, { "channelId": "recruiting", "teamId": "linkedin", "body": "Oh and the position is in Antarctica. Low income tax rate, free snow cones and the skiing is great!", "userId": "15", "createdAt": 1556682870302, "id": 53 }, { "channelId": "jobs", "teamId": "linkedin", "body": "LF new position. Our tech lead just decided to go with a COBOL/CoffeeScript stack and I'm getting out of here!!", "userId": "2", "createdAt": 1556682931336, "id": 54 }, { "channelId": "recruiting", "teamId": "linkedin", "body": "#ask Does anyone know the difference between Java and Javascript? ", "userId": "0", "createdAt": 1556682976168, "id": 55 }, { "channelId": "recruiting", "teamId": "linkedin", "body": "Ah nvm, probably doesn't matter. I'll just spray and pray", "userId": "0", "createdAt": 1556682987555, "id": 56 }, { "channelId": "jobs", "teamId": "linkedin", "body": "Somebody just gave me a LinkedIn endorsement for \"Copying & Pasting from Stackoverflow\" and \"Private API usage.\" Are they trying to tell me something?", "userId": "1", "createdAt": 1556683077121, "id": 57 }, { "teamId": "linkedin", "channelId": "recruiting", "userId": "2", "body": "test", "createdAt": 1616782424779, "id": 60 }, { "teamId": "linkedin", "channelId": "recruiting", "userId": "2", "body": "new", "createdAt": 1616782470958, "id": 62 }, { "teamId": "linkedin", "channelId": "recruiting", "userId": "2", "body": "test", "createdAt": 1616785938812, "id": 73 } ] }
[ 90, 198, 220, 366, 660, 4105, 1298, 685, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 366, 312, 1298, 366, 25614, 259, 1600, 198, 220, 220, 220, 220, 220, 366, 3672, 1298, 366, 40574, 1600, 198, 220, 220, 220, 220, 220,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[{"id":33415,"text":"\u0a38\u0a32\u0a4b\u0a15\u0a41 \u0a2e\u0a03 \u0a69 \u0965","original":"\u0a38\u0a32\u0a4b\u0a15\u0a41\u0a2e\u0a03\u0a69\u0965","melody_id":1,"author_id":2,"hymn":2105,"page":787,"line":8,"section":"Suhi - Vaar Suhi Ki","search":"\u0a38\u0a2e","language_id":54,"translation":{"id":568039,"scripture_id":33415,"text":"Shalok, Third Mehl:","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735109,"scripture_id":33415,"text":"sal\u014dk mah 3 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":1,"melody":"None","gurmukhi":"","description":"There is no melody or mood associated with this line, which may be because it is the preamble to the hymn, or is not meant to be read in any particular melody or mood"},"author":{"id":2,"author":"None","gurmukhi":"","description":"There is no author associated with this line, as it may be the preamble to the hymn"},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33416,"text":"\u0a38\u0a24\u0a40\u0a06 \u0a0f\u0a39\u0a3f \u0a28 \u0a06\u0a16\u0a40\u0a05\u0a28\u0a3f \u0a1c\u0a4b \u0a2e\u0a5c\u0a3f\u0a06 \u0a32\u0a17\u0a3f \u0a1c\u0a32\u0a70\u0a28\u0a4d\u0a39\u0a3f \u0965","original":"\u0a38\u0a24\u0a40\u0a06\u0a0f\u0a39\u0a3f\u0a28\u0a06\u0a16\u0a40\u0a05\u0a28\u0a3f\u0a1c\u0a4b\u0a2e\u0a5c\u0a3f\u0a06\u0a32\u0a17\u0a3f\u0a1c\u0a32\u0a70\u0a28\u0a4d\u0a39\u0a3f\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":8,"section":"Suhi - Vaar Suhi Ki","search":"\u0a38\u0a72\u0a28\u0a05\u0a1c\u0a2e\u0a32\u0a1c","language_id":54,"translation":{"id":568056,"scripture_id":33416,"text":"Do not call them 'satee', who burn themselves along with their husbands' corpses.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735131,"scripture_id":33416,"text":"sat\u012b\u0101 \u0113h n \u0101kh\u012ban j\u014d mari\u0101 lag jalannh .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33417,"text":"\u0a28\u0a3e\u0a28\u0a15 \u0a38\u0a24\u0a40\u0a06 \u0a1c\u0a3e\u0a23\u0a40\u0a05\u0a28\u0a4d\u0a39\u0a3f \u0a1c\u0a3f \u0a2c\u0a3f\u0a30\u0a39\u0a47 \u0a1a\u0a4b\u0a1f \u0a2e\u0a30\u0a70\u0a28\u0a4d\u0a39\u0a3f \u0965\u0a67\u0965","original":"\u0a28\u0a3e\u0a28\u0a15\u0a38\u0a24\u0a40\u0a06\u0a1c\u0a3e\u0a23\u0a40\u0a05\u0a28\u0a4d\u0a39\u0a3f\u0a1c\u0a3f\u0a2c\u0a3f\u0a30\u0a39\u0a47\u0a1a\u0a4b\u0a1f\u0a2e\u0a30\u0a70\u0a28\u0a4d\u0a39\u0a3f\u0965\u0a67\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":9,"section":"Suhi - Vaar Suhi Ki","search":"\u0a28\u0a38\u0a1c\u0a1c\u0a2c\u0a1a\u0a2e","language_id":54,"translation":{"id":568073,"scripture_id":33417,"text":"O Nanak, they alone are known as 'satee', who die from the shock of separation. ||1||","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735153,"scripture_id":33417,"text":"n\u0101nak sat\u012b\u0101 j\u0101n\u012banh j birah\u0113 ch\u014dt marannh .1.","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33418,"text":"\u0a2e\u0a03 \u0a69 \u0965","original":"\u0a2e\u0a03\u0a69\u0965","melody_id":1,"author_id":2,"hymn":2105,"page":787,"line":9,"section":"Suhi - Vaar Suhi Ki","search":"\u0a2e","language_id":54,"translation":{"id":568090,"scripture_id":33418,"text":"Third Mehl:","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735175,"scripture_id":33418,"text":"mah 3 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":1,"melody":"None","gurmukhi":"","description":"There is no melody or mood associated with this line, which may be because it is the preamble to the hymn, or is not meant to be read in any particular melody or mood"},"author":{"id":2,"author":"None","gurmukhi":"","description":"There is no author associated with this line, as it may be the preamble to the hymn"},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33419,"text":"\u0a2d\u0a40 \u0a38\u0a4b \u0a38\u0a24\u0a40\u0a06 \u0a1c\u0a3e\u0a23\u0a40\u0a05\u0a28\u0a3f \u0a38\u0a40\u0a32 \u0a38\u0a70\u0a24\u0a4b\u0a16\u0a3f \u0a30\u0a39\u0a70\u0a28\u0a4d\u0a39\u0a3f \u0965","original":"\u0a2d\u0a40\u0a38\u0a4b\u0a38\u0a24\u0a40\u0a06\u0a1c\u0a3e\u0a23\u0a40\u0a05\u0a28\u0a3f\u0a38\u0a40\u0a32\u0a38\u0a70\u0a24\u0a4b\u0a16\u0a3f\u0a30\u0a39\u0a70\u0a28\u0a4d\u0a39\u0a3f\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":9,"section":"Suhi - Vaar Suhi Ki","search":"\u0a2d\u0a38\u0a38\u0a1c\u0a38\u0a38\u0a30","language_id":54,"translation":{"id":568107,"scripture_id":33419,"text":"They are also known as 'satee', who abide in modesty and contentment.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735197,"scripture_id":33419,"text":"bh\u012b s\u014d sat\u012b\u0101 j\u0101n\u012ban s\u012bl sant\u014dkh rahannh .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33420,"text":"\u0a38\u0a47\u0a35\u0a28\u0a3f \u0a38\u0a3e\u0a08 \u0a06\u0a2a\u0a23\u0a3e \u0a28\u0a3f\u0a24 \u0a09\u0a20\u0a3f \u0a38\u0a70\u0a2e\u0a4d\u0a39\u0a3e\u0a32\u0a70\u0a28\u0a4d\u0a39\u0a3f \u0965\u0a68\u0965","original":"\u0a38\u0a47\u0a35\u0a28\u0a3f\u0a38\u0a3e\u0a08\u0a06\u0a2a\u0a23\u0a3e\u0a28\u0a3f\u0a24\u0a09\u0a20\u0a3f\u0a38\u0a70\u0a2e\u0a4d\u0a39\u0a3e\u0a32\u0a70\u0a28\u0a4d\u0a39\u0a3f\u0965\u0a68\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":10,"section":"Suhi - Vaar Suhi Ki","search":"\u0a38\u0a38\u0a05\u0a28\u0a73\u0a38","language_id":54,"translation":{"id":568124,"scripture_id":33420,"text":"They serve their Lord, and rise in the early hours to contemplate Him. ||2||","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735219,"scripture_id":33420,"text":"s\u0113van s\u0101\u012b \u0101pan\u0101 nit uth sanmh\u0101lannh .2.","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33421,"text":"\u0a2e\u0a03 \u0a69 \u0965","original":"\u0a2e\u0a03\u0a69\u0965","melody_id":1,"author_id":2,"hymn":2105,"page":787,"line":10,"section":"Suhi - Vaar Suhi Ki","search":"\u0a2e","language_id":54,"translation":{"id":568141,"scripture_id":33421,"text":"Third Mehl:","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735241,"scripture_id":33421,"text":"mah 3 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":1,"melody":"None","gurmukhi":"","description":"There is no melody or mood associated with this line, which may be because it is the preamble to the hymn, or is not meant to be read in any particular melody or mood"},"author":{"id":2,"author":"None","gurmukhi":"","description":"There is no author associated with this line, as it may be the preamble to the hymn"},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33422,"text":"\u0a15\u0a70\u0a24\u0a3e \u0a28\u0a3e\u0a32\u0a3f \u0a2e\u0a39\u0a47\u0a32\u0a40\u0a06 \u0a38\u0a47\u0a24\u0a40 \u0a05\u0a17\u0a3f \u0a1c\u0a32\u0a3e\u0a39\u0a3f \u0965","original":"\u0a15\u0a70\u0a24\u0a3e\u0a28\u0a3e\u0a32\u0a3f\u0a2e\u0a39\u0a47\u0a32\u0a40\u0a06\u0a38\u0a47\u0a24\u0a40\u0a05\u0a17\u0a3f\u0a1c\u0a32\u0a3e\u0a39\u0a3f\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":10,"section":"Suhi - Vaar Suhi Ki","search":"\u0a15\u0a28\u0a2e\u0a38\u0a05\u0a1c","language_id":54,"translation":{"id":568158,"scripture_id":33422,"text":"The widows burn themselves in the fire, along with their husbands' corpses.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735263,"scripture_id":33422,"text":"kant\u0101 n\u0101l mah\u0113l\u012b\u0101 s\u0113t\u012b ag jal\u0101h .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33423,"text":"\u0a1c\u0a47 \u0a1c\u0a3e\u0a23\u0a39\u0a3f \u0a2a\u0a3f\u0a30\u0a41 \u0a06\u0a2a\u0a23\u0a3e \u0a24\u0a3e \u0a24\u0a28\u0a3f \u0a26\u0a41\u0a16 \u0a38\u0a39\u0a3e\u0a39\u0a3f \u0965","original":"\u0a1c\u0a47\u0a1c\u0a3e\u0a23\u0a39\u0a3f\u0a2a\u0a3f\u0a30\u0a41\u0a06\u0a2a\u0a23\u0a3e\u0a24\u0a3e\u0a24\u0a28\u0a3f\u0a26\u0a41\u0a16\u0a38\u0a39\u0a3e\u0a39\u0a3f\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":11,"section":"Suhi - Vaar Suhi Ki","search":"\u0a1c\u0a1c\u0a2a\u0a05\u0a24\u0a24\u0a26\u0a38","language_id":54,"translation":{"id":568175,"scripture_id":33423,"text":"If they truly knew their husbands, then they suffer terrible bodily pain.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735285,"scripture_id":33423,"text":"j\u0113 j\u0101nah pir \u0101pan\u0101 t\u0101 tan dukh sah\u0101h .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33424,"text":"\u0a28\u0a3e\u0a28\u0a15 \u0a15\u0a70\u0a24 \u0a28 \u0a1c\u0a3e\u0a23\u0a28\u0a40 \u0a38\u0a47 \u0a15\u0a3f\u0a09 \u0a05\u0a17\u0a3f \u0a1c\u0a32\u0a3e\u0a39\u0a3f \u0965","original":"\u0a28\u0a3e\u0a28\u0a15\u0a15\u0a70\u0a24\u0a28\u0a1c\u0a3e\u0a23\u0a28\u0a40\u0a38\u0a47\u0a15\u0a3f\u0a09\u0a05\u0a17\u0a3f\u0a1c\u0a32\u0a3e\u0a39\u0a3f\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":11,"section":"Suhi - Vaar Suhi Ki","search":"\u0a28\u0a15\u0a28\u0a1c\u0a38\u0a15\u0a05\u0a1c","language_id":54,"translation":{"id":568192,"scripture_id":33424,"text":"O Nanak, if they did not truly know their husbands, why should they burn themselves in the fire?","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735307,"scripture_id":33424,"text":"n\u0101nak kant n j\u0101nan\u012b s\u0113 kiu ag jal\u0101h .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33425,"text":"\u0a2d\u0a3e\u0a35\u0a48 \u0a1c\u0a40\u0a35\u0a09 \u0a15\u0a48 \u0a2e\u0a30\u0a09 \u0a26\u0a42\u0a30\u0a39\u0a41 \u0a39\u0a40 \u0a2d\u0a1c\u0a3f \u0a1c\u0a3e\u0a39\u0a3f \u0965\u0a69\u0965","original":"\u0a2d\u0a3e\u0a35\u0a48\u0a1c\u0a40\u0a35\u0a09\u0a15\u0a48\u0a2e\u0a30\u0a09\u0a26\u0a42\u0a30\u0a39\u0a41\u0a39\u0a40\u0a2d\u0a1c\u0a3f\u0a1c\u0a3e\u0a39\u0a3f\u0965\u0a69\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":12,"section":"Suhi - Vaar Suhi Ki","search":"\u0a2d\u0a1c\u0a15\u0a2e\u0a26\u0a39\u0a2d\u0a1c","language_id":54,"translation":{"id":568209,"scripture_id":33425,"text":"Whether their husbands are alive or dead, those wives remain far away from them. ||3||","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735329,"scripture_id":33425,"text":"bh\u0101vai j\u012bvau kai marau d\u016brah h\u012b bhaj j\u0101h .3.","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33426,"text":"\u0a2a\u0a09\u0a5c\u0a40 \u0965","original":"\u0a2a\u0a09\u0a5c\u0a40\u0965","melody_id":1,"author_id":2,"hymn":2105,"page":787,"line":12,"section":"Suhi - Vaar Suhi Ki","search":"\u0a2a","language_id":54,"translation":{"id":568226,"scripture_id":33426,"text":"Pauree:","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735351,"scripture_id":33426,"text":"paur\u012b .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":1,"melody":"None","gurmukhi":"","description":"There is no melody or mood associated with this line, which may be because it is the preamble to the hymn, or is not meant to be read in any particular melody or mood"},"author":{"id":2,"author":"None","gurmukhi":"","description":"There is no author associated with this line, as it may be the preamble to the hymn"},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33427,"text":"\u0a24\u0a41\u0a27\u0a41 \u0a26\u0a41\u0a16\u0a41 \u0a38\u0a41\u0a16\u0a41 \u0a28\u0a3e\u0a32\u0a3f \u0a09\u0a2a\u0a3e\u0a07\u0a06 \u0a32\u0a47\u0a16\u0a41 \u0a15\u0a30\u0a24\u0a48 \u0a32\u0a3f\u0a16\u0a3f\u0a06 \u0965","original":"\u0a24\u0a41\u0a27\u0a41\u0a26\u0a41\u0a16\u0a41\u0a38\u0a41\u0a16\u0a41\u0a28\u0a3e\u0a32\u0a3f\u0a09\u0a2a\u0a3e\u0a07\u0a06\u0a32\u0a47\u0a16\u0a41\u0a15\u0a30\u0a24\u0a48\u0a32\u0a3f\u0a16\u0a3f\u0a06\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":12,"section":"Suhi - Vaar Suhi Ki","search":"\u0a24\u0a26\u0a38\u0a28\u0a73\u0a32\u0a15\u0a32","language_id":54,"translation":{"id":568243,"scripture_id":33427,"text":"You created pain along with pleasure; O Creator, such is the writ You have written.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735373,"scripture_id":33427,"text":"tudh dukh sukh n\u0101l up\u0101i\u0101 l\u0113kh karatai likhi\u0101 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33428,"text":"\u0a28\u0a3e\u0a35\u0a48 \u0a1c\u0a47\u0a35\u0a21 \u0a39\u0a4b\u0a30 \u0a26\u0a3e\u0a24\u0a3f \u0a28\u0a3e\u0a39\u0a40 \u0a24\u0a3f\u0a38\u0a41 \u0a30\u0a42\u0a2a\u0a41 \u0a28 \u0a30\u0a3f\u0a16\u0a3f\u0a06 \u0965","original":"\u0a28\u0a3e\u0a35\u0a48\u0a1c\u0a47\u0a35\u0a21\u0a39\u0a4b\u0a30\u0a26\u0a3e\u0a24\u0a3f\u0a28\u0a3e\u0a39\u0a40\u0a24\u0a3f\u0a38\u0a41\u0a30\u0a42\u0a2a\u0a41\u0a28\u0a30\u0a3f\u0a16\u0a3f\u0a06\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":13,"section":"Suhi - Vaar Suhi Ki","search":"\u0a28\u0a1c\u0a39\u0a26\u0a28\u0a24\u0a30\u0a28\u0a30","language_id":54,"translation":{"id":568260,"scripture_id":33428,"text":"There is no other gift as great as the Name; it has no form or sign.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735395,"scripture_id":33428,"text":"n\u0101vai j\u0113vad h\u014dr d\u0101t n\u0101h\u012b tis r\u016bp n rikhi\u0101 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33429,"text":"\u0a28\u0a3e\u0a2e\u0a41 \u0a05\u0a16\u0a41\u0a1f\u0a41 \u0a28\u0a3f\u0a27\u0a3e\u0a28\u0a41 \u0a39\u0a48 \u0a17\u0a41\u0a30\u0a2e\u0a41\u0a16\u0a3f \u0a2e\u0a28\u0a3f \u0a35\u0a38\u0a3f\u0a06 \u0965","original":"\u0a28\u0a3e\u0a2e\u0a41\u0a05\u0a16\u0a41\u0a1f\u0a41\u0a28\u0a3f\u0a27\u0a3e\u0a28\u0a41\u0a39\u0a48\u0a17\u0a41\u0a30\u0a2e\u0a41\u0a16\u0a3f\u0a2e\u0a28\u0a3f\u0a35\u0a38\u0a3f\u0a06\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":13,"section":"Suhi - Vaar Suhi Ki","search":"\u0a28\u0a05\u0a28\u0a39\u0a17\u0a2e\u0a35","language_id":54,"translation":{"id":568277,"scripture_id":33429,"text":"The Naam, the Name of the Lord, is an inexhaustible treasure; it abides in the mind of the Gurmukh.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735417,"scripture_id":33429,"text":"n\u0101m akhut nidh\u0101n hai guramukh man vasi\u0101 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33430,"text":"\u0a15\u0a30\u0a3f \u0a15\u0a3f\u0a30\u0a2a\u0a3e \u0a28\u0a3e\u0a2e\u0a41 \u0a26\u0a47\u0a35\u0a38\u0a40 \u0a2b\u0a3f\u0a30\u0a3f \u0a32\u0a47\u0a16\u0a41 \u0a28 \u0a32\u0a3f\u0a16\u0a3f\u0a06 \u0965","original":"\u0a15\u0a30\u0a3f\u0a15\u0a3f\u0a30\u0a2a\u0a3e\u0a28\u0a3e\u0a2e\u0a41\u0a26\u0a47\u0a35\u0a38\u0a40\u0a2b\u0a3f\u0a30\u0a3f\u0a32\u0a47\u0a16\u0a41\u0a28\u0a32\u0a3f\u0a16\u0a3f\u0a06\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":14,"section":"Suhi - Vaar Suhi Ki","search":"\u0a15\u0a15\u0a28\u0a26\u0a2b\u0a32\u0a28\u0a32","language_id":54,"translation":{"id":568294,"scripture_id":33430,"text":"In His Mercy, He blesses us with the Naam, and then, the writ of pain and pleasure is not written.","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735439,"scripture_id":33430,"text":"kar kirap\u0101 n\u0101m d\u0113vas\u012b phir l\u0113kh n likhi\u0101 .","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}},{"id":33431,"text":"\u0a38\u0a47\u0a35\u0a15 \u0a2d\u0a3e\u0a07 \u0a38\u0a47 \u0a1c\u0a28 \u0a2e\u0a3f\u0a32\u0a47 \u0a1c\u0a3f\u0a28 \u0a39\u0a30\u0a3f \u0a1c\u0a2a\u0a41 \u0a1c\u0a2a\u0a3f\u0a06 \u0965\u0a6c\u0965","original":"\u0a38\u0a47\u0a35\u0a15\u0a2d\u0a3e\u0a07\u0a38\u0a47\u0a1c\u0a28\u0a2e\u0a3f\u0a32\u0a47\u0a1c\u0a3f\u0a28\u0a39\u0a30\u0a3f\u0a1c\u0a2a\u0a41\u0a1c\u0a2a\u0a3f\u0a06\u0965\u0a6c\u0965","melody_id":32,"author_id":5,"hymn":2105,"page":787,"line":14,"section":"Suhi - Vaar Suhi Ki","search":"\u0a38\u0a2d\u0a38\u0a1c\u0a2e\u0a1c\u0a39\u0a1c\u0a1c","language_id":54,"translation":{"id":568311,"scripture_id":33431,"text":"Those humble servants who serve with love, meet the Lord, chanting the Chant of the Lord. ||6||","language_id":13,"language":{"id":13,"language":"English","code":"en-US","script":"latn","direction":1,"accuracy":99}},"transliteration":{"id":735461,"scripture_id":33431,"text":"s\u0113vak bh\u0101i s\u0113 jan mil\u0113 jin har jap japi\u0101 .6.","language_id":69,"language":{"id":69,"language":"Latin","code":null,"script":"latn","direction":1,"accuracy":99}},"melody":{"id":32,"melody":"Suhi","gurmukhi":"\u0a38\u0a42\u0a39\u0a40","description":"Suhi is an expression of such devotion that the listener experiences feelings of extreme closeness and undying love. The listener is bathed in that love and genuinely comes to know what it means to adore."},"author":{"id":5,"author":"Guru Amar Das","gurmukhi":"\u0a2e\u0a03 \u0a69","description":"Guru Amar Das [1479 - 1574] was the third Guru of the Sikhs, born at Basarke in Amritsar. His father, Tej Bhan and mother Bakht Kaur were orthodox Hindus. He became the oldest Sikh Guru.<br\/><\/br>Guru Amar Das put an end to tradition of sati, the burning of the widow on her husbands funeral pyre, and encouraged the remarriage of widows. He opened 22 preaching centres called Manjees and founded the town of Goindwal as the headquarters for the Sikh community."},"language":{"id":54,"language":"Gurmukhi","code":"pa","script":"guru","direction":1,"accuracy":99}}]
[ 58, 4895, 312, 1298, 31380, 1314, 553, 5239, 2404, 59, 84, 15, 64, 2548, 59, 84, 15, 64, 2624, 59, 84, 15, 64, 19, 65, 59, 84, 15, 64, 1314, 59, 84, 15, 64, 3901, 3467, 84, 15, 64, 17, 68, 59, 84, 15, 64, 3070, 3467, 84, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "isobject@3.0.1", "/Users/shanegring/GitHub/core-directory" ] ], "_development": true, "_from": "isobject@3.0.1", "_id": "isobject@3.0.1", "_inBundle": false, "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "_location": "/gulp-watch/isobject", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "isobject@3.0.1", "name": "isobject", "escapedName": "isobject", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/gulp-watch/braces" ], "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "_spec": "3.0.1", "_where": "/Users/shanegring/GitHub/core-directory", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/isobject/issues" }, "contributors": [ { "url": "https://github.com/LeSuisse" }, { "name": "Brian Woodward", "url": "https://twitter.com/doowb" }, { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Magnús Dæhlen", "url": "https://github.com/magnudae" }, { "name": "Tom MacWright", "url": "https://macwright.org" } ], "dependencies": {}, "description": "Returns true if the value is an object and not an array or null.", "devDependencies": { "gulp-format-md": "^0.1.9", "mocha": "^2.4.5" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.d.ts", "index.js" ], "homepage": "https://github.com/jonschlinkert/isobject", "keywords": [ "check", "is", "is-object", "isobject", "kind", "kind-of", "kindof", "native", "object", "type", "typeof", "value" ], "license": "MIT", "main": "index.js", "name": "isobject", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/isobject.git" }, "scripts": { "test": "mocha" }, "types": "index.d.ts", "verb": { "related": { "list": [ "extend-shallow", "is-plain-object", "kind-of", "merge-deep" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] }, "version": "3.0.1" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 271, 15252, 31, 18, 13, 15, 13, 16, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 1477, 1531, 70, 1806, 14, 38, 270, 1606...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "nodebpm", "version": "1.0.0", "description": "A sample Node.js app using Express 4", "author": "Bright Liao", "private": false, "engines": { "node": "12.x" }, "scripts": { "start": "node ./bin/www", "test": "mocha bpm/*.spec.js routes/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/heroku/node-js-getting-started" }, "keywords": [ "node", "bpmn2", "Business Process", "automation", "express" ], "license": "See license in LICENSE file.", "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1", "http-errors": "~1.6.3", "jade": "~1.11.0", "lodash": "^4.17.15", "morgan": "~1.9.1", "xml2js": "^0.4.23", "node-fetch": "^2.6.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^7.2.0" } }
[ 90, 198, 220, 366, 3672, 1298, 366, 17440, 65, 4426, 1600, 198, 220, 366, 9641, 1298, 366, 16, 13, 15, 13, 15, 1600, 198, 220, 366, 11213, 1298, 366, 32, 6291, 19081, 13, 8457, 598, 1262, 10604, 604, 1600, 198, 220, 366, 9800, 129...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "output_file": "settings.json", "OnlyLive": { "type": "checkbox", "value": false, "label": "Only play while live?", "tooltip": "Toggles only-live functionality", "group": "General" }, "PointsName": { "type": "textbox", "value": "points", "label": "Name of your points", "tooltip": "This displays in certain messages", "group": "General" }, "GameCommand": { "type": "textbox", "value": "!rafflegame", "label": "Current raffle target command", "tooltip": "The command used to display the current game on raffle.", "group": "General" }, "RaffleCommand": { "type": "textbox", "value": "!raffle", "label": "Raffle entry command", "tooltip": "The command used to enter a raffle.", "group": "General" }, "Duration": { "type": "textbox", "value": 1800, "label": "Duration of giveaways", "tooltip": "How long people have to join a giveaway.", "group": "General" } }
[ 90, 198, 220, 366, 22915, 62, 7753, 1298, 366, 33692, 13, 17752, 1600, 198, 220, 366, 10049, 18947, 1298, 1391, 198, 220, 220, 220, 366, 4906, 1298, 366, 9122, 3524, 1600, 198, 220, 220, 220, 366, 8367, 1298, 3991, 11, 198, 220, 220...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"ast":null,"code":"'use strict';\n\nvar bind = require('function-bind');\n\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);","map":{"version":3,"sources":["C:/Users/davin.DESKTOP-83VQBDE/Documents/restaurant_sidechain/node_modules/has/src/index.js"],"names":["bind","require","module","exports","call","Function","Object","prototype","hasOwnProperty"],"mappings":"AAAA;;AAEA,IAAIA,IAAI,GAAGC,OAAO,CAAC,eAAD,CAAlB;;AAEAC,MAAM,CAACC,OAAP,GAAiBH,IAAI,CAACI,IAAL,CAAUC,QAAQ,CAACD,IAAnB,EAAyBE,MAAM,CAACC,SAAP,CAAiBC,cAA1C,CAAjB","sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\n\nmodule.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);\n"]},"metadata":{},"sourceType":"script"}
[ 4895, 459, 1298, 8423, 553, 8189, 2404, 6, 1904, 7646, 17020, 59, 77, 59, 77, 7785, 11007, 796, 2421, 10786, 8818, 12, 21653, 24036, 59, 77, 59, 77, 21412, 13, 1069, 3742, 796, 11007, 13, 13345, 7, 22203, 13, 13345, 11, 9515, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "ms@2.0.0", "/home/methawee/test/BasicNetwork-2.0/api-1.4" ] ], "_from": "ms@2.0.0", "_id": "ms@2.0.0", "_inBundle": false, "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "_location": "/ms", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ms@2.0.0", "name": "ms", "escapedName": "ms", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/body-parser/debug", "/debug", "/express-session/debug", "/express/debug", "/finalhandler/debug", "/jsonwebtoken", "/nano/debug" ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/methawee/test/BasicNetwork-2.0/api-1.4", "bugs": { "url": "https://github.com/zeit/ms/issues" }, "description": "Tiny milisecond conversion utility", "devDependencies": { "eslint": "3.19.0", "expect.js": "0.3.1", "husky": "0.13.3", "lint-staged": "3.4.1", "mocha": "3.4.1" }, "eslintConfig": { "extends": "eslint:recommended", "env": { "node": true, "es6": true } }, "files": [ "index.js" ], "homepage": "https://github.com/zeit/ms#readme", "license": "MIT", "lint-staged": { "*.js": [ "npm run lint", "prettier --single-quote --write", "git add" ] }, "main": "./index", "name": "ms", "repository": { "type": "git", "url": "git+https://github.com/zeit/ms.git" }, "scripts": { "lint": "eslint lib/* bin/*", "precommit": "lint-staged", "test": "mocha tests.js" }, "version": "2.0.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 907, 31, 17, 13, 15, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 12813, 11195, 14, 76, 2788, 707, 1453, 14, 9288, 14, 26416, 2624...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "ci-info@^1.0.0", "_id": "ci-info@1.1.3", "_inBundle": false, "_integrity": "sha512-SK/846h/Rcy8q9Z9CAwGBLfCJ6EkjJWdpelWDufQpqVDYq2Wnnv8zlSO6AMQap02jvhVruKKpEtQOufo3pFhLg==", "_location": "/ci-info", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ci-info@^1.0.0", "name": "ci-info", "escapedName": "ci-info", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/is-ci" ], "_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.1.3.tgz", "_shasum": "710193264bb05c77b8c90d02f5aaf22216a667b2", "_spec": "ci-info@^1.0.0", "_where": "/Users/gauravs/Desktop/testADChain/spruik/node_modules/is-ci", "author": { "name": "Thomas Watson Steen", "email": "w@tson.dk", "url": "https://twitter.com/wa7son" }, "bugs": { "url": "https://github.com/watson/ci-info/issues" }, "bundleDependencies": false, "coordinates": [ 55.777613, 12.589943 ], "dependencies": {}, "deprecated": false, "description": "Get details about the current Continuous Integration environment", "devDependencies": { "clear-require": "^1.0.1", "standard": "^10.0.3" }, "homepage": "https://github.com/watson/ci-info", "keywords": [ "ci", "continuous", "integration", "test", "detect" ], "license": "MIT", "main": "index.js", "name": "ci-info", "repository": { "type": "git", "url": "git+https://github.com/watson/ci-info.git" }, "scripts": { "test": "standard && node test.js" }, "version": "1.1.3" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 979, 12, 10951, 31, 61, 16, 13, 15, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 979, 12, 10951, 31, 16, 13, 16, 13, 18, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "Socket-lab-cheddo", "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" }, "@szmarczak/http-timer": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", "requires": { "defer-to-connect": "^1.0.1" } }, "@types/component-emitter": { "version": "1.2.10", "resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.10.tgz", "integrity": "sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==" }, "@types/cookie": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.0.tgz", "integrity": "sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==" }, "@types/cors": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.9.tgz", "integrity": "sha512-zurD1ibz21BRlAOIKP8yhrxlqKx6L9VCwkB5kMiP6nZAhoF5MvC7qS1qPA7nRcr1GJolfkQC7/EAL4hdYejLtg==" }, "@types/node": { "version": "14.14.25", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz", "integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==" }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" }, "accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "requires": { "mime-types": "~2.1.24", "negotiator": "0.6.2" } }, "ansi-align": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", "requires": { "string-width": "^3.0.0" }, "dependencies": { "string-width": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "requires": { "emoji-regex": "^7.0.1", "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^5.1.0" } } } }, "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "requires": { "color-convert": "^2.0.1" } }, "anymatch": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "axios": { "version": "0.21.1", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } }, "backo2": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "base64-arraybuffer": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", "integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=" }, "base64id": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" }, "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" }, "body-parser": { "version": "1.19.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", "requires": { "bytes": "3.1.0", "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", "http-errors": "1.7.2", "iconv-lite": "0.4.24", "on-finished": "~2.3.0", "qs": "6.7.0", "raw-body": "2.4.0", "type-is": "~1.6.17" } }, "boxen": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", "requires": { "ansi-align": "^3.0.0", "camelcase": "^5.3.1", "chalk": "^3.0.0", "cli-boxes": "^2.2.0", "string-width": "^4.1.0", "term-size": "^2.1.0", "type-fest": "^0.8.1", "widest-line": "^3.1.0" } }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "requires": { "fill-range": "^7.0.1" } }, "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" }, "cacheable-request": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", "requires": { "clone-response": "^1.0.2", "get-stream": "^5.1.0", "http-cache-semantics": "^4.0.0", "keyv": "^3.0.0", "lowercase-keys": "^2.0.0", "normalize-url": "^4.1.0", "responselike": "^1.0.2" }, "dependencies": { "get-stream": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "requires": { "pump": "^3.0.0" } }, "lowercase-keys": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" } } }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "chalk": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "dependencies": { "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "requires": { "has-flag": "^4.0.0" } } } }, "child_process": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz", "integrity": "sha1-sffn/HPSXn/R1FWtyU4UODAYK1o=" }, "chokidar": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.5.0" } }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" }, "cli-boxes": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" }, "clone-response": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", "requires": { "mimic-response": "^1.0.0" } }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { "color-name": "~1.1.4" } }, "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "component-emitter": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "configstore": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", "requires": { "dot-prop": "^5.2.0", "graceful-fs": "^4.1.2", "make-dir": "^3.0.0", "unique-string": "^2.0.0", "write-file-atomic": "^3.0.0", "xdg-basedir": "^4.0.0" } }, "content-disposition": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", "requires": { "safe-buffer": "5.1.2" } }, "content-type": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, "cookie": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" }, "cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "cors": { "version": "2.8.5", "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", "requires": { "object-assign": "^4", "vary": "^1" } }, "crypto-random-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" } }, "decompress-response": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "requires": { "mimic-response": "^1.0.0" } }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, "defer-to-connect": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" }, "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" }, "destroy": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" }, "dot-prop": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", "requires": { "is-obj": "^2.0.0" } }, "duplexer3": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" }, "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "emoji-regex": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" }, "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "requires": { "once": "^1.4.0" } }, "engine.io": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz", "integrity": "sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==", "requires": { "accepts": "~1.3.4", "base64id": "2.0.0", "cookie": "~0.4.1", "cors": "~2.8.5", "debug": "~4.3.1", "engine.io-parser": "~4.0.0", "ws": "~7.4.2" }, "dependencies": { "cookie": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "engine.io-client": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-4.1.1.tgz", "integrity": "sha512-iYasV/EttP/2pLrdowe9G3zwlNIFhwny8VSIh+vPlMnYZqSzLsTzSLa9hFy015OrH1s4fzoYxeHjVkO8hSFKwg==", "requires": { "base64-arraybuffer": "0.1.4", "component-emitter": "~1.3.0", "debug": "~4.3.1", "engine.io-parser": "~4.0.1", "has-cors": "1.1.0", "parseqs": "0.0.6", "parseuri": "0.0.6", "ws": "~7.4.2", "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "engine.io-parser": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.2.tgz", "integrity": "sha512-sHfEQv6nmtJrq6TKuIz5kyEKH/qSdK56H/A+7DnAuUPWosnIZAS2NHNcPLmyjtY3cGS/MqJdZbUjW97JU72iYg==", "requires": { "base64-arraybuffer": "0.1.4" } }, "escape-goat": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" }, "etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" }, "express": { "version": "4.17.1", "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", "requires": { "accepts": "~1.3.7", "array-flatten": "1.1.1", "body-parser": "1.19.0", "content-disposition": "0.5.3", "content-type": "~1.0.4", "cookie": "0.4.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "~1.1.2", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", "finalhandler": "~1.1.2", "fresh": "0.5.2", "merge-descriptors": "1.0.1", "methods": "~1.1.2", "on-finished": "~2.3.0", "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.5", "qs": "6.7.0", "range-parser": "~1.2.1", "safe-buffer": "5.1.2", "send": "0.17.1", "serve-static": "1.14.1", "setprototypeof": "1.1.1", "statuses": "~1.5.0", "type-is": "~1.6.18", "utils-merge": "1.0.1", "vary": "~1.1.2" } }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "requires": { "to-regex-range": "^5.0.1" } }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "requires": { "debug": "2.6.9", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "on-finished": "~2.3.0", "parseurl": "~1.3.3", "statuses": "~1.5.0", "unpipe": "~1.0.0" } }, "follow-redirects": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" }, "forwarded": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" }, "fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" }, "fsevents": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz", "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==", "optional": true }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "requires": { "pump": "^3.0.0" } }, "glob-parent": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", "requires": { "is-glob": "^4.0.1" } }, "global-dirs": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz", "integrity": "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==", "requires": { "ini": "1.3.7" } }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", "requires": { "@sindresorhus/is": "^0.14.0", "@szmarczak/http-timer": "^1.1.2", "cacheable-request": "^6.0.0", "decompress-response": "^3.3.0", "duplexer3": "^0.1.4", "get-stream": "^4.1.0", "lowercase-keys": "^1.0.1", "mimic-response": "^1.0.1", "p-cancelable": "^1.0.0", "to-readable-stream": "^1.0.0", "url-parse-lax": "^3.0.0" } }, "graceful-fs": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, "has-cors": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" }, "has-yarn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" }, "http-cache-semantics": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" }, "http-errors": { "version": "1.7.2", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", "requires": { "depd": "~1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.1", "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" } }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "requires": { "safer-buffer": ">= 2.1.2 < 3" } }, "ignore-by-default": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=" }, "import-lazy": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=" }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" }, "ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "requires": { "binary-extensions": "^2.0.0" } }, "is-ci": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", "requires": { "ci-info": "^2.0.0" } }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, "is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "requires": { "is-extglob": "^2.1.1" } }, "is-installed-globally": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", "requires": { "global-dirs": "^2.0.1", "is-path-inside": "^3.0.1" } }, "is-npm": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==" }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, "is-obj": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" }, "is-path-inside": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==" }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, "is-yarn-global": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" }, "json-buffer": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" }, "keyv": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", "requires": { "json-buffer": "3.0.0" } }, "latest-version": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", "requires": { "package-json": "^6.3.0" } }, "lowercase-keys": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" }, "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "requires": { "semver": "^6.0.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" }, "merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" }, "mime-db": { "version": "1.45.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz", "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==" }, "mime-types": { "version": "2.1.28", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz", "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==", "requires": { "mime-db": "1.45.0" } }, "mimic-response": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "negotiator": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "nodemon": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.7.tgz", "integrity": "sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==", "requires": { "chokidar": "^3.2.2", "debug": "^3.2.6", "ignore-by-default": "^1.0.1", "minimatch": "^3.0.4", "pstree.remy": "^1.1.7", "semver": "^5.7.1", "supports-color": "^5.5.0", "touch": "^3.1.0", "undefsafe": "^2.0.3", "update-notifier": "^4.1.0" }, "dependencies": { "debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "requires": { "ms": "^2.1.1" } }, "ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" } } }, "nopt": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", "requires": { "abbrev": "1" } }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "normalize-url": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, "on-finished": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "requires": { "ee-first": "1.1.1" } }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { "wrappy": "1" } }, "p-cancelable": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" }, "package-json": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", "requires": { "got": "^9.6.0", "registry-auth-token": "^4.0.0", "registry-url": "^5.0.0", "semver": "^6.2.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, "parseqs": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz", "integrity": "sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==" }, "parseuri": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz", "integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==" }, "parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, "path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, "picomatch": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" }, "prepend-http": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "proxy-addr": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", "requires": { "forwarded": "~0.1.2", "ipaddr.js": "1.9.1" } }, "pstree.remy": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" }, "pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" } }, "pupa": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", "requires": { "escape-goat": "^2.0.0" } }, "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" }, "range-parser": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "raw-body": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", "requires": { "bytes": "3.1.0", "http-errors": "1.7.2", "iconv-lite": "0.4.24", "unpipe": "1.0.0" } }, "rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "requires": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" } }, "readdirp": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", "requires": { "picomatch": "^2.2.1" } }, "registry-auth-token": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", "requires": { "rc": "^1.2.8" } }, "registry-url": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", "requires": { "rc": "^1.2.8" } }, "responselike": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", "requires": { "lowercase-keys": "^1.0.0" } }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" }, "semver-diff": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", "requires": { "semver": "^6.3.0" }, "dependencies": { "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, "send": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", "requires": { "debug": "2.6.9", "depd": "~1.1.2", "destroy": "~1.0.4", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", "fresh": "0.5.2", "http-errors": "~1.7.2", "mime": "1.6.0", "ms": "2.1.1", "on-finished": "~2.3.0", "range-parser": "~1.2.1", "statuses": "~1.5.0" }, "dependencies": { "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "serve-static": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", "requires": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.17.1" } }, "setprototypeof": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" }, "signal-exit": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" }, "socket.io": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-3.1.1.tgz", "integrity": "sha512-7cBWdsDC7bbyEF6WbBqffjizc/H4YF1wLdZoOzuYfo2uMNSFjJKuQ36t0H40o9B20DO6p+mSytEd92oP4S15bA==", "requires": { "@types/cookie": "^0.4.0", "@types/cors": "^2.8.8", "@types/node": "^14.14.10", "accepts": "~1.3.4", "base64id": "~2.0.0", "debug": "~4.3.1", "engine.io": "~4.1.0", "socket.io-adapter": "~2.1.0", "socket.io-parser": "~4.0.3" }, "dependencies": { "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "socket.io-adapter": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.1.0.tgz", "integrity": "sha512-+vDov/aTsLjViYTwS9fPy5pEtTkrbEKsw2M+oVSoFGw6OD1IpvlV1VPhUzNbofCQ8oyMbdYJqDtGdmHQK6TdPg==" }, "socket.io-client": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-3.1.1.tgz", "integrity": "sha512-BLgIuCjI7Sf3mDHunKddX9zKR/pbkP7IACM3sJS3jha+zJ6/pGKRV6Fz5XSBHCfUs9YzT8kYIqNwOOuFNLtnYA==", "requires": { "@types/component-emitter": "^1.2.10", "backo2": "~1.0.2", "component-emitter": "~1.3.0", "debug": "~4.3.1", "engine.io-client": "~4.1.0", "parseuri": "0.0.6", "socket.io-parser": "~4.0.4" }, "dependencies": { "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "socket.io-parser": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz", "integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==", "requires": { "@types/component-emitter": "^1.2.10", "component-emitter": "~1.3.0", "debug": "~4.3.1" }, "dependencies": { "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.0" }, "dependencies": { "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "requires": { "ansi-regex": "^5.0.0" } } } }, "strip-ansi": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "requires": { "ansi-regex": "^4.1.0" } }, "strip-json-comments": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "requires": { "has-flag": "^3.0.0" } }, "term-size": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" }, "to-readable-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "requires": { "is-number": "^7.0.0" } }, "toidentifier": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" }, "touch": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", "requires": { "nopt": "~1.0.10" } }, "type-fest": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" }, "type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "requires": { "media-typer": "0.3.0", "mime-types": "~2.1.24" } }, "typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", "requires": { "is-typedarray": "^1.0.0" } }, "undefsafe": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", "requires": { "debug": "^2.2.0" } }, "unique-string": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "requires": { "crypto-random-string": "^2.0.0" } }, "unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" }, "update-notifier": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", "requires": { "boxen": "^4.2.0", "chalk": "^3.0.0", "configstore": "^5.0.1", "has-yarn": "^2.1.0", "import-lazy": "^2.1.0", "is-ci": "^2.0.0", "is-installed-globally": "^0.3.1", "is-npm": "^4.0.0", "is-yarn-global": "^0.3.0", "latest-version": "^5.0.0", "pupa": "^2.0.1", "semver-diff": "^3.1.1", "xdg-basedir": "^4.0.0" } }, "url-parse-lax": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", "requires": { "prepend-http": "^2.0.0" } }, "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "widest-line": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", "requires": { "string-width": "^4.0.0" } }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", "requires": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", "signal-exit": "^3.0.2", "typedarray-to-buffer": "^3.1.5" } }, "ws": { "version": "7.4.3", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz", "integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==" }, "xdg-basedir": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" }, "xmlhttprequest-ssl": { "version": "1.5.5", "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, "yeast": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" } } }
[ 90, 198, 220, 366, 3672, 1298, 366, 39105, 12, 23912, 12, 1740, 4598, 1600, 198, 220, 366, 9641, 1298, 366, 16, 13, 15, 13, 15, 1600, 198, 220, 366, 5354, 7753, 14815, 1298, 352, 11, 198, 220, 366, 47911, 1298, 2081, 11, 198, 220,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "resolve-from@3.0.0", "C:\\Users\\Amdte\\Desktop\\sites\\react\\blog" ] ], "_development": true, "_from": "resolve-from@3.0.0", "_id": "resolve-from@3.0.0", "_inBundle": false, "_integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", "_location": "/stylefmt/resolve-from", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "resolve-from@3.0.0", "name": "resolve-from", "escapedName": "resolve-from", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/stylefmt/stylelint" ], "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", "_spec": "3.0.0", "_where": "C:\\Users\\Amdte\\Desktop\\sites\\react\\blog", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/resolve-from/issues" }, "description": "Resolve the path of a module like `require.resolve()` but from a given path", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/resolve-from#readme", "keywords": [ "require", "resolve", "path", "module", "from", "like", "import", "path" ], "license": "MIT", "name": "resolve-from", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/resolve-from.git" }, "scripts": { "test": "xo && ava" }, "version": "3.0.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 411, 6442, 12, 6738, 31, 18, 13, 15, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 366, 34, 25, 6852, 14490, 6852, 5840, 67, 660, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "archive-type@3.2.0", "/Users/chidinmako/Javascript/Cocoa-Cacoo" ] ], "_development": true, "_from": "archive-type@3.2.0", "_id": "archive-type@3.2.0", "_inBundle": false, "_integrity": "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y=", "_location": "/cwebp-bin/archive-type", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "archive-type@3.2.0", "name": "archive-type", "escapedName": "archive-type", "rawSpec": "3.2.0", "saveSpec": null, "fetchSpec": "3.2.0" }, "_requiredBy": [ "/cwebp-bin/bin-build" ], "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz", "_spec": "3.2.0", "_where": "/Users/chidinmako/Javascript/Cocoa-Cacoo", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/archive-type/issues" }, "dependencies": { "file-type": "^3.1.0" }, "description": "Detect the archive type of a Buffer/Uint8Array", "devDependencies": { "ava": "^0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/kevva/archive-type#readme", "keywords": [ "7zip", "archive", "buffer", "bz2", "bzip2", "check", "detect", "gz", "gzip", "mime", "rar", "zip", "type" ], "license": "MIT", "name": "archive-type", "repository": { "type": "git", "url": "git+https://github.com/kevva/archive-type.git" }, "scripts": { "test": "node test/test.js" }, "version": "3.2.0", "xo": { "rules": { "no-negated-condition": 0 } } }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 17474, 12, 4906, 31, 18, 13, 17, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 28402, 259, 76, 25496, 14, 41, 160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"ast":null,"code":"import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(\"path\", {\n d: \"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z\"\n}), 'LoopSharp');","map":{"version":3,"sources":["/home/antariksh/Rudra/git_repo/websiterudra/node_modules/@material-ui/icons/esm/LoopSharp.js"],"names":["React","createSvgIcon","createElement","d"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,aAAP,MAA0B,uBAA1B;AACA,eAAeA,aAAa,CAACD,KAAK,CAACE,aAAN,CAAoB,MAApB,EAA4B;AACvDC,EAAAA,CAAC,EAAE;AADoD,CAA5B,CAAD,EAExB,WAFwB,CAA5B","sourcesContent":["import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(\"path\", {\n d: \"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z\"\n}), 'LoopSharp');"]},"metadata":{},"sourceType":"module"}
[ 4895, 459, 1298, 8423, 553, 8189, 2404, 11748, 21492, 422, 705, 45018, 17020, 59, 77, 11748, 2251, 50, 45119, 19578, 422, 705, 19571, 26791, 14, 17953, 50, 45119, 19578, 17020, 59, 12413, 634, 4277, 2251, 50, 45119, 19578, 7, 3041, 529,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "category": "Data", "description": "Add features to a feature layer.", "formal_name": "AddFeatures", "ignore": false, "images": [ "AddFeatures.jpg" ], "keywords": [ "edit", "feature", "online service" ], "nuget_packages": { "Esri.ArcGISRuntime": "100.8.0" }, "offline_data": [], "redirect_from": [ "/net/latest/wpf/sample-code/addfeatures.htm" ], "relevant_apis": [ "Feature", "FeatureEditResult", "FeatureLayer", "ServiceFeatureTable" ], "snippets": [ "AddFeatures.xaml", "AddFeatures.xaml.cs" ], "title": "Add features" }
[ 90, 198, 220, 220, 220, 366, 22872, 1298, 366, 6601, 1600, 198, 220, 220, 220, 366, 11213, 1298, 366, 4550, 3033, 284, 257, 3895, 7679, 33283, 198, 220, 220, 220, 366, 687, 282, 62, 3672, 1298, 366, 4550, 23595, 1600, 198, 220, 220,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"page":0,"full_page":false,"headline":"Un hombre mata a puñaladas a su ex novia en Madrid y se suicida","date":"2009-12-03T14:20:12.797Z","content":"Un hombre mata a puñaladas a su ex novia en Madrid y se suicida\n\nUna mujer de 20 años ha muerto esta mañana en el barrio de la Elipa de Madrid (distrito de Ciudad Lineal) tras ser apuñalada presuntamente por su ex novio, que se ha suicidado tras cometer el crimen. La víctima, de nacionalidad boliviana, ha sido hallada por los bomberos después de recibir el aviso de su actual pareja, alarmado porque no recibía respuesta al llamar a la puerta.\nAlertados por el novio actual de la chica, los bomberos han forzado la entrada a la vivienda, en la tercera planta del número 30 de la calle María Teresa Sáenz de Heredia. Al entrar, han encontrado a la chica, de nacionalidad boliviana, tendida en el suelo con cuatro heridas de arma blanca -dos en el abdomen, otra en el costado y una cuarta en la zona lumbar. Ya estaba muerta.\nSobre ella yacía el presunto agresor, también de nacionalidad boliviana, que al parecer se ha suicidado con la misma arma blanca usada para cometer el crimen.\n NEWSLETTER \n Recibe la mejor información en tu bandeja de entrada ","url":"https://elpais.com/sociedad/2009/12/03/actualidad/1259794809_850215.html","newspaper":"elpais","scraper_id":"all-digitalocean-scraper","id":"442ea9aa-3b22-449e-62be-4292f1ed57df","sentiment_analysis":{"score":-14,"comparative":-0.07,"tokens":[{"value":"un","negate":false},{"value":"hombre","negate":false},{"value":"mata","negate":false},{"value":"a","negate":false},{"value":"puñaladas","negate":false},{"value":"a","negate":false},{"value":"su","negate":false},{"value":"ex","negate":false},{"value":"novia","negate":false},{"value":"en","negate":false},{"value":"madrid","negate":false},{"value":"y","negate":false},{"value":"se","negate":false},{"value":"suicida","negate":false},{"value":"una","negate":false},{"value":"mujer","negate":false},{"value":"de","negate":false},{"value":"20","negate":false},{"value":"años","negate":false},{"value":"ha","negate":false},{"value":"muerto","negate":false},{"value":"esta","negate":false},{"value":"mañana","negate":false},{"value":"en","negate":false},{"value":"el","negate":false},{"value":"barrio","negate":false},{"value":"de","negate":false},{"value":"la","negate":false},{"value":"elipa","negate":false},{"value":"de","negate":false},{"value":"madrid","negate":false},{"value":"distrito","negate":false},{"value":"de","negate":false},{"value":"ciudad","negate":false},{"value":"lineal","negate":false},{"value":"tras","negate":false},{"value":"ser","negate":false},{"value":"apuñalada","negate":false},{"value":"presuntamente","negate":false},{"value":"por","negate":false},{"value":"su","negate":false},{"value":"ex","negate":false},{"value":"novio","negate":false},{"value":"que","negate":false},{"value":"se","negate":false},{"value":"ha","negate":false},{"value":"suicidado","negate":false},{"value":"tras","negate":false},{"value":"cometer","negate":false},{"value":"el","negate":false},{"value":"crimen","negate":false},{"value":"la","negate":false},{"value":"víctima","negate":false},{"value":"de","negate":false},{"value":"nacionalidad","negate":false},{"value":"boliviana","negate":false},{"value":"ha","negate":false},{"value":"sido","negate":false},{"value":"hallada","negate":false},{"value":"por","negate":false},{"value":"los","negate":false},{"value":"bomberos","negate":false},{"value":"después","negate":false},{"value":"de","negate":false},{"value":"recibir","negate":false},{"value":"el","negate":false},{"value":"aviso","negate":false},{"value":"de","negate":false},{"value":"su","negate":false},{"value":"actual","negate":false},{"value":"pareja","negate":false},{"value":"alarmado","negate":false},{"value":"porque","negate":false},{"value":"no","negate":true},{"value":"recibía","negate":false},{"value":"respuesta","negate":false},{"value":"al","negate":false},{"value":"llamar","negate":false},{"value":"a","negate":false},{"value":"la","negate":false},{"value":"puerta","negate":false},{"value":"alertados","negate":false},{"value":"por","negate":false},{"value":"el","negate":false},{"value":"novio","negate":false},{"value":"actual","negate":false},{"value":"de","negate":false},{"value":"la","negate":false},{"value":"chica","negate":false},{"value":"los","negate":false},{"value":"bomberos","negate":false},{"value":"han","negate":false},{"value":"forzado","negate":false},{"value":"la","negate":false},{"value":"entrada","negate":false},{"value":"a","negate":false},{"value":"la","negate":false},{"value":"vivienda","negate":false},{"value":"en","negate":false},{"value":"la","negate":false},{"value":"tercera","negate":false},{"value":"planta","negate":false},{"value":"del","negate":false},{"value":"número","negate":false},{"value":"30","negate":false},{"value":"de","negate":false},{"value":"la","negate":false},{"value":"calle","negate":false},{"value":"maría","negate":false},{"value":"teresa","negate":false},{"value":"sáenz","negate":false},{"value":"de","negate":false},{"value":"heredia","negate":false},{"value":"al","negate":false},{"value":"entrar","negate":false},{"value":"han","negate":false},{"value":"encontrado","negate":false},{"value":"a","negate":false},{"value":"la","negate":false},{"value":"chica","negate":false},{"value":"de","negate":false},{"value":"nacionalidad","negate":false},{"value":"boliviana","negate":false},{"value":"tendida","negate":false},{"value":"en","negate":false},{"value":"el","negate":false},{"value":"suelo","negate":false},{"value":"con","negate":false},{"value":"cuatro","negate":false},{"value":"heridas","negate":false},{"value":"de","negate":false},{"value":"arma","negate":false},{"value":"blanca","negate":false},{"value":"-dos","negate":false},{"value":"en","negate":false},{"value":"el","negate":false},{"value":"abdomen","negate":false},{"value":"otra","negate":false},{"value":"en","negate":false},{"value":"el","negate":false},{"value":"costado","negate":false},{"value":"y","negate":false},{"value":"una","negate":false},{"value":"cuarta","negate":false},{"value":"en","negate":false},{"value":"la","negate":false},{"value":"zona","negate":false},{"value":"lumbar","negate":false},{"value":"ya","negate":false},{"value":"estaba","negate":false},{"value":"muerta","negate":false},{"value":"sobre","negate":false},{"value":"ella","negate":false},{"value":"yacía","negate":false},{"value":"el","negate":false},{"value":"presunto","negate":false},{"value":"agresor","negate":false},{"value":"también","negate":false},{"value":"de","negate":false},{"value":"nacionalidad","negate":false},{"value":"boliviana","negate":false},{"value":"que","negate":false},{"value":"al","negate":false},{"value":"parecer","negate":false},{"value":"se","negate":false},{"value":"ha","negate":false},{"value":"suicidado","negate":false},{"value":"con","negate":false},{"value":"la","negate":false},{"value":"misma","negate":false},{"value":"arma","negate":false},{"value":"blanca","negate":false},{"value":"usada","negate":false},{"value":"para","negate":false},{"value":"cometer","negate":false},{"value":"el","negate":false},{"value":"crimen","negate":false},{"value":"newsletter","negate":false},{"value":"recibe","negate":false},{"value":"la","negate":false},{"value":"mejor","negate":false},{"value":"información","negate":false},{"value":"en","negate":false},{"value":"tu","negate":false},{"value":"bandeja","negate":false},{"value":"de","negate":false},{"value":"entrada","negate":false}],"words":["puñaladas","suicida","muerto","cometer","crimen","víctima","alarmado","forzado","agresor","cometer","crimen","mejor"],"positive":["cometer","cometer","mejor"],"negative":["puñaladas","suicida","muerto","crimen","víctima","alarmado","forzado","agresor","crimen"]}}
[ 4895, 7700, 1298, 15, 553, 12853, 62, 7700, 1298, 9562, 553, 2256, 1370, 2404, 3118, 289, 2381, 260, 285, 1045, 257, 47574, 12654, 282, 38768, 257, 424, 409, 645, 8869, 551, 14708, 331, 384, 424, 291, 3755, 2430, 4475, 2404, 10531, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "escape-html@1.0.3", "/Users/mbp/Development/code/mod-4/FlickPix/flickpix-frontend" ] ], "_from": "escape-html@1.0.3", "_id": "escape-html@1.0.3", "_inBundle": false, "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", "_location": "/escape-html", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "escape-html@1.0.3", "name": "escape-html", "escapedName": "escape-html", "rawSpec": "1.0.3", "saveSpec": null, "fetchSpec": "1.0.3" }, "_requiredBy": [ "/express", "/finalhandler", "/send", "/serve-index", "/serve-static" ], "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "_spec": "1.0.3", "_where": "/Users/mbp/Development/code/mod-4/FlickPix/flickpix-frontend", "bugs": { "url": "https://github.com/component/escape-html/issues" }, "description": "Escape string for use in HTML", "devDependencies": { "beautify-benchmark": "0.2.4", "benchmark": "1.0.0" }, "files": [ "LICENSE", "Readme.md", "index.js" ], "homepage": "https://github.com/component/escape-html#readme", "keywords": [ "escape", "html", "utility" ], "license": "MIT", "name": "escape-html", "repository": { "type": "git", "url": "git+https://github.com/component/escape-html.git" }, "scripts": { "bench": "node benchmark/index.js" }, "version": "1.0.3" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 41915, 12, 6494, 31, 16, 13, 15, 13, 18, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 2022, 79, 14, 41206, 14, 8189, 14,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"nom":"Savigné-sur-Lathan","circ":"5ème circonscription","dpt":"Indre-et-Loire","inscrits":1003,"abs":585,"votants":418,"blancs":34,"nuls":12,"exp":372,"res":[{"nuance":"LR","nom":"M. Fabrice BOIGARD","voix":189},{"nuance":"REM","nom":"Mme Sabine THILLAYE","voix":183}]}
[ 4895, 26601, 2404, 47362, 570, 2634, 12, 11793, 12, 43, 6696, 2430, 21170, 2404, 20, 14064, 1326, 2498, 684, 6820, 2430, 67, 457, 2404, 5497, 260, 12, 316, 12, 27654, 557, 2430, 1040, 22213, 82, 1298, 3064, 18, 553, 8937, 1298, 38905,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "@types/yargs-parser@13.1.0", "/Users/ameeramou/my-project/themes/default" ] ], "_development": true, "_from": "@types/yargs-parser@13.1.0", "_id": "@types/yargs-parser@13.1.0", "_inBundle": false, "_integrity": "sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==", "_location": "/@types/yargs-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@types/yargs-parser@13.1.0", "name": "@types/yargs-parser", "escapedName": "@types%2fyargs-parser", "scope": "@types", "rawSpec": "13.1.0", "saveSpec": null, "fetchSpec": "13.1.0" }, "_requiredBy": [ "/@types/yargs" ], "_resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz", "_spec": "13.1.0", "_where": "/Users/ameeramou/my-project/themes/default", "bugs": { "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" }, "contributors": [ { "name": "Miles Johnson", "url": "https://github.com/milesj" } ], "dependencies": {}, "description": "TypeScript definitions for yargs-parser", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme", "license": "MIT", "main": "", "name": "@types/yargs-parser", "repository": { "type": "git", "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/yargs-parser" }, "scripts": {}, "typeScriptVersion": "2.2", "types": "index", "typesPublisherContentHash": "72de0ca12c18b0e895e8b04198e0599f4b08e2766251f330f2c7e8a1b008986d", "version": "13.1.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 44212, 19199, 14, 88, 22046, 12, 48610, 31, 1485, 13, 16, 13, 15, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 480, 263, 321, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "fresh@0.5.2", "_id": "fresh@0.5.2", "_inBundle": false, "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", "_location": "/fresh", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fresh@0.5.2", "name": "fresh", "escapedName": "fresh", "rawSpec": "0.5.2", "saveSpec": null, "fetchSpec": "0.5.2" }, "_requiredBy": [ "/express", "/send" ], "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7", "_spec": "fresh@0.5.2", "_where": "/Users/landonmckell/PracticeProjects/Portfolio/frontend/node_modules/express", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", "url": "http://tjholowaychuk.com" }, "bugs": { "url": "https://github.com/jshttp/fresh/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "deprecated": false, "description": "HTTP response freshness testing", "devDependencies": { "beautify-benchmark": "0.2.4", "benchmark": "2.1.4", "eslint": "3.19.0", "eslint-config-standard": "10.2.1", "eslint-plugin-import": "2.7.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-node": "5.1.1", "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "3.0.1", "istanbul": "0.4.5", "mocha": "1.21.5" }, "engines": { "node": ">= 0.6" }, "files": [ "HISTORY.md", "LICENSE", "index.js" ], "homepage": "https://github.com/jshttp/fresh#readme", "keywords": [ "fresh", "http", "conditional", "cache" ], "license": "MIT", "name": "fresh", "repository": { "type": "git", "url": "git+https://github.com/jshttp/fresh.git" }, "scripts": { "bench": "node benchmark/index.js", "lint": "eslint --plugin markdown --ext js,md .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "version": "0.5.2" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 48797, 31, 15, 13, 20, 13, 17, 1600, 198, 220, 45434, 312, 1298, 366, 48797, 31, 15, 13, 20, 13, 17, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908, 10138, 1298,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"credit":"Made with Blockbench","parent":"block/block","textures":{"side":"minecraft:block/acacia_planks","top":"minecraft:block/acacia_planks_top","bottom":"minecraft:block/acacia_planks","particle":"minecraft:block/acacia_planks"},"elements":[{"from":[0,0,0],"to":[16,8,16],"faces":{"north":{"uv":[0,8,16,16],"texture":"#side","cullface":"north"},"east":{"uv":[0,8,16,16],"texture":"#side","cullface":"east"},"south":{"uv":[0,8,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,8,16,16],"texture":"#side","cullface":"west"},"up":{"uv":[0,0,16,16],"texture":"#top"},"down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"}}}]}
[ 4895, 43082, 2404, 24616, 351, 9726, 26968, 2430, 8000, 2404, 9967, 14, 9967, 2430, 5239, 942, 8351, 1589, 2404, 17761, 25, 9967, 14, 330, 47431, 62, 489, 2283, 2430, 4852, 2404, 17761, 25, 9967, 14, 330, 47431, 62, 489, 2283, 62, 485...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "isobject@3.0.1", "/Users/qichang.yin/FasterWeb" ] ], "_development": true, "_from": "isobject@3.0.1", "_id": "isobject@3.0.1", "_inBundle": false, "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "_location": "/isobject", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "isobject@3.0.1", "name": "isobject", "escapedName": "isobject", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/base", "/braces", "/cache-base", "/class-utils", "/define-property", "/has-value", "/is-plain-object", "/object-visit", "/object.pick", "/snapdragon-node", "/unset-value" ], "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "_spec": "3.0.1", "_where": "/Users/qichang.yin/FasterWeb", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/isobject/issues" }, "contributors": [ { "url": "https://github.com/LeSuisse" }, { "name": "Brian Woodward", "url": "https://twitter.com/doowb" }, { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Magnús Dæhlen", "url": "https://github.com/magnudae" }, { "name": "Tom MacWright", "url": "https://macwright.org" } ], "dependencies": {}, "description": "Returns true if the value is an object and not an array or null.", "devDependencies": { "gulp-format-md": "^0.1.9", "mocha": "^2.4.5" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.d.ts", "index.js" ], "homepage": "https://github.com/jonschlinkert/isobject", "keywords": [ "check", "is", "is-object", "isobject", "kind", "kind-of", "kindof", "native", "object", "type", "typeof", "value" ], "license": "MIT", "main": "index.js", "name": "isobject", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/isobject.git" }, "scripts": { "test": "mocha" }, "types": "index.d.ts", "verb": { "related": { "list": [ "extend-shallow", "is-plain-object", "kind-of", "merge-deep" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] }, "version": "3.0.1" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 271, 15252, 31, 18, 13, 15, 13, 16, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 80, 488, 648, 13, 88, 259, 14, 37, 16...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "metadata": { "dataVersion": "2", "matchId": "KR_5451559004", "participants": [ "M3tI3IFaU1xxg6agmKo8mOOvxCTU9eDcHkp5ZDyeLRbukjJ5ZiVu3nxVgP3hGbTyIwNsQ9dGhhAyVQ", "1skF9Snvu-iG2ExpwK2xN1xRRMmHXLWeZ-DlqdhrLyRioNvEqjus0MlYaGpdQOZlQIzStM8WSfD_Yw", "FKHC_5Lfvk0PE3ynPRZzLHT-z2RvkekALayPam825XE-7sVZUFLgP71OU6r08K_iSvdG7kl38V-6SQ", "eB1jH_20dCKEw9TKWQJ0KV1xU4c7SQrnwTiMYZlz6a0fKNJ7P1zgPHa8HtSR3kK4Cm7fzSFZA_OuKQ", "Sy_VKTHd-djmRiWQdtPL3VvIlEJvLSD8X3TSGUOHEzVIAdyY_hPC_eGBJExB3TxuqgIhOZieg9aypA", "yqzWEoLnxiizM2CXeCODunJy9NJDnxoJ9dam-vvnbDw74ef3hxWUa6memI3_tpZo7gswNuaICbYS2A", "4MWtAVgkJ4ThFdegYCTgarqNXLFxfW_iT3Qx684Adb19ZTx7V_ZqMLAbctuRwNljke03O5rWGwKjyw", "M1HkczO-sUip3gP8FNOeoY9FYos0ofHUj0h836fiVuzelZk1pFMd0ISxfqjv_0AvJnT0Y_JhT-C3jA", "2EyMLWmwbcsgFbI95_Rwmp_HapfSG04iYdSjuOmfjEbgq3umuFIrfqbHmzKfgJD3vofA0aFUlQljJQ", "YYRAc2mr3Yx_6NGaj6MLfiawy7_ACxbwr0pkyPbMF1bNBWbd0L7_sNWDFOWtqoKlXuqBdtKeG2EgwA" ] }, "info": { "gameCreation": 1631594569000, "gameDuration": 1624300, "gameId": 5451559004, "gameMode": "CLASSIC", "gameName": "teambuilder-match-5451559004", "gameStartTimestamp": 1631594591491, "gameType": "MATCHED_GAME", "gameVersion": "11.18.395.7538", "mapId": 11, "participants": [ { "assists": 6, "baronKills": 0, "bountyLevel": 0, "champExperience": 11057, "champLevel": 13, "championId": 23, "championName": "Tryndamere", "championTransform": 0, "consumablesPurchased": 1, "damageDealtToBuildings": 1033, "damageDealtToObjectives": 1725, "damageDealtToTurrets": 1033, "damageSelfMitigated": 22895, "deaths": 7, "detectorWardsPlaced": 0, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 8189, "goldSpent": 7700, "individualPosition": "TOP", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 2, "item0": 3181, "item1": 6630, "item2": 3006, "item3": 0, "item4": 0, "item5": 0, "item6": 3340, "itemsPurchased": 17, "killingSprees": 0, "kills": 2, "lane": "TOP", "largestCriticalStrike": 407, "largestKillingSpree": 0, "largestMultiKill": 1, "longestTimeSpentLiving": 644, "magicDamageDealt": 0, "magicDamageDealtToChampions": 0, "magicDamageTaken": 11579, "neutralMinionsKilled": 5, "nexusKills": 0, "nexusLost": 1, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 1, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8008, "var1": 1, "var2": 20, "var3": 0 }, { "perk": 9111, "var1": 871, "var2": 160, "var3": 0 }, { "perk": 9104, "var1": 19, "var2": 0, "var3": 0 }, { "perk": 8299, "var1": 511, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8444, "var1": 1989, "var2": 0, "var3": 0 }, { "perk": 8242, "var1": 148, "var2": 0, "var3": 0 } ], "style": 8400 } ] }, "physicalDamageDealt": 86233, "physicalDamageDealtToChampions": 9207, "physicalDamageTaken": 20246, "profileIcon": 4928, "puuid": "M3tI3IFaU1xxg6agmKo8mOOvxCTU9eDcHkp5ZDyeLRbukjJ5ZiVu3nxVgP3hGbTyIwNsQ9dGhhAyVQ", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "SOLO", "sightWardsBoughtInGame": 0, "spell1Casts": 34, "spell2Casts": 27, "spell3Casts": 72, "spell4Casts": 7, "summoner1Casts": 4, "summoner1Id": 4, "summoner2Casts": 5, "summoner2Id": 6, "summonerId": "ihriDOsUHkyZSJfV7Ha-bjf8530JU6v9M91o2UToPLgmNg", "summonerLevel": 442, "summonerName": "탐켄치의 맛기행", "teamEarlySurrendered": false, "teamId": 100, "teamPosition": "TOP", "timeCCingOthers": 8, "timePlayed": 1618, "totalDamageDealt": 89073, "totalDamageDealtToChampions": 9207, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 34690, "totalHeal": 7859, "totalHealsOnTeammates": 0, "totalMinionsKilled": 141, "totalTimeCCDealt": 53, "totalTimeSpentDead": 222, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 2840, "trueDamageDealtToChampions": 0, "trueDamageTaken": 2864, "turretKills": 1, "turretTakedowns": 1, "turretsLost": 11, "unrealKills": 0, "visionScore": 15, "visionWardsBoughtInGame": 0, "wardsKilled": 2, "wardsPlaced": 7, "win": false }, { "assists": 9, "baronKills": 0, "bountyLevel": 0, "champExperience": 11385, "champLevel": 13, "championId": 59, "championName": "JarvanIV", "championTransform": 0, "consumablesPurchased": 0, "damageDealtToBuildings": 0, "damageDealtToObjectives": 4145, "damageDealtToTurrets": 0, "damageSelfMitigated": 17528, "deaths": 9, "detectorWardsPlaced": 0, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": true, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 8890, "goldSpent": 7850, "individualPosition": "JUNGLE", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 2, "item0": 6630, "item1": 2420, "item2": 3053, "item3": 0, "item4": 0, "item5": 1001, "item6": 3364, "itemsPurchased": 16, "killingSprees": 0, "kills": 1, "lane": "JUNGLE", "largestCriticalStrike": 0, "largestKillingSpree": 0, "largestMultiKill": 1, "longestTimeSpentLiving": 467, "magicDamageDealt": 16954, "magicDamageDealtToChampions": 1444, "magicDamageTaken": 5544, "neutralMinionsKilled": 114, "nexusKills": 0, "nexusLost": 1, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 2, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8010, "var1": 38, "var2": 0, "var3": 0 }, { "perk": 9111, "var1": 290, "var2": 200, "var3": 0 }, { "perk": 9104, "var1": 18, "var2": 30, "var3": 0 }, { "perk": 8014, "var1": 104, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8143, "var1": 273, "var2": 0, "var3": 0 }, { "perk": 8105, "var1": 13, "var2": 5, "var3": 0 } ], "style": 8100 } ] }, "physicalDamageDealt": 101946, "physicalDamageDealtToChampions": 8262, "physicalDamageTaken": 20260, "profileIcon": 4242, "puuid": "1skF9Snvu-iG2ExpwK2xN1xRRMmHXLWeZ-DlqdhrLyRioNvEqjus0MlYaGpdQOZlQIzStM8WSfD_Yw", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "NONE", "sightWardsBoughtInGame": 0, "spell1Casts": 80, "spell2Casts": 31, "spell3Casts": 66, "spell4Casts": 13, "summoner1Casts": 16, "summoner1Id": 11, "summoner2Casts": 5, "summoner2Id": 4, "summonerId": "2gx69qMBi6jOiYaGGGZpA4-Jp6WrvcW1A1YqfD-VWsqJgfA", "summonerLevel": 259, "summonerName": "99O9O3", "teamEarlySurrendered": false, "teamId": 100, "teamPosition": "JUNGLE", "timeCCingOthers": 17, "timePlayed": 1618, "totalDamageDealt": 128106, "totalDamageDealtToChampions": 10683, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 27735, "totalHeal": 4769, "totalHealsOnTeammates": 0, "totalMinionsKilled": 45, "totalTimeCCDealt": 408, "totalTimeSpentDead": 217, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 9205, "trueDamageDealtToChampions": 976, "trueDamageTaken": 1931, "turretKills": 0, "turretTakedowns": 0, "turretsLost": 11, "unrealKills": 0, "visionScore": 15, "visionWardsBoughtInGame": 0, "wardsKilled": 4, "wardsPlaced": 1, "win": false }, { "assists": 3, "baronKills": 0, "bountyLevel": 0, "champExperience": 12151, "champLevel": 14, "championId": 157, "championName": "Yasuo", "championTransform": 0, "consumablesPurchased": 2, "damageDealtToBuildings": 4330, "damageDealtToObjectives": 6161, "damageDealtToTurrets": 4330, "damageSelfMitigated": 23364, "deaths": 11, "detectorWardsPlaced": 0, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": true, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 12806, "goldSpent": 12550, "individualPosition": "MIDDLE", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 2, "item0": 3031, "item1": 3143, "item2": 3086, "item3": 3006, "item4": 6673, "item5": 1036, "item6": 3340, "itemsPurchased": 24, "killingSprees": 2, "kills": 10, "lane": "MIDDLE", "largestCriticalStrike": 570, "largestKillingSpree": 3, "largestMultiKill": 1, "longestTimeSpentLiving": 328, "magicDamageDealt": 8257, "magicDamageDealtToChampions": 1207, "magicDamageTaken": 5672, "neutralMinionsKilled": 8, "nexusKills": 0, "nexusLost": 1, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 3, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8010, "var1": 229, "var2": 0, "var3": 0 }, { "perk": 9111, "var1": 433, "var2": 260, "var3": 0 }, { "perk": 9104, "var1": 16, "var2": 0, "var3": 0 }, { "perk": 8014, "var1": 442, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8139, "var1": 929, "var2": 0, "var3": 0 }, { "perk": 8135, "var1": 2292, "var2": 5, "var3": 0 } ], "style": 8100 } ] }, "physicalDamageDealt": 114434, "physicalDamageDealtToChampions": 15339, "physicalDamageTaken": 15238, "profileIcon": 4571, "puuid": "FKHC_5Lfvk0PE3ynPRZzLHT-z2RvkekALayPam825XE-7sVZUFLgP71OU6r08K_iSvdG7kl38V-6SQ", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "SOLO", "sightWardsBoughtInGame": 0, "spell1Casts": 175, "spell2Casts": 14, "spell3Casts": 96, "spell4Casts": 6, "summoner1Casts": 7, "summoner1Id": 14, "summoner2Casts": 4, "summoner2Id": 4, "summonerId": "7tYVbJLephJbG-Wlj4RmH-oichCOstt6MZVidoRzUAVJsA", "summonerLevel": 271, "summonerName": "권썬더", "teamEarlySurrendered": false, "teamId": 100, "teamPosition": "MIDDLE", "timeCCingOthers": 11, "timePlayed": 1618, "totalDamageDealt": 129320, "totalDamageDealtToChampions": 17731, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 22923, "totalHeal": 1958, "totalHealsOnTeammates": 0, "totalMinionsKilled": 170, "totalTimeCCDealt": 85, "totalTimeSpentDead": 288, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 6629, "trueDamageDealtToChampions": 1184, "trueDamageTaken": 2013, "turretKills": 0, "turretTakedowns": 0, "turretsLost": 11, "unrealKills": 0, "visionScore": 13, "visionWardsBoughtInGame": 0, "wardsKilled": 2, "wardsPlaced": 8, "win": false }, { "assists": 4, "baronKills": 0, "bountyLevel": 0, "champExperience": 10066, "champLevel": 13, "championId": 360, "championName": "Samira", "championTransform": 0, "consumablesPurchased": 7, "damageDealtToBuildings": 0, "damageDealtToObjectives": 736, "damageDealtToTurrets": 0, "damageSelfMitigated": 8861, "deaths": 7, "detectorWardsPlaced": 1, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 8542, "goldSpent": 8350, "individualPosition": "BOTTOM", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 2, "item0": 1055, "item1": 6676, "item2": 0, "item3": 6673, "item4": 0, "item5": 3047, "item6": 3363, "itemsPurchased": 25, "killingSprees": 1, "kills": 4, "lane": "BOTTOM", "largestCriticalStrike": 367, "largestKillingSpree": 2, "largestMultiKill": 1, "longestTimeSpentLiving": 381, "magicDamageDealt": 7359, "magicDamageDealtToChampions": 1908, "magicDamageTaken": 3575, "neutralMinionsKilled": 4, "nexusKills": 0, "nexusLost": 1, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 4, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8010, "var1": 16, "var2": 0, "var3": 0 }, { "perk": 8009, "var1": 830, "var2": 0, "var3": 0 }, { "perk": 9103, "var1": 0, "var2": 0, "var3": 0 }, { "perk": 8014, "var1": 268, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8139, "var1": 659, "var2": 0, "var3": 0 }, { "perk": 8135, "var1": 826, "var2": 4, "var3": 0 } ], "style": 8100 } ] }, "physicalDamageDealt": 55415, "physicalDamageDealtToChampions": 6853, "physicalDamageTaken": 11904, "profileIcon": 3551, "puuid": "eB1jH_20dCKEw9TKWQJ0KV1xU4c7SQrnwTiMYZlz6a0fKNJ7P1zgPHa8HtSR3kK4Cm7fzSFZA_OuKQ", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "CARRY", "sightWardsBoughtInGame": 0, "spell1Casts": 78, "spell2Casts": 15, "spell3Casts": 19, "spell4Casts": 3, "summoner1Casts": 4, "summoner1Id": 4, "summoner2Casts": 5, "summoner2Id": 7, "summonerId": "XgnitYRyV8XbBVuJ5TtCeY-s2Wt_iUuI5SHK9U5e8pl2jA", "summonerLevel": 462, "summonerName": "하나님 어린양", "teamEarlySurrendered": false, "teamId": 100, "teamPosition": "BOTTOM", "timeCCingOthers": 1, "timePlayed": 1618, "totalDamageDealt": 62775, "totalDamageDealtToChampions": 8761, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 16656, "totalHeal": 1470, "totalHealsOnTeammates": 325, "totalMinionsKilled": 140, "totalTimeCCDealt": 2, "totalTimeSpentDead": 150, "totalUnitsHealed": 4, "tripleKills": 0, "trueDamageDealt": 0, "trueDamageDealtToChampions": 0, "trueDamageTaken": 1177, "turretKills": 0, "turretTakedowns": 0, "turretsLost": 11, "unrealKills": 0, "visionScore": 11, "visionWardsBoughtInGame": 2, "wardsKilled": 3, "wardsPlaced": 9, "win": false }, { "assists": 6, "baronKills": 0, "bountyLevel": 0, "champExperience": 9045, "champLevel": 12, "championId": 99, "championName": "Lux", "championTransform": 0, "consumablesPurchased": 4, "damageDealtToBuildings": 137, "damageDealtToObjectives": 179, "damageDealtToTurrets": 137, "damageSelfMitigated": 3861, "deaths": 5, "detectorWardsPlaced": 2, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 7565, "goldSpent": 7250, "individualPosition": "UTILITY", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 2, "item0": 3851, "item1": 3145, "item2": 3020, "item3": 6655, "item4": 1058, "item5": 0, "item6": 3364, "itemsPurchased": 16, "killingSprees": 0, "kills": 2, "lane": "BOTTOM", "largestCriticalStrike": 0, "largestKillingSpree": 0, "largestMultiKill": 1, "longestTimeSpentLiving": 662, "magicDamageDealt": 42556, "magicDamageDealtToChampions": 7863, "magicDamageTaken": 2369, "neutralMinionsKilled": 0, "nexusKills": 0, "nexusLost": 1, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 5, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5008 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8229, "var1": 841, "var2": 0, "var3": 0 }, { "perk": 8226, "var1": 250, "var2": 572, "var3": 0 }, { "perk": 8210, "var1": 0, "var2": 0, "var3": 0 }, { "perk": 8237, "var1": 373, "var2": 0, "var3": 0 } ], "style": 8200 }, { "description": "subStyle", "selections": [ { "perk": 8345, "var1": 3, "var2": 0, "var3": 0 }, { "perk": 8347, "var1": 0, "var2": 0, "var3": 0 } ], "style": 8300 } ] }, "physicalDamageDealt": 3352, "physicalDamageDealtToChampions": 344, "physicalDamageTaken": 6704, "profileIcon": 3478, "puuid": "Sy_VKTHd-djmRiWQdtPL3VvIlEJvLSD8X3TSGUOHEzVIAdyY_hPC_eGBJExB3TxuqgIhOZieg9aypA", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "SUPPORT", "sightWardsBoughtInGame": 0, "spell1Casts": 59, "spell2Casts": 29, "spell3Casts": 158, "spell4Casts": 9, "summoner1Casts": 5, "summoner1Id": 4, "summoner2Casts": 2, "summoner2Id": 14, "summonerId": "aboQe_z_jp05PSySi9o5qpJEfE-mA-2OhNXxwxgSZ3iUiiel", "summonerLevel": 74, "summonerName": " 솔 랭 바 텀", "teamEarlySurrendered": false, "teamId": 100, "teamPosition": "UTILITY", "timeCCingOthers": 17, "timePlayed": 1618, "totalDamageDealt": 45989, "totalDamageDealtToChampions": 8287, "totalDamageShieldedOnTeammates": 672, "totalDamageTaken": 9878, "totalHeal": 372, "totalHealsOnTeammates": 0, "totalMinionsKilled": 60, "totalTimeCCDealt": 329, "totalTimeSpentDead": 67, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 80, "trueDamageDealtToChampions": 80, "trueDamageTaken": 804, "turretKills": 0, "turretTakedowns": 0, "turretsLost": 11, "unrealKills": 0, "visionScore": 39, "visionWardsBoughtInGame": 2, "wardsKilled": 3, "wardsPlaced": 19, "win": false }, { "assists": 5, "baronKills": 0, "bountyLevel": 2, "champExperience": 15202, "champLevel": 16, "championId": 13, "championName": "Ryze", "championTransform": 0, "consumablesPurchased": 3, "damageDealtToBuildings": 3522, "damageDealtToObjectives": 9728, "damageDealtToTurrets": 3522, "damageSelfMitigated": 9355, "deaths": 2, "detectorWardsPlaced": 0, "doubleKills": 0, "dragonKills": 1, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 10199, "goldSpent": 8000, "individualPosition": "TOP", "inhibitorKills": 1, "inhibitorTakedowns": 1, "inhibitorsLost": 0, "item0": 3158, "item1": 6656, "item2": 3070, "item3": 3916, "item4": 3110, "item5": 0, "item6": 3364, "itemsPurchased": 18, "killingSprees": 1, "kills": 3, "lane": "TOP", "largestCriticalStrike": 0, "largestKillingSpree": 2, "largestMultiKill": 1, "longestTimeSpentLiving": 648, "magicDamageDealt": 117742, "magicDamageDealtToChampions": 12630, "magicDamageTaken": 1974, "neutralMinionsKilled": 24, "nexusKills": 0, "nexusLost": 0, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 6, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8010, "var1": 89, "var2": 0, "var3": 0 }, { "perk": 8009, "var1": 2775, "var2": 0, "var3": 0 }, { "perk": 9103, "var1": 25, "var2": 30, "var3": 0 }, { "perk": 8017, "var1": 627, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8226, "var1": 250, "var2": 845, "var3": 0 }, { "perk": 8236, "var1": 24, "var2": 0, "var3": 0 } ], "style": 8200 } ] }, "physicalDamageDealt": 17764, "physicalDamageDealtToChampions": 1270, "physicalDamageTaken": 12068, "profileIcon": 4882, "puuid": "yqzWEoLnxiizM2CXeCODunJy9NJDnxoJ9dam-vvnbDw74ef3hxWUa6memI3_tpZo7gswNuaICbYS2A", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "SOLO", "sightWardsBoughtInGame": 0, "spell1Casts": 184, "spell2Casts": 68, "spell3Casts": 233, "spell4Casts": 5, "summoner1Casts": 4, "summoner1Id": 4, "summoner2Casts": 3, "summoner2Id": 12, "summonerId": "TV_67ZRcutuEqgNbRecHe82v5UzctWSJwSdXRzQ7b_16H-jXZEPbdwqB5g", "summonerLevel": 39, "summonerName": "까까큐큐", "teamEarlySurrendered": false, "teamId": 200, "teamPosition": "TOP", "timeCCingOthers": 24, "timePlayed": 1618, "totalDamageDealt": 135506, "totalDamageDealtToChampions": 13900, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 14373, "totalHeal": 1990, "totalHealsOnTeammates": 0, "totalMinionsKilled": 162, "totalTimeCCDealt": 220, "totalTimeSpentDead": 60, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 0, "trueDamageDealtToChampions": 0, "trueDamageTaken": 330, "turretKills": 1, "turretTakedowns": 4, "turretsLost": 1, "unrealKills": 0, "visionScore": 15, "visionWardsBoughtInGame": 0, "wardsKilled": 2, "wardsPlaced": 5, "win": true }, { "assists": 9, "baronKills": 0, "bountyLevel": 3, "champExperience": 13834, "champLevel": 15, "championId": 76, "championName": "Nidalee", "championTransform": 0, "consumablesPurchased": 5, "damageDealtToBuildings": 787, "damageDealtToObjectives": 24884, "damageDealtToTurrets": 787, "damageSelfMitigated": 13649, "deaths": 2, "detectorWardsPlaced": 3, "doubleKills": 0, "dragonKills": 1, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 11069, "goldSpent": 9175, "individualPosition": "JUNGLE", "inhibitorKills": 0, "inhibitorTakedowns": 2, "inhibitorsLost": 0, "item0": 2420, "item1": 4628, "item2": 3020, "item3": 4636, "item4": 1082, "item5": 2055, "item6": 3364, "itemsPurchased": 19, "killingSprees": 2, "kills": 7, "lane": "JUNGLE", "largestCriticalStrike": 0, "largestKillingSpree": 4, "largestMultiKill": 1, "longestTimeSpentLiving": 1026, "magicDamageDealt": 112786, "magicDamageDealtToChampions": 11641, "magicDamageTaken": 3933, "neutralMinionsKilled": 119, "nexusKills": 0, "nexusLost": 0, "nexusTakedowns": 1, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 7, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8128, "var1": 1233, "var2": 15, "var3": 0 }, { "perk": 8143, "var1": 341, "var2": 0, "var3": 0 }, { "perk": 8136, "var1": 5, "var2": 10, "var3": 0 }, { "perk": 8105, "var1": 13, "var2": 5, "var3": 0 } ], "style": 8100 }, { "description": "subStyle", "selections": [ { "perk": 8233, "var1": 18, "var2": 40, "var3": 0 }, { "perk": 8232, "var1": 5, "var2": 0, "var3": 0 } ], "style": 8200 } ] }, "physicalDamageDealt": 15777, "physicalDamageDealtToChampions": 1354, "physicalDamageTaken": 21110, "profileIcon": 4763, "puuid": "4MWtAVgkJ4ThFdegYCTgarqNXLFxfW_iT3Qx684Adb19ZTx7V_ZqMLAbctuRwNljke03O5rWGwKjyw", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "NONE", "sightWardsBoughtInGame": 0, "spell1Casts": 211, "spell2Casts": 226, "spell3Casts": 131, "spell4Casts": 209, "summoner1Casts": 14, "summoner1Id": 11, "summoner2Casts": 3, "summoner2Id": 4, "summonerId": "Sp0jhqjPBCz7lmgpyWKBizFYyJjn5MK1ZIblQD8CL-36wRI", "summonerLevel": 338, "summonerName": "또래오래아저씨", "teamEarlySurrendered": false, "teamId": 200, "teamPosition": "JUNGLE", "timeCCingOthers": 5, "timePlayed": 1618, "totalDamageDealt": 143318, "totalDamageDealtToChampions": 13629, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 25289, "totalHeal": 16106, "totalHealsOnTeammates": 2551, "totalMinionsKilled": 24, "totalTimeCCDealt": 113, "totalTimeSpentDead": 72, "totalUnitsHealed": 4, "tripleKills": 0, "trueDamageDealt": 14754, "trueDamageDealtToChampions": 634, "trueDamageTaken": 246, "turretKills": 1, "turretTakedowns": 3, "turretsLost": 1, "unrealKills": 0, "visionScore": 34, "visionWardsBoughtInGame": 5, "wardsKilled": 4, "wardsPlaced": 10, "win": true }, { "assists": 6, "baronKills": 0, "bountyLevel": 3, "champExperience": 17603, "champLevel": 17, "championId": 236, "championName": "Lucian", "championTransform": 0, "consumablesPurchased": 3, "damageDealtToBuildings": 3814, "damageDealtToObjectives": 7279, "damageDealtToTurrets": 3814, "damageSelfMitigated": 12158, "deaths": 6, "detectorWardsPlaced": 1, "doubleKills": 3, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 14874, "goldSpent": 11475, "individualPosition": "MIDDLE", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 0, "item0": 1055, "item1": 6694, "item2": 2421, "item3": 6672, "item4": 3508, "item5": 3047, "item6": 3363, "itemsPurchased": 19, "killingSprees": 3, "kills": 14, "lane": "BOTTOM", "largestCriticalStrike": 485, "largestKillingSpree": 8, "largestMultiKill": 2, "longestTimeSpentLiving": 703, "magicDamageDealt": 5537, "magicDamageDealtToChampions": 1255, "magicDamageTaken": 4194, "neutralMinionsKilled": 20, "nexusKills": 0, "nexusLost": 0, "nexusTakedowns": 1, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 8, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8005, "var1": 2737, "var2": 1605, "var3": 1132 }, { "perk": 8009, "var1": 2097, "var2": 0, "var3": 0 }, { "perk": 9103, "var1": 15, "var2": 10, "var3": 0 }, { "perk": 8014, "var1": 1072, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8304, "var1": 9, "var2": 0, "var3": 0 }, { "perk": 8345, "var1": 3, "var2": 0, "var3": 0 } ], "style": 8300 } ] }, "physicalDamageDealt": 152455, "physicalDamageDealtToChampions": 26207, "physicalDamageTaken": 15541, "profileIcon": 4074, "puuid": "M1HkczO-sUip3gP8FNOeoY9FYos0ofHUj0h836fiVuzelZk1pFMd0ISxfqjv_0AvJnT0Y_JhT-C3jA", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "DUO", "sightWardsBoughtInGame": 0, "spell1Casts": 65, "spell2Casts": 38, "spell3Casts": 48, "spell4Casts": 15, "summoner1Casts": 5, "summoner1Id": 14, "summoner2Casts": 5, "summoner2Id": 4, "summonerId": "S47F9k7QRVt4prtmAFURrHAj0np9jb7adsN9FjQeWbK5gQ", "summonerLevel": 398, "summonerName": "Starlight Thresh", "teamEarlySurrendered": false, "teamId": 200, "teamPosition": "MIDDLE", "timeCCingOthers": 4, "timePlayed": 1618, "totalDamageDealt": 170133, "totalDamageDealtToChampions": 30087, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 20831, "totalHeal": 172, "totalHealsOnTeammates": 0, "totalMinionsKilled": 207, "totalTimeCCDealt": 94, "totalTimeSpentDead": 165, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 12140, "trueDamageDealtToChampions": 2624, "trueDamageTaken": 1096, "turretKills": 1, "turretTakedowns": 2, "turretsLost": 1, "unrealKills": 0, "visionScore": 18, "visionWardsBoughtInGame": 1, "wardsKilled": 0, "wardsPlaced": 8, "win": true }, { "assists": 7, "baronKills": 1, "bountyLevel": 5, "champExperience": 12546, "champLevel": 14, "championId": 67, "championName": "Vayne", "championTransform": 0, "consumablesPurchased": 2, "damageDealtToBuildings": 3896, "damageDealtToObjectives": 19416, "damageDealtToTurrets": 3896, "damageSelfMitigated": 7650, "deaths": 4, "detectorWardsPlaced": 1, "doubleKills": 3, "dragonKills": 1, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 14180, "goldSpent": 12475, "individualPosition": "BOTTOM", "inhibitorKills": 0, "inhibitorTakedowns": 0, "inhibitorsLost": 0, "item0": 2421, "item1": 3124, "item2": 3006, "item3": 3153, "item4": 6672, "item5": 3123, "item6": 3340, "itemsPurchased": 21, "killingSprees": 2, "kills": 11, "lane": "BOTTOM", "largestCriticalStrike": 274, "largestKillingSpree": 5, "largestMultiKill": 3, "longestTimeSpentLiving": 699, "magicDamageDealt": 164, "magicDamageDealtToChampions": 164, "magicDamageTaken": 3356, "neutralMinionsKilled": 31, "nexusKills": 1, "nexusLost": 0, "nexusTakedowns": 1, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 9, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5005 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8005, "var1": 1365, "var2": 815, "var3": 550 }, { "perk": 9111, "var1": 658, "var2": 360, "var3": 0 }, { "perk": 9104, "var1": 11, "var2": 50, "var3": 0 }, { "perk": 8014, "var1": 677, "var2": 0, "var3": 0 } ], "style": 8000 }, { "description": "subStyle", "selections": [ { "perk": 8275, "var1": 9, "var2": 0, "var3": 0 }, { "perk": 8236, "var1": 14, "var2": 0, "var3": 0 } ], "style": 8200 } ] }, "physicalDamageDealt": 107876, "physicalDamageDealtToChampions": 15702, "physicalDamageTaken": 13026, "profileIcon": 4568, "puuid": "2EyMLWmwbcsgFbI95_Rwmp_HapfSG04iYdSjuOmfjEbgq3umuFIrfqbHmzKfgJD3vofA0aFUlQljJQ", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "DUO", "sightWardsBoughtInGame": 0, "spell1Casts": 102, "spell2Casts": 0, "spell3Casts": 8, "spell4Casts": 6, "summoner1Casts": 4, "summoner1Id": 4, "summoner2Casts": 5, "summoner2Id": 7, "summonerId": "2JkOLVLsYHhYCjW-pYoH79DKI-dLL3nzJUMUb2TyC-wrJn4", "summonerLevel": 172, "summonerName": "잉쟁웅", "teamEarlySurrendered": false, "teamId": 200, "teamPosition": "BOTTOM", "timeCCingOthers": 7, "timePlayed": 1618, "totalDamageDealt": 135440, "totalDamageDealtToChampions": 21004, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 16553, "totalHeal": 2795, "totalHealsOnTeammates": 813, "totalMinionsKilled": 154, "totalTimeCCDealt": 82, "totalTimeSpentDead": 123, "totalUnitsHealed": 3, "tripleKills": 1, "trueDamageDealt": 27399, "trueDamageDealtToChampions": 5137, "trueDamageTaken": 170, "turretKills": 4, "turretTakedowns": 5, "turretsLost": 1, "unrealKills": 0, "visionScore": 19, "visionWardsBoughtInGame": 1, "wardsKilled": 0, "wardsPlaced": 7, "win": true }, { "assists": 11, "baronKills": 0, "bountyLevel": 0, "champExperience": 11272, "champLevel": 13, "championId": 21, "championName": "MissFortune", "championTransform": 0, "consumablesPurchased": 4, "damageDealtToBuildings": 6783, "damageDealtToObjectives": 15641, "damageDealtToTurrets": 6783, "damageSelfMitigated": 4240, "deaths": 5, "detectorWardsPlaced": 2, "doubleKills": 0, "dragonKills": 0, "firstBloodAssist": false, "firstBloodKill": false, "firstTowerAssist": false, "firstTowerKill": false, "gameEndedInEarlySurrender": false, "gameEndedInSurrender": false, "goldEarned": 10743, "goldSpent": 9350, "individualPosition": "UTILITY", "inhibitorKills": 1, "inhibitorTakedowns": 1, "inhibitorsLost": 0, "item0": 6609, "item1": 6695, "item2": 3864, "item3": 3158, "item4": 3133, "item5": 3035, "item6": 3364, "itemsPurchased": 19, "killingSprees": 1, "kills": 3, "lane": "BOTTOM", "largestCriticalStrike": 708, "largestKillingSpree": 2, "largestMultiKill": 1, "longestTimeSpentLiving": 590, "magicDamageDealt": 5997, "magicDamageDealtToChampions": 2117, "magicDamageTaken": 2732, "neutralMinionsKilled": 8, "nexusKills": 0, "nexusLost": 0, "nexusTakedowns": 0, "objectivesStolen": 0, "objectivesStolenAssists": 0, "participantId": 10, "pentaKills": 0, "perks": { "statPerks": { "defense": 5002, "flex": 5008, "offense": 5008 }, "styles": [ { "description": "primaryStyle", "selections": [ { "perk": 8229, "var1": 1516, "var2": 0, "var3": 0 }, { "perk": 8226, "var1": 250, "var2": 255, "var3": 0 }, { "perk": 8233, "var1": 13, "var2": 20, "var3": 0 }, { "perk": 8237, "var1": 482, "var2": 0, "var3": 0 } ], "style": 8200 }, { "description": "subStyle", "selections": [ { "perk": 8009, "var1": 1508, "var2": 0, "var3": 0 }, { "perk": 8017, "var1": 241, "var2": 0, "var3": 0 } ], "style": 8000 } ] }, "physicalDamageDealt": 74094, "physicalDamageDealtToChampions": 10876, "physicalDamageTaken": 7277, "profileIcon": 4658, "puuid": "YYRAc2mr3Yx_6NGaj6MLfiawy7_ACxbwr0pkyPbMF1bNBWbd0L7_sNWDFOWtqoKlXuqBdtKeG2EgwA", "quadraKills": 0, "riotIdName": "", "riotIdTagline": "", "role": "SUPPORT", "sightWardsBoughtInGame": 0, "spell1Casts": 47, "spell2Casts": 35, "spell3Casts": 41, "spell4Casts": 7, "summoner1Casts": 4, "summoner1Id": 14, "summoner2Casts": 5, "summoner2Id": 4, "summonerId": "6eMhJu7AsuhHejVf5cttnuGXVnEc2Nx7riXhVej97ytfhw", "summonerLevel": 444, "summonerName": "아만다생태교란종", "teamEarlySurrendered": false, "teamId": 200, "teamPosition": "UTILITY", "timeCCingOthers": 9, "timePlayed": 1618, "totalDamageDealt": 90836, "totalDamageDealtToChampions": 13388, "totalDamageShieldedOnTeammates": 0, "totalDamageTaken": 10408, "totalHeal": 186, "totalHealsOnTeammates": 0, "totalMinionsKilled": 61, "totalTimeCCDealt": 148, "totalTimeSpentDead": 115, "totalUnitsHealed": 1, "tripleKills": 0, "trueDamageDealt": 10745, "trueDamageDealtToChampions": 395, "trueDamageTaken": 398, "turretKills": 4, "turretTakedowns": 4, "turretsLost": 1, "unrealKills": 0, "visionScore": 45, "visionWardsBoughtInGame": 2, "wardsKilled": 4, "wardsPlaced": 19, "win": true } ], "platformId": "KR", "queueId": 420, "teams": [ { "bans": [ { "championId": 111, "pickTurn": 1 }, { "championId": 32, "pickTurn": 2 }, { "championId": 223, "pickTurn": 3 }, { "championId": 7, "pickTurn": 4 }, { "championId": 117, "pickTurn": 5 } ], "objectives": { "baron": { "first": false, "kills": 0 }, "champion": { "first": true, "kills": 19 }, "dragon": { "first": false, "kills": 0 }, "inhibitor": { "first": false, "kills": 0 }, "riftHerald": { "first": false, "kills": 0 }, "tower": { "first": false, "kills": 1 } }, "teamId": 100, "win": false }, { "bans": [ { "championId": 81, "pickTurn": 6 }, { "championId": 38, "pickTurn": 7 }, { "championId": 238, "pickTurn": 8 }, { "championId": 39, "pickTurn": 9 }, { "championId": 5, "pickTurn": 10 } ], "objectives": { "baron": { "first": true, "kills": 1 }, "champion": { "first": false, "kills": 39 }, "dragon": { "first": true, "kills": 3 }, "inhibitor": { "first": true, "kills": 2 }, "riftHerald": { "first": true, "kills": 2 }, "tower": { "first": true, "kills": 11 } }, "teamId": 200, "win": true } ], "tournamentCode": "" } }
[ 90, 198, 220, 220, 220, 366, 38993, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 7890, 14815, 1298, 366, 17, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 15699, 7390, 1298, 366, 30758, 62, 45326, 1314, 3270, 22914,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "color-name@1.1.3", "/Users/yentel/Desktop/werkstukken/MOBDEV-II/ecospin/2deexamenkans-YentelDeHauwere" ] ], "_development": true, "_from": "color-name@1.1.3", "_id": "color-name@1.1.3", "_inBundle": false, "_integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "_location": "/color-name", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "color-name@1.1.3", "name": "color-name", "escapedName": "color-name", "rawSpec": "1.1.3", "saveSpec": null, "fetchSpec": "1.1.3" }, "_requiredBy": [ "/color-convert" ], "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "_spec": "1.1.3", "_where": "/Users/yentel/Desktop/werkstukken/MOBDEV-II/ecospin/2deexamenkans-YentelDeHauwere", "author": { "name": "DY", "email": "dfcreative@gmail.com" }, "bugs": { "url": "https://github.com/dfcreative/color-name/issues" }, "description": "A list of color names and its values", "homepage": "https://github.com/dfcreative/color-name", "keywords": [ "color-name", "color", "color-keyword", "keyword" ], "license": "MIT", "main": "index.js", "name": "color-name", "repository": { "type": "git", "url": "git+ssh://git@github.com/dfcreative/color-name.git" }, "scripts": { "test": "node test.js" }, "version": "1.1.3" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 8043, 12, 3672, 31, 16, 13, 16, 13, 18, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 88, 298, 417, 14, 36881, 14, 86, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "@algolia/client-personalization@4.12.1", "/Users/wanghuizhen/whz/wang7797.github.io" ] ], "_development": true, "_from": "@algolia/client-personalization@4.12.1", "_id": "@algolia/client-personalization@4.12.1", "_inBundle": false, "_integrity": "sha512-sMSnjjPjRgByGHYygV+5L/E8a6RgU7l2GbpJukSzJ9GRY37tHmBHuvahv8JjdCGJ2p7QDYLnQy5bN5Z02qjc7Q==", "_location": "/@algolia/client-personalization", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@algolia/client-personalization@4.12.1", "name": "@algolia/client-personalization", "escapedName": "@algolia%2fclient-personalization", "scope": "@algolia", "rawSpec": "4.12.1", "saveSpec": null, "fetchSpec": "4.12.1" }, "_requiredBy": [ "/@docsearch/react/algoliasearch" ], "_resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.12.1.tgz", "_spec": "4.12.1", "_where": "/Users/wanghuizhen/whz/wang7797.github.io", "bugs": { "url": "https://github.com/algolia/algoliasearch-client-javascript/issues" }, "dependencies": { "@algolia/client-common": "4.12.1", "@algolia/requester-common": "4.12.1", "@algolia/transporter": "4.12.1" }, "files": [ "index.js", "dist" ], "homepage": "https://github.com/algolia/algoliasearch-client-javascript#readme", "license": "MIT", "main": "index.js", "module": "dist/client-personalization.esm.js", "name": "@algolia/client-personalization", "private": false, "repository": { "type": "git", "url": "git://github.com/algolia/algoliasearch-client-javascript.git" }, "sideEffects": false, "types": "dist/client-personalization.d.ts", "version": "4.12.1" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 44212, 14016, 22703, 14, 16366, 12, 22682, 1634, 31, 19, 13, 1065, 13, 16, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 8149, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "cookie-signature@1.1.0", "_id": "cookie-signature@1.1.0", "_inBundle": false, "_integrity": "sha512-Alvs19Vgq07eunykd3Xy2jF0/qSNv2u7KDbAek9H5liV1UMijbqFs5cycZvv5dVsvseT/U4H8/7/w8Koh35C4A==", "_location": "/cookie-signature", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cookie-signature@1.1.0", "name": "cookie-signature", "escapedName": "cookie-signature", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.1.0.tgz", "_shasum": "cc94974f91fb9a9c1bb485e95fc2b7f4b120aff2", "_spec": "cookie-signature@1.1.0", "_where": "D:\\IBC DApp\\delance-with-frontend", "author": { "name": "TJ Holowaychuk", "email": "tj@learnboost.com" }, "bugs": { "url": "https://github.com/visionmedia/node-cookie-signature/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Sign and unsign cookies", "devDependencies": { "mocha": "*", "should": "*" }, "engines": { "node": ">=6.6.0" }, "homepage": "https://github.com/visionmedia/node-cookie-signature#readme", "keywords": [ "cookie", "sign", "unsign" ], "license": "MIT", "main": "index", "name": "cookie-signature", "repository": { "type": "git", "url": "git+https://github.com/visionmedia/node-cookie-signature.git" }, "scripts": { "test": "mocha --require should --reporter spec" }, "version": "1.1.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 44453, 12, 12683, 1300, 31, 16, 13, 16, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 44453, 12, 12683, 1300, 31, 16, 13, 16, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "logs": [ { "outputFile": "C:\\Users\\acer\\Desktop\\newproject\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml", "map": [ { "source": "C:\\Users\\acer\\.gradle\\caches\\transforms-2\\files-2.1\\ed3e57a24afabaeb479bd0db51180df4\\appcompat-v7-26.0.1\\res\\values-pa\\values-pa.xml", "from": { "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22", "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", "startOffsets": "55,161,269,392,497,602,688,788,901,978,1054,1133,1234,1335,1432,1541,1640,1750,1872,1972,2051", "endColumns": "105,107,122,104,104,85,99,112,76,75,78,100,100,96,108,98,109,121,99,78,100", "endOffsets": "156,264,387,492,597,683,783,896,973,1049,1128,1229,1330,1427,1536,1635,1745,1867,1967,2046,2147" } } ] } ] }
[ 90, 198, 220, 220, 220, 366, 6404, 82, 1298, 685, 198, 220, 220, 220, 220, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 22915, 8979, 1298, 366, 34, 25, 6852, 14490, 6852, 11736, 6852, 36881...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ { "raw": "gulp-autoprefixer@^2.2.0", "scope": null, "escapedName": "gulp-autoprefixer", "name": "gulp-autoprefixer", "rawSpec": "^2.2.0", "spec": ">=2.2.0 <3.0.0", "type": "range" }, "/Applications/MAMP/htdocs/whitney" ] ], "_from": "gulp-autoprefixer@>=2.2.0 <3.0.0", "_id": "gulp-autoprefixer@2.3.1", "_inCache": true, "_location": "/gulp-autoprefixer", "_nodeVersion": "0.12.4", "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "_npmVersion": "2.10.1", "_phantomChildren": { "core-util-is": "1.0.2", "inherits": "2.0.3", "isarray": "0.0.1", "string_decoder": "0.10.31", "xtend": "4.0.1" }, "_requested": { "raw": "gulp-autoprefixer@^2.2.0", "scope": null, "escapedName": "gulp-autoprefixer", "name": "gulp-autoprefixer", "rawSpec": "^2.2.0", "spec": ">=2.2.0 <3.0.0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-2.3.1.tgz", "_shasum": "f675d3b1bd76f088df2f24ab7ad3e4a059e07e67", "_shrinkwrap": null, "_spec": "gulp-autoprefixer@^2.2.0", "_where": "/Applications/MAMP/htdocs/whitney", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues" }, "dependencies": { "autoprefixer-core": "^5.0.0", "gulp-util": "^3.0.0", "object-assign": "^2.0.0", "postcss": "^4.1.5", "through2": "^0.6.2", "vinyl-sourcemaps-apply": "^0.1.3" }, "description": "Prefix CSS", "devDependencies": { "gulp-sourcemaps": "^1.1.1", "mocha": "*" }, "directories": {}, "dist": { "shasum": "f675d3b1bd76f088df2f24ab7ad3e4a059e07e67", "tarball": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-2.3.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "02d77661de48890facdf98e1061400264d4f5ef8", "homepage": "https://github.com/sindresorhus/gulp-autoprefixer", "keywords": [ "gulpplugin", "autoprefixer", "postcss", "css", "prefix", "prefixes", "stylesheet", "preprocess", "postcss-runner" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, { "name": "battaglr", "email": "lucianobattagliero+npm@gmail.com" } ], "name": "gulp-autoprefixer", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git" }, "scripts": { "test": "mocha" }, "version": "2.3.1" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 1831, 1298, 366, 70, 29528, 12, 2306, 404, 5420, 844, 263, 31, 61, 17, 13, 17, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "is-core-module@^2.2.0", "_id": "is-core-module@2.6.0", "_inBundle": false, "_integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==", "_location": "/standard/is-core-module", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-core-module@^2.2.0", "name": "is-core-module", "escapedName": "is-core-module", "rawSpec": "^2.2.0", "saveSpec": null, "fetchSpec": "^2.2.0" }, "_requiredBy": [ "/standard/resolve" ], "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz", "_shasum": "d7553b2526fe59b92ba3e40c8df757ec8a709e19", "_spec": "is-core-module@^2.2.0", "_where": "/Users/rachel.derbyshire/Documents/GitHub/atw-orange-prototype/node_modules/standard/node_modules/resolve", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "bugs": { "url": "https://github.com/inspect-js/is-core-module/issues" }, "bundleDependencies": false, "dependencies": { "has": "^1.0.3" }, "deprecated": false, "description": "Is this specifier a node.js core module?", "devDependencies": { "@ljharb/eslint-config": "^17.6.0", "aud": "^1.1.5", "auto-changelog": "^2.3.0", "eslint": "^7.32.0", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", "semver": "^6.3.0", "tape": "^5.3.1" }, "exports": { ".": [ { "default": "./index.js" }, "./index.js" ], "./package.json": "./package.json" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/inspect-js/is-core-module", "keywords": [ "core", "modules", "module", "npm", "node", "dependencies" ], "license": "MIT", "main": "index.js", "name": "is-core-module", "repository": { "type": "git", "url": "git+https://github.com/inspect-js/is-core-module.git" }, "scripts": { "lint": "eslint .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "nyc npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, "version": "2.6.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 271, 12, 7295, 12, 21412, 31, 61, 17, 13, 17, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 271, 12, 7295, 12, 21412, 31, 17, 13, 21, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ "destroy@1.0.4", "/Users/miriam/Downloads/Insta-Take2" ] ], "_from": "destroy@1.0.4", "_id": "destroy@1.0.4", "_inBundle": false, "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", "_location": "/destroy", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "destroy@1.0.4", "name": "destroy", "escapedName": "destroy", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/send" ], "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", "_spec": "1.0.4", "_where": "/Users/miriam/Downloads/Insta-Take2", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "bugs": { "url": "https://github.com/stream-utils/destroy/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "description": "destroy a stream if possible", "devDependencies": { "istanbul": "0.4.2", "mocha": "2.3.4" }, "files": [ "index.js", "LICENSE" ], "homepage": "https://github.com/stream-utils/destroy#readme", "keywords": [ "stream", "streams", "destroy", "cleanup", "leak", "fd" ], "license": "MIT", "name": "destroy", "repository": { "type": "git", "url": "git+https://github.com/stream-utils/destroy.git" }, "scripts": { "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" }, "version": "1.0.4" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 366, 41659, 31, 16, 13, 15, 13, 19, 1600, 198, 220, 220, 220, 220, 220, 12813, 14490, 14, 10793, 1789, 14, 10002, 82, 14, 6310, 64, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"id":"58779294","name":"Dallington Park Road","nodes":[{"type":"node","id":3705967,"lat":52.24728,"lon":-0.923668},{"type":"node","id":728477819,"lat":52.2502967,"lon":-0.9211376},{"type":"node","id":728477866,"lat":52.2490306,"lon":-0.9222968},{"type":"node","id":728477968,"lat":52.2473675,"lon":-0.9234492},{"type":"node","id":728477975,"lat":52.2497332,"lon":-0.9218261},{"type":"node","id":1045567200,"lat":52.2500177,"lon":-0.9215438},{"type":"node","id":1045567223,"lat":52.2502515,"lon":-0.9212219},{"type":"node","id":1045567230,"lat":52.2502035,"lon":-0.9212957},{"type":"node","id":1060318922,"lat":52.2484891,"lon":-0.9226493}],"volunteer_postcode":"NN5 7HS","closest_distance":331}
[ 4895, 312, 2404, 3365, 40393, 27696, 2430, 3672, 2404, 35, 9221, 1122, 3250, 5567, 2430, 77, 4147, 32509, 4906, 2404, 17440, 2430, 312, 1298, 20167, 3270, 3134, 553, 15460, 1298, 4309, 13, 23753, 2078, 553, 14995, 48219, 15, 13, 24, 195...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "request-promise@4.2.2", "_id": "request-promise@4.2.2", "_inBundle": false, "_integrity": "sha1-0epG1lSm7k+O5qT+oQGMIpEZBLQ=", "_location": "/request-promise", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "request-promise@4.2.2", "name": "request-promise", "escapedName": "request-promise", "rawSpec": "4.2.2", "saveSpec": null, "fetchSpec": "4.2.2" }, "_requiredBy": [ "/notifications-node-client" ], "_resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.2.tgz", "_shasum": "d1ea46d654a6ee4f8ee6a4fea1018c22911904b4", "_spec": "request-promise@4.2.2", "_where": "/Users/nomad/Sites/esfa/node_modules/notifications-node-client", "author": { "name": "Nicolai Kamenzky", "url": "https://github.com/analog-nico" }, "bugs": { "url": "https://github.com/request/request-promise/issues" }, "bundleDependencies": false, "dependencies": { "bluebird": "^3.5.0", "request-promise-core": "1.1.1", "stealthy-require": "^1.1.0", "tough-cookie": ">=2.3.3" }, "deprecated": false, "description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.", "devDependencies": { "body-parser": "~1.15.2", "chai": "~3.5.0", "chalk": "~1.1.3", "gulp": "~3.9.1", "gulp-coveralls": "~0.1.4", "gulp-eslint": "~2.1.0", "gulp-istanbul": "~1.0.0", "gulp-mocha": "~2.2.0", "lodash": "~4.13.1", "publish-please": "~2.1.4", "request": "^2.34.0", "rimraf": "~2.5.3", "run-sequence": "~1.2.2" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/request/request-promise#readme", "keywords": [ "xhr", "http", "https", "promise", "request", "then", "thenable", "bluebird" ], "license": "ISC", "main": "./lib/rp.js", "name": "request-promise", "peerDependencies": { "request": "^2.34" }, "repository": { "type": "git", "url": "git+https://github.com/request/request-promise.git" }, "scripts": { "prepublish": "publish-please guard", "publish-please": "publish-please", "test": "gulp ci", "test-publish": "gulp ci-no-cov" }, "version": "4.2.2" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 25927, 12, 16963, 786, 31, 19, 13, 17, 13, 17, 1600, 198, 220, 45434, 312, 1298, 366, 25927, 12, 16963, 786, 31, 19, 13, 17, 13, 17, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 19...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"type": "GeometryCollection", "geometries": [{"type": "Polygon", "coordinates": [[[-2.99503996563, 55.9381152448, 0.0], [-2.99329519953, 55.936641213, 0.0], [-2.99165651183, 55.9361247173, 0.0], [-2.98942474878, 55.9266498906, 0.0], [-2.98971158169, 55.9263368007, 0.0], [-2.99086072105, 55.9255763773, 0.0], [-2.98658296618, 55.9122469834, 0.0], [-2.98940682815, 55.9119640619, 0.0], [-2.99718315744, 55.9093673223, 0.0], [-3.0039721783, 55.9086525958, 0.0], [-3.00405569236, 55.9086495657, 0.0], [-3.00546634319, 55.9078998631, 0.0], [-3.00878018496, 55.9081650876, 0.0], [-3.01169731215, 55.9079407753, 0.0], [-3.01507926667, 55.9093024788, 0.0], [-3.01956614198, 55.9079444713, 0.0], [-3.0272931305, 55.9099861231, 0.0], [-3.02609209331, 55.912544065, 0.0], [-3.02647943715, 55.9130293007, 0.0], [-3.03670634663, 55.915038369, 0.0], [-3.04409575596, 55.9150866888, 0.0], [-3.04526430673, 55.914765844, 0.0], [-3.05298502651, 55.915793199, 0.0], [-3.06042063934, 55.9131886905, 0.0], [-3.06049687242, 55.9131446777, 0.0], [-3.07544419313, 55.9230960804, 0.0], [-3.07768313902, 55.9240941117, 0.0], [-3.07673410457, 55.925482055, 0.0], [-3.07568298641, 55.9257317969, 0.0], [-3.07001561115, 55.9275734909, 0.0], [-3.06944847924, 55.927777676, 0.0], [-3.06733118076, 55.9277206004, 0.0], [-3.06460779618, 55.9282798818, 0.0], [-3.06191685684, 55.9283554011, 0.0], [-3.06105149533, 55.9281462148, 0.0], [-3.0587633657, 55.9274277155, 0.0], [-3.05579313428, 55.92603043, 0.0], [-3.05378721294, 55.9249571744, 0.0], [-3.05256645878, 55.9247624297, 0.0], [-3.04908533661, 55.9281503259, 0.0], [-3.04691075316, 55.9282484936, 0.0], [-3.04497177358, 55.9293124109, 0.0], [-3.0432507016, 55.9309298079, 0.0], [-3.04347296027, 55.931900106, 0.0], [-3.04323954981, 55.9320285725, 0.0], [-3.03912289252, 55.9326368881, 0.0], [-3.03761770882, 55.9323816982, 0.0], [-3.03446233509, 55.9325191964, 0.0], [-3.03104301423, 55.9314917344, 0.0], [-3.02863609903, 55.9327922424, 0.0], [-3.02839965339, 55.9334369459, 0.0], [-3.028391811, 55.936036365, 0.0], [-3.02822626898, 55.9366653045, 0.0], [-3.02793579907, 55.9371427049, 0.0], [-3.02738642507, 55.93745401, 0.0], [-3.02670050169, 55.9377254613, 0.0], [-3.02614633708, 55.9399580604, 0.0], [-3.02708477633, 55.9407296097, 0.0], [-3.02713083718, 55.9408228971, 0.0], [-3.02825273089, 55.9413308366, 0.0], [-3.02757607457, 55.9416237015, 0.0], [-3.02737728973, 55.9417882289, 0.0], [-3.02610296339, 55.9420831977, 0.0], [-3.02612854988, 55.9426129479, 0.0], [-3.02709403654, 55.9430534761, 0.0], [-3.02706439242, 55.9431041943, 0.0], [-3.02619403986, 55.9435324517, 0.0], [-3.02617952286, 55.9441521177, 0.0], [-3.0253671059, 55.9442263787, 0.0], [-3.02437652451, 55.9442408033, 0.0], [-3.0241973326, 55.944279766, 0.0], [-3.02403060933, 55.9445283932, 0.0], [-3.0232845676, 55.9446271795, 0.0], [-3.02157949217, 55.9444316982, 0.0], [-3.02115075796, 55.9442807073, 0.0], [-3.01960042823, 55.944575477, 0.0], [-3.01956340819, 55.9445854078, 0.0], [-3.01937328084, 55.94466082, 0.0], [-3.01917127501, 55.9451497886, 0.0], [-3.01742487582, 55.9465330096, 0.0], [-3.0172051755, 55.9465797987, 0.0], [-3.01490630052, 55.9492745089, 0.0], [-3.01082057949, 55.948231835, 0.0], [-3.00777424744, 55.9514295154, 0.0], [-3.00140694702, 55.9490195379, 0.0], [-3.00139632369, 55.9487514561, 0.0], [-3.0083275251, 55.946567504, 0.0], [-3.00846726816, 55.9462251966, 0.0], [-3.00420448706, 55.9436419413, 0.0], [-2.99834349191, 55.9469581895, 0.0], [-2.99616331118, 55.9462358953, 0.0], [-2.99503996563, 55.9381152448, 0.0]]]}, {"type": "Polygon", "coordinates": [[[-3.08140407629, 55.936171651, 0.0], [-3.08022653422, 55.9347416139, 0.0], [-3.07975812569, 55.932327465, 0.0], [-3.08125709451, 55.93100626, 0.0], [-3.07968311912, 55.9288076235, 0.0], [-3.09000443887, 55.9272827548, 0.0], [-3.09345055701, 55.9242413184, 0.0], [-3.09821258485, 55.9261727685, 0.0], [-3.09592042525, 55.9308266113, 0.0], [-3.09745442647, 55.9317998339, 0.0], [-3.09882889877, 55.9343684904, 0.0], [-3.09955412547, 55.935216495, 0.0], [-3.09495511091, 55.9361654866, 0.0], [-3.09482684088, 55.936489213, 0.0], [-3.09327216433, 55.9380785155, 0.0], [-3.09139995394, 55.9386245686, 0.0], [-3.09072137846, 55.938975017, 0.0], [-3.08878669673, 55.9395773117, 0.0], [-3.08807202997, 55.9405699387, 0.0], [-3.08756716082, 55.9407866447, 0.0], [-3.0811057955, 55.9382977783, 0.0], [-3.08098698935, 55.9379790101, 0.0], [-3.08097857572, 55.9379637204, 0.0], [-3.08140407629, 55.936171651, 0.0]]]}]}}], "name": "EH21 8"}
[ 4895, 4906, 1298, 366, 38816, 36307, 1600, 366, 40890, 1298, 685, 4895, 4906, 1298, 366, 38816, 1600, 366, 48310, 1298, 1391, 5512, 366, 469, 15748, 1298, 19779, 4906, 1298, 366, 10082, 15748, 36307, 1600, 366, 469, 908, 1678, 1298, 685, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ { "raw": "console-control-strings@~1.1.0", "scope": null, "escapedName": "console-control-strings", "name": "console-control-strings", "rawSpec": "~1.1.0", "spec": ">=1.1.0 <1.2.0", "type": "range" }, "C:\\Users\\Soichi\\documents\\bellhapp\\section4-proj\\node_modules\\npmlog" ] ], "_from": "console-control-strings@>=1.1.0 <1.2.0", "_id": "console-control-strings@1.1.0", "_inCache": true, "_installable": true, "_location": "/console-control-strings", "_nodeVersion": "4.4.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/console-control-strings-1.1.0.tgz_1466033396831_0.9470485949423164" }, "_npmUser": { "name": "iarna", "email": "me@re-becca.org" }, "_npmVersion": "3.9.2", "_phantomChildren": {}, "_requested": { "raw": "console-control-strings@~1.1.0", "scope": null, "escapedName": "console-control-strings", "name": "console-control-strings", "rawSpec": "~1.1.0", "spec": ">=1.1.0 <1.2.0", "type": "range" }, "_requiredBy": [ "/gauge", "/npmlog" ], "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e", "_shrinkwrap": null, "_spec": "console-control-strings@~1.1.0", "_where": "C:\\Users\\Soichi\\documents\\bellhapp\\section4-proj\\node_modules\\npmlog", "author": { "name": "Rebecca Turner", "email": "me@re-becca.org", "url": "http://re-becca.org/" }, "bugs": { "url": "https://github.com/iarna/console-control-strings/issues" }, "dependencies": {}, "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", "devDependencies": { "standard": "^7.1.2", "tap": "^5.7.2" }, "directories": { "test": "test" }, "dist": { "shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e", "tarball": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" }, "files": [ "LICENSE", "index.js" ], "gitHead": "722439b4998d2964ac3d3f9ec175c008aa9b7b4b", "homepage": "https://github.com/iarna/console-control-strings#readme", "keywords": [], "license": "ISC", "main": "index.js", "maintainers": [ { "name": "iarna", "email": "me@re-becca.org" } ], "name": "console-control-strings", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/iarna/console-control-strings.git" }, "scripts": { "test": "standard && tap test/*.js" }, "version": "1.1.0" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 1831, 1298, 366, 41947, 12, 13716, 12, 37336, 31, 93, 16, 13, 16, 13, 15, 1600, 198...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"featureCount":1,"formatVersion":1,"intervals":{"minStart":0,"classes":[{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Strain","Type","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Id","Dbxref","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Type","Dbxref","Strain","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Dbxref","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Type","Dbxref","Strain","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Source","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Type","Strain","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Dbxref","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Strain","Dbxref","Type","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Strain","Dbxref","Type","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Type","Strain","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Id","Type","Strain","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Type","Strain","Source"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Id","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Dbxref","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Strain","Type","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Type","Dbxref","Strain","Source","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Type","Id","Dbxref","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Type","Id","Dbxref","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Strain","Type","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Type","Dbxref","Strain","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Type","Strain","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"]},{"attributes":["Start","End","Strand","Source","Strain","Dbxref","Type","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Dbxref","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Dbxref","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Strain","Dbxref","Type","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Type","Dbxref","Strain","Source"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Strain","Type","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Dbxref","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Dbxref","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Type","Strain","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Strain","Dbxref","Type","Id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Strain","Type","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Type","Strain","Source"]},{"attributes":["Start","End","Strand","Source","Strain","Type","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Type","Strain","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Dbxref","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Type","Dbxref","Strain","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Source","Genome","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Strain","Source","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Dbxref","Id","Type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Dbxref","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Dbxref","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Type","Dbxref","Strain","Source"]},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Strain","Dbxref","Type","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Type","Id","Dbxref","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Strain","Dbxref","Type","Id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Strain","Dbxref","Type","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"]},{"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Name","Genome","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Strain","Type","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Source","Genome","Name","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Source","Name","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Source","Name","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"]},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome"]},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Dbxref","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Source","Strain","Type","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Type","Dbxref","Strain","Source","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Source","Name","Genome","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Source","Genome","Name","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Name","Genome","Strain"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Source","Genome","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Source","Name","Genome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Genome","Name","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Genome","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Name","Source","Genome","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Source","Name","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Source","Name","Genome","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Source","Genome","Name","Strain"]},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Source","Genome","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Chromosome","Id","Type","Strain","Source","Name","Genome"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Type","Id","Chromosome","Dbxref","Genome","Source","Name","Strain","Mol_type","Seq_id","Gbkey"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Name","Genome","Source","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Id","Chromosome","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Source","Genome","Name","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Genome","Name","Source","Strain"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Source","Name","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Id","Chromosome","Type","Strain","Name","Source","Genome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Id","Chromosome","Type","Dbxref","Strain","Name","Genome","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Source","Name","Genome","Strain","Type","Chromosome","Id","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Id","Chromosome","Type","Dbxref","Strain","Genome","Name","Source"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Id","Chromosome","Dbxref","Name","Genome","Source","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Dbxref","Id","Chromosome","Type","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Genome","Name","Source","Dbxref","Id","Chromosome","Type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Name","Genome","Strain","Dbxref","Type","Chromosome","Id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Name","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Source","Genome","Chromosome","Id","Type","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Genome","Name","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Name","Source","Genome","Dbxref","Id","Chromosome","Type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Id","Chromosome","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Source","Genome","Name","Strain","Type","Id","Chromosome","Dbxref","Seq_id","Gbkey","Mol_type"]},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Source","Genome","Name","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Name","Source","Genome","Mol_type","Seq_id","Gbkey"]},{"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Name","Source","Genome","Strain","Type","Chromosome","Id","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Name","Genome","Source","Id","Chromosome","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Name","Genome","Source","Strain","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Chromosome","Id","Type","Dbxref","Strain","Genome","Source","Name"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Id","Chromosome","Name","Source","Genome","Strain"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Strain","Genome","Name","Source","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Strain","Source","Genome","Name","Dbxref","Chromosome","Id","Type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Chromosome","Id","Type","Dbxref","Strain","Genome","Name","Source","Mol_type","Seq_id","Gbkey"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Genome","Name","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Chromosome","Id"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Name","Genome","Source","Strain","Type","Id","Chromosome","Dbxref"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Genome","Source","Name","Strain"]},{"attributes":["Start","End","Strand","Strain","Name","Source","Genome","Dbxref","Chromosome","Id","Type","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Genome","Name","Source","Strain","Dbxref","Type","Chromosome","Id","Gbkey","Seq_id","Mol_type"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Seq_id","Gbkey","Type","Chromosome","Id","Dbxref","Name","Genome","Source","Strain"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Genome","Name","Source","Mol_type","Gbkey","Seq_id"]},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Genome","Name","Source","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Strain","Genome","Source","Name","Chromosome","Id","Type","Dbxref","Seq_id","Gbkey","Mol_type"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Gbkey","Seq_id","Mol_type","Source","Genome","Name","Strain","Dbxref","Type","Id","Chromosome"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Mol_type","Gbkey","Seq_id","Dbxref","Type","Chromosome","Id","Name","Source","Genome","Strain"]},{"attributes":["Start","End","Strand","Dbxref","Type","Chromosome","Id","Genome","Name","Source","Strain","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"isArrayAttr":{},"attributes":["Start","End","Strand","Genome","Source","Name","Strain","Dbxref","Type","Id","Chromosome","Gbkey","Seq_id","Mol_type"]},{"isArrayAttr":{},"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Source","Name","Genome","Chromosome","Id","Type","Dbxref"]},{"attributes":["Start","End","Strand","Seq_id","Gbkey","Mol_type","Strain","Name","Genome","Source","Chromosome","Id","Type","Dbxref"],"isArrayAttr":{}},{"attributes":["Start","End","Strand","Dbxref","Chromosome","Id","Type","Strain","Name","Genome","Source","Mol_type","Gbkey","Seq_id"],"isArrayAttr":{}},{"attributes":["Start","End","Chunk"],"isArrayAttr":{"Sublist":1}}],"nclist":[[834,0,743,1,"region","id17877","taxon:5791","Genbank","LU352","genomic DNA","ATCM03100572.1","Src"]],"count":1,"urlTemplate":"lf-{Chunk}.json","lazyClass":1216,"maxEnd":743},"histograms":{"stats":[{"basesPerBin":"2000","mean":1,"max":1}],"meta":[{"basesPerBin":"2000","arrayParams":{"urlTemplate":"hist-2000-{Chunk}.json","chunkSize":10000,"length":1}}]}}
[ 4895, 30053, 12332, 1298, 16, 553, 18982, 14815, 1298, 16, 553, 3849, 12786, 8351, 1084, 10434, 1298, 15, 553, 37724, 32509, 271, 19182, 8086, 81, 1298, 90, 9063, 1078, 7657, 26358, 10434, 2430, 12915, 2430, 13290, 392, 2430, 6030, 2430, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "fixa_guard": { "name": "Fixa Guard", "stats": { "damage_resistance": [0, 1, 2, 3, 3.5, 4] } }, "fixa_performa": { "name": "Fixa Performa", "stats": { "pp_cost_reduction": [0, 1, 2, 3, 3.5, 4] } }, "fixa_natura": { "name": "Fixa Natura", "stats": { "passive_pp_recovery": [0, 2, 3, 4, 4.5, 5] } }, "fixa_enthusia": { "name": "Fixa Enthusia", "stats": { "active_pp_recovery": [0, 2, 3, 4, 4.5, 5] } } }
[ 90, 201, 198, 220, 220, 220, 366, 13049, 64, 62, 14864, 1298, 1391, 201, 198, 220, 220, 220, 220, 220, 220, 220, 366, 3672, 1298, 366, 22743, 64, 4932, 1600, 201, 198, 220, 220, 220, 220, 220, 220, 220, 366, 34242, 1298, 1391, 201...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "recordings": [ { "method": "POST", "url": "https://login.microsoftonline.com/88888888-8888-8888-8888-888888888888/oauth2/v2.0/token", "query": {}, "requestBody": "response_type=token&grant_type=client_credentials&client_id=azure_client_id&client_secret=azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default", "status": 200, "response": "{\"token_type\":\"Bearer\",\"expires_in\":86399,\"ext_expires_in\":86399,\"access_token\":\"access_token\"}", "responseHeaders": { "cache-control": "no-store, no-cache", "content-length": "1331", "content-type": "application/json; charset=utf-8", "date": "Wed, 12 May 2021 19:18:18 GMT", "expires": "-1", "nel": "{\"report_to\":\"network-errors\",\"max_age\":86400,\"success_fraction\":0.001,\"failure_fraction\":1.0}", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "report-to": "{\"group\":\"network-errors\",\"max_age\":86400,\"endpoints\":[{\"url\":\"https://identity.nel.measure.office.net/api/report?catId=GW+estsfd+san\"}]}", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", "x-ms-ests-server": "2.1.11722.21 - NCUS ProdSlices", "x-ms-request-id": "77684d85-de6c-4446-8bd8-80263b515600" } }, { "method": "POST", "url": "https://endpoint//text/analytics/v3.1-preview.5/entities/recognition/pii", "query": { "stringIndexType": "UnicodeCodePoint" }, "requestBody": "{\"documents\":[{\"id\":\"0\",\"text\":\"아가 SSN: 859-98-0987\",\"language\":\"en\"}]}", "status": 200, "response": "{\"documents\":[{\"redactedText\":\"아가 SSN: ***********\",\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"USSocialSecurityNumber\",\"offset\":8,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2021-01-15\"}", "responseHeaders": { "apim-request-id": "9670efb4-4016-4902-b902-1d52e3f65bdc", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", "date": "Wed, 12 May 2021 19:18:17 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "77" } } ], "uniqueTestInfo": { "uniqueName": {}, "newDate": {} }, "hash": "598060bfe5f87f42b105c503861fd51e" }
[ 90, 198, 366, 22105, 654, 1298, 685, 198, 220, 1391, 198, 220, 220, 366, 24396, 1298, 366, 32782, 1600, 198, 220, 220, 366, 6371, 1298, 366, 5450, 1378, 38235, 13, 40485, 25119, 13, 785, 14, 3459, 3459, 3459, 3459, 12, 3459, 3459, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "tunnel-agent@^0.6.0", "_id": "tunnel-agent@0.6.0", "_inBundle": false, "_integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "_location": "/tunnel-agent", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tunnel-agent@^0.6.0", "name": "tunnel-agent", "escapedName": "tunnel-agent", "rawSpec": "^0.6.0", "saveSpec": null, "fetchSpec": "^0.6.0" }, "_requiredBy": [ "/request" ], "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "_shasum": "27a5dea06b36b04a0a9966774b290868f0fc40fd", "_spec": "tunnel-agent@^0.6.0", "_where": "/Users/ramirooliveirajr/Desktop/trans-prise/trans-prise-app/node_modules/request", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", "url": "http://www.futurealoof.com" }, "bugs": { "url": "https://github.com/mikeal/tunnel-agent/issues" }, "bundleDependencies": false, "dependencies": { "safe-buffer": "^5.0.1" }, "deprecated": false, "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.", "devDependencies": {}, "engines": { "node": "*" }, "files": [ "index.js" ], "homepage": "https://github.com/mikeal/tunnel-agent#readme", "license": "Apache-2.0", "main": "index.js", "name": "tunnel-agent", "optionalDependencies": {}, "repository": { "url": "git+https://github.com/mikeal/tunnel-agent.git" }, "version": "0.6.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 28286, 4954, 12, 25781, 31, 61, 15, 13, 21, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 28286, 4954, 12, 25781, 31, 15, 13, 21, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "TenantId": "REPLACE_WITH_YOUR_TENANT_ID", "NamespaceId": "REPLACE_WITH_YOUR_NAMESPACE_ID", "Address": "https://dat-b.osisoft.com", "ClientId": "REPLACE_WITH_CLIENT_IDENTIFIER", "ClientSecret": "REPLACE_WITH_CLIENT_SECRET", "DeviceClientId": "REPLACE_WITH_DEVICE_CLIENT_ID", "DeviceClientSecret": "REPLACE_WITH_DEVICE_CLIENT_SECRET", "ConnectionName": "REPLACE_WITH_DESIRED_CONNECTION_NAME", "StreamId": "REPLACE_WITH_DESIRED_STREAM_ID" }
[ 90, 198, 220, 366, 24893, 415, 7390, 1298, 366, 2200, 6489, 11598, 62, 54, 10554, 62, 56, 11698, 62, 51, 1677, 8643, 62, 2389, 1600, 198, 220, 366, 36690, 10223, 7390, 1298, 366, 2200, 6489, 11598, 62, 54, 10554, 62, 56, 11698, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_args": [ [ { "raw": "util-deprecate@~1.0.1", "scope": null, "escapedName": "util-deprecate", "name": "util-deprecate", "rawSpec": "~1.0.1", "spec": ">=1.0.1 <1.1.0", "type": "range" }, "/Users/zhangxinyu/Desktop/FEprojects/gallery-by-react/node_modules/through2/node_modules/readable-stream" ] ], "_from": "util-deprecate@>=1.0.1 <1.1.0", "_id": "util-deprecate@1.0.2", "_inCache": true, "_location": "/util-deprecate", "_nodeVersion": "4.1.2", "_npmUser": { "name": "tootallnate", "email": "nathan@tootallnate.net" }, "_npmVersion": "2.14.4", "_phantomChildren": {}, "_requested": { "raw": "util-deprecate@~1.0.1", "scope": null, "escapedName": "util-deprecate", "name": "util-deprecate", "rawSpec": "~1.0.1", "spec": ">=1.0.1 <1.1.0", "type": "range" }, "_requiredBy": [ "/concat-stream/readable-stream", "/extract-zip/readable-stream", "/memory-fs/readable-stream", "/node-libs-browser/readable-stream", "/readdirp/readable-stream", "/stream-browserify/readable-stream", "/stream-http/readable-stream", "/through2/readable-stream", "/webpack/readable-stream" ], "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf", "_shrinkwrap": null, "_spec": "util-deprecate@~1.0.1", "_where": "/Users/zhangxinyu/Desktop/FEprojects/gallery-by-react/node_modules/through2/node_modules/readable-stream", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "browser": "browser.js", "bugs": { "url": "https://github.com/TooTallNate/util-deprecate/issues" }, "dependencies": {}, "description": "The Node.js `util.deprecate()` function with browser support", "devDependencies": {}, "directories": {}, "dist": { "shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf", "tarball": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" }, "gitHead": "475fb6857cd23fafff20c1be846c1350abf8e6d4", "homepage": "https://github.com/TooTallNate/util-deprecate", "keywords": [ "util", "deprecate", "browserify", "browser", "node" ], "license": "MIT", "main": "node.js", "maintainers": [ { "name": "tootallnate", "email": "nathan@tootallnate.net" } ], "name": "util-deprecate", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/TooTallNate/util-deprecate.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "version": "1.0.2" }
[ 90, 198, 220, 45434, 22046, 1298, 685, 198, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 1831, 1298, 366, 22602, 12, 10378, 8344, 378, 31, 93, 16, 13, 15, 13, 16, 1600, 198...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "decamelize@^1.2.0", "_id": "decamelize@1.2.0", "_inBundle": false, "_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "_location": "/decamelize", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "decamelize@^1.2.0", "name": "decamelize", "escapedName": "decamelize", "rawSpec": "^1.2.0", "saveSpec": null, "fetchSpec": "^1.2.0" }, "_requiredBy": [ "/yargs", "/yargs-parser", "/yargs/yargs-parser" ], "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "_shasum": "f6534d15148269b20352e7bee26f501f9a191290", "_spec": "decamelize@^1.2.0", "_where": "C:\\xampp\\htdocs\\laravel6\\node_modules\\yargs-parser", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/decamelize/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/decamelize#readme", "keywords": [ "decamelize", "decamelcase", "camelcase", "lowercase", "case", "dash", "hyphen", "string", "str", "text", "convert" ], "license": "MIT", "name": "decamelize", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/decamelize.git" }, "scripts": { "test": "xo && ava" }, "version": "1.2.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 12501, 17983, 1096, 31, 61, 16, 13, 17, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 12501, 17983, 1096, 31, 16, 13, 17, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"id":"1572050013","district_id":"1572050","name":"SUNGAI LIUK"}
[ 4895, 312, 2404, 18458, 1238, 4059, 1485, 2430, 17080, 2012, 62, 312, 2404, 18458, 1238, 1120, 2430, 3672, 2404, 50, 4944, 9273, 40, 24653, 15039, 20662 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
{ "metadata": { "apiVersion": "2017-08-29", "endpointPrefix": "mediaconvert", "signingName": "mediaconvert", "serviceFullName": "AWS Elemental MediaConvert", "serviceId": "MediaConvert", "protocol": "rest-json", "jsonVersion": "1.1", "uid": "mediaconvert-2017-08-29", "signatureVersion": "v4", "serviceAbbreviation": "MediaConvert" }, "operations": { "CancelJob": { "name": "CancelJob", "http": { "method": "DELETE", "requestUri": "/2017-08-29/jobs/{id}", "responseCode": 202 }, "input": { "shape": "CancelJobRequest" }, "output": { "shape": "CancelJobResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Permanently remove a job from a queue. Once you have canceled a job, you can't start it again. You can't delete a running job." }, "CreateJob": { "name": "CreateJob", "http": { "method": "POST", "requestUri": "/2017-08-29/jobs", "responseCode": 201 }, "input": { "shape": "CreateJobRequest" }, "output": { "shape": "CreateJobResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "CreateJobTemplate": { "name": "CreateJobTemplate", "http": { "method": "POST", "requestUri": "/2017-08-29/jobTemplates", "responseCode": 201 }, "input": { "shape": "CreateJobTemplateRequest" }, "output": { "shape": "CreateJobTemplateResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "CreatePreset": { "name": "CreatePreset", "http": { "method": "POST", "requestUri": "/2017-08-29/presets", "responseCode": 201 }, "input": { "shape": "CreatePresetRequest" }, "output": { "shape": "CreatePresetResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "CreateQueue": { "name": "CreateQueue", "http": { "method": "POST", "requestUri": "/2017-08-29/queues", "responseCode": 201 }, "input": { "shape": "CreateQueueRequest" }, "output": { "shape": "CreateQueueResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Create a new transcoding queue. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "DeleteJobTemplate": { "name": "DeleteJobTemplate", "http": { "method": "DELETE", "requestUri": "/2017-08-29/jobTemplates/{name}", "responseCode": 202 }, "input": { "shape": "DeleteJobTemplateRequest" }, "output": { "shape": "DeleteJobTemplateResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Permanently delete a job template you have created." }, "DeletePreset": { "name": "DeletePreset", "http": { "method": "DELETE", "requestUri": "/2017-08-29/presets/{name}", "responseCode": 202 }, "input": { "shape": "DeletePresetRequest" }, "output": { "shape": "DeletePresetResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Permanently delete a preset you have created." }, "DeleteQueue": { "name": "DeleteQueue", "http": { "method": "DELETE", "requestUri": "/2017-08-29/queues/{name}", "responseCode": 202 }, "input": { "shape": "DeleteQueueRequest" }, "output": { "shape": "DeleteQueueResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Permanently delete a queue you have created." }, "DescribeEndpoints": { "name": "DescribeEndpoints", "http": { "method": "POST", "requestUri": "/2017-08-29/endpoints", "responseCode": 200 }, "input": { "shape": "DescribeEndpointsRequest" }, "output": { "shape": "DescribeEndpointsResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "BadRequestException" }, { "shape": "InternalServerErrorException", "documentation": "InternalServiceException" }, { "shape": "ForbiddenException", "documentation": "AccessDeniedException" }, { "shape": "NotFoundException", "documentation": "ResourceNotFoundException" }, { "shape": "TooManyRequestsException", "documentation": "LimitExceededException" }, { "shape": "ConflictException", "documentation": "ResourceInUseException" } ], "documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint." }, "GetJob": { "name": "GetJob", "http": { "method": "GET", "requestUri": "/2017-08-29/jobs/{id}", "responseCode": 200 }, "input": { "shape": "GetJobRequest" }, "output": { "shape": "GetJobResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve the JSON for a specific completed transcoding job." }, "GetJobTemplate": { "name": "GetJobTemplate", "http": { "method": "GET", "requestUri": "/2017-08-29/jobTemplates/{name}", "responseCode": 200 }, "input": { "shape": "GetJobTemplateRequest" }, "output": { "shape": "GetJobTemplateResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve the JSON for a specific job template." }, "GetPreset": { "name": "GetPreset", "http": { "method": "GET", "requestUri": "/2017-08-29/presets/{name}", "responseCode": 200 }, "input": { "shape": "GetPresetRequest" }, "output": { "shape": "GetPresetResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve the JSON for a specific preset." }, "GetQueue": { "name": "GetQueue", "http": { "method": "GET", "requestUri": "/2017-08-29/queues/{name}", "responseCode": 200 }, "input": { "shape": "GetQueueRequest" }, "output": { "shape": "GetQueueResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve the JSON for a specific queue." }, "ListJobTemplates": { "name": "ListJobTemplates", "http": { "method": "GET", "requestUri": "/2017-08-29/jobTemplates", "responseCode": 200 }, "input": { "shape": "ListJobTemplatesRequest" }, "output": { "shape": "ListJobTemplatesResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array" }, "ListJobs": { "name": "ListJobs", "http": { "method": "GET", "requestUri": "/2017-08-29/jobs", "responseCode": 200 }, "input": { "shape": "ListJobsRequest" }, "output": { "shape": "ListJobsResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array." }, "ListPresets": { "name": "ListPresets", "http": { "method": "GET", "requestUri": "/2017-08-29/presets", "responseCode": 200 }, "input": { "shape": "ListPresetsRequest" }, "output": { "shape": "ListPresetsResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array." }, "ListQueues": { "name": "ListQueues", "http": { "method": "GET", "requestUri": "/2017-08-29/queues", "responseCode": 200 }, "input": { "shape": "ListQueuesRequest" }, "output": { "shape": "ListQueuesResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array." }, "UpdateJobTemplate": { "name": "UpdateJobTemplate", "http": { "method": "PUT", "requestUri": "/2017-08-29/jobTemplates/{name}", "responseCode": 200 }, "input": { "shape": "UpdateJobTemplateRequest" }, "output": { "shape": "UpdateJobTemplateResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Modify one of your existing job templates." }, "UpdatePreset": { "name": "UpdatePreset", "http": { "method": "PUT", "requestUri": "/2017-08-29/presets/{name}", "responseCode": 200 }, "input": { "shape": "UpdatePresetRequest" }, "output": { "shape": "UpdatePresetResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Modify one of your existing presets." }, "UpdateQueue": { "name": "UpdateQueue", "http": { "method": "PUT", "requestUri": "/2017-08-29/queues/{name}", "responseCode": 200 }, "input": { "shape": "UpdateQueueRequest" }, "output": { "shape": "UpdateQueueResponse" }, "errors": [ { "shape": "BadRequestException", "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, { "shape": "InternalServerErrorException", "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, { "shape": "ForbiddenException", "documentation": "You don't have permissions for this action with the credentials you sent." }, { "shape": "NotFoundException", "documentation": "The resource you requested does not exist." }, { "shape": "TooManyRequestsException", "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, { "shape": "ConflictException", "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." } ], "documentation": "Modify one of your existing queues." } }, "shapes": { "AacAudioDescriptionBroadcasterMix": { "type": "string", "documentation": "Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains \"broadcaster mixed AD\". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.", "enum": [ "BROADCASTER_MIXED_AD", "NORMAL" ] }, "AacCodecProfile": { "type": "string", "documentation": "AAC Profile.", "enum": [ "LC", "HEV1", "HEV2" ] }, "AacCodingMode": { "type": "string", "documentation": "Mono (Audio Description), Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. \"1.0 - Audio Description (Receiver Mix)\" setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.", "enum": [ "AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1" ] }, "AacRateControlMode": { "type": "string", "documentation": "Rate Control Mode.", "enum": [ "CBR", "VBR" ] }, "AacRawFormat": { "type": "string", "documentation": "Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose \"No container\" for the output container.", "enum": [ "LATM_LOAS", "NONE" ] }, "AacSettings": { "type": "structure", "members": { "AudioDescriptionBroadcasterMix": { "shape": "AacAudioDescriptionBroadcasterMix", "locationName": "audioDescriptionBroadcasterMix" }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Valid values depend on rate control mode and profile." }, "CodecProfile": { "shape": "AacCodecProfile", "locationName": "codecProfile" }, "CodingMode": { "shape": "AacCodingMode", "locationName": "codingMode" }, "RateControlMode": { "shape": "AacRateControlMode", "locationName": "rateControlMode" }, "RawFormat": { "shape": "AacRawFormat", "locationName": "rawFormat" }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in Hz. Valid values depend on rate control mode and profile." }, "Specification": { "shape": "AacSpecification", "locationName": "specification" }, "VbrQuality": { "shape": "AacVbrQuality", "locationName": "vbrQuality" } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AAC." }, "AacSpecification": { "type": "string", "documentation": "Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.", "enum": [ "MPEG2", "MPEG4" ] }, "AacVbrQuality": { "type": "string", "documentation": "VBR Quality Level - Only used if rate_control_mode is VBR.", "enum": [ "LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH" ] }, "Ac3BitstreamMode": { "type": "string", "documentation": "Specifies the \"Bitstream Mode\" (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values.", "enum": [ "COMPLETE_MAIN", "COMMENTARY", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER" ] }, "Ac3CodingMode": { "type": "string", "documentation": "Dolby Digital coding mode. Determines number of channels.", "enum": [ "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_3_2_LFE" ] }, "Ac3DynamicRangeCompressionProfile": { "type": "string", "documentation": "If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.", "enum": [ "FILM_STANDARD", "NONE" ] }, "Ac3LfeFilter": { "type": "string", "documentation": "Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.", "enum": [ "ENABLED", "DISABLED" ] }, "Ac3MetadataControl": { "type": "string", "documentation": "When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.", "enum": [ "FOLLOW_INPUT", "USE_CONFIGURED" ] }, "Ac3Settings": { "type": "structure", "members": { "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Valid bitrates depend on the coding mode." }, "BitstreamMode": { "shape": "Ac3BitstreamMode", "locationName": "bitstreamMode" }, "CodingMode": { "shape": "Ac3CodingMode", "locationName": "codingMode" }, "Dialnorm": { "shape": "__integer", "locationName": "dialnorm", "documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through." }, "DynamicRangeCompressionProfile": { "shape": "Ac3DynamicRangeCompressionProfile", "locationName": "dynamicRangeCompressionProfile" }, "LfeFilter": { "shape": "Ac3LfeFilter", "locationName": "lfeFilter" }, "MetadataControl": { "shape": "Ac3MetadataControl", "locationName": "metadataControl" }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in hz. Sample rate is always 48000." } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3." }, "AfdSignaling": { "type": "string", "documentation": "This setting only applies to H.264 and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to whether there are AFD values in the output video data and what those values are. * Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the input AFD scaler data.", "enum": [ "NONE", "AUTO", "FIXED" ] }, "AiffSettings": { "type": "structure", "members": { "BitDepth": { "shape": "__integer", "locationName": "bitDepth", "documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track." }, "Channels": { "shape": "__integer", "locationName": "channels", "documentation": "Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2." }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in hz." } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF." }, "AncillarySourceSettings": { "type": "structure", "members": { "SourceAncillaryChannelNumber": { "shape": "__integer", "locationName": "sourceAncillaryChannelNumber", "documentation": "Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough." } }, "documentation": "Settings for ancillary captions source." }, "AntiAlias": { "type": "string", "documentation": "Enable Anti-alias (AntiAlias) to enhance sharp edges in video output when your input resolution is much larger than your output resolution. Default is enabled.", "enum": [ "DISABLED", "ENABLED" ] }, "AudioCodec": { "type": "string", "documentation": "Type of Audio codec.", "enum": [ "AAC", "MP2", "WAV", "AIFF", "AC3", "EAC3", "PASSTHROUGH" ] }, "AudioCodecSettings": { "type": "structure", "members": { "AacSettings": { "shape": "AacSettings", "locationName": "aacSettings" }, "Ac3Settings": { "shape": "Ac3Settings", "locationName": "ac3Settings" }, "AiffSettings": { "shape": "AiffSettings", "locationName": "aiffSettings" }, "Codec": { "shape": "AudioCodec", "locationName": "codec" }, "Eac3Settings": { "shape": "Eac3Settings", "locationName": "eac3Settings" }, "Mp2Settings": { "shape": "Mp2Settings", "locationName": "mp2Settings" }, "WavSettings": { "shape": "WavSettings", "locationName": "wavSettings" } }, "documentation": "Audio codec settings (CodecSettings) under (AudioDescriptions) contains the group of settings related to audio encoding. The settings in this group vary depending on the value you choose for Audio codec (Codec). For each codec enum you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * WAV, WavSettings * AIFF, AiffSettings * AC3, Ac3Settings * EAC3, Eac3Settings" }, "AudioDefaultSelection": { "type": "string", "documentation": "When an \"Audio Description\":#audio_description specifies an AudioSelector or AudioSelectorGroup for which no matching source is found in the input, then the audio selector marked as DEFAULT will be used. If none are marked as default, silence will be inserted for the duration of the input.", "enum": [ "DEFAULT", "NOT_DEFAULT" ] }, "AudioDescription": { "type": "structure", "members": { "AudioNormalizationSettings": { "shape": "AudioNormalizationSettings", "locationName": "audioNormalizationSettings", "documentation": "Settings for Audio Normalization" }, "AudioSourceName": { "shape": "__string", "locationName": "audioSourceName", "documentation": "Specifies which audio data to use from each input. In the simplest case, specify an \"Audio Selector\":#inputs-audio_selector by name based on its order within each input. For example if you specify \"Audio Selector 3\", then the third audio selector will be used from each input. If an input does not have an \"Audio Selector 3\", then the audio selector marked as \"default\" in that input will be used. If there is no audio selector marked as \"default\", silence will be inserted for the duration of that input. Alternatively, an \"Audio Selector Group\":#inputs-audio_selector_group name may be specified, with similar default/silence behavior. If no audio_source_name is specified, then \"Audio Selector 1\" will be chosen automatically." }, "AudioType": { "shape": "__integer", "locationName": "audioType", "documentation": "Applies only if Follow Input Audio Type is unchecked (false). A number between 0 and 255. The following are defined in ISO-IEC 13818-1: 0 = Undefined, 1 = Clean Effects, 2 = Hearing Impaired, 3 = Visually Impaired Commentary, 4-255 = Reserved." }, "AudioTypeControl": { "shape": "AudioTypeControl", "locationName": "audioTypeControl" }, "CodecSettings": { "shape": "AudioCodecSettings", "locationName": "codecSettings" }, "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode", "documentation": "Indicates the language of the audio output track. The ISO 639 language specified in the 'Language Code' drop down will be used when 'Follow Input Language Code' is not selected or when 'Follow Input Language Code' is selected but there is no ISO 639 language code specified by the input." }, "LanguageCodeControl": { "shape": "AudioLanguageCodeControl", "locationName": "languageCodeControl" }, "RemixSettings": { "shape": "RemixSettings", "locationName": "remixSettings", "documentation": "Advanced audio remixing settings." }, "StreamName": { "shape": "__string", "locationName": "streamName", "documentation": "Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary). Alphanumeric characters, spaces, and underscore are legal." } }, "documentation": "Description of audio output" }, "AudioLanguageCodeControl": { "type": "string", "documentation": "Choosing FOLLOW_INPUT will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The language specified for languageCode' will be used when USE_CONFIGURED is selected or when FOLLOW_INPUT is selected but there is no ISO 639 language code specified by the input.", "enum": [ "FOLLOW_INPUT", "USE_CONFIGURED" ] }, "AudioNormalizationAlgorithm": { "type": "string", "documentation": "Audio normalization algorithm to use. 1770-1 conforms to the CALM Act specification, 1770-2 conforms to the EBU R-128 specification.", "enum": [ "ITU_BS_1770_1", "ITU_BS_1770_2" ] }, "AudioNormalizationAlgorithmControl": { "type": "string", "documentation": "When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.", "enum": [ "CORRECT_AUDIO", "MEASURE_ONLY" ] }, "AudioNormalizationLoudnessLogging": { "type": "string", "documentation": "If set to LOG, log each output's audio track loudness to a CSV file.", "enum": [ "LOG", "DONT_LOG" ] }, "AudioNormalizationPeakCalculation": { "type": "string", "documentation": "If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio track loudness.", "enum": [ "TRUE_PEAK", "NONE" ] }, "AudioNormalizationSettings": { "type": "structure", "members": { "Algorithm": { "shape": "AudioNormalizationAlgorithm", "locationName": "algorithm" }, "AlgorithmControl": { "shape": "AudioNormalizationAlgorithmControl", "locationName": "algorithmControl" }, "CorrectionGateLevel": { "shape": "__integer", "locationName": "correctionGateLevel", "documentation": "Content measuring above this level will be corrected to the target level. Content measuring below this level will not be corrected. Gating only applies when not using real_time_correction." }, "LoudnessLogging": { "shape": "AudioNormalizationLoudnessLogging", "locationName": "loudnessLogging" }, "PeakCalculation": { "shape": "AudioNormalizationPeakCalculation", "locationName": "peakCalculation" }, "TargetLkfs": { "shape": "__double", "locationName": "targetLkfs", "documentation": "Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS." } }, "documentation": "Advanced audio normalization settings." }, "AudioSelector": { "type": "structure", "members": { "DefaultSelection": { "shape": "AudioDefaultSelection", "locationName": "defaultSelection" }, "ExternalAudioFileInput": { "shape": "__string", "locationName": "externalAudioFileInput", "documentation": "Specifies audio data from an external file source. Auto populated when Infer External Filename is checked" }, "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode", "documentation": "Selects a specific language code from within an audio source." }, "Offset": { "shape": "__integer", "locationName": "offset", "documentation": "Specifies a time delta in milliseconds to offset the audio from the input video." }, "Pids": { "shape": "ListOf__integer", "locationName": "pids", "documentation": "Selects a specific PID from within an audio source (e.g. 257 selects PID 0x101)." }, "ProgramSelection": { "shape": "__integer", "locationName": "programSelection", "documentation": "Applies only when input streams contain Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. \"All channels\" means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect." }, "RemixSettings": { "shape": "RemixSettings", "locationName": "remixSettings", "documentation": "Advanced audio remixing settings." }, "SelectorType": { "shape": "AudioSelectorType", "locationName": "selectorType" }, "Tracks": { "shape": "ListOf__integer", "locationName": "tracks", "documentation": "Identify the channel to include in this selector by entering the 1-based track index. To combine several tracks, enter a comma-separated list, e.g. \"1,2,3\" for tracks 1-3." } }, "documentation": "Selector for Audio" }, "AudioSelectorGroup": { "type": "structure", "members": { "AudioSelectorNames": { "shape": "ListOf__string", "locationName": "audioSelectorNames", "documentation": "Name of an \"Audio Selector\":#inputs-audio_selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g. \"Audio Selector 1\"). The audio_selector_name parameter can be repeated to add any number of audio selectors to the group." } }, "documentation": "Group of Audio Selectors" }, "AudioSelectorType": { "type": "string", "documentation": "Specifies the type of the audio selector.", "enum": [ "PID", "TRACK", "LANGUAGE_CODE" ] }, "AudioTypeControl": { "type": "string", "documentation": "When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the output. If the input contains no ISO 639 audio_type, the value in Audio Type is included in the output. Otherwise the value in Audio Type is included in the output. Note that this field and audioType are both ignored if audioDescriptionBroadcasterMix is set to BROADCASTER_MIXED_AD.", "enum": [ "FOLLOW_INPUT", "USE_CONFIGURED" ] }, "AvailBlanking": { "type": "structure", "members": { "AvailBlankingImage": { "shape": "__string", "locationName": "availBlankingImage", "documentation": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported." } }, "documentation": "Settings for Avail Blanking" }, "BadRequestException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 400 }, "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax." }, "BurninDestinationSettings": { "type": "structure", "members": { "Alignment": { "shape": "BurninSubtitleAlignment", "locationName": "alignment" }, "BackgroundColor": { "shape": "BurninSubtitleBackgroundColor", "locationName": "backgroundColor" }, "BackgroundOpacity": { "shape": "__integer", "locationName": "backgroundOpacity", "documentation": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match." }, "FontColor": { "shape": "BurninSubtitleFontColor", "locationName": "fontColor" }, "FontOpacity": { "shape": "__integer", "locationName": "fontOpacity", "documentation": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.\nAll burn-in and DVB-Sub font settings must match." }, "FontResolution": { "shape": "__integer", "locationName": "fontResolution", "documentation": "Font resolution in DPI (dots per inch); default is 96 dpi.\nAll burn-in and DVB-Sub font settings must match." }, "FontSize": { "shape": "__integer", "locationName": "fontSize", "documentation": "A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match." }, "OutlineColor": { "shape": "BurninSubtitleOutlineColor", "locationName": "outlineColor" }, "OutlineSize": { "shape": "__integer", "locationName": "outlineSize", "documentation": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." }, "ShadowColor": { "shape": "BurninSubtitleShadowColor", "locationName": "shadowColor" }, "ShadowOpacity": { "shape": "__integer", "locationName": "shadowOpacity", "documentation": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match." }, "ShadowXOffset": { "shape": "__integer", "locationName": "shadowXOffset", "documentation": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match." }, "ShadowYOffset": { "shape": "__integer", "locationName": "shadowYOffset", "documentation": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match." }, "TeletextSpacing": { "shape": "BurninSubtitleTeletextSpacing", "locationName": "teletextSpacing" }, "XPosition": { "shape": "__integer", "locationName": "xPosition", "documentation": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." }, "YPosition": { "shape": "__integer", "locationName": "yPosition", "documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." } }, "documentation": "Burn-In Destination Settings." }, "BurninSubtitleAlignment": { "type": "string", "documentation": "If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "CENTERED", "LEFT" ] }, "BurninSubtitleBackgroundColor": { "type": "string", "documentation": "Specifies the color of the rectangle behind the captions.\nAll burn-in and DVB-Sub font settings must match.", "enum": [ "NONE", "BLACK", "WHITE" ] }, "BurninSubtitleFontColor": { "type": "string", "documentation": "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE" ] }, "BurninSubtitleOutlineColor": { "type": "string", "documentation": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE" ] }, "BurninSubtitleShadowColor": { "type": "string", "documentation": "Specifies the color of the shadow cast by the captions.\nAll burn-in and DVB-Sub font settings must match.", "enum": [ "NONE", "BLACK", "WHITE" ] }, "BurninSubtitleTeletextSpacing": { "type": "string", "documentation": "Controls whether a fixed grid size or proportional font spacing will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.", "enum": [ "FIXED_GRID", "PROPORTIONAL" ] }, "CancelJobRequest": { "type": "structure", "members": { "Id": { "shape": "__string", "locationName": "id", "documentation": "The Job ID of the job to be cancelled.", "location": "uri" } }, "required": [ "Id" ] }, "CancelJobResponse": { "type": "structure", "members": { } }, "CaptionDescription": { "type": "structure", "members": { "CaptionSelectorName": { "shape": "__string", "locationName": "captionSelectorName", "documentation": "Specifies which \"Caption Selector\":#inputs-caption_selector to use from each input when generating captions. The name should be of the format \"Caption Selector <N>\", which denotes that the Nth Caption Selector will be used from each input." }, "DestinationSettings": { "shape": "CaptionDestinationSettings", "locationName": "destinationSettings" }, "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode", "documentation": "Indicates the language of the caption output track." }, "LanguageDescription": { "shape": "__string", "locationName": "languageDescription", "documentation": "Human readable information to indicate captions available for players (eg. English, or Spanish). Alphanumeric characters, spaces, and underscore are legal." } }, "documentation": "Description of Caption output" }, "CaptionDescriptionPreset": { "type": "structure", "members": { "DestinationSettings": { "shape": "CaptionDestinationSettings", "locationName": "destinationSettings" }, "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode", "documentation": "Indicates the language of the caption output track." }, "LanguageDescription": { "shape": "__string", "locationName": "languageDescription", "documentation": "Human readable information to indicate captions available for players (eg. English, or Spanish). Alphanumeric characters, spaces, and underscore are legal." } }, "documentation": "Caption Description for preset" }, "CaptionDestinationSettings": { "type": "structure", "members": { "BurninDestinationSettings": { "shape": "BurninDestinationSettings", "locationName": "burninDestinationSettings" }, "DestinationType": { "shape": "CaptionDestinationType", "locationName": "destinationType", "documentation": "Type of Caption output, including Burn-In, Embedded, SCC, SRT, TTML, WebVTT, DVB-Sub, Teletext." }, "DvbSubDestinationSettings": { "shape": "DvbSubDestinationSettings", "locationName": "dvbSubDestinationSettings" }, "SccDestinationSettings": { "shape": "SccDestinationSettings", "locationName": "sccDestinationSettings" }, "TeletextDestinationSettings": { "shape": "TeletextDestinationSettings", "locationName": "teletextDestinationSettings" }, "TtmlDestinationSettings": { "shape": "TtmlDestinationSettings", "locationName": "ttmlDestinationSettings", "documentation": "Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough)." } }, "documentation": "Specific settings required by destination type. Note that burnin_destination_settings are not available if the source of the caption data is Embedded or Teletext." }, "CaptionDestinationType": { "type": "string", "enum": [ "BURN_IN", "DVB_SUB", "EMBEDDED", "SCC", "SRT", "TELETEXT", "TTML", "WEBVTT" ] }, "CaptionSelector": { "type": "structure", "members": { "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode", "documentation": "The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions." }, "SourceSettings": { "shape": "CaptionSourceSettings", "locationName": "sourceSettings" } }, "documentation": "Caption inputs to be mapped to caption outputs." }, "CaptionSourceSettings": { "type": "structure", "members": { "AncillarySourceSettings": { "shape": "AncillarySourceSettings", "locationName": "ancillarySourceSettings" }, "DvbSubSourceSettings": { "shape": "DvbSubSourceSettings", "locationName": "dvbSubSourceSettings" }, "EmbeddedSourceSettings": { "shape": "EmbeddedSourceSettings", "locationName": "embeddedSourceSettings" }, "FileSourceSettings": { "shape": "FileSourceSettings", "locationName": "fileSourceSettings" }, "SourceType": { "shape": "CaptionSourceType", "locationName": "sourceType" }, "TeletextSourceSettings": { "shape": "TeletextSourceSettings", "locationName": "teletextSourceSettings" } }, "documentation": "Source settings (SourceSettings) contains the group of settings for captions in the input." }, "CaptionSourceType": { "type": "string", "documentation": "Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.", "enum": [ "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCC", "TTML", "STL", "SRT", "TELETEXT", "NULL_SOURCE" ] }, "ChannelMapping": { "type": "structure", "members": { "OutputChannels": { "shape": "ListOfOutputChannelMapping", "locationName": "outputChannels", "documentation": "List of output channels" } }, "documentation": "Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel. Units are in dB. Acceptable values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification)." }, "ColorCorrector": { "type": "structure", "members": { "Brightness": { "shape": "__integer", "locationName": "brightness", "documentation": "Brightness level." }, "ColorSpaceConversion": { "shape": "ColorSpaceConversion", "locationName": "colorSpaceConversion" }, "Contrast": { "shape": "__integer", "locationName": "contrast", "documentation": "Contrast level." }, "Hdr10Metadata": { "shape": "Hdr10Metadata", "locationName": "hdr10Metadata" }, "Hue": { "shape": "__integer", "locationName": "hue", "documentation": "Hue in degrees." }, "Saturation": { "shape": "__integer", "locationName": "saturation", "documentation": "Saturation level." } }, "documentation": "Settings for color correction." }, "ColorMetadata": { "type": "string", "documentation": "Enable Insert color metadata (ColorMetadata) to include color metadata in this output. This setting is enabled by default.", "enum": [ "IGNORE", "INSERT" ] }, "ColorSpace": { "type": "string", "documentation": "Specifies the colorspace of an input. This setting works in tandem with \"Color Corrector\":#color_corrector > color_space_conversion to determine if any conversion will be performed.", "enum": [ "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020" ] }, "ColorSpaceConversion": { "type": "string", "documentation": "Determines if colorspace conversion will be performed. If set to _None_, no conversion will be performed. If _Force 601_ or _Force 709_ are selected, conversion will be performed for inputs with differing colorspaces. An input's colorspace can be specified explicitly in the \"Video Selector\":#inputs-video_selector if necessary.", "enum": [ "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020" ] }, "ColorSpaceUsage": { "type": "string", "documentation": "There are two sources for color metadata, the input file and the job configuration. This enum controls which takes precedence. FORCE: System will use color metadata supplied by user, if any. If the user does not supply color metadata the system will use data from the source. FALLBACK: System will use color metadata from the source. If source has no color metadata, the system will use user-supplied color metadata values if available.", "enum": [ "FORCE", "FALLBACK" ] }, "ConflictException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 409 }, "documentation": "The service could not complete your request because there is a conflict with the current state of the resource." }, "ContainerSettings": { "type": "structure", "members": { "Container": { "shape": "ContainerType", "locationName": "container" }, "F4vSettings": { "shape": "F4vSettings", "locationName": "f4vSettings" }, "M2tsSettings": { "shape": "M2tsSettings", "locationName": "m2tsSettings" }, "M3u8Settings": { "shape": "M3u8Settings", "locationName": "m3u8Settings" }, "MovSettings": { "shape": "MovSettings", "locationName": "movSettings" }, "Mp4Settings": { "shape": "Mp4Settings", "locationName": "mp4Settings" } }, "documentation": "Container specific settings." }, "ContainerType": { "type": "string", "documentation": "Container for this output. Some containers require a container settings object. If not specified, the default object will be created.", "enum": [ "F4V", "ISMV", "M2TS", "M3U8", "MOV", "MP4", "MPD", "MXF", "RAW" ] }, "CreateJobRequest": { "type": "structure", "members": { "ClientRequestToken": { "shape": "__string", "locationName": "clientRequestToken", "documentation": "Idempotency token for CreateJob operation.", "idempotencyToken": true }, "JobTemplate": { "shape": "__string", "locationName": "jobTemplate", "documentation": "When you create a job, you can either specify a job template or specify the transcoding settings individually" }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html." }, "Role": { "shape": "__string", "locationName": "role", "documentation": "Required. The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html." }, "Settings": { "shape": "JobSettings", "locationName": "settings" }, "UserMetadata": { "shape": "MapOf__string", "locationName": "userMetadata", "documentation": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs." } } }, "CreateJobResponse": { "type": "structure", "members": { "Job": { "shape": "Job", "locationName": "job" } } }, "CreateJobTemplateRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "Optional. A category for the job template you are creating" }, "Description": { "shape": "__string", "locationName": "description", "documentation": "Optional. A description of the job template you are creating." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the job template you are creating." }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue." }, "Settings": { "shape": "JobTemplateSettings", "locationName": "settings" } } }, "CreateJobTemplateResponse": { "type": "structure", "members": { "JobTemplate": { "shape": "JobTemplate", "locationName": "jobTemplate" } } }, "CreatePresetRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "Optional. A category for the preset you are creating." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "Optional. A description of the preset you are creating." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the preset you are creating." }, "Settings": { "shape": "PresetSettings", "locationName": "settings" } } }, "CreatePresetResponse": { "type": "structure", "members": { "Preset": { "shape": "Preset", "locationName": "preset" } } }, "CreateQueueRequest": { "type": "structure", "members": { "Description": { "shape": "__string", "locationName": "description", "documentation": "Optional. A description of the queue you are creating." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the queue you are creating." } } }, "CreateQueueResponse": { "type": "structure", "members": { "Queue": { "shape": "Queue", "locationName": "queue" } } }, "DashIsoEncryptionSettings": { "type": "structure", "members": { "SpekeKeyProvider": { "shape": "SpekeKeyProvider", "locationName": "spekeKeyProvider" } }, "documentation": "Specifies DRM settings for DASH outputs." }, "DashIsoGroupSettings": { "type": "structure", "members": { "BaseUrl": { "shape": "__string", "locationName": "baseUrl", "documentation": "A partial URI prefix that will be put in the manifest (.mpd) file at the top level BaseURL element. Can be used if streams are delivered from a different URL than the manifest file." }, "Destination": { "shape": "__string", "locationName": "destination", "documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file." }, "Encryption": { "shape": "DashIsoEncryptionSettings", "locationName": "encryption", "documentation": "DRM settings." }, "FragmentLength": { "shape": "__integer", "locationName": "fragmentLength", "documentation": "Length of fragments to generate (in seconds). Fragment length must be compatible with GOP size and Framerate. Note that fragments will end on the next keyframe after this number of seconds, so actual fragment length may be longer. When Emit Single File is checked, the fragmentation is internal to a single output file and it does not cause the creation of many output files as in other output types." }, "HbbtvCompliance": { "shape": "DashIsoHbbtvCompliance", "locationName": "hbbtvCompliance" }, "MinBufferTime": { "shape": "__integer", "locationName": "minBufferTime", "documentation": "Minimum time of initially buffered media that is needed to ensure smooth playout." }, "SegmentControl": { "shape": "DashIsoSegmentControl", "locationName": "segmentControl" }, "SegmentLength": { "shape": "__integer", "locationName": "segmentLength", "documentation": "Length of mpd segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer. When Emit Single File is checked, the segmentation is internal to a single output file and it does not cause the creation of many output files as in other output types." } }, "documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to DASH_ISO_GROUP_SETTINGS." }, "DashIsoHbbtvCompliance": { "type": "string", "documentation": "Supports HbbTV specification as indicated", "enum": [ "HBBTV_1_5", "NONE" ] }, "DashIsoSegmentControl": { "type": "string", "documentation": "When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.", "enum": [ "SINGLE_FILE", "SEGMENTED_FILES" ] }, "DeinterlaceAlgorithm": { "type": "string", "documentation": "Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND) produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a ticker, such as a scrolling headline at the bottom of the frame.", "enum": [ "INTERPOLATE", "INTERPOLATE_TICKER", "BLEND", "BLEND_TICKER" ] }, "Deinterlacer": { "type": "structure", "members": { "Algorithm": { "shape": "DeinterlaceAlgorithm", "locationName": "algorithm" }, "Control": { "shape": "DeinterlacerControl", "locationName": "control" }, "Mode": { "shape": "DeinterlacerMode", "locationName": "mode" } }, "documentation": "Settings for deinterlacer" }, "DeinterlacerControl": { "type": "string", "documentation": "- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.", "enum": [ "FORCE_ALL_FRAMES", "NORMAL" ] }, "DeinterlacerMode": { "type": "string", "documentation": "Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.", "enum": [ "DEINTERLACE", "INVERSE_TELECINE", "ADAPTIVE" ] }, "DeleteJobTemplateRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the job template to be deleted.", "location": "uri" } }, "required": [ "Name" ] }, "DeleteJobTemplateResponse": { "type": "structure", "members": { } }, "DeletePresetRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the preset to be deleted.", "location": "uri" } }, "required": [ "Name" ] }, "DeletePresetResponse": { "type": "structure", "members": { } }, "DeleteQueueRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the queue to be deleted.", "location": "uri" } }, "required": [ "Name" ] }, "DeleteQueueResponse": { "type": "structure", "members": { } }, "DescribeEndpointsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "__integer", "locationName": "maxResults", "documentation": "Optional. Max number of endpoints, up to twenty, that will be returned at one time." }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string, provided with the response to a previous request, to request the next batch of endpoints." } }, "documentation": "DescribeEndpointsRequest" }, "DescribeEndpointsResponse": { "type": "structure", "members": { "Endpoints": { "shape": "ListOfEndpoint", "locationName": "endpoints", "documentation": "List of endpoints" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string to request the next batch of endpoints." } } }, "DropFrameTimecode": { "type": "string", "documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.", "enum": [ "DISABLED", "ENABLED" ] }, "DvbNitSettings": { "type": "structure", "members": { "NetworkId": { "shape": "__integer", "locationName": "networkId", "documentation": "The numeric value placed in the Network Information Table (NIT)." }, "NetworkName": { "shape": "__string", "locationName": "networkName", "documentation": "The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters." }, "NitInterval": { "shape": "__integer", "locationName": "nitInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." } }, "documentation": "Inserts DVB Network Information Table (NIT) at the specified table repetition interval." }, "DvbSdtSettings": { "type": "structure", "members": { "OutputSdt": { "shape": "OutputSdt", "locationName": "outputSdt" }, "SdtInterval": { "shape": "__integer", "locationName": "sdtInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." }, "ServiceName": { "shape": "__string", "locationName": "serviceName", "documentation": "The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters." }, "ServiceProviderName": { "shape": "__string", "locationName": "serviceProviderName", "documentation": "The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters." } }, "documentation": "Inserts DVB Service Description Table (NIT) at the specified table repetition interval." }, "DvbSubDestinationSettings": { "type": "structure", "members": { "Alignment": { "shape": "DvbSubtitleAlignment", "locationName": "alignment" }, "BackgroundColor": { "shape": "DvbSubtitleBackgroundColor", "locationName": "backgroundColor" }, "BackgroundOpacity": { "shape": "__integer", "locationName": "backgroundOpacity", "documentation": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match." }, "FontColor": { "shape": "DvbSubtitleFontColor", "locationName": "fontColor" }, "FontOpacity": { "shape": "__integer", "locationName": "fontOpacity", "documentation": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.\nAll burn-in and DVB-Sub font settings must match." }, "FontResolution": { "shape": "__integer", "locationName": "fontResolution", "documentation": "Font resolution in DPI (dots per inch); default is 96 dpi.\nAll burn-in and DVB-Sub font settings must match." }, "FontSize": { "shape": "__integer", "locationName": "fontSize", "documentation": "A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match." }, "OutlineColor": { "shape": "DvbSubtitleOutlineColor", "locationName": "outlineColor" }, "OutlineSize": { "shape": "__integer", "locationName": "outlineSize", "documentation": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." }, "ShadowColor": { "shape": "DvbSubtitleShadowColor", "locationName": "shadowColor" }, "ShadowOpacity": { "shape": "__integer", "locationName": "shadowOpacity", "documentation": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match." }, "ShadowXOffset": { "shape": "__integer", "locationName": "shadowXOffset", "documentation": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match." }, "ShadowYOffset": { "shape": "__integer", "locationName": "shadowYOffset", "documentation": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match." }, "TeletextSpacing": { "shape": "DvbSubtitleTeletextSpacing", "locationName": "teletextSpacing" }, "XPosition": { "shape": "__integer", "locationName": "xPosition", "documentation": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." }, "YPosition": { "shape": "__integer", "locationName": "yPosition", "documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." } }, "documentation": "DVB-Sub Destination Settings" }, "DvbSubSourceSettings": { "type": "structure", "members": { "Pid": { "shape": "__integer", "locationName": "pid", "documentation": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors." } }, "documentation": "DVB Sub Source Settings" }, "DvbSubtitleAlignment": { "type": "string", "documentation": "If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "CENTERED", "LEFT" ] }, "DvbSubtitleBackgroundColor": { "type": "string", "documentation": "Specifies the color of the rectangle behind the captions.\nAll burn-in and DVB-Sub font settings must match.", "enum": [ "NONE", "BLACK", "WHITE" ] }, "DvbSubtitleFontColor": { "type": "string", "documentation": "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE" ] }, "DvbSubtitleOutlineColor": { "type": "string", "documentation": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.", "enum": [ "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE" ] }, "DvbSubtitleShadowColor": { "type": "string", "documentation": "Specifies the color of the shadow cast by the captions.\nAll burn-in and DVB-Sub font settings must match.", "enum": [ "NONE", "BLACK", "WHITE" ] }, "DvbSubtitleTeletextSpacing": { "type": "string", "documentation": "Controls whether a fixed grid size or proportional font spacing will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.", "enum": [ "FIXED_GRID", "PROPORTIONAL" ] }, "DvbTdtSettings": { "type": "structure", "members": { "TdtInterval": { "shape": "__integer", "locationName": "tdtInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." } }, "documentation": "Inserts DVB Time and Date Table (TDT) at the specified table repetition interval." }, "Eac3AttenuationControl": { "type": "string", "documentation": "If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.", "enum": [ "ATTENUATE_3_DB", "NONE" ] }, "Eac3BitstreamMode": { "type": "string", "documentation": "Specifies the \"Bitstream Mode\" (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.", "enum": [ "COMPLETE_MAIN", "COMMENTARY", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED" ] }, "Eac3CodingMode": { "type": "string", "documentation": "Dolby Digital Plus coding mode. Determines number of channels.", "enum": [ "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_3_2" ] }, "Eac3DcFilter": { "type": "string", "documentation": "Activates a DC highpass filter for all input channels.", "enum": [ "ENABLED", "DISABLED" ] }, "Eac3DynamicRangeCompressionLine": { "type": "string", "documentation": "Enables Dynamic Range Compression that restricts the absolute peak level for a signal.", "enum": [ "NONE", "FILM_STANDARD", "FILM_LIGHT", "MUSIC_STANDARD", "MUSIC_LIGHT", "SPEECH" ] }, "Eac3DynamicRangeCompressionRf": { "type": "string", "documentation": "Enables Heavy Dynamic Range Compression, ensures that the instantaneous signal peaks do not exceed specified levels.", "enum": [ "NONE", "FILM_STANDARD", "FILM_LIGHT", "MUSIC_STANDARD", "MUSIC_LIGHT", "SPEECH" ] }, "Eac3LfeControl": { "type": "string", "documentation": "When encoding 3/2 audio, controls whether the LFE channel is enabled", "enum": [ "LFE", "NO_LFE" ] }, "Eac3LfeFilter": { "type": "string", "documentation": "Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.", "enum": [ "ENABLED", "DISABLED" ] }, "Eac3MetadataControl": { "type": "string", "documentation": "When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.", "enum": [ "FOLLOW_INPUT", "USE_CONFIGURED" ] }, "Eac3PassthroughControl": { "type": "string", "documentation": "When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input. this detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.", "enum": [ "WHEN_POSSIBLE", "NO_PASSTHROUGH" ] }, "Eac3PhaseControl": { "type": "string", "documentation": "Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.", "enum": [ "SHIFT_90_DEGREES", "NO_SHIFT" ] }, "Eac3Settings": { "type": "structure", "members": { "AttenuationControl": { "shape": "Eac3AttenuationControl", "locationName": "attenuationControl" }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Valid bitrates depend on the coding mode." }, "BitstreamMode": { "shape": "Eac3BitstreamMode", "locationName": "bitstreamMode" }, "CodingMode": { "shape": "Eac3CodingMode", "locationName": "codingMode" }, "DcFilter": { "shape": "Eac3DcFilter", "locationName": "dcFilter" }, "Dialnorm": { "shape": "__integer", "locationName": "dialnorm", "documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through." }, "DynamicRangeCompressionLine": { "shape": "Eac3DynamicRangeCompressionLine", "locationName": "dynamicRangeCompressionLine" }, "DynamicRangeCompressionRf": { "shape": "Eac3DynamicRangeCompressionRf", "locationName": "dynamicRangeCompressionRf" }, "LfeControl": { "shape": "Eac3LfeControl", "locationName": "lfeControl" }, "LfeFilter": { "shape": "Eac3LfeFilter", "locationName": "lfeFilter" }, "LoRoCenterMixLevel": { "shape": "__double", "locationName": "loRoCenterMixLevel", "documentation": "Left only/Right only center mix level. Only used for 3/2 coding mode.\nValid values: 3.0, 1.5, 0.0, -1.5 -3.0 -4.5 -6.0 -60" }, "LoRoSurroundMixLevel": { "shape": "__double", "locationName": "loRoSurroundMixLevel", "documentation": "Left only/Right only surround mix level. Only used for 3/2 coding mode.\nValid values: -1.5 -3.0 -4.5 -6.0 -60" }, "LtRtCenterMixLevel": { "shape": "__double", "locationName": "ltRtCenterMixLevel", "documentation": "Left total/Right total center mix level. Only used for 3/2 coding mode.\nValid values: 3.0, 1.5, 0.0, -1.5 -3.0 -4.5 -6.0 -60" }, "LtRtSurroundMixLevel": { "shape": "__double", "locationName": "ltRtSurroundMixLevel", "documentation": "Left total/Right total surround mix level. Only used for 3/2 coding mode.\nValid values: -1.5 -3.0 -4.5 -6.0 -60" }, "MetadataControl": { "shape": "Eac3MetadataControl", "locationName": "metadataControl" }, "PassthroughControl": { "shape": "Eac3PassthroughControl", "locationName": "passthroughControl" }, "PhaseControl": { "shape": "Eac3PhaseControl", "locationName": "phaseControl" }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in hz. Sample rate is always 48000." }, "StereoDownmix": { "shape": "Eac3StereoDownmix", "locationName": "stereoDownmix" }, "SurroundExMode": { "shape": "Eac3SurroundExMode", "locationName": "surroundExMode" }, "SurroundMode": { "shape": "Eac3SurroundMode", "locationName": "surroundMode" } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3." }, "Eac3StereoDownmix": { "type": "string", "documentation": "Stereo downmix preference. Only used for 3/2 coding mode.", "enum": [ "NOT_INDICATED", "LO_RO", "LT_RT", "DPL2" ] }, "Eac3SurroundExMode": { "type": "string", "documentation": "When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.", "enum": [ "NOT_INDICATED", "ENABLED", "DISABLED" ] }, "Eac3SurroundMode": { "type": "string", "documentation": "When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.", "enum": [ "NOT_INDICATED", "ENABLED", "DISABLED" ] }, "EmbeddedConvert608To708": { "type": "string", "documentation": "When set to UPCONVERT, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.", "enum": [ "UPCONVERT", "DISABLED" ] }, "EmbeddedSourceSettings": { "type": "structure", "members": { "Convert608To708": { "shape": "EmbeddedConvert608To708", "locationName": "convert608To708" }, "Source608ChannelNumber": { "shape": "__integer", "locationName": "source608ChannelNumber", "documentation": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough." }, "Source608TrackNumber": { "shape": "__integer", "locationName": "source608TrackNumber", "documentation": "Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'." } }, "documentation": "Settings for embedded captions Source" }, "Endpoint": { "type": "structure", "members": { "Url": { "shape": "__string", "locationName": "url", "documentation": "URL of endpoint" } }, "documentation": "Describes account specific API endpoint" }, "ExceptionBody": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } } }, "F4vMoovPlacement": { "type": "string", "documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.", "enum": [ "PROGRESSIVE_DOWNLOAD", "NORMAL" ] }, "F4vSettings": { "type": "structure", "members": { "MoovPlacement": { "shape": "F4vMoovPlacement", "locationName": "moovPlacement" } }, "documentation": "Settings for F4v container" }, "FileGroupSettings": { "type": "structure", "members": { "Destination": { "shape": "__string", "locationName": "destination", "documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file." } }, "documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to FILE_GROUP_SETTINGS." }, "FileSourceConvert608To708": { "type": "string", "documentation": "If set to UPCONVERT, 608 caption data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.", "enum": [ "UPCONVERT", "DISABLED" ] }, "FileSourceSettings": { "type": "structure", "members": { "Convert608To708": { "shape": "FileSourceConvert608To708", "locationName": "convert608To708" }, "SourceFile": { "shape": "__string", "locationName": "sourceFile", "documentation": "External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp', 'stl', 'srt', and 'smi'. Auto-populated when Infer External Filename is checked." }, "TimeDelta": { "shape": "__integer", "locationName": "timeDelta", "documentation": "Specifies a time delta in seconds to offset the captions from the source file." } }, "documentation": "Settings for File-based Captions in Source" }, "ForbiddenException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 403 }, "documentation": "You don't have permissions for this action with the credentials you sent." }, "FrameCaptureSettings": { "type": "structure", "members": { "FramerateDenominator": { "shape": "__integer", "locationName": "framerateDenominator", "documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture." }, "FramerateNumerator": { "shape": "__integer", "locationName": "framerateNumerator", "documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg where N is the 0-based frame sequence number zero padded to 7 decimal places." }, "MaxCaptures": { "shape": "__integer", "locationName": "maxCaptures", "documentation": "Maximum number of captures (encoded jpg output files)." }, "Quality": { "shape": "__integer", "locationName": "quality", "documentation": "JPEG Quality - a higher value equals higher quality." } }, "documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE." }, "GetJobRequest": { "type": "structure", "members": { "Id": { "shape": "__string", "locationName": "id", "documentation": "the job ID of the job.", "location": "uri" } }, "required": [ "Id" ] }, "GetJobResponse": { "type": "structure", "members": { "Job": { "shape": "Job", "locationName": "job" } } }, "GetJobTemplateRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the job template.", "location": "uri" } }, "required": [ "Name" ] }, "GetJobTemplateResponse": { "type": "structure", "members": { "JobTemplate": { "shape": "JobTemplate", "locationName": "jobTemplate" } } }, "GetPresetRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the preset.", "location": "uri" } }, "required": [ "Name" ] }, "GetPresetResponse": { "type": "structure", "members": { "Preset": { "shape": "Preset", "locationName": "preset" } } }, "GetQueueRequest": { "type": "structure", "members": { "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the queue.", "location": "uri" } }, "required": [ "Name" ] }, "GetQueueResponse": { "type": "structure", "members": { "Queue": { "shape": "Queue", "locationName": "queue" } } }, "H264AdaptiveQuantization": { "type": "string", "documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.", "enum": [ "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX" ] }, "H264CodecLevel": { "type": "string", "documentation": "H.264 Level.", "enum": [ "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2" ] }, "H264CodecProfile": { "type": "string", "documentation": "H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.", "enum": [ "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN" ] }, "H264EntropyEncoding": { "type": "string", "documentation": "Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.", "enum": [ "CABAC", "CAVLC" ] }, "H264FieldEncoding": { "type": "string", "documentation": "Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.", "enum": [ "PAFF", "FORCE_FIELD" ] }, "H264FlickerAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.", "enum": [ "DISABLED", "ENABLED" ] }, "H264FramerateControl": { "type": "string", "documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "H264FramerateConversionAlgorithm": { "type": "string", "documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.", "enum": [ "DUPLICATE_DROP", "INTERPOLATE" ] }, "H264GopBReference": { "type": "string", "documentation": "If enable, use reference B frames for GOP structures that have B frames > 1.", "enum": [ "DISABLED", "ENABLED" ] }, "H264GopSizeUnits": { "type": "string", "documentation": "Indicates if the GOP Size in H264 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.", "enum": [ "FRAMES", "SECONDS" ] }, "H264InterlaceMode": { "type": "string", "documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.", "enum": [ "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD" ] }, "H264ParControl": { "type": "string", "documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "H264QualityTuningLevel": { "type": "string", "documentation": "Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality singlepass, or high-quality multipass video encoding.", "enum": [ "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ" ] }, "H264RateControlMode": { "type": "string", "documentation": "Rate control mode. CQ uses constant quantizer (qp), ABR (average bitrate) does not write HRD parameters.", "enum": [ "VBR", "CBR" ] }, "H264RepeatPps": { "type": "string", "documentation": "Places a PPS header on each encoded picture, even if repeated.", "enum": [ "DISABLED", "ENABLED" ] }, "H264SceneChangeDetect": { "type": "string", "documentation": "Scene change detection (inserts I-frames on scene changes).", "enum": [ "DISABLED", "ENABLED" ] }, "H264Settings": { "type": "structure", "members": { "AdaptiveQuantization": { "shape": "H264AdaptiveQuantization", "locationName": "adaptiveQuantization" }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000." }, "CodecLevel": { "shape": "H264CodecLevel", "locationName": "codecLevel" }, "CodecProfile": { "shape": "H264CodecProfile", "locationName": "codecProfile" }, "EntropyEncoding": { "shape": "H264EntropyEncoding", "locationName": "entropyEncoding" }, "FieldEncoding": { "shape": "H264FieldEncoding", "locationName": "fieldEncoding" }, "FlickerAdaptiveQuantization": { "shape": "H264FlickerAdaptiveQuantization", "locationName": "flickerAdaptiveQuantization" }, "FramerateControl": { "shape": "H264FramerateControl", "locationName": "framerateControl" }, "FramerateConversionAlgorithm": { "shape": "H264FramerateConversionAlgorithm", "locationName": "framerateConversionAlgorithm" }, "FramerateDenominator": { "shape": "__integer", "locationName": "framerateDenominator", "documentation": "When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use framerate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976." }, "FramerateNumerator": { "shape": "__integer", "locationName": "framerateNumerator", "documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps." }, "GopBReference": { "shape": "H264GopBReference", "locationName": "gopBReference" }, "GopClosedCadence": { "shape": "__integer", "locationName": "gopClosedCadence", "documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting." }, "GopSize": { "shape": "__double", "locationName": "gopSize", "documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero." }, "GopSizeUnits": { "shape": "H264GopSizeUnits", "locationName": "gopSizeUnits" }, "HrdBufferInitialFillPercentage": { "shape": "__integer", "locationName": "hrdBufferInitialFillPercentage", "documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)." }, "HrdBufferSize": { "shape": "__integer", "locationName": "hrdBufferSize", "documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "InterlaceMode": { "shape": "H264InterlaceMode", "locationName": "interlaceMode" }, "MaxBitrate": { "shape": "__integer", "locationName": "maxBitrate", "documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "MinIInterval": { "shape": "__integer", "locationName": "minIInterval", "documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1" }, "NumberBFramesBetweenReferenceFrames": { "shape": "__integer", "locationName": "numberBFramesBetweenReferenceFrames", "documentation": "Number of B-frames between reference frames." }, "NumberReferenceFrames": { "shape": "__integer", "locationName": "numberReferenceFrames", "documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding." }, "ParControl": { "shape": "H264ParControl", "locationName": "parControl" }, "ParDenominator": { "shape": "__integer", "locationName": "parDenominator", "documentation": "Pixel Aspect Ratio denominator." }, "ParNumerator": { "shape": "__integer", "locationName": "parNumerator", "documentation": "Pixel Aspect Ratio numerator." }, "QualityTuningLevel": { "shape": "H264QualityTuningLevel", "locationName": "qualityTuningLevel" }, "RateControlMode": { "shape": "H264RateControlMode", "locationName": "rateControlMode" }, "RepeatPps": { "shape": "H264RepeatPps", "locationName": "repeatPps" }, "SceneChangeDetect": { "shape": "H264SceneChangeDetect", "locationName": "sceneChangeDetect" }, "Slices": { "shape": "__integer", "locationName": "slices", "documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures." }, "SlowPal": { "shape": "H264SlowPal", "locationName": "slowPal" }, "Softness": { "shape": "__integer", "locationName": "softness", "documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image." }, "SpatialAdaptiveQuantization": { "shape": "H264SpatialAdaptiveQuantization", "locationName": "spatialAdaptiveQuantization" }, "Syntax": { "shape": "H264Syntax", "locationName": "syntax" }, "Telecine": { "shape": "H264Telecine", "locationName": "telecine" }, "TemporalAdaptiveQuantization": { "shape": "H264TemporalAdaptiveQuantization", "locationName": "temporalAdaptiveQuantization" }, "UnregisteredSeiTimecode": { "shape": "H264UnregisteredSeiTimecode", "locationName": "unregisteredSeiTimecode" } }, "documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264." }, "H264SlowPal": { "type": "string", "documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.", "enum": [ "DISABLED", "ENABLED" ] }, "H264SpatialAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on spatial variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "H264Syntax": { "type": "string", "documentation": "Produces a bitstream compliant with SMPTE RP-2027.", "enum": [ "DEFAULT", "RP2027" ] }, "H264Telecine": { "type": "string", "documentation": "This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from 23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.", "enum": [ "NONE", "SOFT", "HARD" ] }, "H264TemporalAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on temporal variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "H264UnregisteredSeiTimecode": { "type": "string", "documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message.", "enum": [ "DISABLED", "ENABLED" ] }, "H265AdaptiveQuantization": { "type": "string", "documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.", "enum": [ "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX" ] }, "H265AlternateTransferFunctionSei": { "type": "string", "documentation": "Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).", "enum": [ "DISABLED", "ENABLED" ] }, "H265CodecLevel": { "type": "string", "documentation": "H.265 Level.", "enum": [ "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2" ] }, "H265CodecProfile": { "type": "string", "documentation": "Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as [Profile] / [Tier], so \"Main/High\" represents Main Profile with High Tier. 4:2:2 profiles are only available with the HEVC 4:2:2 License.", "enum": [ "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH" ] }, "H265FlickerAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.", "enum": [ "DISABLED", "ENABLED" ] }, "H265FramerateControl": { "type": "string", "documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "H265FramerateConversionAlgorithm": { "type": "string", "documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.", "enum": [ "DUPLICATE_DROP", "INTERPOLATE" ] }, "H265GopBReference": { "type": "string", "documentation": "If enable, use reference B frames for GOP structures that have B frames > 1.", "enum": [ "DISABLED", "ENABLED" ] }, "H265GopSizeUnits": { "type": "string", "documentation": "Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.", "enum": [ "FRAMES", "SECONDS" ] }, "H265InterlaceMode": { "type": "string", "documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.", "enum": [ "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD" ] }, "H265ParControl": { "type": "string", "documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "H265QualityTuningLevel": { "type": "string", "documentation": "Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality singlepass, or high-quality multipass video encoding.", "enum": [ "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ" ] }, "H265RateControlMode": { "type": "string", "documentation": "Rate control mode. CQ uses constant quantizer (qp), ABR (average bitrate) does not write HRD parameters.", "enum": [ "VBR", "CBR" ] }, "H265SampleAdaptiveOffsetFilterMode": { "type": "string", "documentation": "Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength based on content", "enum": [ "DEFAULT", "ADAPTIVE", "OFF" ] }, "H265SceneChangeDetect": { "type": "string", "documentation": "Scene change detection (inserts I-frames on scene changes).", "enum": [ "DISABLED", "ENABLED" ] }, "H265Settings": { "type": "structure", "members": { "AdaptiveQuantization": { "shape": "H265AdaptiveQuantization", "locationName": "adaptiveQuantization" }, "AlternateTransferFunctionSei": { "shape": "H265AlternateTransferFunctionSei", "locationName": "alternateTransferFunctionSei" }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000." }, "CodecLevel": { "shape": "H265CodecLevel", "locationName": "codecLevel" }, "CodecProfile": { "shape": "H265CodecProfile", "locationName": "codecProfile" }, "FlickerAdaptiveQuantization": { "shape": "H265FlickerAdaptiveQuantization", "locationName": "flickerAdaptiveQuantization" }, "FramerateControl": { "shape": "H265FramerateControl", "locationName": "framerateControl" }, "FramerateConversionAlgorithm": { "shape": "H265FramerateConversionAlgorithm", "locationName": "framerateConversionAlgorithm" }, "FramerateDenominator": { "shape": "__integer", "locationName": "framerateDenominator", "documentation": "Framerate denominator." }, "FramerateNumerator": { "shape": "__integer", "locationName": "framerateNumerator", "documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps." }, "GopBReference": { "shape": "H265GopBReference", "locationName": "gopBReference" }, "GopClosedCadence": { "shape": "__integer", "locationName": "gopClosedCadence", "documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting." }, "GopSize": { "shape": "__double", "locationName": "gopSize", "documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero." }, "GopSizeUnits": { "shape": "H265GopSizeUnits", "locationName": "gopSizeUnits" }, "HrdBufferInitialFillPercentage": { "shape": "__integer", "locationName": "hrdBufferInitialFillPercentage", "documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)." }, "HrdBufferSize": { "shape": "__integer", "locationName": "hrdBufferSize", "documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "InterlaceMode": { "shape": "H265InterlaceMode", "locationName": "interlaceMode" }, "MaxBitrate": { "shape": "__integer", "locationName": "maxBitrate", "documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "MinIInterval": { "shape": "__integer", "locationName": "minIInterval", "documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1" }, "NumberBFramesBetweenReferenceFrames": { "shape": "__integer", "locationName": "numberBFramesBetweenReferenceFrames", "documentation": "Number of B-frames between reference frames." }, "NumberReferenceFrames": { "shape": "__integer", "locationName": "numberReferenceFrames", "documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding." }, "ParControl": { "shape": "H265ParControl", "locationName": "parControl" }, "ParDenominator": { "shape": "__integer", "locationName": "parDenominator", "documentation": "Pixel Aspect Ratio denominator." }, "ParNumerator": { "shape": "__integer", "locationName": "parNumerator", "documentation": "Pixel Aspect Ratio numerator." }, "QualityTuningLevel": { "shape": "H265QualityTuningLevel", "locationName": "qualityTuningLevel" }, "RateControlMode": { "shape": "H265RateControlMode", "locationName": "rateControlMode" }, "SampleAdaptiveOffsetFilterMode": { "shape": "H265SampleAdaptiveOffsetFilterMode", "locationName": "sampleAdaptiveOffsetFilterMode" }, "SceneChangeDetect": { "shape": "H265SceneChangeDetect", "locationName": "sceneChangeDetect" }, "Slices": { "shape": "__integer", "locationName": "slices", "documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures." }, "SlowPal": { "shape": "H265SlowPal", "locationName": "slowPal" }, "SpatialAdaptiveQuantization": { "shape": "H265SpatialAdaptiveQuantization", "locationName": "spatialAdaptiveQuantization" }, "Telecine": { "shape": "H265Telecine", "locationName": "telecine" }, "TemporalAdaptiveQuantization": { "shape": "H265TemporalAdaptiveQuantization", "locationName": "temporalAdaptiveQuantization" }, "TemporalIds": { "shape": "H265TemporalIds", "locationName": "temporalIds" }, "Tiles": { "shape": "H265Tiles", "locationName": "tiles" }, "UnregisteredSeiTimecode": { "shape": "H265UnregisteredSeiTimecode", "locationName": "unregisteredSeiTimecode" } }, "documentation": "Settings for H265 codec" }, "H265SlowPal": { "type": "string", "documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.", "enum": [ "DISABLED", "ENABLED" ] }, "H265SpatialAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on spatial variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "H265Telecine": { "type": "string", "documentation": "This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from 23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.", "enum": [ "NONE", "SOFT", "HARD" ] }, "H265TemporalAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on temporal variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "H265TemporalIds": { "type": "string", "documentation": "Enables temporal layer identifiers in the encoded bitstream. Up to 3 layers are supported depending on GOP structure: I- and P-frames form one layer, reference B-frames can form a second layer and non-reference b-frames can form a third layer. Decoders can optionally decode only the lower temporal layers to generate a lower frame rate output. For example, given a bitstream with temporal IDs and with b-frames = 1 (i.e. IbPbPb display order), a decoder could decode all the frames for full frame rate output or only the I and P frames (lowest temporal layer) for a half frame rate output.", "enum": [ "DISABLED", "ENABLED" ] }, "H265Tiles": { "type": "string", "documentation": "Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.", "enum": [ "DISABLED", "ENABLED" ] }, "H265UnregisteredSeiTimecode": { "type": "string", "documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message.", "enum": [ "DISABLED", "ENABLED" ] }, "Hdr10Metadata": { "type": "structure", "members": { "BluePrimaryX": { "shape": "__integer", "locationName": "bluePrimaryX", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "BluePrimaryY": { "shape": "__integer", "locationName": "bluePrimaryY", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "GreenPrimaryX": { "shape": "__integer", "locationName": "greenPrimaryX", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "GreenPrimaryY": { "shape": "__integer", "locationName": "greenPrimaryY", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "MaxContentLightLevel": { "shape": "__integer", "locationName": "maxContentLightLevel", "documentation": "Maximum light level among all samples in the coded video sequence, in units of candelas per square meter." }, "MaxFrameAverageLightLevel": { "shape": "__integer", "locationName": "maxFrameAverageLightLevel", "documentation": "Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter." }, "MaxLuminance": { "shape": "__integer", "locationName": "maxLuminance", "documentation": "Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter." }, "MinLuminance": { "shape": "__integer", "locationName": "minLuminance", "documentation": "Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter" }, "RedPrimaryX": { "shape": "__integer", "locationName": "redPrimaryX", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "RedPrimaryY": { "shape": "__integer", "locationName": "redPrimaryY", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "WhitePointX": { "shape": "__integer", "locationName": "whitePointX", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "WhitePointY": { "shape": "__integer", "locationName": "whitePointY", "documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." } }, "documentation": "Use the HDR master display (Hdr10Metadata) settings to provide values for HDR color. These values vary depending on the input video and must be provided by a color grader. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate." }, "HlsAdMarkers": { "type": "string", "enum": [ "ELEMENTAL", "ELEMENTAL_SCTE35" ] }, "HlsAudioTrackType": { "type": "string", "documentation": "Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO", "enum": [ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM" ] }, "HlsCaptionLanguageMapping": { "type": "structure", "members": { "CaptionChannel": { "shape": "__integer", "locationName": "captionChannel", "documentation": "Caption channel." }, "LanguageCode": { "shape": "LanguageCode", "locationName": "languageCode" }, "LanguageDescription": { "shape": "__string", "locationName": "languageDescription", "documentation": "Caption language description." } }, "documentation": "Caption Language Mapping" }, "HlsCaptionLanguageSetting": { "type": "string", "documentation": "Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.", "enum": [ "INSERT", "OMIT", "NONE" ] }, "HlsClientCache": { "type": "string", "documentation": "When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later replay.", "enum": [ "DISABLED", "ENABLED" ] }, "HlsCodecSpecification": { "type": "string", "documentation": "Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.", "enum": [ "RFC_6381", "RFC_4281" ] }, "HlsDirectoryStructure": { "type": "string", "documentation": "Indicates whether segments should be placed in subdirectories.", "enum": [ "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM" ] }, "HlsEncryptionSettings": { "type": "structure", "members": { "ConstantInitializationVector": { "shape": "__string", "locationName": "constantInitializationVector", "documentation": "This is a 128-bit, 16-byte hex value represented by a 32-character text string. If this parameter is not set then the Initialization Vector will follow the segment number by default." }, "EncryptionMethod": { "shape": "HlsEncryptionType", "locationName": "encryptionMethod" }, "InitializationVectorInManifest": { "shape": "HlsInitializationVectorInManifest", "locationName": "initializationVectorInManifest" }, "SpekeKeyProvider": { "shape": "SpekeKeyProvider", "locationName": "spekeKeyProvider" }, "StaticKeyProvider": { "shape": "StaticKeyProvider", "locationName": "staticKeyProvider" }, "Type": { "shape": "HlsKeyProviderType", "locationName": "type" } }, "documentation": "Settings for HLS encryption" }, "HlsEncryptionType": { "type": "string", "documentation": "Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.", "enum": [ "AES128", "SAMPLE_AES" ] }, "HlsGroupSettings": { "type": "structure", "members": { "AdMarkers": { "shape": "ListOfHlsAdMarkers", "locationName": "adMarkers", "documentation": "Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs." }, "BaseUrl": { "shape": "__string", "locationName": "baseUrl", "documentation": "A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file." }, "CaptionLanguageMappings": { "shape": "ListOfHlsCaptionLanguageMapping", "locationName": "captionLanguageMappings", "documentation": "Language to be used on Caption outputs" }, "CaptionLanguageSetting": { "shape": "HlsCaptionLanguageSetting", "locationName": "captionLanguageSetting" }, "ClientCache": { "shape": "HlsClientCache", "locationName": "clientCache" }, "CodecSpecification": { "shape": "HlsCodecSpecification", "locationName": "codecSpecification" }, "Destination": { "shape": "__string", "locationName": "destination", "documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file." }, "DirectoryStructure": { "shape": "HlsDirectoryStructure", "locationName": "directoryStructure" }, "Encryption": { "shape": "HlsEncryptionSettings", "locationName": "encryption", "documentation": "DRM settings." }, "ManifestCompression": { "shape": "HlsManifestCompression", "locationName": "manifestCompression" }, "ManifestDurationFormat": { "shape": "HlsManifestDurationFormat", "locationName": "manifestDurationFormat" }, "MinSegmentLength": { "shape": "__integer", "locationName": "minSegmentLength", "documentation": "When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed." }, "OutputSelection": { "shape": "HlsOutputSelection", "locationName": "outputSelection" }, "ProgramDateTime": { "shape": "HlsProgramDateTime", "locationName": "programDateTime" }, "ProgramDateTimePeriod": { "shape": "__integer", "locationName": "programDateTimePeriod", "documentation": "Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds." }, "SegmentControl": { "shape": "HlsSegmentControl", "locationName": "segmentControl" }, "SegmentLength": { "shape": "__integer", "locationName": "segmentLength", "documentation": "Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer." }, "SegmentsPerSubdirectory": { "shape": "__integer", "locationName": "segmentsPerSubdirectory", "documentation": "Number of segments to write to a subdirectory before starting a new one. directoryStructure must be SINGLE_DIRECTORY for this setting to have an effect." }, "StreamInfResolution": { "shape": "HlsStreamInfResolution", "locationName": "streamInfResolution" }, "TimedMetadataId3Frame": { "shape": "HlsTimedMetadataId3Frame", "locationName": "timedMetadataId3Frame" }, "TimedMetadataId3Period": { "shape": "__integer", "locationName": "timedMetadataId3Period", "documentation": "Timed Metadata interval in seconds." }, "TimestampDeltaMilliseconds": { "shape": "__integer", "locationName": "timestampDeltaMilliseconds", "documentation": "Provides an extra millisecond delta offset to fine tune the timestamps." } }, "documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS." }, "HlsIFrameOnlyManifest": { "type": "string", "documentation": "When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest", "enum": [ "INCLUDE", "EXCLUDE" ] }, "HlsInitializationVectorInManifest": { "type": "string", "documentation": "The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks. If set to INCLUDE, Initialization Vector is listed in the manifest. Otherwise Initialization Vector is not in the manifest.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "HlsKeyProviderType": { "type": "string", "documentation": "Indicates which type of key provider is used for encryption.", "enum": [ "SPEKE", "STATIC_KEY" ] }, "HlsManifestCompression": { "type": "string", "documentation": "When set to GZIP, compresses HLS playlist.", "enum": [ "GZIP", "NONE" ] }, "HlsManifestDurationFormat": { "type": "string", "documentation": "Indicates whether the output manifest should use floating point values for segment duration.", "enum": [ "FLOATING_POINT", "INTEGER" ] }, "HlsOutputSelection": { "type": "string", "documentation": "Indicates whether the .m3u8 manifest file should be generated for this HLS output group.", "enum": [ "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY" ] }, "HlsProgramDateTime": { "type": "string", "documentation": "Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestamp_offset.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "HlsSegmentControl": { "type": "string", "documentation": "When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.", "enum": [ "SINGLE_FILE", "SEGMENTED_FILES" ] }, "HlsSettings": { "type": "structure", "members": { "AudioGroupId": { "shape": "__string", "locationName": "audioGroupId", "documentation": "Specifies the group to which the audio Rendition belongs." }, "AudioRenditionSets": { "shape": "__string", "locationName": "audioRenditionSets", "documentation": "List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','." }, "AudioTrackType": { "shape": "HlsAudioTrackType", "locationName": "audioTrackType" }, "IFrameOnlyManifest": { "shape": "HlsIFrameOnlyManifest", "locationName": "iFrameOnlyManifest" }, "SegmentModifier": { "shape": "__string", "locationName": "segmentModifier", "documentation": "String concatenated to end of segment filenames. Accepts \"Format Identifiers\":#format_identifier_parameters." } }, "documentation": "Settings for HLS output groups" }, "HlsStreamInfResolution": { "type": "string", "documentation": "Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "HlsTimedMetadataId3Frame": { "type": "string", "documentation": "Indicates ID3 frame that has the timecode.", "enum": [ "NONE", "PRIV", "TDRL" ] }, "Id3Insertion": { "type": "structure", "members": { "Id3": { "shape": "__string", "locationName": "id3", "documentation": "Use ID3 tag (Id3) to provide a tag value in base64-encode format." }, "Timecode": { "shape": "__string", "locationName": "timecode", "documentation": "Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format." } }, "documentation": "To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (TimeCode) to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create mulitple instances of ID3 insertion (Id3Insertion)." }, "ImageInserter": { "type": "structure", "members": { "InsertableImages": { "shape": "ListOfInsertableImage", "locationName": "insertableImages", "documentation": "Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames." } }, "documentation": "Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default." }, "Input": { "type": "structure", "members": { "AudioSelectorGroups": { "shape": "MapOfAudioSelectorGroup", "locationName": "audioSelectorGroups", "documentation": "Specifies set of audio selectors within an input to combine. An input may have multiple audio selector groups. See \"Audio Selector Group\":#inputs-audio_selector_group for more information." }, "AudioSelectors": { "shape": "MapOfAudioSelector", "locationName": "audioSelectors", "documentation": "Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use mutiple Audio selectors per input." }, "CaptionSelectors": { "shape": "MapOfCaptionSelector", "locationName": "captionSelectors", "documentation": "Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your outputs. You can use mutiple captions selectors per input." }, "DeblockFilter": { "shape": "InputDeblockFilter", "locationName": "deblockFilter" }, "DenoiseFilter": { "shape": "InputDenoiseFilter", "locationName": "denoiseFilter" }, "FileInput": { "shape": "__string", "locationName": "fileInput", "documentation": "Use Input (fileInput) to define the source file used in the transcode job. There can be multiple inputs in a job. These inputs are concantenated, in the order they are specified in the job, to create the output." }, "FilterEnable": { "shape": "InputFilterEnable", "locationName": "filterEnable" }, "FilterStrength": { "shape": "__integer", "locationName": "filterStrength", "documentation": "Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise). The range is -5 to 5. Default is 0." }, "InputClippings": { "shape": "ListOfInputClipping", "locationName": "inputClippings", "documentation": "(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in the outputs. If you provide only a start time, the clip will be the entire input from that point to the end. If you provide only an end time, it will be the entire input up to that point. When you specify more than one input clip, the transcoding service creates the job outputs by stringing the clips together in the order you specify them." }, "ProgramNumber": { "shape": "__integer", "locationName": "programNumber", "documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default." }, "PsiControl": { "shape": "InputPsiControl", "locationName": "psiControl" }, "TimecodeSource": { "shape": "InputTimecodeSource", "locationName": "timecodeSource" }, "VideoSelector": { "shape": "VideoSelector", "locationName": "videoSelector" } }, "documentation": "Specifies media input" }, "InputClipping": { "type": "structure", "members": { "EndTimecode": { "shape": "__string", "locationName": "endTimecode", "documentation": "Set End timecode (EndTimecode) to the end of the portion of the input you are clipping. The frame corresponding to the End timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. When choosing this value, take into account your setting for Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to begin five minutes into the video, use 01:00:05:00." }, "StartTimecode": { "shape": "__string", "locationName": "startTimecode", "documentation": "Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping. The frame corresponding to the Start timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. When choosing this value, take into account your setting for Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to begin five minutes into the video, use 01:00:05:00." } }, "documentation": "Include one instance of (InputClipping) for each input clip." }, "InputDeblockFilter": { "type": "string", "documentation": "Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manaully controllable for MPEG2 and uncompressed video inputs.", "enum": [ "ENABLED", "DISABLED" ] }, "InputDenoiseFilter": { "type": "string", "documentation": "Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.", "enum": [ "ENABLED", "DISABLED" ] }, "InputFilterEnable": { "type": "string", "documentation": "Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock filters. You must also enable the filters separately, with Denoise (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The transcoding service determines whether to apply filtering, depending on input type and quality. * Disable - The input is not filtered. This is true even if you use the API to enable them in (InputDeblockFilter) and (InputDeblockFilter). * Force - The in put is filtered regardless of input type.", "enum": [ "AUTO", "DISABLE", "FORCE" ] }, "InputPsiControl": { "type": "string", "documentation": "Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans. * Ignore PSI - Scan all PIDs for audio and video. * Use PSI - Scan only PSI data.", "enum": [ "IGNORE_PSI", "USE_PSI" ] }, "InputTemplate": { "type": "structure", "members": { "AudioSelectorGroups": { "shape": "MapOfAudioSelectorGroup", "locationName": "audioSelectorGroups", "documentation": "Specifies set of audio selectors within an input to combine. An input may have multiple audio selector groups. See \"Audio Selector Group\":#inputs-audio_selector_group for more information." }, "AudioSelectors": { "shape": "MapOfAudioSelector", "locationName": "audioSelectors", "documentation": "Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use mutiple Audio selectors per input." }, "CaptionSelectors": { "shape": "MapOfCaptionSelector", "locationName": "captionSelectors", "documentation": "Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your outputs. You can use mutiple captions selectors per input." }, "DeblockFilter": { "shape": "InputDeblockFilter", "locationName": "deblockFilter" }, "DenoiseFilter": { "shape": "InputDenoiseFilter", "locationName": "denoiseFilter" }, "FilterEnable": { "shape": "InputFilterEnable", "locationName": "filterEnable" }, "FilterStrength": { "shape": "__integer", "locationName": "filterStrength", "documentation": "Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise). The range is -5 to 5. Default is 0." }, "InputClippings": { "shape": "ListOfInputClipping", "locationName": "inputClippings", "documentation": "(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in the outputs. If you provide only a start time, the clip will be the entire input from that point to the end. If you provide only an end time, it will be the entire input up to that point. When you specify more than one input clip, the transcoding service creates the job outputs by stringing the clips together in the order you specify them." }, "ProgramNumber": { "shape": "__integer", "locationName": "programNumber", "documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default." }, "PsiControl": { "shape": "InputPsiControl", "locationName": "psiControl" }, "TimecodeSource": { "shape": "InputTimecodeSource", "locationName": "timecodeSource" }, "VideoSelector": { "shape": "VideoSelector", "locationName": "videoSelector" } }, "documentation": "Specified video input in a template." }, "InputTimecodeSource": { "type": "string", "documentation": "Use Timecode source (InputTimecodeSource) to specify how timecode information from your input is adjusted and encoded in all outputs for the job. Default is embedded. Set to Embedded (EMBEDDED) to use the timecode that is in the input video. If no embedded timecode is in the source, will set the timecode for the first frame to 00:00:00:00. Set to Start at 0 (ZEROBASED) to set the timecode of the initial frame to 00:00:00:00. Set to Specified start (SPECIFIEDSTART) to provide the initial timecode yourself the setting (Start).", "enum": [ "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART" ] }, "InsertableImage": { "type": "structure", "members": { "Duration": { "shape": "__integer", "locationName": "duration", "documentation": "Use Duration (Duration) to set the time, in milliseconds, for the image to remain on the output video." }, "FadeIn": { "shape": "__integer", "locationName": "fadeIn", "documentation": "Use Fade in (FadeIut) to set the length, in milliseconds, of the inserted image fade in. If you don't specify a value for Fade in, the image will appear abruptly at the Start time." }, "FadeOut": { "shape": "__integer", "locationName": "fadeOut", "documentation": "Use Fade out (FadeOut) to set the length, in milliseconds, of the inserted image fade out. If you don't specify a value for Fade out, the image will disappear abruptly at the end of the inserted image duration." }, "Height": { "shape": "__integer", "locationName": "height", "documentation": "Specify the Height (Height) of the inserted image. Use a value that is less than or equal to the video resolution height. Leave this setting blank to use the native height of the image." }, "ImageInserterInput": { "shape": "__string", "locationName": "imageInserterInput", "documentation": "Use Image location (imageInserterInput) to specify the Amazon S3 location of the image to be inserted into the output. Use a 32 bit BMP, PNG, or TGA file that fits inside the video frame." }, "ImageX": { "shape": "__integer", "locationName": "imageX", "documentation": "Use Left (ImageX) to set the distance, in pixels, between the inserted image and the left edge of the frame. Required for BMP, PNG and TGA input." }, "ImageY": { "shape": "__integer", "locationName": "imageY", "documentation": "Use Top (ImageY) to set the distance, in pixels, between the inserted image and the top edge of the video frame. Required for BMP, PNG and TGA input." }, "Layer": { "shape": "__integer", "locationName": "layer", "documentation": "Use Layer (Layer) to specify how overlapping inserted images appear. Images with higher values of layer appear on top of images with lower values of layer." }, "Opacity": { "shape": "__integer", "locationName": "opacity", "documentation": "Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image. 0 is transparent and 100 is fully opaque. Default is 50." }, "StartTime": { "shape": "__string", "locationName": "startTime", "documentation": "Use Start time (StartTime) to specify the video timecode when the image is inserted in the output. This must be in timecode format (HH:MM:SS:FF)" }, "Width": { "shape": "__integer", "locationName": "width", "documentation": "Specify the Width (Width) of the inserted image. Use a value that is less than or equal to the video resolution width. Leave this setting blank to use the native width of the image." } }, "documentation": "Settings for Insertable Image" }, "InternalServerErrorException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 500 }, "documentation": "The service encountered an unexpected condition and cannot fulfill your request." }, "Job": { "type": "structure", "members": { "Arn": { "shape": "__string", "locationName": "arn", "documentation": "An identifier for this resource that is unique within all of AWS." }, "CreatedAt": { "shape": "__timestamp", "locationName": "createdAt", "documentation": "The time, in Unix epoch format in seconds, when the job got created." }, "ErrorCode": { "shape": "__integer", "locationName": "errorCode", "documentation": "Error code for the job" }, "ErrorMessage": { "shape": "__string", "locationName": "errorMessage", "documentation": "Error message of Job" }, "Id": { "shape": "__string", "locationName": "id", "documentation": "A portion of the job's ARN, unique within your AWS Elemental MediaConvert resources" }, "JobTemplate": { "shape": "__string", "locationName": "jobTemplate", "documentation": "The job template that the job is created from, if it is created from a job template." }, "OutputGroupDetails": { "shape": "ListOfOutputGroupDetail", "locationName": "outputGroupDetails", "documentation": "List of output group details" }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "Role": { "shape": "__string", "locationName": "role", "documentation": "The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html" }, "Settings": { "shape": "JobSettings", "locationName": "settings" }, "Status": { "shape": "JobStatus", "locationName": "status" }, "Timing": { "shape": "Timing", "locationName": "timing" }, "UserMetadata": { "shape": "MapOf__string", "locationName": "userMetadata", "documentation": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs." } }, "documentation": "Each job converts an input file into an output file or files. For more information, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html" }, "JobSettings": { "type": "structure", "members": { "AdAvailOffset": { "shape": "__integer", "locationName": "adAvailOffset", "documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time." }, "AvailBlanking": { "shape": "AvailBlanking", "locationName": "availBlanking", "documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails." }, "Inputs": { "shape": "ListOfInput", "locationName": "inputs", "documentation": "Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output." }, "NielsenConfiguration": { "shape": "NielsenConfiguration", "locationName": "nielsenConfiguration" }, "OutputGroups": { "shape": "ListOfOutputGroup", "locationName": "outputGroups", "documentation": "**!!**(OutputGroups) contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole group. This required object depends on the value you set for (Type) under (OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings" }, "TimecodeConfig": { "shape": "TimecodeConfig", "locationName": "timecodeConfig", "documentation": "Contains settings used to acquire and adjust timecode information from inputs." }, "TimedMetadataInsertion": { "shape": "TimedMetadataInsertion", "locationName": "timedMetadataInsertion" } }, "documentation": "JobSettings contains all the transcode settings for a job." }, "JobStatus": { "type": "string", "documentation": "A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.", "enum": [ "SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR" ] }, "JobTemplate": { "type": "structure", "members": { "Arn": { "shape": "__string", "locationName": "arn", "documentation": "An identifier for this resource that is unique within all of AWS." }, "Category": { "shape": "__string", "locationName": "category", "documentation": "An optional category you create to organize your job templates." }, "CreatedAt": { "shape": "__timestamp", "locationName": "createdAt", "documentation": "The timestamp in epoch seconds for Job template creation." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "An optional description you create for each job template." }, "LastUpdated": { "shape": "__timestamp", "locationName": "lastUpdated", "documentation": "The timestamp in epoch seconds when the Job template was last updated." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "A name you create for each job template. Each name must be unique within your account." }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue." }, "Settings": { "shape": "JobTemplateSettings", "locationName": "settings" }, "Type": { "shape": "Type", "locationName": "type", "documentation": "A job template can be of two types: system or custom. System or built-in job templates can’t be modified or deleted by the user." } }, "documentation": "A job template is a pre-made set of encoding instructions that you can use to quickly create a job." }, "JobTemplateListBy": { "type": "string", "documentation": "Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.", "enum": [ "NAME", "CREATION_DATE", "SYSTEM" ] }, "JobTemplateSettings": { "type": "structure", "members": { "AdAvailOffset": { "shape": "__integer", "locationName": "adAvailOffset", "documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time." }, "AvailBlanking": { "shape": "AvailBlanking", "locationName": "availBlanking", "documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails." }, "Inputs": { "shape": "ListOfInputTemplate", "locationName": "inputs", "documentation": "Use Inputs (inputs) to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template." }, "NielsenConfiguration": { "shape": "NielsenConfiguration", "locationName": "nielsenConfiguration" }, "OutputGroups": { "shape": "ListOfOutputGroup", "locationName": "outputGroups", "documentation": "**!!**(OutputGroups) contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole group. This required object depends on the value you set for (Type) under (OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings" }, "TimecodeConfig": { "shape": "TimecodeConfig", "locationName": "timecodeConfig", "documentation": "Contains settings used to acquire and adjust timecode information from inputs." }, "TimedMetadataInsertion": { "shape": "TimedMetadataInsertion", "locationName": "timedMetadataInsertion" } }, "documentation": "JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it." }, "LanguageCode": { "type": "string", "documentation": "Code to specify the language, following the specification \"ISO 639-2 three-digit code\":http://www.loc.gov/standards/iso639-2/", "enum": [ "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG" ] }, "ListJobTemplatesRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "Optionally, specify a job template category to limit responses to only job templates from that category.", "location": "querystring" }, "ListBy": { "shape": "JobTemplateListBy", "locationName": "listBy", "location": "querystring" }, "MaxResults": { "shape": "__integer", "locationName": "maxResults", "documentation": "Optional. Number of job templates, up to twenty, that will be returned at one time.", "location": "querystring" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string, provided with the response to a previous request, to request the next batch of job templates.", "location": "querystring" }, "Order": { "shape": "Order", "locationName": "order", "location": "querystring" } } }, "ListJobTemplatesResponse": { "type": "structure", "members": { "JobTemplates": { "shape": "ListOfJobTemplate", "locationName": "jobTemplates", "documentation": "List of Job templates." }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string to request the next batch of job templates." } } }, "ListJobsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "__integer", "locationName": "maxResults", "documentation": "Optional. Number of jobs, up to twenty, that will be returned at one time.", "location": "querystring" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string, provided with the response to a previous request, to request the next batch of jobs.", "location": "querystring" }, "Order": { "shape": "Order", "locationName": "order", "location": "querystring" }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "Provide a queue name to get back only jobs from that queue.", "location": "querystring" }, "Status": { "shape": "JobStatus", "locationName": "status", "location": "querystring" } } }, "ListJobsResponse": { "type": "structure", "members": { "Jobs": { "shape": "ListOfJob", "locationName": "jobs", "documentation": "List of jobs" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string to request the next batch of jobs." } } }, "ListOfAudioDescription": { "type": "list", "member": { "shape": "AudioDescription" } }, "ListOfCaptionDescription": { "type": "list", "member": { "shape": "CaptionDescription" } }, "ListOfCaptionDescriptionPreset": { "type": "list", "member": { "shape": "CaptionDescriptionPreset" } }, "ListOfEndpoint": { "type": "list", "member": { "shape": "Endpoint" } }, "ListOfHlsAdMarkers": { "type": "list", "member": { "shape": "HlsAdMarkers" } }, "ListOfHlsCaptionLanguageMapping": { "type": "list", "member": { "shape": "HlsCaptionLanguageMapping" } }, "ListOfId3Insertion": { "type": "list", "member": { "shape": "Id3Insertion" } }, "ListOfInput": { "type": "list", "member": { "shape": "Input" } }, "ListOfInputClipping": { "type": "list", "member": { "shape": "InputClipping" } }, "ListOfInputTemplate": { "type": "list", "member": { "shape": "InputTemplate" } }, "ListOfInsertableImage": { "type": "list", "member": { "shape": "InsertableImage" } }, "ListOfJob": { "type": "list", "member": { "shape": "Job" } }, "ListOfJobTemplate": { "type": "list", "member": { "shape": "JobTemplate" } }, "ListOfOutput": { "type": "list", "member": { "shape": "Output" } }, "ListOfOutputChannelMapping": { "type": "list", "member": { "shape": "OutputChannelMapping" } }, "ListOfOutputDetail": { "type": "list", "member": { "shape": "OutputDetail" } }, "ListOfOutputGroup": { "type": "list", "member": { "shape": "OutputGroup" } }, "ListOfOutputGroupDetail": { "type": "list", "member": { "shape": "OutputGroupDetail" } }, "ListOfPreset": { "type": "list", "member": { "shape": "Preset" } }, "ListOfQueue": { "type": "list", "member": { "shape": "Queue" } }, "ListOf__integer": { "type": "list", "member": { "shape": "__integer" } }, "ListOf__string": { "type": "list", "member": { "shape": "__string" } }, "ListPresetsRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "Optionally, specify a preset category to limit responses to only presets from that category.", "location": "querystring" }, "ListBy": { "shape": "PresetListBy", "locationName": "listBy", "location": "querystring" }, "MaxResults": { "shape": "__integer", "locationName": "maxResults", "documentation": "Optional. Number of presets, up to twenty, that will be returned at one time", "location": "querystring" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string, provided with the response to a previous request, to request the next batch of presets.", "location": "querystring" }, "Order": { "shape": "Order", "locationName": "order", "location": "querystring" } } }, "ListPresetsResponse": { "type": "structure", "members": { "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string to request the next batch of presets." }, "Presets": { "shape": "ListOfPreset", "locationName": "presets", "documentation": "List of presets" } } }, "ListQueuesRequest": { "type": "structure", "members": { "ListBy": { "shape": "QueueListBy", "locationName": "listBy", "location": "querystring" }, "MaxResults": { "shape": "__integer", "locationName": "maxResults", "documentation": "Optional. Number of queues, up to twenty, that will be returned at one time.", "location": "querystring" }, "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string, provided with the response to a previous request, to request the next batch of queues.", "location": "querystring" }, "Order": { "shape": "Order", "locationName": "order", "location": "querystring" } } }, "ListQueuesResponse": { "type": "structure", "members": { "NextToken": { "shape": "__string", "locationName": "nextToken", "documentation": "Use this string to request the next batch of queues." }, "Queues": { "shape": "ListOfQueue", "locationName": "queues", "documentation": "List of queues" } } }, "M2tsAudioBufferModel": { "type": "string", "documentation": "Selects between the DVB and ATSC buffer models for Dolby Digital audio.", "enum": [ "DVB", "ATSC" ] }, "M2tsBufferModel": { "type": "string", "documentation": "Controls what buffer model to use for accurate interleaving. If set to MULTIPLEX, use multiplex buffer model. If set to NONE, this can lead to lower latency, but low-memory devices may not be able to play back the stream without interruptions.", "enum": [ "MULTIPLEX", "NONE" ] }, "M2tsEbpAudioInterval": { "type": "string", "documentation": "When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. When set to VIDEO_INTERVAL, these additional markers will not be inserted. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).", "enum": [ "VIDEO_AND_FIXED_INTERVALS", "VIDEO_INTERVAL" ] }, "M2tsEbpPlacement": { "type": "string", "documentation": "Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).", "enum": [ "VIDEO_AND_AUDIO_PIDS", "VIDEO_PID" ] }, "M2tsEsRateInPes": { "type": "string", "documentation": "Controls whether to include the ES Rate field in the PES header.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "M2tsPcrControl": { "type": "string", "documentation": "When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.", "enum": [ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD" ] }, "M2tsRateMode": { "type": "string", "documentation": "When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.", "enum": [ "VBR", "CBR" ] }, "M2tsScte35Source": { "type": "string", "documentation": "Enables SCTE-35 passthrough (scte35Source) to pass any SCTE-35 signals from input to output. This is only available for certain containers.", "enum": [ "PASSTHROUGH", "NONE" ] }, "M2tsSegmentationMarkers": { "type": "string", "documentation": "Inserts segmentation markers at each segmentation_time period. rai_segstart sets the Random Access Indicator bit in the adaptation field. rai_adapt sets the RAI bit and adds the current timecode in the private data bytes. psi_segstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebp_legacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.", "enum": [ "NONE", "RAI_SEGSTART", "RAI_ADAPT", "PSI_SEGSTART", "EBP", "EBP_LEGACY" ] }, "M2tsSegmentationStyle": { "type": "string", "documentation": "The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of \"reset_cadence\" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of of $segmentation_time seconds. When a segmentation style of \"maintain_cadence\" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentation_time seconds. Note that EBP lookahead is a slight exception to this rule.", "enum": [ "MAINTAIN_CADENCE", "RESET_CADENCE" ] }, "M2tsSettings": { "type": "structure", "members": { "AudioBufferModel": { "shape": "M2tsAudioBufferModel", "locationName": "audioBufferModel" }, "AudioFramesPerPes": { "shape": "__integer", "locationName": "audioFramesPerPes", "documentation": "The number of audio frames to insert for each PES packet." }, "AudioPids": { "shape": "ListOf__integer", "locationName": "audioPids", "documentation": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values." }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000." }, "BufferModel": { "shape": "M2tsBufferModel", "locationName": "bufferModel" }, "DvbNitSettings": { "shape": "DvbNitSettings", "locationName": "dvbNitSettings" }, "DvbSdtSettings": { "shape": "DvbSdtSettings", "locationName": "dvbSdtSettings" }, "DvbSubPids": { "shape": "ListOf__integer", "locationName": "dvbSubPids", "documentation": "Packet Identifier (PID) for input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values." }, "DvbTdtSettings": { "shape": "DvbTdtSettings", "locationName": "dvbTdtSettings" }, "DvbTeletextPid": { "shape": "__integer", "locationName": "dvbTeletextPid", "documentation": "Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value." }, "EbpAudioInterval": { "shape": "M2tsEbpAudioInterval", "locationName": "ebpAudioInterval" }, "EbpPlacement": { "shape": "M2tsEbpPlacement", "locationName": "ebpPlacement" }, "EsRateInPes": { "shape": "M2tsEsRateInPes", "locationName": "esRateInPes" }, "FragmentTime": { "shape": "__double", "locationName": "fragmentTime", "documentation": "The length in seconds of each fragment. Only used with EBP markers." }, "MaxPcrInterval": { "shape": "__integer", "locationName": "maxPcrInterval", "documentation": "Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream." }, "MinEbpInterval": { "shape": "__integer", "locationName": "minEbpInterval", "documentation": "When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is \"stretched\" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate." }, "NullPacketBitrate": { "shape": "__double", "locationName": "nullPacketBitrate", "documentation": "Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets." }, "PatInterval": { "shape": "__integer", "locationName": "patInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." }, "PcrControl": { "shape": "M2tsPcrControl", "locationName": "pcrControl" }, "PcrPid": { "shape": "__integer", "locationName": "pcrPid", "documentation": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value." }, "PmtInterval": { "shape": "__integer", "locationName": "pmtInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." }, "PmtPid": { "shape": "__integer", "locationName": "pmtPid", "documentation": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value." }, "PrivateMetadataPid": { "shape": "__integer", "locationName": "privateMetadataPid", "documentation": "Packet Identifier (PID) of the private metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value." }, "ProgramNumber": { "shape": "__integer", "locationName": "programNumber", "documentation": "The value of the program number field in the Program Map Table." }, "RateMode": { "shape": "M2tsRateMode", "locationName": "rateMode" }, "Scte35Pid": { "shape": "__integer", "locationName": "scte35Pid", "documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value." }, "Scte35Source": { "shape": "M2tsScte35Source", "locationName": "scte35Source" }, "SegmentationMarkers": { "shape": "M2tsSegmentationMarkers", "locationName": "segmentationMarkers" }, "SegmentationStyle": { "shape": "M2tsSegmentationStyle", "locationName": "segmentationStyle" }, "SegmentationTime": { "shape": "__double", "locationName": "segmentationTime", "documentation": "The length in seconds of each segment. Required unless markers is set to _none_." }, "TransportStreamId": { "shape": "__integer", "locationName": "transportStreamId", "documentation": "The value of the transport stream ID field in the Program Map Table." }, "VideoPid": { "shape": "__integer", "locationName": "videoPid", "documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value." } }, "documentation": "Settings for M2TS Container." }, "M3u8PcrControl": { "type": "string", "documentation": "When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.", "enum": [ "PCR_EVERY_PES_PACKET", "CONFIGURED_PCR_PERIOD" ] }, "M3u8Scte35Source": { "type": "string", "documentation": "Enables SCTE-35 passthrough (scte35Source) to pass any SCTE-35 signals from input to output. This is only available for certain containers.", "enum": [ "PASSTHROUGH", "NONE" ] }, "M3u8Settings": { "type": "structure", "members": { "AudioFramesPerPes": { "shape": "__integer", "locationName": "audioFramesPerPes", "documentation": "The number of audio frames to insert for each PES packet." }, "AudioPids": { "shape": "ListOf__integer", "locationName": "audioPids", "documentation": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values." }, "PatInterval": { "shape": "__integer", "locationName": "patInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." }, "PcrControl": { "shape": "M3u8PcrControl", "locationName": "pcrControl" }, "PcrPid": { "shape": "__integer", "locationName": "pcrPid", "documentation": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value." }, "PmtInterval": { "shape": "__integer", "locationName": "pmtInterval", "documentation": "The number of milliseconds between instances of this table in the output transport stream." }, "PmtPid": { "shape": "__integer", "locationName": "pmtPid", "documentation": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value." }, "PrivateMetadataPid": { "shape": "__integer", "locationName": "privateMetadataPid", "documentation": "Packet Identifier (PID) of the private metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value." }, "ProgramNumber": { "shape": "__integer", "locationName": "programNumber", "documentation": "The value of the program number field in the Program Map Table." }, "Scte35Pid": { "shape": "__integer", "locationName": "scte35Pid", "documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value." }, "Scte35Source": { "shape": "M3u8Scte35Source", "locationName": "scte35Source" }, "TimedMetadata": { "shape": "TimedMetadata", "locationName": "timedMetadata" }, "TimedMetadataPid": { "shape": "__integer", "locationName": "timedMetadataPid", "documentation": "Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value." }, "TransportStreamId": { "shape": "__integer", "locationName": "transportStreamId", "documentation": "The value of the transport stream ID field in the Program Map Table." }, "VideoPid": { "shape": "__integer", "locationName": "videoPid", "documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value." } }, "documentation": "Settings for TS segments in HLS" }, "MapOfAudioSelector": { "type": "map", "key": { "shape": "__string" }, "value": { "shape": "AudioSelector" } }, "MapOfAudioSelectorGroup": { "type": "map", "key": { "shape": "__string" }, "value": { "shape": "AudioSelectorGroup" } }, "MapOfCaptionSelector": { "type": "map", "key": { "shape": "__string" }, "value": { "shape": "CaptionSelector" } }, "MapOf__string": { "type": "map", "key": { "shape": "__string" }, "value": { "shape": "__string" } }, "MovClapAtom": { "type": "string", "documentation": "When enabled, include 'clap' atom if appropriate for the video output settings.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "MovCslgAtom": { "type": "string", "documentation": "When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "MovMpeg2FourCCControl": { "type": "string", "documentation": "When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.", "enum": [ "XDCAM", "MPEG" ] }, "MovPaddingControl": { "type": "string", "documentation": "If set to OMNEON, inserts Omneon-compatible padding", "enum": [ "OMNEON", "NONE" ] }, "MovReference": { "type": "string", "documentation": "A value of 'external' creates separate media files and the wrapper file (.mov) contains references to these media files. A value of 'self_contained' creates only a wrapper (.mov) file and this file contains all of the media.", "enum": [ "SELF_CONTAINED", "EXTERNAL" ] }, "MovSettings": { "type": "structure", "members": { "ClapAtom": { "shape": "MovClapAtom", "locationName": "clapAtom" }, "CslgAtom": { "shape": "MovCslgAtom", "locationName": "cslgAtom" }, "Mpeg2FourCCControl": { "shape": "MovMpeg2FourCCControl", "locationName": "mpeg2FourCCControl" }, "PaddingControl": { "shape": "MovPaddingControl", "locationName": "paddingControl" }, "Reference": { "shape": "MovReference", "locationName": "reference" } }, "documentation": "Settings for MOV Container." }, "Mp2Settings": { "type": "structure", "members": { "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second." }, "Channels": { "shape": "__integer", "locationName": "channels", "documentation": "Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2." }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in hz." } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2." }, "Mp4CslgAtom": { "type": "string", "documentation": "When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "Mp4FreeSpaceBox": { "type": "string", "documentation": "Inserts a free-space box immediately after the moov box.", "enum": [ "INCLUDE", "EXCLUDE" ] }, "Mp4MoovPlacement": { "type": "string", "documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.", "enum": [ "PROGRESSIVE_DOWNLOAD", "NORMAL" ] }, "Mp4Settings": { "type": "structure", "members": { "CslgAtom": { "shape": "Mp4CslgAtom", "locationName": "cslgAtom" }, "FreeSpaceBox": { "shape": "Mp4FreeSpaceBox", "locationName": "freeSpaceBox" }, "MoovPlacement": { "shape": "Mp4MoovPlacement", "locationName": "moovPlacement" }, "Mp4MajorBrand": { "shape": "__string", "locationName": "mp4MajorBrand", "documentation": "Overrides the \"Major Brand\" field in the output file. Usually not necessary to specify." } }, "documentation": "Settings for MP4 Container" }, "Mpeg2AdaptiveQuantization": { "type": "string", "documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.", "enum": [ "OFF", "LOW", "MEDIUM", "HIGH" ] }, "Mpeg2CodecLevel": { "type": "string", "documentation": "Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.", "enum": [ "AUTO", "LOW", "MAIN", "HIGH1440", "HIGH" ] }, "Mpeg2CodecProfile": { "type": "string", "documentation": "Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.", "enum": [ "MAIN", "PROFILE_422" ] }, "Mpeg2FramerateControl": { "type": "string", "documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "Mpeg2FramerateConversionAlgorithm": { "type": "string", "documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.", "enum": [ "DUPLICATE_DROP", "INTERPOLATE" ] }, "Mpeg2GopSizeUnits": { "type": "string", "documentation": "Indicates if the GOP Size in MPEG2 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.", "enum": [ "FRAMES", "SECONDS" ] }, "Mpeg2InterlaceMode": { "type": "string", "documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.", "enum": [ "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD" ] }, "Mpeg2IntraDcPrecision": { "type": "string", "documentation": "Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients. If you choose the value auto, the service will automatically select the precision based on the per-frame compression ratio.", "enum": [ "AUTO", "INTRA_DC_PRECISION_8", "INTRA_DC_PRECISION_9", "INTRA_DC_PRECISION_10", "INTRA_DC_PRECISION_11" ] }, "Mpeg2ParControl": { "type": "string", "documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "Mpeg2QualityTuningLevel": { "type": "string", "documentation": "Use Quality tuning level (Mpeg2QualityTuningLevel) to specifiy whether to use single-pass or multipass video encoding.", "enum": [ "SINGLE_PASS", "MULTI_PASS" ] }, "Mpeg2RateControlMode": { "type": "string", "documentation": "Use Rate control mode (Mpeg2RateControlMode) to specifiy whether the bitrate is variable (vbr) or constant (cbr).", "enum": [ "VBR", "CBR" ] }, "Mpeg2SceneChangeDetect": { "type": "string", "documentation": "Scene change detection (inserts I-frames on scene changes).", "enum": [ "DISABLED", "ENABLED" ] }, "Mpeg2Settings": { "type": "structure", "members": { "AdaptiveQuantization": { "shape": "Mpeg2AdaptiveQuantization", "locationName": "adaptiveQuantization" }, "Bitrate": { "shape": "__integer", "locationName": "bitrate", "documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000." }, "CodecLevel": { "shape": "Mpeg2CodecLevel", "locationName": "codecLevel" }, "CodecProfile": { "shape": "Mpeg2CodecProfile", "locationName": "codecProfile" }, "FramerateControl": { "shape": "Mpeg2FramerateControl", "locationName": "framerateControl" }, "FramerateConversionAlgorithm": { "shape": "Mpeg2FramerateConversionAlgorithm", "locationName": "framerateConversionAlgorithm" }, "FramerateDenominator": { "shape": "__integer", "locationName": "framerateDenominator", "documentation": "Framerate denominator." }, "FramerateNumerator": { "shape": "__integer", "locationName": "framerateNumerator", "documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps." }, "GopClosedCadence": { "shape": "__integer", "locationName": "gopClosedCadence", "documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting." }, "GopSize": { "shape": "__double", "locationName": "gopSize", "documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero." }, "GopSizeUnits": { "shape": "Mpeg2GopSizeUnits", "locationName": "gopSizeUnits" }, "HrdBufferInitialFillPercentage": { "shape": "__integer", "locationName": "hrdBufferInitialFillPercentage", "documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)." }, "HrdBufferSize": { "shape": "__integer", "locationName": "hrdBufferSize", "documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "InterlaceMode": { "shape": "Mpeg2InterlaceMode", "locationName": "interlaceMode" }, "IntraDcPrecision": { "shape": "Mpeg2IntraDcPrecision", "locationName": "intraDcPrecision" }, "MaxBitrate": { "shape": "__integer", "locationName": "maxBitrate", "documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m." }, "MinIInterval": { "shape": "__integer", "locationName": "minIInterval", "documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1" }, "NumberBFramesBetweenReferenceFrames": { "shape": "__integer", "locationName": "numberBFramesBetweenReferenceFrames", "documentation": "Number of B-frames between reference frames." }, "ParControl": { "shape": "Mpeg2ParControl", "locationName": "parControl" }, "ParDenominator": { "shape": "__integer", "locationName": "parDenominator", "documentation": "Pixel Aspect Ratio denominator." }, "ParNumerator": { "shape": "__integer", "locationName": "parNumerator", "documentation": "Pixel Aspect Ratio numerator." }, "QualityTuningLevel": { "shape": "Mpeg2QualityTuningLevel", "locationName": "qualityTuningLevel" }, "RateControlMode": { "shape": "Mpeg2RateControlMode", "locationName": "rateControlMode" }, "SceneChangeDetect": { "shape": "Mpeg2SceneChangeDetect", "locationName": "sceneChangeDetect" }, "SlowPal": { "shape": "Mpeg2SlowPal", "locationName": "slowPal" }, "Softness": { "shape": "__integer", "locationName": "softness", "documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image." }, "SpatialAdaptiveQuantization": { "shape": "Mpeg2SpatialAdaptiveQuantization", "locationName": "spatialAdaptiveQuantization" }, "Syntax": { "shape": "Mpeg2Syntax", "locationName": "syntax" }, "Telecine": { "shape": "Mpeg2Telecine", "locationName": "telecine" }, "TemporalAdaptiveQuantization": { "shape": "Mpeg2TemporalAdaptiveQuantization", "locationName": "temporalAdaptiveQuantization" } }, "documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2." }, "Mpeg2SlowPal": { "type": "string", "documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.", "enum": [ "DISABLED", "ENABLED" ] }, "Mpeg2SpatialAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on spatial variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "Mpeg2Syntax": { "type": "string", "documentation": "Produces a Type D-10 compatible bitstream (SMPTE 356M-2001).", "enum": [ "DEFAULT", "D_10" ] }, "Mpeg2Telecine": { "type": "string", "documentation": "Only use Telecine (Mpeg2Telecine) when you set Framerate (Framerate) to 29.970. Set Telecine (Mpeg2Telecine) to Hard (hard) to produce a 29.97i output from a 23.976 input. Set it to Soft (soft) to produce 23.976 output and leave converstion to the player.", "enum": [ "NONE", "SOFT", "HARD" ] }, "Mpeg2TemporalAdaptiveQuantization": { "type": "string", "documentation": "Adjust quantization within each frame based on temporal variation of content complexity.", "enum": [ "DISABLED", "ENABLED" ] }, "MsSmoothAudioDeduplication": { "type": "string", "documentation": "COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.", "enum": [ "COMBINE_DUPLICATE_STREAMS", "NONE" ] }, "MsSmoothEncryptionSettings": { "type": "structure", "members": { "SpekeKeyProvider": { "shape": "SpekeKeyProvider", "locationName": "spekeKeyProvider" } }, "documentation": "If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider." }, "MsSmoothGroupSettings": { "type": "structure", "members": { "AudioDeduplication": { "shape": "MsSmoothAudioDeduplication", "locationName": "audioDeduplication" }, "Destination": { "shape": "__string", "locationName": "destination", "documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file." }, "Encryption": { "shape": "MsSmoothEncryptionSettings", "locationName": "encryption" }, "FragmentLength": { "shape": "__integer", "locationName": "fragmentLength", "documentation": "Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds. Fragment length must be compatible with GOP size and framerate." }, "ManifestEncoding": { "shape": "MsSmoothManifestEncoding", "locationName": "manifestEncoding" } }, "documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to MS_SMOOTH_GROUP_SETTINGS." }, "MsSmoothManifestEncoding": { "type": "string", "documentation": "Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.", "enum": [ "UTF8", "UTF16" ] }, "NielsenConfiguration": { "type": "structure", "members": { "BreakoutCode": { "shape": "__integer", "locationName": "breakoutCode", "documentation": "Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code. Supported values are 0, 3, 7, and 9." }, "DistributorId": { "shape": "__string", "locationName": "distributorId", "documentation": "Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen." } }, "documentation": "Settings for Nielsen Configuration" }, "NoiseReducer": { "type": "structure", "members": { "Filter": { "shape": "NoiseReducerFilter", "locationName": "filter" }, "FilterSettings": { "shape": "NoiseReducerFilterSettings", "locationName": "filterSettings" }, "SpatialFilterSettings": { "shape": "NoiseReducerSpatialFilterSettings", "locationName": "spatialFilterSettings" } }, "documentation": "Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer (NoiseReducer), you must also select a value for Noise reducer filter (NoiseReducerFilter)." }, "NoiseReducerFilter": { "type": "string", "documentation": "Use Noise reducer filter (NoiseReducerFilter) to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer (NoiseReducer). * Bilateral is an edge preserving noise reduction filter * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) are convolution filters * Conserve is a min/max noise reduction filter * Spatial is frequency-domain filter based on JND principles.", "enum": [ "BILATERAL", "MEAN", "GAUSSIAN", "LANCZOS", "SHARPEN", "CONSERVE", "SPATIAL" ] }, "NoiseReducerFilterSettings": { "type": "structure", "members": { "Strength": { "shape": "__integer", "locationName": "strength", "documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering." } }, "documentation": "Settings for a noise reducer filter" }, "NoiseReducerSpatialFilterSettings": { "type": "structure", "members": { "PostFilterSharpenStrength": { "shape": "__integer", "locationName": "postFilterSharpenStrength", "documentation": "Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength." }, "Speed": { "shape": "__integer", "locationName": "speed", "documentation": "The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value." }, "Strength": { "shape": "__integer", "locationName": "strength", "documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering." } }, "documentation": "Noise reducer filter settings for spatial filter." }, "NotFoundException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 404 }, "documentation": "The resource you requested does not exist." }, "Order": { "type": "string", "documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.", "enum": [ "ASCENDING", "DESCENDING" ] }, "Output": { "type": "structure", "members": { "AudioDescriptions": { "shape": "ListOfAudioDescription", "locationName": "audioDescriptions", "documentation": "(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings." }, "CaptionDescriptions": { "shape": "ListOfCaptionDescription", "locationName": "captionDescriptions", "documentation": "(CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings." }, "ContainerSettings": { "shape": "ContainerSettings", "locationName": "containerSettings" }, "Extension": { "shape": "__string", "locationName": "extension", "documentation": "Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)" }, "NameModifier": { "shape": "__string", "locationName": "nameModifier", "documentation": "Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You specify the base filename as part of your destination URI. When you create multiple outputs in the same output group, Name modifier is required. Name modifier also accepts format identifiers. For DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in the same way in all outputs of the output group." }, "OutputSettings": { "shape": "OutputSettings", "locationName": "outputSettings" }, "Preset": { "shape": "__string", "locationName": "preset", "documentation": "Use Preset (Preset) to specifiy a preset for your transcoding settings. Provide the system or custom preset name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both." }, "VideoDescription": { "shape": "VideoDescription", "locationName": "videoDescription", "documentation": "(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output." } }, "documentation": "An output object describes the settings for a single output file or stream in an output group." }, "OutputChannelMapping": { "type": "structure", "members": { "InputChannels": { "shape": "ListOf__integer", "locationName": "inputChannels", "documentation": "List of input channels" } }, "documentation": "OutputChannel mapping settings." }, "OutputDetail": { "type": "structure", "members": { "DurationInMs": { "shape": "__integer", "locationName": "durationInMs", "documentation": "Duration in milliseconds" }, "VideoDetails": { "shape": "VideoDetail", "locationName": "videoDetails" } }, "documentation": "Details regarding output" }, "OutputGroup": { "type": "structure", "members": { "CustomName": { "shape": "__string", "locationName": "customName", "documentation": "Use Custom Group Name (CustomName) to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "Name of the output group" }, "OutputGroupSettings": { "shape": "OutputGroupSettings", "locationName": "outputGroupSettings" }, "Outputs": { "shape": "ListOfOutput", "locationName": "outputs", "documentation": "This object holds groups of encoding settings, one group of settings per output." } }, "documentation": "Group of outputs" }, "OutputGroupDetail": { "type": "structure", "members": { "OutputDetails": { "shape": "ListOfOutputDetail", "locationName": "outputDetails", "documentation": "Details about the output" } }, "documentation": "Contains details about the output groups specified in the job settings." }, "OutputGroupSettings": { "type": "structure", "members": { "DashIsoGroupSettings": { "shape": "DashIsoGroupSettings", "locationName": "dashIsoGroupSettings" }, "FileGroupSettings": { "shape": "FileGroupSettings", "locationName": "fileGroupSettings" }, "HlsGroupSettings": { "shape": "HlsGroupSettings", "locationName": "hlsGroupSettings" }, "MsSmoothGroupSettings": { "shape": "MsSmoothGroupSettings", "locationName": "msSmoothGroupSettings" }, "Type": { "shape": "OutputGroupType", "locationName": "type", "documentation": "Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming)" } }, "documentation": "Output Group settings, including type" }, "OutputGroupType": { "type": "string", "enum": [ "HLS_GROUP_SETTINGS", "DASH_ISO_GROUP_SETTINGS", "FILE_GROUP_SETTINGS", "MS_SMOOTH_GROUP_SETTINGS" ] }, "OutputSdt": { "type": "string", "documentation": "Selects method of inserting SDT information into output stream. \"Follow input SDT\" copies SDT information from input stream to output stream. \"Follow input SDT if present\" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter \"SDT Manually\" means user will enter the SDT information. \"No SDT\" means output stream will not contain SDT information.", "enum": [ "SDT_FOLLOW", "SDT_FOLLOW_IF_PRESENT", "SDT_MANUAL", "SDT_NONE" ] }, "OutputSettings": { "type": "structure", "members": { "HlsSettings": { "shape": "HlsSettings", "locationName": "hlsSettings" } }, "documentation": "Specific settings for this type of output." }, "Preset": { "type": "structure", "members": { "Arn": { "shape": "__string", "locationName": "arn", "documentation": "An identifier for this resource that is unique within all of AWS." }, "Category": { "shape": "__string", "locationName": "category", "documentation": "An optional category you create to organize your presets." }, "CreatedAt": { "shape": "__timestamp", "locationName": "createdAt", "documentation": "The timestamp in epoch seconds for preset creation." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "An optional description you create for each preset." }, "LastUpdated": { "shape": "__timestamp", "locationName": "lastUpdated", "documentation": "The timestamp in epoch seconds when the preset was last updated." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "A name you create for each preset. Each name must be unique within your account." }, "Settings": { "shape": "PresetSettings", "locationName": "settings" }, "Type": { "shape": "Type", "locationName": "type", "documentation": "A preset can be of two types: system or custom. System or built-in preset can’t be modified or deleted by the user." } }, "documentation": "A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process." }, "PresetListBy": { "type": "string", "documentation": "Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.", "enum": [ "NAME", "CREATION_DATE", "SYSTEM" ] }, "PresetSettings": { "type": "structure", "members": { "AudioDescriptions": { "shape": "ListOfAudioDescription", "locationName": "audioDescriptions", "documentation": "(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings." }, "CaptionDescriptions": { "shape": "ListOfCaptionDescriptionPreset", "locationName": "captionDescriptions", "documentation": "Caption settings for this preset. There can be multiple caption settings in a single output." }, "ContainerSettings": { "shape": "ContainerSettings", "locationName": "containerSettings" }, "VideoDescription": { "shape": "VideoDescription", "locationName": "videoDescription", "documentation": "(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output." } }, "documentation": "Settings for preset" }, "ProresCodecProfile": { "type": "string", "documentation": "Use Profile (ProResCodecProfile) to specifiy the type of Apple ProRes codec to use for this output.", "enum": [ "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY" ] }, "ProresFramerateControl": { "type": "string", "documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "ProresFramerateConversionAlgorithm": { "type": "string", "documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.", "enum": [ "DUPLICATE_DROP", "INTERPOLATE" ] }, "ProresInterlaceMode": { "type": "string", "documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.", "enum": [ "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD" ] }, "ProresParControl": { "type": "string", "documentation": "Use (ProresParControl) to specify how the service determines the pixel aspect ratio. Set to Follow source (INITIALIZE_FROM_SOURCE) to use the pixel aspect ratio from the input. To specify a different pixel aspect ratio: Using the console, choose it from the dropdown menu. Using the API, set ProresParControl to (SPECIFIED) and provide for (ParNumerator) and (ParDenominator).", "enum": [ "INITIALIZE_FROM_SOURCE", "SPECIFIED" ] }, "ProresSettings": { "type": "structure", "members": { "CodecProfile": { "shape": "ProresCodecProfile", "locationName": "codecProfile" }, "FramerateControl": { "shape": "ProresFramerateControl", "locationName": "framerateControl" }, "FramerateConversionAlgorithm": { "shape": "ProresFramerateConversionAlgorithm", "locationName": "framerateConversionAlgorithm" }, "FramerateDenominator": { "shape": "__integer", "locationName": "framerateDenominator", "documentation": "Framerate denominator." }, "FramerateNumerator": { "shape": "__integer", "locationName": "framerateNumerator", "documentation": "When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator." }, "InterlaceMode": { "shape": "ProresInterlaceMode", "locationName": "interlaceMode" }, "ParControl": { "shape": "ProresParControl", "locationName": "parControl" }, "ParDenominator": { "shape": "__integer", "locationName": "parDenominator", "documentation": "Pixel Aspect Ratio denominator." }, "ParNumerator": { "shape": "__integer", "locationName": "parNumerator", "documentation": "Pixel Aspect Ratio numerator." }, "SlowPal": { "shape": "ProresSlowPal", "locationName": "slowPal" }, "Telecine": { "shape": "ProresTelecine", "locationName": "telecine" } }, "documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES." }, "ProresSlowPal": { "type": "string", "documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.", "enum": [ "DISABLED", "ENABLED" ] }, "ProresTelecine": { "type": "string", "documentation": "Only use Telecine (ProresTelecine) when you set Framerate (Framerate) to 29.970. Set Telecine (ProresTelecine) to Hard (hard) to produce a 29.97i output from a 23.976 input. Set it to Soft (soft) to produce 23.976 output and leave converstion to the player.", "enum": [ "NONE", "HARD" ] }, "Queue": { "type": "structure", "members": { "Arn": { "shape": "__string", "locationName": "arn", "documentation": "An identifier for this resource that is unique within all of AWS." }, "CreatedAt": { "shape": "__timestamp", "locationName": "createdAt", "documentation": "The timestamp in epoch seconds for queue creation." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "An optional description you create for each queue." }, "LastUpdated": { "shape": "__timestamp", "locationName": "lastUpdated", "documentation": "The timestamp in epoch seconds when the queue was last updated." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "A name you create for each queue. Each name must be unique within your account." }, "Status": { "shape": "QueueStatus", "locationName": "status" }, "Type": { "shape": "Type", "locationName": "type", "documentation": "A queue can be of two types: system or custom. System or built-in queues can’t be modified or deleted by the user." } }, "documentation": "MediaConvert jobs are submitted to a queue. Unless specified otherwise jobs are submitted to a built-in default queue. User can create additional queues to separate the jobs of different categories or priority." }, "QueueListBy": { "type": "string", "documentation": "Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.", "enum": [ "NAME", "CREATION_DATE" ] }, "QueueStatus": { "type": "string", "documentation": "Queues can be ACTIVE or PAUSED. If you pause a queue, jobs in that queue will not begin. Jobs running when a queue is paused continue to run until they finish or error out.", "enum": [ "ACTIVE", "PAUSED" ] }, "Rectangle": { "type": "structure", "members": { "Height": { "shape": "__integer", "locationName": "height", "documentation": "Height of rectangle in pixels." }, "Width": { "shape": "__integer", "locationName": "width", "documentation": "Width of rectangle in pixels." }, "X": { "shape": "__integer", "locationName": "x", "documentation": "The distance, in pixels, between the rectangle and the left edge of the video frame." }, "Y": { "shape": "__integer", "locationName": "y", "documentation": "The distance, in pixels, between the rectangle and the top edge of the video frame." } }, "documentation": "Use Rectangle to identify a specific area of the video frame." }, "RemixSettings": { "type": "structure", "members": { "ChannelMapping": { "shape": "ChannelMapping", "locationName": "channelMapping" }, "ChannelsIn": { "shape": "__integer", "locationName": "channelsIn", "documentation": "Specify the number of audio channels from your input that you want to use in your output. With remixing, you might combine or split the data in these channels, so the number of channels in your final output might be different." }, "ChannelsOut": { "shape": "__integer", "locationName": "channelsOut", "documentation": "Specify the number of channels in this output after remixing. Valid values: 1, 2, 4, 6, 8" } }, "documentation": "Use Manual audio remixing (RemixSettings) to adjust audio levels for each output channel. With audio remixing, you can output more or fewer audio channels than your input audio source provides." }, "RespondToAfd": { "type": "string", "documentation": "Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values in the input. * Choose Respond to clip the input video frame according to the AFD value, input display aspect ratio, and output display aspect ratio. * Choose Passthrough to include the input AFD values. Do not choose this when AfdSignaling is set to (NONE). A preferred implementation of this workflow is to set RespondToAfd to (NONE) and set AfdSignaling to (AUTO). * Choose None to remove all input AFD values from this output.", "enum": [ "NONE", "RESPOND", "PASSTHROUGH" ] }, "ScalingBehavior": { "type": "string", "documentation": "Applies only if your input aspect ratio is different from your output aspect ratio. Enable Stretch to output (StretchToOutput) to have the service stretch your video image to fit. Leave this setting disabled to allow the service to letterbox your video instead. This setting overrides any positioning value you specify elsewhere in the job.", "enum": [ "DEFAULT", "STRETCH_TO_OUTPUT" ] }, "SccDestinationFramerate": { "type": "string", "documentation": "Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a framerate that matches the framerate of the associated video. If the video framerate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).", "enum": [ "FRAMERATE_23_97", "FRAMERATE_24", "FRAMERATE_29_97_DROPFRAME", "FRAMERATE_29_97_NON_DROPFRAME" ] }, "SccDestinationSettings": { "type": "structure", "members": { "Framerate": { "shape": "SccDestinationFramerate", "locationName": "framerate" } }, "documentation": "Settings for SCC caption output." }, "SpekeKeyProvider": { "type": "structure", "members": { "ResourceId": { "shape": "__string", "locationName": "resourceId", "documentation": "The SPEKE-compliant server uses Resource ID (ResourceId) to identify content." }, "SystemIds": { "shape": "ListOf__string", "locationName": "systemIds", "documentation": "Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id." }, "Url": { "shape": "__string", "locationName": "url", "documentation": "Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content." } }, "documentation": "Settings for use with a SPEKE key provider" }, "StaticKeyProvider": { "type": "structure", "members": { "KeyFormat": { "shape": "__string", "locationName": "keyFormat", "documentation": "Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'." }, "KeyFormatVersions": { "shape": "__string", "locationName": "keyFormatVersions", "documentation": "Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3)." }, "StaticKeyValue": { "shape": "__string", "locationName": "staticKeyValue", "documentation": "Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value (StaticKeyValue)." }, "Url": { "shape": "__string", "locationName": "url", "documentation": "Relates to DRM implementation. The location of the license server used for protecting content." } }, "documentation": "Settings for use with a SPEKE key provider." }, "TeletextDestinationSettings": { "type": "structure", "members": { "PageNumber": { "shape": "__string", "locationName": "pageNumber", "documentation": "Set pageNumber to the Teletext page number for the destination captions for this output. This value must be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the entire set of Teletext data, do not use this field." } }, "documentation": "Settings for Teletext caption output" }, "TeletextSourceSettings": { "type": "structure", "members": { "PageNumber": { "shape": "__string", "locationName": "pageNumber", "documentation": "Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output." } }, "documentation": "Settings specific to Teletext caption sources, including Page number." }, "TimecodeBurnin": { "type": "structure", "members": { "FontSize": { "shape": "__integer", "locationName": "fontSize", "documentation": "Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48." }, "Position": { "shape": "TimecodeBurninPosition", "locationName": "position" }, "Prefix": { "shape": "__string", "locationName": "prefix", "documentation": "Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of \"EZ-\" will result in the timecode \"EZ-00:00:00:00\". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard." } }, "documentation": "Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output." }, "TimecodeBurninPosition": { "type": "string", "documentation": "Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.", "enum": [ "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT", "MIDDLE_LEFT", "MIDDLE_CENTER", "MIDDLE_RIGHT", "BOTTOM_LEFT", "BOTTOM_CENTER", "BOTTOM_RIGHT" ] }, "TimecodeConfig": { "type": "structure", "members": { "Anchor": { "shape": "__string", "locationName": "anchor", "documentation": "If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a timecode that will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores framerate conversion. System behavior for Anchor Timecode varies depending on your setting for Timecode source (TimecodeSource). * If Timecode source (TimecodeSource) is set to Specified Start (specifiedstart), the first input frame is the specified value in Start Timecode (Start). Anchor Timecode (Anchor) and Start Timecode (Start) are used calculate output timecode. * If Timecode source (TimecodeSource) is set to Start at 0 (zerobased) the first frame is 00:00:00:00. * If Timecode source (TimecodeSource) is set to Embedded (embedded), the first frame is the timecode value on the first input frame of the input." }, "Source": { "shape": "TimecodeSource", "locationName": "source" }, "Start": { "shape": "__string", "locationName": "start", "documentation": "Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART). Use Start timecode (Start) to specify the timecode for the initial frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF)." }, "TimestampOffset": { "shape": "__string", "locationName": "timestampOffset", "documentation": "Only applies to outputs that support program-date-time stamp. Use Time stamp offset (TimestampOffset) to overwrite the timecode date without affecting the time and frame number. Provide the new date as a string in the format \"yyyy-mm-dd\". To use Time stamp offset, you must also enable Insert program-date-time (InsertProgramDateTime) in the output settings." } }, "documentation": "Contains settings used to acquire and adjust timecode information from inputs." }, "TimecodeSource": { "type": "string", "documentation": "Use Timecode source (TimecodeSource) to set how timecodes are handled within this input. To make sure that your video, audio, captions, and markers are synchronized and that time-based features, such as image inserter, work correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number (HH:MM:SS:FF). * Embedded (EMBEDDED) - Use the timecode that is in the input video. If no embedded timecode is in the source, the service will use Start at 0 (ZEROBASED) instead. * Start at 0 (ZEROBASED) - Set the timecode of the initial frame to 00:00:00:00. * Specified Start (SPECIFIEDSTART) - Set the timecode of the initial frame to a value other than zero. You use Start timecode (Start) to provide this value.", "enum": [ "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART" ] }, "TimedMetadata": { "type": "string", "documentation": "If PASSTHROUGH, inserts ID3 timed metadata from the timed_metadata REST command into this output. Only available for certain containers.", "enum": [ "PASSTHROUGH", "NONE" ] }, "TimedMetadataInsertion": { "type": "structure", "members": { "Id3Insertions": { "shape": "ListOfId3Insertion", "locationName": "id3Insertions", "documentation": "Id3Insertions contains the array of Id3Insertion instances." } }, "documentation": "Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in your job. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects." }, "Timing": { "type": "structure", "members": { "FinishTime": { "shape": "__timestamp", "locationName": "finishTime", "documentation": "The time, in Unix epoch format, that the transcoding job finished" }, "StartTime": { "shape": "__timestamp", "locationName": "startTime", "documentation": "The time, in Unix epoch format, that transcoding for the job began." }, "SubmitTime": { "shape": "__timestamp", "locationName": "submitTime", "documentation": "The time, in Unix epoch format, that you submitted the job." } }, "documentation": "Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds." }, "TooManyRequestsException": { "type": "structure", "members": { "Message": { "shape": "__string", "locationName": "message" } }, "exception": true, "error": { "httpStatusCode": 429 }, "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests." }, "TtmlDestinationSettings": { "type": "structure", "members": { "StylePassthrough": { "shape": "TtmlStylePassthrough", "locationName": "stylePassthrough" } }, "documentation": "Settings for TTML caption output" }, "TtmlStylePassthrough": { "type": "string", "documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.", "enum": [ "ENABLED", "DISABLED" ] }, "Type": { "type": "string", "enum": [ "SYSTEM", "CUSTOM" ] }, "UpdateJobTemplateRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "The new category for the job template, if you are changing it." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "The new description for the job template, if you are changing it." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the job template you are modifying", "location": "uri" }, "Queue": { "shape": "__string", "locationName": "queue", "documentation": "The new queue for the job template, if you are changing it." }, "Settings": { "shape": "JobTemplateSettings", "locationName": "settings" } }, "required": [ "Name" ] }, "UpdateJobTemplateResponse": { "type": "structure", "members": { "JobTemplate": { "shape": "JobTemplate", "locationName": "jobTemplate" } } }, "UpdatePresetRequest": { "type": "structure", "members": { "Category": { "shape": "__string", "locationName": "category", "documentation": "The new category for the preset, if you are changing it." }, "Description": { "shape": "__string", "locationName": "description", "documentation": "The new description for the preset, if you are changing it." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the preset you are modifying.", "location": "uri" }, "Settings": { "shape": "PresetSettings", "locationName": "settings" } }, "required": [ "Name" ] }, "UpdatePresetResponse": { "type": "structure", "members": { "Preset": { "shape": "Preset", "locationName": "preset" } } }, "UpdateQueueRequest": { "type": "structure", "members": { "Description": { "shape": "__string", "locationName": "description", "documentation": "The new description for the queue, if you are changing it." }, "Name": { "shape": "__string", "locationName": "name", "documentation": "The name of the queue you are modifying.", "location": "uri" }, "Status": { "shape": "QueueStatus", "locationName": "status" } }, "required": [ "Name" ] }, "UpdateQueueResponse": { "type": "structure", "members": { "Queue": { "shape": "Queue", "locationName": "queue" } } }, "VideoCodec": { "type": "string", "documentation": "Type of video codec", "enum": [ "FRAME_CAPTURE", "H_264", "H_265", "MPEG2", "PRORES" ] }, "VideoCodecSettings": { "type": "structure", "members": { "Codec": { "shape": "VideoCodec", "locationName": "codec" }, "FrameCaptureSettings": { "shape": "FrameCaptureSettings", "locationName": "frameCaptureSettings" }, "H264Settings": { "shape": "H264Settings", "locationName": "h264Settings" }, "H265Settings": { "shape": "H265Settings", "locationName": "h265Settings" }, "Mpeg2Settings": { "shape": "Mpeg2Settings", "locationName": "mpeg2Settings" }, "ProresSettings": { "shape": "ProresSettings", "locationName": "proresSettings" } }, "documentation": "Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video encoding. The settings in this group vary depending on the value you choose for Video codec (Codec). For each codec enum you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * FRAME_CAPTURE, FrameCaptureSettings" }, "VideoDescription": { "type": "structure", "members": { "AfdSignaling": { "shape": "AfdSignaling", "locationName": "afdSignaling" }, "AntiAlias": { "shape": "AntiAlias", "locationName": "antiAlias" }, "CodecSettings": { "shape": "VideoCodecSettings", "locationName": "codecSettings" }, "ColorMetadata": { "shape": "ColorMetadata", "locationName": "colorMetadata" }, "Crop": { "shape": "Rectangle", "locationName": "crop", "documentation": "Applies only if your input aspect ratio is different from your output aspect ratio. Use Input cropping rectangle (Crop) to specify the video area the service will include in the output. This will crop the input source, causing video pixels to be removed on encode. Do not use this setting if you have enabled Stretch to output (stretchToOutput) in your output settings." }, "DropFrameTimecode": { "shape": "DropFrameTimecode", "locationName": "dropFrameTimecode" }, "FixedAfd": { "shape": "__integer", "locationName": "fixedAfd", "documentation": "Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED). Use Fixed (FixedAfd) to specify a four-bit AFD value which the service will write on all frames of this video output." }, "Height": { "shape": "__integer", "locationName": "height", "documentation": "Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels. If you don't provide a value here, the service will use the input height." }, "Position": { "shape": "Rectangle", "locationName": "position", "documentation": "Use Position (Position) to point to a rectangle object to define your position. This setting overrides any other aspect ratio." }, "RespondToAfd": { "shape": "RespondToAfd", "locationName": "respondToAfd" }, "ScalingBehavior": { "shape": "ScalingBehavior", "locationName": "scalingBehavior" }, "Sharpness": { "shape": "__integer", "locationName": "sharpness", "documentation": "Use Sharpness (Sharpness)setting to specify the strength of anti-aliasing. This setting changes the width of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is different from your input resolution, and if you set Anti-alias (AntiAlias) to ENABLED. 0 is the softest setting, 100 the sharpest, and 50 recommended for most content." }, "TimecodeInsertion": { "shape": "VideoTimecodeInsertion", "locationName": "timecodeInsertion" }, "VideoPreprocessors": { "shape": "VideoPreprocessor", "locationName": "videoPreprocessors", "documentation": "Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default." }, "Width": { "shape": "__integer", "locationName": "width", "documentation": "Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a value here, the service will use the input width." } }, "documentation": "Settings for video outputs" }, "VideoDetail": { "type": "structure", "members": { "HeightInPx": { "shape": "__integer", "locationName": "heightInPx", "documentation": "Height in pixels for the output" }, "WidthInPx": { "shape": "__integer", "locationName": "widthInPx", "documentation": "Width in pixels for the output" } }, "documentation": "Contains details about the output's video stream" }, "VideoPreprocessor": { "type": "structure", "members": { "ColorCorrector": { "shape": "ColorCorrector", "locationName": "colorCorrector", "documentation": "Enable the Color corrector (ColorCorrector) feature if necessary. Enable or disable this feature for each output individually. This setting is disabled by default." }, "Deinterlacer": { "shape": "Deinterlacer", "locationName": "deinterlacer", "documentation": "Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture." }, "ImageInserter": { "shape": "ImageInserter", "locationName": "imageInserter", "documentation": "Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default." }, "NoiseReducer": { "shape": "NoiseReducer", "locationName": "noiseReducer", "documentation": "Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default." }, "TimecodeBurnin": { "shape": "TimecodeBurnin", "locationName": "timecodeBurnin", "documentation": "Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output." } }, "documentation": "Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default." }, "VideoSelector": { "type": "structure", "members": { "ColorSpace": { "shape": "ColorSpace", "locationName": "colorSpace" }, "ColorSpaceUsage": { "shape": "ColorSpaceUsage", "locationName": "colorSpaceUsage" }, "Hdr10Metadata": { "shape": "Hdr10Metadata", "locationName": "hdr10Metadata" }, "Pid": { "shape": "__integer", "locationName": "pid", "documentation": "Use PID (Pid) to select specific video data from an input file. Specify this value as an integer; the system automatically converts it to the hexidecimal value. For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier for a set of data in an MPEG-2 transport stream container." }, "ProgramNumber": { "shape": "__integer", "locationName": "programNumber", "documentation": "Selects a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported." } }, "documentation": "Selector for video." }, "VideoTimecodeInsertion": { "type": "string", "documentation": "Enable Timecode insertion to include timecode information in this output. Do this in the API by setting (VideoTimecodeInsertion) to (PIC_TIMING_SEI). To get timecodes to appear correctly in your output, also set up the timecode configuration for your job in the input settings. Only enable Timecode insertion when the input framerate is identical to output framerate. Disable this setting to remove the timecode from the output. Default is disabled.", "enum": [ "DISABLED", "PIC_TIMING_SEI" ] }, "WavSettings": { "type": "structure", "members": { "BitDepth": { "shape": "__integer", "locationName": "bitDepth", "documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track." }, "Channels": { "shape": "__integer", "locationName": "channels", "documentation": "Set Channels to specify the number of channels in this output audio track. With WAV, valid values 1, 2, 4, and 8. In the console, these values are Mono, Stereo, 4-Channel, and 8-Channel, respectively." }, "SampleRate": { "shape": "__integer", "locationName": "sampleRate", "documentation": "Sample rate in Hz." } }, "documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV." }, "__boolean": { "type": "boolean" }, "__double": { "type": "double" }, "__integer": { "type": "integer" }, "__string": { "type": "string" }, "__timestamp": { "type": "timestamp" } }, "documentation": "AWS Elemental MediaConvert" }
[ 90, 198, 220, 366, 38993, 1298, 1391, 198, 220, 220, 220, 366, 15042, 14815, 1298, 366, 5539, 12, 2919, 12, 1959, 1600, 198, 220, 220, 220, 366, 437, 4122, 36698, 844, 1298, 366, 2379, 7807, 1851, 1600, 198, 220, 220, 220, 366, 1268...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "figures@^2.0.0", "_id": "figures@2.0.0", "_inBundle": false, "_integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "_location": "/figures", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "figures@^2.0.0", "name": "figures", "escapedName": "figures", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/inquirer" ], "_resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", "_shasum": "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962", "_spec": "figures@^2.0.0", "_where": "/Users/brittneecostigan/Desktop/redux-goals-todos-app/node_modules/inquirer", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/figures/issues" }, "bundleDependencies": false, "dependencies": { "escape-string-regexp": "^1.0.5" }, "deprecated": false, "description": "Unicode symbols with Windows CMD fallbacks", "devDependencies": { "ava": "*", "markdown-table": "^1.0.0", "require-uncached": "^1.0.2", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/figures#readme", "keywords": [ "unicode", "cli", "cmd", "command-line", "characters", "char", "symbol", "symbols", "figure", "figures", "fallback" ], "license": "MIT", "name": "figures", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/figures.git" }, "scripts": { "make": "./makefile.js", "test": "xo && ava" }, "version": "2.0.0", "xo": { "esnext": true } }
[ 90, 198, 220, 45434, 6738, 1298, 366, 5647, 942, 31, 61, 17, 13, 15, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 5647, 942, 31, 17, 13, 15, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, 45434, 18908...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"contributors": null, "truncated": false, "text": "Attentats de Paris : un mandat d'arrêt international lancé contre Mohamed Abrini https://t.co/09zgcpmrdJ", "is_quote_status": false, "in_reply_to_status_id": null, "id": 669600278598012928, "favorite_count": 0, "source": "<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "https://t.co/09zgcpmrdJ", "indices": [81, 104], "expanded_url": "http://fb.me/TMXIgY1k", "display_url": "fb.me/TMXIgY1k"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "669600278598012928", "favorited": false, "user": {"follow_request_sent": false, "has_extended_profile": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1048384249, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000088826644/e8055760c1d99e6c15eab4af9a299fcd_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/2oMFb2Szex", "indices": [0, 22], "expanded_url": "http://www.alittlemarket.com/boutique/kerio-234946.html", "display_url": "alittlemarket.com/boutique/kerio…"}]}, "description": {"urls": []}}, "followers_count": 165, "profile_sidebar_border_color": "C0DEED", "id_str": "1048384249", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 4747, "description": "BOUTIQUE D'ARTISANAT", "friends_count": 1998, "location": "FRANCE", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000088826644/e8055760c1d99e6c15eab4af9a299fcd_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1048384249/1359076669", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "boutiquekerio", "lang": "fr", "profile_background_tile": false, "favourites_count": 216, "name": "KËRIO", "notifications": false, "url": "http://t.co/2oMFb2Szex", "created_at": "Sun Dec 30 17:16:26 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "fr", "created_at": "Wed Nov 25 19:35:21 +0000 2015", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "fr", "result_type": "recent"}}
[ 4895, 3642, 2455, 669, 1298, 9242, 11, 366, 2213, 19524, 515, 1298, 3991, 11, 366, 5239, 1298, 366, 8086, 298, 1381, 390, 6342, 1058, 555, 6855, 265, 288, 6, 3258, 25792, 83, 3230, 300, 1192, 2634, 542, 260, 27469, 317, 1671, 5362, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "presidial", "version": "0.1.0", "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-watch": "~0.5.3", "grunt-bg-shell": "~2.3.1", "connect-livereload": "~0.3.2", "grunt-contrib-compass": "~0.7.0", "time-grunt": "~0.2.7", "load-grunt-tasks": "~0.2.1" }, "engines": { "node": ">=0.8.0" } }
[ 90, 198, 220, 366, 3672, 1298, 366, 18302, 312, 498, 1600, 198, 220, 366, 9641, 1298, 366, 15, 13, 16, 13, 15, 1600, 198, 220, 366, 45841, 3976, 1298, 1391, 5512, 198, 220, 366, 7959, 35, 2690, 3976, 1298, 1391, 198, 220, 220, 220...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"320600": [{"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "003C3A39-AF07-4180-A2EB-2BB98B54C5D7", "npsn": "69862450", "sekolah": "SD PERSIAPAN ADONA", "bentuk": "SD", "status": "N", "alamat_jalan": "Jl. Kaotara Kampung Adona", "lintang": "-1.8718820", "bujur": "132.3291300"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "E0207FD2-31F5-E011-B56F-FD61A28D8EAA", "npsn": "60401688", "sekolah": "SD YPK KALFARI SKENDI", "bentuk": "SD", "status": "S", "alamat_jalan": "Skendi", "lintang": "-1.3088000", "bujur": "131.9500000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "207985D2-31F5-E011-AF55-AB55A416DDC4", "npsn": "60401712", "sekolah": "SD YPK MANGROHOLO", "bentuk": "SD", "status": "S", "alamat_jalan": "Jl. Isos Kompleks YPK Kampung Mangroholo", "lintang": "-1.4392000", "bujur": "132.0000000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "E0123641-31F5-E011-9C73-C37630CB3B7E", "npsn": "60401715", "sekolah": "SD YPK SYALOOM MOSWAREN", "bentuk": "SD", "status": "S", "alamat_jalan": "Jl. Teminabuan - Ayamaru", "lintang": "-1.4645000", "bujur": "132.2414000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "E08388D2-31F5-E011-999C-2BBDB7C6C433", "npsn": "60401694", "sekolah": "SD YPK BENAWA II", "bentuk": "SD", "status": "S", "alamat_jalan": "Jln. Pendidikan Kampung Benawa II", "lintang": "-2.0372082", "bujur": "132.4728319"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320611 ", "kecamatan": "Kec. Wayer", "id": "A08E3FE2-2D9F-E111-8736-976EC6DE371D", "npsn": "60403620", "sekolah": "SMP NEGERI 1 WAYER", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jl. Teminabuan-Ayamaru, Desa Wayer, Kecamatan Wayer", "lintang": "-1.5007000", "bujur": "132.1350000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "E0C30D6B-A7E7-E211-8D50-2B2201AD7E7A", "npsn": "69759002", "sekolah": "SD PERSIAPAN KAMUNDAN 2", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Kamundan 2", "lintang": "-2.1796000", "bujur": "132.4196000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "106284D2-31F5-E011-B6C7-2373E4BBB21B", "npsn": "60401752", "sekolah": "SD NEGERI 14 TEMINABUAN", "bentuk": "SD", "status": "N", "alamat_jalan": "Jalan Brawijaya Teminabuan", "lintang": "-1.2640000", "bujur": "131.9976000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "7A16D054-01B8-4C3D-A4AB-BCC1D7DD3996", "npsn": "69830506", "sekolah": "SD YPK PERSIAPAN KAMISABE", "bentuk": "SD", "status": "S", "alamat_jalan": "KAMPUNG KAMISABE", "lintang": "-1.4918000", "bujur": "132.2399000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320611 ", "kecamatan": "Kec. Wayer", "id": "F0C58AD2-31F5-E011-892F-E5F047FB9D56", "npsn": "60401719", "sekolah": "SD YPK SION SUNGGUER", "bentuk": "SD", "status": "S", "alamat_jalan": " KAMPUNG SUNGGGUER", "lintang": "-1.4977000", "bujur": "132.1264000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "60482841-31F5-E011-94D0-2D47C7850CE6", "npsn": "60401650", "sekolah": "SD INPRES 116 JOHSIRO DISTRIK MOSWAREN", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Johsiro", "lintang": "-1.7413000", "bujur": "132.1459000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320603 ", "kecamatan": "Kec. Metemani", "id": "80C687D2-31F5-E011-A08C-4B5E654AC0F8", "npsn": "60401692", "sekolah": "SD YPK BEDARE", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Bedare", "lintang": "-2.0368000", "bujur": "132.2837000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "4050D3D2-31F5-E011-954C-2720C878C2DA", "npsn": "60403381", "sekolah": "SMP NEGERI 1 SAWIAT", "bentuk": "SMP", "status": "N", "alamat_jalan": "Sawiat", "lintang": "-1.2415000", "bujur": "131.9086000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "C06986D2-31F5-E011-BADB-596D7F8D4673", "npsn": "60401720", "sekolah": "SD YPK SASNEK", "bentuk": "SD", "status": "S", "alamat_jalan": "Sasnek", "lintang": "-1.3013000", "bujur": "131.8963000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "F0F47ED2-31F5-E011-9785-E769EC776730", "npsn": "60401700", "sekolah": "SD YPK HAHA", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Haha", "lintang": "-1.3724000", "bujur": "131.8376000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "301B87D2-31F5-E011-857F-BF1793ED6F6A", "npsn": "60401693", "sekolah": "SD YPK BENAWA I", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Kais", "lintang": "-1.8612996", "bujur": "132.3918414"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "006D87D2-31F5-E011-91A3-C56CB1D72190", "npsn": "60401646", "sekolah": "SD INPRES 10 INANWATAN", "bentuk": "SD", "status": "N", "alamat_jalan": "Inanwatan", "lintang": "-2.1266540", "bujur": "132.1674000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320617 ", "kecamatan": "Kec. Konda", "id": "40CC84D2-31F5-E011-9F46-F72DDF29B7E2", "npsn": "60401647", "sekolah": "SD INPRES 11 KONDA", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Konda", "lintang": "-1.5053000", "bujur": "132.0025000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "009658D2-31F5-E011-AABC-57FDDB9075AC", "npsn": "60402231", "sekolah": "SD NEGERI 15 WERMIT TEMINABUAN", "bentuk": "SD", "status": "N", "alamat_jalan": "Jl.Teminabuan - Ayamaru", "lintang": "-1.3691000", "bujur": "131.9877000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "705189D2-31F5-E011-9008-BD032D7EC3B4", "npsn": "60401673", "sekolah": "SD INPRES 153 KLAMIT", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Klamit", "lintang": "-1.0903000", "bujur": "131.7879000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "30718CD2-31F5-E011-9C65-19444D167539", "npsn": "60401695", "sekolah": "SD YPK ELIM ELLES", "bentuk": "SD", "status": "S", "alamat_jalan": "Sawiat", "lintang": "-1.2848000", "bujur": "131.9205000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "80FFD2D2-31F5-E011-B1E3-6B253CDB5B24", "npsn": "60401770", "sekolah": "SMP NEGERI 2 TEMINABUAN", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jln. Brawijaya Teminabuan", "lintang": "-1.3814000", "bujur": "131.9640000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "9058440A-8BFE-E111-96E3-2D11836111BE", "npsn": "69787904", "sekolah": "SD PERSIAPAN KALOGIN", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Klaogin Distrik Seremuk", "lintang": "-1.3513496", "bujur": "131.8629677"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "90A484D2-31F5-E011-B00F-0B9FACD9F421", "npsn": "60401732", "sekolah": "SD YPK ALFA WERSAR", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Wersar", "lintang": "-1.4200000", "bujur": "131.9546000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "2051E35F-2B9F-E111-A8C8-9D0D943A9C6D", "npsn": "60403717", "sekolah": "SD YPK HAIMARAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Jl. Kampung Haimaran", "lintang": "-1.5478793", "bujur": "132.2790384"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "904188D2-31F5-E011-8F8F-03779BC9B7B6", "npsn": "60401669", "sekolah": "SD INPRES 61 TAMBANI", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Tambani", "lintang": "-2.1490000", "bujur": "132.4870000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "803488D2-31F5-E011-932D-7D1495D7B326", "npsn": "60401663", "sekolah": "SD INPRES 22 NEGERI BESAR", "bentuk": "SD", "status": "N", "alamat_jalan": "Negeri Besar", "lintang": "-2.0622000", "bujur": "132.4027000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "40F2D2D2-31F5-E011-A1B1-55F2499AC44F", "npsn": "60401766", "sekolah": "SMP NEGERI 1 TEMINABUAN", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jln. Brawijaya Teminabuan", "lintang": "-1.3302000", "bujur": "131.9785000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "E0F061D2-31F5-E011-ADE1-ADA2ADB561CA", "npsn": "60401661", "sekolah": "SD INPRES 151 TOFOT", "bentuk": "SD", "status": "N", "alamat_jalan": "Tofot", "lintang": "-1.3335000", "bujur": "131.8839000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "C07688D2-31F5-E011-BB74-D379B6DA7A8B", "npsn": "60401729", "sekolah": "SD YPK UDAGAGA", "bentuk": "SD", "status": "S", "alamat_jalan": "Jln. Edare Kowau No.01", "lintang": "-2.0095000", "bujur": "132.4235000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "C09E88D2-31F5-E011-AF6B-3912A2EBB2B1", "npsn": "60401660", "sekolah": "SD INPRES 152 MLABOLO", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Mlabolo", "lintang": "-1.1429000", "bujur": "131.8749000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "00392F41-31F5-E011-B2DC-E96806F1DEBE", "npsn": "60403721", "sekolah": "SD PERSIAPAN WENSNAHAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Wensnahan", "lintang": "-1.2433000", "bujur": "131.8668000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "E13F193E-AE0D-4560-B139-9BCDC622FD47", "npsn": "69859691", "sekolah": "SD YPK PERSIAPAN DAUBAK", "bentuk": "SD", "status": "S", "alamat_jalan": "Jalan Bonati", "lintang": "-2.0380870", "bujur": "132.3267210"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320611 ", "kecamatan": "Kec. Wayer", "id": "303180D2-31F5-E011-98CC-47ED7EDE1E3B", "npsn": "60401679", "sekolah": "SD YPK BOLDON", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Boldon", "lintang": "-1.4366000", "bujur": "132.1123000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "90C2E9D2-31F5-E011-8D57-0B3ED2D3361F", "npsn": "60401759", "sekolah": "SMP YPK INANWATAN", "bentuk": "SMP", "status": "S", "alamat_jalan": "Kampung Inanwatan", "lintang": "-1.9479000", "bujur": "132.1401000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "802889D2-31F5-E011-968A-678CDFBF989E", "npsn": "60401713", "sekolah": "SD YPK MLASWAT", "bentuk": "SD", "status": "S", "alamat_jalan": "MLASWAT", "lintang": "-1.3983000", "bujur": "131.8189000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "182FC2E3-F910-460A-81F2-EEEDB0309267", "npsn": "69799878", "sekolah": "SD PERSIAPAN KAMARO", "bentuk": "SD", "status": "S", "alamat_jalan": "KAMPUNG KAMARO", "lintang": "-1.4178000", "bujur": "131.8007000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "00F257D2-31F5-E011-BDF4-83ACF28D34A7", "npsn": "60401655", "sekolah": "SD INPRES 135 HASIK JAYA", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Hasik Jaya", "lintang": "-1.5039500", "bujur": "132.0994000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "600A8BD2-31F5-E011-BB8C-87EF7E9F1C1C", "npsn": "60401726", "sekolah": "SD YPK SILO SISIR", "bentuk": "SD", "status": "S", "alamat_jalan": "Seremuk", "lintang": "-1.5538000", "bujur": "131.8077000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "52E211CA-2D50-475D-8471-2782A2B12AE4", "npsn": "60401773", "sekolah": "SMAS YPK TEMINAMBUAN", "bentuk": "SMA", "status": "S", "alamat_jalan": "JL. BRAWIJAYA", "lintang": "-1.4050000", "bujur": "132.0246000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "2043D3D2-31F5-E011-AE7A-EF2F4792FA5D", "npsn": "60401765", "sekolah": "SMP NEGERI 1 KOKODA", "bentuk": "SMP", "status": "N", "alamat_jalan": "Kampung Tarof", "lintang": "-2.0213000", "bujur": "132.3579000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "0817F294-3875-4B4B-8AD9-E3B8FD78B45D", "npsn": "69725941", "sekolah": "SMKN INANWATAN", "bentuk": "SMK", "status": "N", "alamat_jalan": "KAMPUNG SIBAE", "lintang": "-2.0228000", "bujur": "132.2543000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "703C86D2-31F5-E011-8965-4B89554C3874", "npsn": "60401668", "sekolah": "SD INPRES 60 WENSLOLO", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampungwenslolo", "lintang": "-1.2062000", "bujur": "131.9481000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "409188D2-31F5-E011-A512-75FAE775E600", "npsn": "60401691", "sekolah": "SD YPK BUKIT ZAITUN ATORI", "bentuk": "SD", "status": "S", "alamat_jalan": "Sorong Selatan", "lintang": "-1.9236854", "bujur": "132.4936114"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "A0FE7CD2-31F5-E011-9181-97AB9734ABA5", "npsn": "60401685", "sekolah": "SD YPK SUMANO", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Sumano", "lintang": "-1.8484566", "bujur": "132.3806727"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320620 ", "kecamatan": "Kec. Fkour", "id": "40541949-A7E7-E211-8F29-0FA28CB9F81D", "npsn": "69787901", "sekolah": "SMP PERSIAPAN PASIR PUTIH", "bentuk": "SMP", "status": "S", "alamat_jalan": "Kampung Pasir Putih", "lintang": "-1.1908000", "bujur": "131.9209000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320617 ", "kecamatan": "Kec. Konda", "id": "50238992-2C9F-E111-B87F-9508CD439684", "npsn": "60403643", "sekolah": "SMP SATU ATAP KONDA", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jl. Kampung Konda, Desa Koda, Kecamatan Konda", "lintang": "-1.5723918", "bujur": "131.9581604"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "508A3D40-8F2A-4717-8265-C54AA44DDEA5", "npsn": "69940402", "sekolah": "SD NEGERI NO. 19 KOREWATARA", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Korewatara Distrik Kokoda", "lintang": "-2.2308585", "bujur": "132.3595459"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320611 ", "kecamatan": "Kec. Wayer", "id": "F0AC8BD2-31F5-E011-BFE8-07B09BBF75BB", "npsn": "60401730", "sekolah": "SD YPK AGAPE WAIGO", "bentuk": "SD", "status": "S", "alamat_jalan": "Jalan Teminabuan Ayamaru", "lintang": "-1.5014000", "bujur": "132.1658000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "006CD3D2-31F5-E011-87AF-93DF17F7DCC1", "npsn": "60402071", "sekolah": "SMP NEGERI SEREMUK", "bentuk": "SMP", "status": "N", "alamat_jalan": "Kampung Mangroholo", "lintang": "-1.4560150", "bujur": "131.8633117"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320617 ", "kecamatan": "Kec. Konda", "id": "302E7FD2-31F5-E011-8C25-B5C3AE8D3A4A", "npsn": "60401711", "sekolah": "SD YPK MANELEK", "bentuk": "SD", "status": "S", "alamat_jalan": "Teminabuan", "lintang": "-1.5246299", "bujur": "132.0275974"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "3020B0F5-2B9F-E111-B42A-7BC0767957E9", "npsn": "60401686", "sekolah": "SD YPK SRER", "bentuk": "SD", "status": "S", "alamat_jalan": "Jl. Kampung Srer, Desa Srer, Kecamatan Seremuk", "lintang": "-1.4237000", "bujur": "131.7927000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320603 ", "kecamatan": "Kec. Metemani", "id": "60D0018D-2D9F-E111-8959-CB271B1C8AB6", "npsn": "60403644", "sekolah": "SMP NEGERI SATU ATAP SAGA", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jl. Kampung Saga, Desa Saga, Kecamatan Inanwatan", "lintang": "-1.9662000", "bujur": "132.2144000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320603 ", "kecamatan": "Kec. Metemani", "id": "C0B787D2-31F5-E011-A383-D3661082F83F", "npsn": "60401717", "sekolah": "SD YPK IRENE SAGA", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Saga", "lintang": "-2.0039000", "bujur": "132.2239000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "205C88D2-31F5-E011-B776-D7C6EBBBDEB6", "npsn": "60401707", "sekolah": "SD YPK KASUWERI", "bentuk": "SD", "status": "S", "alamat_jalan": "Kasuweri", "lintang": "-2.2162010", "bujur": "132.4461510"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "607B87D2-31F5-E011-8D00-21FDD6F6AA2B", "npsn": "60401672", "sekolah": "SD INPRES 91 ISOGO", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Isogo", "lintang": "-2.1204250", "bujur": "132.1654360"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320620 ", "kecamatan": "Kec. Fkour", "id": "602186D2-31F5-E011-A3A4-97BA83C03DB2", "npsn": "60401674", "sekolah": "SD INPRES 23 PASIR PUTIH", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Pasir Putih", "lintang": "-1.1625000", "bujur": "300.0000000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "00D587D2-31F5-E011-A391-71EA24F8E133", "npsn": "60401676", "sekolah": "SD YPK MOGIBI", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Mogibi", "lintang": "-1.9436000", "bujur": "132.2947000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "206988D2-31F5-E011-8791-BF69761ED843", "npsn": "60401716", "sekolah": "SD YPK BETANIA NEGERI BESAR", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Negeri Besar", "lintang": "-2.0542000", "bujur": "132.4331000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320620 ", "kecamatan": "Kec. Fkour", "id": "B02E86D2-31F5-E011-AA71-F33B7AB4F6A6", "npsn": "60401675", "sekolah": "SD INPRES 143 WELEK", "bentuk": "SD", "status": "N", "alamat_jalan": "KAMPUNG WELEK", "lintang": "-1.1854000", "bujur": "132.0807000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "E0932C41-31F5-E011-A14A-25826E8EA065", "npsn": "60401687", "sekolah": "SD YAPIS TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Jln. Soekarno - Hatta", "lintang": "-1.3080000", "bujur": "131.9857000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "AF2B6697-7942-4A3B-8B3A-614814D55F38", "npsn": "60401776", "sekolah": "SMAN 1 TEMINAMBUAN", "bentuk": "SMA", "status": "N", "alamat_jalan": "JL. BRAWIJAYA", "lintang": "-1.4442000", "bujur": "132.0153000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "709784D2-31F5-E011-8BD6-57E44E861317", "npsn": "60401731", "sekolah": "SD YPK WEHALI", "bentuk": "SD", "status": "S", "alamat_jalan": "Jln. Teminabuan - Wehali", "lintang": "-1.2864000", "bujur": "131.9656000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "00B986D2-31F5-E011-B902-8FFB0EF0FEA1", "npsn": "60401654", "sekolah": "SD INPRES 133 BUMI AJO", "bentuk": "SD", "status": "N", "alamat_jalan": "Jln. Ahmat Yani", "lintang": "-1.4900931", "bujur": "132.0888000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "20DEB15D-A7E7-E211-A092-0D5A673EBECA", "npsn": "69759001", "sekolah": "SD PERSIAPAN KAMUNDAN 1", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Kamundan 1", "lintang": "-2.0415000", "bujur": "132.3279000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "C00CD3D2-31F5-E011-A1D9-95FECAD8CD4A", "npsn": "60403384", "sekolah": "SMP NEGERI 1 INANWATAN", "bentuk": "SMP", "status": "N", "alamat_jalan": "Jln. Soi Sibae", "lintang": "-1.9638000", "bujur": "132.0036000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "805ADBBA-2B9F-E111-AA09-BF162525F1D3", "npsn": "60403727", "sekolah": "SD MUHAMMADIYAH TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Jl. Kampung Wermit, Desa Wermit, Kecamatan Teminabuan", "lintang": "-1.2890000", "bujur": "131.9885000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "30E374EC-19C2-414E-AE9B-5AF3A9E6176F", "npsn": "69861168", "sekolah": "SDIT ANNUR TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Jln. Poros Teminabuan Ayamaru", "lintang": "-1.3732660", "bujur": "131.9726320"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "A0918BD2-31F5-E011-8B30-B5A5D5870E84", "npsn": "60401708", "sekolah": "SD YPK KEYEN", "bentuk": "SD", "status": "S", "alamat_jalan": "Keyen", "lintang": "-1.4768000", "bujur": "132.0666000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "801BD3D2-31F5-E011-A7BD-43AFD8AE7EEB", "npsn": "60403619", "sekolah": "SMP NEGERI 1 MOSWAREN", "bentuk": "SMP", "status": "N", "alamat_jalan": "KAMPUNG MOSWAREN", "lintang": "-1.4679561", "bujur": "132.1153000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320608 ", "kecamatan": "Kec. Moswaren", "id": "5CCD7B8D-265B-479A-A010-5C0BBAA640E5", "npsn": "60401778", "sekolah": "SMKN 1 MOSWAREN", "bentuk": "SMK", "status": "N", "alamat_jalan": "JL. R.A. KARTINI", "lintang": "-1.4927358", "bujur": "132.2342777"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "C02962D2-31F5-E011-8387-C74786C0C36F", "npsn": "60401652", "sekolah": "SD INPRES 121 MOGATEMIN", "bentuk": "SD", "status": "N", "alamat_jalan": "Mogatemin", "lintang": "-1.7762000", "bujur": "132.1926000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "7ABC1332-3012-4904-9CF5-56DCB93F31D1", "npsn": "69830536", "sekolah": "SMK YAPIS TEMINABUAN", "bentuk": "SMK", "status": "S", "alamat_jalan": "Jalan Baru Sengget", "lintang": "-1.4455000", "bujur": "132.0180000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "00C888D2-31F5-E011-9B4A-C528763A5E31", "npsn": "60401667", "sekolah": "SD INPRES 37 MUKAMAT", "bentuk": "SD", "status": "N", "alamat_jalan": "Mukamat", "lintang": "-1.8483168", "bujur": "132.2534499"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "404D85D2-31F5-E011-B71B-6D94A91136EE", "npsn": "60401733", "sekolah": "SD YPK WOLOIN", "bentuk": "SD", "status": "S", "alamat_jalan": "Woloin", "lintang": "-1.3604000", "bujur": "131.7916000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "B0F3F340-31F5-E011-A919-4FA4BFCA3E82", "npsn": "60401725", "sekolah": "SD YPK SERIBAU DISTRIK TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "JALAN SERIBAU TEMINABUAN", "lintang": "-1.3522000", "bujur": "131.9145000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "A0D37CD2-31F5-E011-84DD-0705CBB21697", "npsn": "60401734", "sekolah": "SD YPK YAHADIAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Yahadian", "lintang": "-1.9477257", "bujur": "132.0699025"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "F3A87247-E328-48B4-BE1C-CE1510ADA785", "npsn": "69822499", "sekolah": "SD YPK PERSIAPAN KAMPUNG ANY", "bentuk": "SD", "status": "S", "alamat_jalan": "KAMPUNG ANY", "lintang": "-1.3812000", "bujur": "131.9667000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "205DD3D2-31F5-E011-B92C-576E16847B38", "npsn": "60401772", "sekolah": "SMP NEGERI 1 KAIS", "bentuk": "SMP", "status": "N", "alamat_jalan": "Kampung Tapuri", "lintang": "-1.8493200", "bujur": "132.2524909"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "806574D2-31F5-E011-92C9-9D3B42704441", "npsn": "60401750", "sekolah": "SD YPPK SANTO PAULUS", "bentuk": "SD", "status": "S", "alamat_jalan": "Teminabuan", "lintang": "-1.3909000", "bujur": "131.9700000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "9482B37F-595E-4E7F-8170-728B36E91574", "npsn": "69914238", "sekolah": "SMP AN-NUR TEMINABUAN", "bentuk": "SMP", "status": "S", "alamat_jalan": "Jln. Poros Teminabuan Ayamaru", "lintang": "-1.6040951", "bujur": "132.0227664"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "D1E0199C-13EC-4DA3-9311-1EECF463D4E8", "npsn": "60401775", "sekolah": "SMAN 1 INANWATAN", "bentuk": "SMA", "status": "N", "alamat_jalan": "INANWATAN", "lintang": "-2.1291230", "bujur": "132.1624090"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "A0457AD2-31F5-E011-BE3D-39AB5DB8ED87", "npsn": "60401704", "sekolah": "SD YPK KAMPUNG BARU KAIS", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Kais Tapuri", "lintang": "-1.8493957", "bujur": "132.2560456"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "004F88D2-31F5-E011-94B6-C3BAD52C1D2E", "npsn": "60401670", "sekolah": "SD INPRES 62 SIWATORI", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Siwatori", "lintang": "-2.1952000", "bujur": "132.3717000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320617 ", "kecamatan": "Kec. Konda", "id": "40D984D2-31F5-E011-B55B-0D4B8293FA94", "npsn": "60401684", "sekolah": "SD YPK NAKNA", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Nakna", "lintang": "-1.5945330", "bujur": "132.0576811"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "80D757D2-31F5-E011-9CFF-87B6D086006E", "npsn": "60401753", "sekolah": "SD NEGERI 17 MIGORI", "bentuk": "SD", "status": "N", "alamat_jalan": "Jln. Pendidikan", "lintang": "-2.1766000", "bujur": "132.3244000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "CC8BEE8A-4363-411B-9582-78EB452E7688", "npsn": "69799877", "sekolah": "SMA NEGERI KOKODA", "bentuk": "SMA", "status": "N", "alamat_jalan": "JL. TEGERAI", "lintang": "-2.0622000", "bujur": "132.2691000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320616 ", "kecamatan": "Kec. Kais", "id": "00EF86D2-31F5-E011-9AAA-1D1F14EB83A4", "npsn": "60401710", "sekolah": "SD YPK MAKARORO", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Makaroro", "lintang": "-1.8153680", "bujur": "132.2896385"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "802185D2-31F5-E011-972D-89DCE4D964F1", "npsn": "60403378", "sekolah": "SD INPRES 89 KOMANGGARET", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Kasenolo", "lintang": "-1.5352000", "bujur": "131.8617000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320601 ", "kecamatan": "Kec. Inanwatan", "id": "608A87D2-31F5-E011-9A4F-41B4631F1A81", "npsn": "60401701", "sekolah": "SD YPK INANWATAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Inanwatan", "lintang": "-2.1262410", "bujur": "132.1676570"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320617 ", "kecamatan": "Kec. Konda", "id": "34C00026-89CE-46AE-BC5D-D137BD8A5FA4", "npsn": "69822496", "sekolah": "SD YPK SIKHEM BARIAT", "bentuk": "SD", "status": "S", "alamat_jalan": "KAMPUNG BARIAT", "lintang": "-1.4900000", "bujur": "131.9427000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320618 ", "kecamatan": "Kec. Kokoda Utara", "id": "70EAF37D-A5E7-E211-B21F-033707C799B0", "npsn": "60404182", "sekolah": "SMP NEGERI KOKODA UTARA", "bentuk": "SMP", "status": "N", "alamat_jalan": "Kampung Atori", "lintang": "-1.9261000", "bujur": "132.3690000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "009370D2-31F5-E011-A40C-39F9598FE24E", "npsn": "60401722", "sekolah": "SD YPK SAYAL", "bentuk": "SD", "status": "S", "alamat_jalan": "Seremuk", "lintang": "-1.5381000", "bujur": "131.7280000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "A0B0460A-8BFE-E111-AE0A-59F53C50331D", "npsn": "69787903", "sekolah": "SD PERSIAPAN TAPAS", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Tapas Distrik Kokoda", "lintang": "-2.1729000", "bujur": "132.4102000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320603 ", "kecamatan": "Kec. Metemani", "id": "20A987D2-31F5-E011-8F94-A5EB7B8B6ECD", "npsn": "60401714", "sekolah": "SD YPK MUGIM", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Mugim", "lintang": "-1.9711000", "bujur": "132.1368000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "BBF996F6-DF1A-40B6-98D4-8024DE97E66F", "npsn": "60401760", "sekolah": "SMPS YPK TEMINABUAN", "bentuk": "SMP", "status": "S", "alamat_jalan": "KIKISIO - TEMINABUAN", "lintang": "-1.5082000", "bujur": "131.7624000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320603 ", "kecamatan": "Kec. Metemani", "id": "A09A87D2-31F5-E011-A63F-6BC6DB794E51", "npsn": "60401699", "sekolah": "SD YPK PURAGI", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Puragi", "lintang": "-2.1292000", "bujur": "132.1602000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "001988D2-31F5-E011-8723-819C17DDBAE2", "npsn": "60401662", "sekolah": "SD INPRES 21 TAROF", "bentuk": "SD", "status": "N", "alamat_jalan": "Kampung Tarof", "lintang": "-2.2121000", "bujur": "132.4028000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "F07C84D2-31F5-E011-9823-A71AC082E40C", "npsn": "60401754", "sekolah": "SD YPK II MARKUS TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Teminabuan", "lintang": "-2.2164000", "bujur": "132.4165000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "C0AB8AD2-31F5-E011-B572-5DE050E2D82D", "npsn": "60401689", "sekolah": "SD YPK 1 MARANATHA TEMINABUAN", "bentuk": "SD", "status": "S", "alamat_jalan": "Temianbuan", "lintang": "-1.3658000", "bujur": "131.9673000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320602 ", "kecamatan": "Kec. Kokoda", "id": "2DC44DC7-E4A1-48D9-A089-28497C56911E", "npsn": "69953371", "sekolah": "SD YPK BIRAWAKU", "bentuk": "SD", "status": "S", "alamat_jalan": "Jalan Pendidikan Katamo", "lintang": ".0000000", "bujur": ".0000000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320610 ", "kecamatan": "Kec. Seremuk", "id": "00FC45EF-8B64-4D69-91A7-534453FDE0D7", "npsn": "69822497", "sekolah": "SMP NEGERI 1 HAHA", "bentuk": "SMP", "status": "N", "alamat_jalan": "KAMPUNG HAHA", "lintang": "-1.3755000", "bujur": "131.8370000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320621 ", "kecamatan": "Kec. Teminabuan", "id": "20D1E9D2-31F5-E011-BF43-BDB4840D5EF6", "npsn": "60401758", "sekolah": "SMP YAPIS TEMINABUAN", "bentuk": "SMP", "status": "S", "alamat_jalan": "Jln. Baru Sengget", "lintang": "-1.3894000", "bujur": "131.9512000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320611 ", "kecamatan": "Kec. Wayer", "id": "E0E684D2-31F5-E011-AF24-51F6D185F496", "npsn": "60401656", "sekolah": "SD INPRES 138 WARDIK", "bentuk": "SD", "status": "N", "alamat_jalan": "Wardik", "lintang": "-1.5490000", "bujur": "132.1573000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320619 ", "kecamatan": "Kec. Saifi", "id": "007F7FD2-31F5-E011-8FF0-372219BCA70F", "npsn": "60401683", "sekolah": "SD YPK KWOWOK", "bentuk": "SD", "status": "S", "alamat_jalan": "Kwowok", "lintang": "-1.4699000", "bujur": "131.7539000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "30F48BD2-31F5-E011-BEEB-CD12F7A5A006", "npsn": "60401718", "sekolah": "SD YPK MUBARAK SODROFOYO", "bentuk": "SD", "status": "S", "alamat_jalan": "Sodrofoyo", "lintang": "-1.2618000", "bujur": "131.9888000"}, {"kode_prop": "320000 ", "propinsi": "Prov. Papua Barat", "kode_kab_kota": "320600 ", "kabupaten_kota": "Kab. Sorong Selatan", "kode_kec": "320612 ", "kecamatan": "Kec. Sawiat", "id": "508486D2-31F5-E011-8C4D-5D225593DEC6", "npsn": "60401681", "sekolah": "SD YPK KOFALIT", "bentuk": "SD", "status": "S", "alamat_jalan": "Kampung Kofalit", "lintang": "-1.2347205", "bujur": "131.8750611"}]}
[ 4895, 19504, 8054, 1298, 685, 4895, 74, 1098, 62, 22930, 1298, 366, 18, 2167, 405, 220, 33172, 366, 22930, 1040, 72, 1298, 366, 15946, 13, 46117, 2409, 265, 1600, 366, 74, 1098, 62, 74, 397, 62, 74, 4265, 1298, 366, 19504, 8054, 220...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "versions": [ { "git-tree": "ae7e310067c34beca24a055b9b25e24fe1b42190", "version": "1.11.1", "port-version": 0 }, { "git-tree": "6dec8737e7e8e89f212ae2ab75c55c6e977d8ab8", "version-semver": "1.11.0", "port-version": 2 }, { "git-tree": "83279266114bf6eab34a86e6009313e10f3aa11e", "version-semver": "1.11.0", "port-version": 1 }, { "git-tree": "e8f4d5c1548d23526e05b069ee626d7d7f9a4399", "version-semver": "1.11.0", "port-version": 0 }, { "git-tree": "e9c709300900158cdfcad75965e85b04413c8d5b", "version-semver": "1.10.1", "port-version": 5 }, { "git-tree": "e5bc44534a1611fd4c61e92eb0e747d038225f02", "version-semver": "1.10.1", "port-version": 4 }, { "git-tree": "cfe171c7ba27d9319ec61d5972aa249df4d025b8", "version-string": "1.10.1", "port-version": 3 }, { "git-tree": "fa9929ec29186d2a5866bf03a2dfe667cc5fd898", "version-string": "1.10.1", "port-version": 2 }, { "git-tree": "1b170d2e7ff8af64a359070c03a7e430ce9111c2", "version-string": "1.10.1", "port-version": 1 }, { "git-tree": "efca0938f364300ca8fe34bf92a67f8a90720c93", "version-string": "1.10.1", "port-version": 0 }, { "git-tree": "2463e8b06eb130563218f4b93110eeb1a8e05a71", "version-string": "1.9.2", "port-version": 4 }, { "git-tree": "058cd4d646754bf68aea068744f5e21e5442cee6", "version-string": "1.9.2", "port-version": 3 }, { "git-tree": "3a334472d14a19eaebc6e94d6b70c720b708d234", "version-string": "1.9.2-2", "port-version": 0 }, { "git-tree": "a42c7b13669dfb22cb2acc7ed598a3b219e46e4b", "version-string": "1.9.2-1", "port-version": 0 }, { "git-tree": "4d6f55f64b030aeeb5924ae6916b27cc10d32670", "version-string": "1.9.2", "port-version": 0 }, { "git-tree": "bf5b277bc6aca291f543b0a488257e387bd97321", "version-string": "2.0.0-pre-3", "port-version": 0 }, { "git-tree": "8a40a8529441a423559223af8c4c9bdf7e9abcc4", "version-string": "2.0.0-pre-2", "port-version": 0 }, { "git-tree": "ac5c289cac64531de9e626955f8f0e64960175ee", "version-string": "2.0.0-pre-1", "port-version": 0 }, { "git-tree": "f1301ee2e48db33ee285b9b1fa51e365e41b0af3", "version-string": "2.0.0-pre", "port-version": 0 }, { "git-tree": "a4e2c0b1b847fd75419a7c6133631bf7b12c9a75", "version-string": "1.9.0-1", "port-version": 0 }, { "git-tree": "c53eaa53cc6b0f7c1aef9470fe226313d1ca564f", "version-string": "1.9.0", "port-version": 0 }, { "git-tree": "6c05e0404dcc333e27140509ed9be3ec02d03421", "version-string": "1.8.1-2", "port-version": 0 }, { "git-tree": "c1fcb49a097cff44a577c3910963c15399bb199c", "version-string": "1.8.1-1", "port-version": 0 }, { "git-tree": "5125280ba28bac890cf500bb3df417f7238e7a02", "version-string": "1.8.1", "port-version": 0 }, { "git-tree": "520046b9d229154ab3a6c9db156ce588ae0625d2", "version-string": "1.8.0.1", "port-version": 0 }, { "git-tree": "13d05f50bbfd035f3c9ad91d05f7d2a6ff1cf5ed", "version-string": "1.7.8-2", "port-version": 0 }, { "git-tree": "47cc7722a606ca76b3844e37d8cddf77d0ab09e7", "version-string": "1.7.8-1", "port-version": 0 }, { "git-tree": "3cbce0faeb27f2b123437085d15f9ea87ef8cf7b", "version-string": "1.7.8", "port-version": 0 }, { "git-tree": "ca706ad255bb3d88b7d419368cc578cbc5ea8c8e", "version-string": "1.7.6-4", "port-version": 0 }, { "git-tree": "f4c302c1ac9f3cd2a0619ad5fdf31462ab591db4", "version-string": "1.7.6-3", "port-version": 0 }, { "git-tree": "a8881e552c32c0a71a77d3ad75f0ea1d1bdf679c", "version-string": "1.7.6-2", "port-version": 0 }, { "git-tree": "33b5b927b5ef57b6e5f20882d36f0a74f479154d", "version-string": "1.7.6-1", "port-version": 0 }, { "git-tree": "7c8db8567b3cb678fab656f20d26466965449712", "version-string": "1.7.6", "port-version": 0 } ] }
[ 90, 198, 220, 366, 47178, 1298, 685, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 366, 18300, 12, 21048, 1298, 366, 3609, 22, 68, 18, 3064, 3134, 66, 2682, 9423, 64, 1731, 64, 47838, 65, 24, 65, 1495, 68, 1731, 5036, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name": "x", "subject": 2, "date": "2007-03-05", "paths": { "Pen": { "strokes": [ { "x": "114", "y": "157", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150610", "stroke_id": 0 }, { "x": "116", "y": "160", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150646", "stroke_id": 0 }, { "x": "118", "y": "162", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150667", "stroke_id": 0 }, { "x": "119", "y": "165", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150680", "stroke_id": 0 }, { "x": "121", "y": "168", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150696", "stroke_id": 0 }, { "x": "122", "y": "170", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150703", "stroke_id": 0 }, { "x": "124", "y": "172", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150712", "stroke_id": 0 }, { "x": "125", "y": "174", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150720", "stroke_id": 0 }, { "x": "127", "y": "176", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150728", "stroke_id": 0 }, { "x": "129", "y": "178", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150736", "stroke_id": 0 }, { "x": "130", "y": "180", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150743", "stroke_id": 0 }, { "x": "132", "y": "183", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150750", "stroke_id": 0 }, { "x": "133", "y": "186", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150757", "stroke_id": 0 }, { "x": "135", "y": "188", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150765", "stroke_id": 0 }, { "x": "136", "y": "190", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150773", "stroke_id": 0 }, { "x": "137", "y": "193", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150781", "stroke_id": 0 }, { "x": "139", "y": "195", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150789", "stroke_id": 0 }, { "x": "140", "y": "198", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150797", "stroke_id": 0 }, { "x": "142", "y": "200", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150806", "stroke_id": 0 }, { "x": "143", "y": "203", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150816", "stroke_id": 0 }, { "x": "145", "y": "206", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150832", "stroke_id": 0 }, { "x": "146", "y": "208", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150848", "stroke_id": 0 }, { "x": "147", "y": "210", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150877", "stroke_id": 0 }, { "x": "148", "y": "207", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150909", "stroke_id": 0 }, { "x": "149", "y": "204", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150921", "stroke_id": 0 }, { "x": "149", "y": "202", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150931", "stroke_id": 0 }, { "x": "150", "y": "198", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150942", "stroke_id": 0 }, { "x": "150", "y": "195", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150952", "stroke_id": 0 }, { "x": "151", "y": "189", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150965", "stroke_id": 0 }, { "x": "152", "y": "187", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150966", "stroke_id": 0 }, { "x": "152", "y": "183", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150977", "stroke_id": 0 }, { "x": "154", "y": "174", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11150991", "stroke_id": 0 }, { "x": "155", "y": "169", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151004", "stroke_id": 0 }, { "x": "157", "y": "161", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151018", "stroke_id": 0 }, { "x": "158", "y": "155", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151032", "stroke_id": 0 }, { "x": "159", "y": "149", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151046", "stroke_id": 0 }, { "x": "161", "y": "145", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151061", "stroke_id": 0 }, { "x": "162", "y": "139", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151075", "stroke_id": 0 }, { "x": "163", "y": "136", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151090", "stroke_id": 0 }, { "x": "164", "y": "133", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151105", "stroke_id": 0 }, { "x": "164", "y": "136", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151173", "stroke_id": 0 }, { "x": "162", "y": "138", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151189", "stroke_id": 0 }, { "x": "161", "y": "140", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151205", "stroke_id": 0 }, { "x": "158", "y": "145", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151221", "stroke_id": 0 }, { "x": "153", "y": "151", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151238", "stroke_id": 0 }, { "x": "148", "y": "155", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151254", "stroke_id": 0 }, { "x": "142", "y": "161", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151271", "stroke_id": 0 }, { "x": "137", "y": "168", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151289", "stroke_id": 0 }, { "x": "131", "y": "177", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151307", "stroke_id": 0 }, { "x": "128", "y": "184", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151324", "stroke_id": 0 }, { "x": "124", "y": "192", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151343", "stroke_id": 0 }, { "x": "122", "y": "198", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151361", "stroke_id": 0 }, { "x": "120", "y": "204", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151380", "stroke_id": 0 }, { "x": "119", "y": "206", "w": null, "z": null, "alpha": null, "beta": null, "gamma": null, "t": "11151412", "stroke_id": 0 } ] } }, "device": { "osBrowserInfo": "HP iPAQ h4355 Pocket PC", "resolutionHeight": null, "resolutionWidth": null, "windowHeight": null, "windowWidth": null, "pixelRatio": null, "mouse": false, "pen": true, "finger": false, "acceleration": false, "webcam": false } }
[ 90, 198, 220, 366, 3672, 1298, 366, 87, 1600, 198, 220, 366, 32796, 1298, 362, 11, 198, 220, 366, 4475, 1298, 366, 12726, 12, 3070, 12, 2713, 1600, 198, 220, 366, 6978, 82, 1298, 1391, 198, 220, 220, 220, 366, 25553, 1298, 1391, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"_id":"brewery_Birrificio_Torrechiara","name":"Birrificio Torrechiara","address":["Strada Pilastro 35"],"city":"Torrechiara","country":"Italy","phone":"39-0521355113","geo":{"loc":["10.2814","44.6601"],"accuracy":"RANGE_INTERPOLATED"},"updated":"2010-07-22 20:00:20"}
[ 4895, 62, 312, 2404, 11269, 1924, 62, 50091, 81, 811, 952, 62, 15884, 260, 11072, 3301, 2430, 3672, 2404, 50091, 81, 811, 952, 4022, 260, 11072, 3301, 2430, 21975, 26358, 13290, 4763, 12693, 459, 305, 3439, 34171, 19205, 2404, 15884, 26...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "modexp_49_2401_2401_20500_d0g0v0_Byzantium" : { "_info" : { "comment" : "", "filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2", "lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++", "source" : "src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_49_2401_2401_20500_d0g0v0Filler.json", "sourceHash" : "3850bb8f2d51d3bc10e63ff792a1e22cf2287ec6e8b4e26fb3b9e7f13adf8cfb" }, "blocks" : [ { "blockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "", "gasLimit" : "0x05f5e100", "gasUsed" : "0xa8ac", "hash" : "0x0a978d27a805d6fd94c37a1cdd644ae6d2b65316faffbe1b6be2c93bfa401e90", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentHash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "receiptTrie" : "0xf5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5d", "stateRoot" : "0x6a71c4195a7316caf348e18062cc80f068192754141cc5a854e38c1d0caad5aa", "timestamp" : "0x03e8", "transactionsTrie" : "0xd1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "rlp" : "0xf90326f901f8a0e11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cfa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a06a71c4195a7316caf348e18062cc80f068192754141cc5a854e38c1d0caad5aaa0d1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4ea0f5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000018405f5e10082a8ac8203e880a00000000000000000000000000000000000000000000000000000000000000000880000000000000000f90127f90124010182a8ac94c305c901078781c232a2a521c2af7980f8385ee980b8c430c8d1da0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000006500000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000231096109610000000000000000000000000000000000000000000000000000001ca0bcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5a024faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637c0", "transactions" : [ { "data" : "0x30c8d1da000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000023109610961000000000000000000000000000000000000000000000000000000", "gasLimit" : "0xa8ac", "gasPrice" : "0x01", "nonce" : "0x01", "r" : "0xbcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5", "s" : "0x24faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637", "to" : "0xc305c901078781c232a2a521c2af7980f8385ee9", "v" : "0x1c", "value" : "0x00" } ], "uncleHeaders" : [ ] } ], "genesisBlockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "0x42", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", "hash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "nonce" : "0x0102030405060708", "number" : "0x00", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "stateRoot" : "0x6ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cd", "timestamp" : "0x03b6", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "genesisRLP" : "0xf901fbf901f6a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a06ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808405f5e100808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0", "lastblockhash" : "0x0a978d27a805d6fd94c37a1cdd644ae6d2b65316faffbe1b6be2c93bfa401e90", "network" : "Byzantium", "postState" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x29a2241af62eaa9a", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a7615566", "code" : "", "nonce" : "0x02", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "pre" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x0201ee", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a761fe12", "code" : "", "nonce" : "0x01", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "sealEngine" : "NoProof" }, "modexp_49_2401_2401_20500_d0g0v0_Constantinople" : { "_info" : { "comment" : "", "filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2", "lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++", "source" : "src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_49_2401_2401_20500_d0g0v0Filler.json", "sourceHash" : "3850bb8f2d51d3bc10e63ff792a1e22cf2287ec6e8b4e26fb3b9e7f13adf8cfb" }, "blocks" : [ { "blockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "", "gasLimit" : "0x05f5e100", "gasUsed" : "0xa8ac", "hash" : "0xbce2d7c303f4d593c6ff5d21e4ada14657d1c38a4138b3bf9b979cf47e35c32e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentHash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "receiptTrie" : "0xf5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5d", "stateRoot" : "0xabcf903e673f0eafa53d53c9e3d0fbd241881650226de58e6bd3e1fff54aca94", "timestamp" : "0x03e8", "transactionsTrie" : "0xd1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "rlp" : "0xf90326f901f8a0e11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cfa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a0abcf903e673f0eafa53d53c9e3d0fbd241881650226de58e6bd3e1fff54aca94a0d1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4ea0f5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000018405f5e10082a8ac8203e880a00000000000000000000000000000000000000000000000000000000000000000880000000000000000f90127f90124010182a8ac94c305c901078781c232a2a521c2af7980f8385ee980b8c430c8d1da0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000006500000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000231096109610000000000000000000000000000000000000000000000000000001ca0bcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5a024faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637c0", "transactions" : [ { "data" : "0x30c8d1da000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000023109610961000000000000000000000000000000000000000000000000000000", "gasLimit" : "0xa8ac", "gasPrice" : "0x01", "nonce" : "0x01", "r" : "0xbcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5", "s" : "0x24faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637", "to" : "0xc305c901078781c232a2a521c2af7980f8385ee9", "v" : "0x1c", "value" : "0x00" } ], "uncleHeaders" : [ ] } ], "genesisBlockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "0x42", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", "hash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "nonce" : "0x0102030405060708", "number" : "0x00", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "stateRoot" : "0x6ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cd", "timestamp" : "0x03b6", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "genesisRLP" : "0xf901fbf901f6a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a06ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808405f5e100808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0", "lastblockhash" : "0xbce2d7c303f4d593c6ff5d21e4ada14657d1c38a4138b3bf9b979cf47e35c32e", "network" : "Constantinople", "postState" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x1bc16d674ecaaa9a", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a7615566", "code" : "", "nonce" : "0x02", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "pre" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x0201ee", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a761fe12", "code" : "", "nonce" : "0x01", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "sealEngine" : "NoProof" }, "modexp_49_2401_2401_20500_d0g0v0_ConstantinopleFix" : { "_info" : { "comment" : "", "filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2", "lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++", "source" : "src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_49_2401_2401_20500_d0g0v0Filler.json", "sourceHash" : "3850bb8f2d51d3bc10e63ff792a1e22cf2287ec6e8b4e26fb3b9e7f13adf8cfb" }, "blocks" : [ { "blockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "", "gasLimit" : "0x05f5e100", "gasUsed" : "0xa8ac", "hash" : "0xbce2d7c303f4d593c6ff5d21e4ada14657d1c38a4138b3bf9b979cf47e35c32e", "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce" : "0x0000000000000000", "number" : "0x01", "parentHash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "receiptTrie" : "0xf5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5d", "stateRoot" : "0xabcf903e673f0eafa53d53c9e3d0fbd241881650226de58e6bd3e1fff54aca94", "timestamp" : "0x03e8", "transactionsTrie" : "0xd1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4e", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "rlp" : "0xf90326f901f8a0e11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cfa01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a0abcf903e673f0eafa53d53c9e3d0fbd241881650226de58e6bd3e1fff54aca94a0d1c1a417285975967a674aa230d24dbdb4193dc6307f167e466bd8e9aaa18b4ea0f5a2cfc96097dbe9e86f4a5c030ce4d35c30103fee5dcb55b72d6383570e3f5db901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000018405f5e10082a8ac8203e880a00000000000000000000000000000000000000000000000000000000000000000880000000000000000f90127f90124010182a8ac94c305c901078781c232a2a521c2af7980f8385ee980b8c430c8d1da0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000006500000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000231096109610000000000000000000000000000000000000000000000000000001ca0bcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5a024faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637c0", "transactions" : [ { "data" : "0x30c8d1da000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000023109610961000000000000000000000000000000000000000000000000000000", "gasLimit" : "0xa8ac", "gasPrice" : "0x01", "nonce" : "0x01", "r" : "0xbcad13a8ab619a2236ce3a99795b6047fdb3e1b0670b1618f50d512c315a02d5", "s" : "0x24faaebc035b682b308e8d42ec5eda1597a8a23fea62c8bd540c2b94ebe62637", "to" : "0xc305c901078781c232a2a521c2af7980f8385ee9", "v" : "0x1c", "value" : "0x00" } ], "uncleHeaders" : [ ] } ], "genesisBlockHeader" : { "bloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "0x3535353535353535353535353535353535353535", "difficulty" : "0x020000", "extraData" : "0x42", "gasLimit" : "0x05f5e100", "gasUsed" : "0x00", "hash" : "0xe11b1a140da9bc5489ea6e876d2c12a36e5d9a80791dbebcc9057d8c52be31cf", "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "nonce" : "0x0102030405060708", "number" : "0x00", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "stateRoot" : "0x6ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cd", "timestamp" : "0x03b6", "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, "genesisRLP" : "0xf901fbf901f6a00000000000000000000000000000000000000000000000000000000000000000a01dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347943535353535353535353535353535353535353535a06ea54d757c4321a6731e45c767662fb3de4f012796bcb9713107c879571ea7cda056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808405f5e100808203b642a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421880102030405060708c0c0", "lastblockhash" : "0xbce2d7c303f4d593c6ff5d21e4ada14657d1c38a4138b3bf9b979cf47e35c32e", "network" : "ConstantinopleFix", "postState" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x1bc16d674ecaaa9a", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a7615566", "code" : "", "nonce" : "0x02", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "pre" : { "0x0000000000000000000000000000000000000001" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000002" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000003" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000004" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000005" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000006" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000007" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x0000000000000000000000000000000000000008" : { "balance" : "0x01", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x3535353535353535353535353535353535353535" : { "balance" : "0x0201ee", "code" : "", "nonce" : "0x00", "storage" : { } }, "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { "balance" : "0x0de0b6b3a761fe12", "code" : "", "nonce" : "0x01", "storage" : { } }, "0xc305c901078781c232a2a521c2af7980f8385ee9" : { "balance" : "0x00", "code" : "0x600035601c52740100000000000000000000000000000000000000006020526fffffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff000000000000000000000000000000016060527402540be3fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffdabf41c00000000000000000000000002540be40060a0526330c8d1da600051141561012b5760896004356004013511151558576004356004013560200160043560040161014037600261024061014051610160600060056305f5e0fff11558576002610220526102206022806102808284600060046015f150505061028080516020820120905060005561028060206020820352604081510160206001820306601f820103905060208203f350005b", "nonce" : "0x01", "storage" : { } } }, "sealEngine" : "NoProof" } }
[ 90, 198, 220, 220, 220, 366, 4666, 11201, 62, 2920, 62, 1731, 486, 62, 1731, 486, 62, 1238, 4059, 62, 67, 15, 70, 15, 85, 15, 62, 3886, 89, 415, 1505, 1, 1058, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 45434, 10951, 1, 105...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"id":"K2GL","dependencies":[{"name":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/package.json","includedInParent":true,"mtime":1648045642854},{"name":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/node_modules/js-sha256/package.json","includedInParent":true,"mtime":1644794235017},{"name":"process","parent":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/node_modules/js-sha256/src/sha256.js","resolved":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/node_modules/process/browser.js"},{"name":"buffer","parent":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/node_modules/js-sha256/src/sha256.js","resolved":"/home/matt/Projects/mattlockyer/wallet-selector/examples/react/node_modules/buffer/index.js"}],"generated":{"js":"var process = require(\"process\");\nvar global = arguments[3];\nvar define;\nvar Buffer = require(\"buffer\").Buffer;\nvar process=require(\"process\"),global=arguments[3],define,Buffer=require(\"buffer\").Buffer;!function(){\"use strict\";var ERROR=\"input is invalid type\",WINDOW=\"object\"==typeof window,root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&\"object\"==typeof self,NODE_JS=!root.JS_SHA256_NO_NODE_JS&&\"object\"==typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&\"object\"==typeof module&&module.exports,AMD=\"function\"==typeof define&&define.amd,ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&\"undefined\"!=typeof ArrayBuffer,HEX_CHARS=\"0123456789abcdef\".split(\"\"),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=[\"hex\",\"array\",\"digest\",\"arrayBuffer\"],blocks=[];!root.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return\"[object Array]\"===Object.prototype.toString.call(t)}),!ARRAY_BUFFER||!root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return\"object\"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});var createOutputMethod=function(t,r){return function(h){return new Sha256(r,!0).update(h)[t]()}},createMethod=function(t){var r=createOutputMethod(\"hex\",t);NODE_JS&&(r=nodeWrap(r,t)),r.create=function(){return new Sha256(t)},r.update=function(t){return r.create().update(t)};for(var h=0;h<OUTPUT_TYPES.length;++h){var e=OUTPUT_TYPES[h];r[e]=createOutputMethod(e,t)}return r},nodeWrap=function(method,is224){var crypto=eval(\"require('crypto')\"),Buffer=eval(\"require('buffer').Buffer\"),algorithm=is224?\"sha224\":\"sha256\",nodeMethod=function(t){if(\"string\"==typeof t)return crypto.createHash(algorithm).update(t,\"utf8\").digest(\"hex\");if(null==t)throw new Error(ERROR);return t.constructor===ArrayBuffer&&(t=new Uint8Array(t)),Array.isArray(t)||ArrayBuffer.isView(t)||t.constructor===Buffer?crypto.createHash(algorithm).update(new Buffer(t)).digest(\"hex\"):method(t)};return nodeMethod},createHmacOutputMethod=function(t,r){return function(h,e){return new HmacSha256(h,r,!0).update(e)[t]()}},createHmacMethod=function(t){var r=createHmacOutputMethod(\"hex\",t);r.create=function(r){return new HmacSha256(r,t)},r.update=function(t,h){return r.create(t).update(h)};for(var h=0;h<OUTPUT_TYPES.length;++h){var e=OUTPUT_TYPES[h];r[e]=createHmacOutputMethod(e,t)}return r};function Sha256(t,r){r?(blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=t}function HmacSha256(t,r,h){var e,s=typeof t;if(\"string\"===s){var i,o=[],a=t.length,H=0;for(e=0;e<a;++e)(i=t.charCodeAt(e))<128?o[H++]=i:i<2048?(o[H++]=192|i>>6,o[H++]=128|63&i):i<55296||i>=57344?(o[H++]=224|i>>12,o[H++]=128|i>>6&63,o[H++]=128|63&i):(i=65536+((1023&i)<<10|1023&t.charCodeAt(++e)),o[H++]=240|i>>18,o[H++]=128|i>>12&63,o[H++]=128|i>>6&63,o[H++]=128|63&i);t=o}else{if(\"object\"!==s)throw new Error(ERROR);if(null===t)throw new Error(ERROR);if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||ARRAY_BUFFER&&ArrayBuffer.isView(t)))throw new Error(ERROR)}t.length>64&&(t=new Sha256(r,!0).update(t).array());var n=[],f=[];for(e=0;e<64;++e){var S=t[e]||0;n[e]=92^S,f[e]=54^S}Sha256.call(this,r,h),this.update(f),this.oKeyPad=n,this.inner=!0,this.sharedMemory=h}Sha256.prototype.update=function(t){if(!this.finalized){var r,h=typeof t;if(\"string\"!==h){if(\"object\"!==h)throw new Error(ERROR);if(null===t)throw new Error(ERROR);if(ARRAY_BUFFER&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||ARRAY_BUFFER&&ArrayBuffer.isView(t)))throw new Error(ERROR);r=!0}for(var e,s,i=0,o=t.length,a=this.blocks;i<o;){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),r)for(s=this.start;i<o&&s<64;++i)a[s>>2]|=t[i]<<SHIFT[3&s++];else for(s=this.start;i<o&&s<64;++i)(e=t.charCodeAt(i))<128?a[s>>2]|=e<<SHIFT[3&s++]:e<2048?(a[s>>2]|=(192|e>>6)<<SHIFT[3&s++],a[s>>2]|=(128|63&e)<<SHIFT[3&s++]):e<55296||e>=57344?(a[s>>2]|=(224|e>>12)<<SHIFT[3&s++],a[s>>2]|=(128|e>>6&63)<<SHIFT[3&s++],a[s>>2]|=(128|63&e)<<SHIFT[3&s++]):(e=65536+((1023&e)<<10|1023&t.charCodeAt(++i)),a[s>>2]|=(240|e>>18)<<SHIFT[3&s++],a[s>>2]|=(128|e>>12&63)<<SHIFT[3&s++],a[s>>2]|=(128|e>>6&63)<<SHIFT[3&s++],a[s>>2]|=(128|63&e)<<SHIFT[3&s++]);this.lastByteIndex=s,this.bytes+=s-this.start,s>=64?(this.block=a[16],this.start=s-64,this.hash(),this.hashed=!0):this.start=s}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,r=this.lastByteIndex;t[16]=this.block,t[r>>2]|=EXTRA[3&r],this.block=t[16],r>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var t,r,h,e,s,i,o,a,H,n=this.h0,f=this.h1,S=this.h2,c=this.h3,A=this.h4,R=this.h5,u=this.h6,_=this.h7,E=this.blocks;for(t=16;t<64;++t)r=((s=E[t-15])>>>7|s<<25)^(s>>>18|s<<14)^s>>>3,h=((s=E[t-2])>>>17|s<<15)^(s>>>19|s<<13)^s>>>10,E[t]=E[t-16]+r+E[t-7]+h<<0;for(H=f&S,t=0;t<64;t+=4)this.first?(this.is224?(i=300032,_=(s=E[0]-1413257819)-150054599<<0,c=s+24177077<<0):(i=704751109,_=(s=E[0]-210244248)-1521486534<<0,c=s+143694565<<0),this.first=!1):(r=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),e=(i=n&f)^n&S^H,_=c+(s=_+(h=(A>>>6|A<<26)^(A>>>11|A<<21)^(A>>>25|A<<7))+(A&R^~A&u)+K[t]+E[t])<<0,c=s+(r+e)<<0),r=(c>>>2|c<<30)^(c>>>13|c<<19)^(c>>>22|c<<10),e=(o=c&n)^c&f^i,u=S+(s=u+(h=(_>>>6|_<<26)^(_>>>11|_<<21)^(_>>>25|_<<7))+(_&A^~_&R)+K[t+1]+E[t+1])<<0,r=((S=s+(r+e)<<0)>>>2|S<<30)^(S>>>13|S<<19)^(S>>>22|S<<10),e=(a=S&c)^S&n^o,R=f+(s=R+(h=(u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&_^~u&A)+K[t+2]+E[t+2])<<0,r=((f=s+(r+e)<<0)>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10),e=(H=f&S)^f&c^a,A=n+(s=A+(h=(R>>>6|R<<26)^(R>>>11|R<<21)^(R>>>25|R<<7))+(R&u^~R&_)+K[t+3]+E[t+3])<<0,n=s+(r+e)<<0;this.h0=this.h0+n<<0,this.h1=this.h1+f<<0,this.h2=this.h2+S<<0,this.h3=this.h3+c<<0,this.h4=this.h4+A<<0,this.h5=this.h5+R<<0,this.h6=this.h6+u<<0,this.h7=this.h7+_<<0},Sha256.prototype.hex=function(){this.finalize();var t=this.h0,r=this.h1,h=this.h2,e=this.h3,s=this.h4,i=this.h5,o=this.h6,a=this.h7,H=HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[h>>28&15]+HEX_CHARS[h>>24&15]+HEX_CHARS[h>>20&15]+HEX_CHARS[h>>16&15]+HEX_CHARS[h>>12&15]+HEX_CHARS[h>>8&15]+HEX_CHARS[h>>4&15]+HEX_CHARS[15&h]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[s>>28&15]+HEX_CHARS[s>>24&15]+HEX_CHARS[s>>20&15]+HEX_CHARS[s>>16&15]+HEX_CHARS[s>>12&15]+HEX_CHARS[s>>8&15]+HEX_CHARS[s>>4&15]+HEX_CHARS[15&s]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o];return this.is224||(H+=HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[15&a]),H},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var t=this.h0,r=this.h1,h=this.h2,e=this.h3,s=this.h4,i=this.h5,o=this.h6,a=this.h7,H=[t>>24&255,t>>16&255,t>>8&255,255&t,r>>24&255,r>>16&255,r>>8&255,255&r,h>>24&255,h>>16&255,h>>8&255,255&h,e>>24&255,e>>16&255,e>>8&255,255&e,s>>24&255,s>>16&255,s>>8&255,255&s,i>>24&255,i>>16&255,i>>8&255,255&i,o>>24&255,o>>16&255,o>>8&255,255&o];return this.is224||H.push(a>>24&255,a>>16&255,a>>8&255,255&a),H},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),r=new DataView(t);return r.setUint32(0,this.h0),r.setUint32(4,this.h1),r.setUint32(8,this.h2),r.setUint32(12,this.h3),r.setUint32(16,this.h4),r.setUint32(20,this.h5),r.setUint32(24,this.h6),this.is224||r.setUint32(28,this.h7),t},HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&define(function(){return exports}))}();"},"sourceMaps":{"js":{"mappings":[{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":0}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":4}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":12}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":20}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":31}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":38}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":48}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":51}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":58}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":65}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":73}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":519,"column":0},"generated":{"line":5,"column":83}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":10,"column":0},"generated":{"line":5,"column":91}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":11,"column":0},"generated":{"line":5,"column":102}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":13,"column":0},"generated":{"line":5,"column":115}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":13,"column":0},"generated":{"line":5,"column":119}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":13,"column":0},"generated":{"line":5,"column":125}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":14,"column":0},"generated":{"line":5,"column":149}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":14,"column":0},"generated":{"line":5,"column":156}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":14,"column":0},"generated":{"line":5,"column":173}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":15,"column":0},"generated":{"line":5,"column":180}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":15,"column":0},"generated":{"line":5,"column":185}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":15,"column":0},"generated":{"line":5,"column":192}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":15,"column":0},"generated":{"line":5,"column":199}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":16,"column":0},"generated":{"line":5,"column":202}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":16,"column":0},"generated":{"line":5,"column":207}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":17,"column":0},"generated":{"line":5,"column":229}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":17,"column":0},"generated":{"line":5,"column":237}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":19,"column":0},"generated":{"line":5,"column":240}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":19,"column":0},"generated":{"line":5,"column":244}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":19,"column":0},"generated":{"line":5,"column":256}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":19,"column":0},"generated":{"line":5,"column":264}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":19,"column":0},"generated":{"line":5,"column":281}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":286}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":295}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":300}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":322}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":339}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":348}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":356}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":366}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":374}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":20,"column":0},"generated":{"line":5,"column":383}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":21,"column":0},"generated":{"line":5,"column":388}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":22,"column":0},"generated":{"line":5,"column":396}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":22,"column":0},"generated":{"line":5,"column":401}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":23,"column":0},"generated":{"line":5,"column":408}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":24,"column":0},"generated":{"line":5,"column":421}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":24,"column":0},"generated":{"line":5,"column":426}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":432}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":436}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":447}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":452}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":476}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":493}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":501}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":26,"column":0},"generated":{"line":5,"column":508}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":27,"column":0},"generated":{"line":5,"column":516}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":27,"column":0},"generated":{"line":5,"column":520}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":27,"column":0},"generated":{"line":5,"column":539}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":27,"column":0},"generated":{"line":5,"column":547}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":27,"column":0},"generated":{"line":5,"column":554}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":28,"column":0},"generated":{"line":5,"column":558}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":28,"column":0},"generated":{"line":5,"column":572}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":28,"column":0},"generated":{"line":5,"column":577}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":28,"column":0},"generated":{"line":5,"column":604}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":28,"column":0},"generated":{"line":5,"column":624}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":29,"column":0},"generated":{"line":5,"column":636}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":29,"column":0},"generated":{"line":5,"column":646}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":29,"column":0},"generated":{"line":5,"column":665}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":29,"column":0},"generated":{"line":5,"column":671}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":675}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":681}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":683}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":694}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":702}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":30,"column":0},"generated":{"line":5,"column":708}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":713}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":719}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":720}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":723}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":726}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":31,"column":0},"generated":{"line":5,"column":728}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":32,"column":0},"generated":{"line":5,"column":731}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":32,"column":0},"generated":{"line":5,"column":733}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":734}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":745}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":756}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":767}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":778}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":788}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":799}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":33,"column":0},"generated":{"line":5,"column":810}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":821}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":832}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":842}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":852}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":863}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":874}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":885}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":34,"column":0},"generated":{"line":5,"column":896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":907}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":918}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":929}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":939}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":949}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":959}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":970}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":35,"column":0},"generated":{"line":5,"column":981}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":992}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1014}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1025}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1036}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1047}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1058}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":36,"column":0},"generated":{"line":5,"column":1068}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1078}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1088}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1098}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1109}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1120}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1131}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1142}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":37,"column":0},"generated":{"line":5,"column":1153}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1164}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1175}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1186}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1197}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1208}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1219}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1230}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":38,"column":0},"generated":{"line":5,"column":1241}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1251}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1261}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1271}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1281}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1291}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1301}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1312}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":39,"column":0},"generated":{"line":5,"column":1323}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1334}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1345}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1356}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1367}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1378}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1389}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1400}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":40,"column":0},"generated":{"line":5,"column":1411}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1423}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1436}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1437}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1443}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1451}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":42,"column":0},"generated":{"line":5,"column":1460}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":44,"column":0},"generated":{"line":5,"column":1475}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":44,"column":0},"generated":{"line":5,"column":1482}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":46,"column":0},"generated":{"line":5,"column":1486}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":46,"column":0},"generated":{"line":5,"column":1491}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":46,"column":0},"generated":{"line":5,"column":1513}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":46,"column":0},"generated":{"line":5,"column":1519}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":47,"column":0},"generated":{"line":5,"column":1529}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":47,"column":0},"generated":{"line":5,"column":1535}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":47,"column":0},"generated":{"line":5,"column":1543}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":47,"column":0},"generated":{"line":5,"column":1552}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1555}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1561}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1580}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1587}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1597}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1606}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":48,"column":0},"generated":{"line":5,"column":1611}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":52,"column":0},"generated":{"line":5,"column":1617}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":52,"column":0},"generated":{"line":5,"column":1632}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":52,"column":0},"generated":{"line":5,"column":1637}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":52,"column":0},"generated":{"line":5,"column":1672}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":52,"column":0},"generated":{"line":5,"column":1684}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":53,"column":0},"generated":{"line":5,"column":1693}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":53,"column":0},"generated":{"line":5,"column":1705}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":53,"column":0},"generated":{"line":5,"column":1712}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":53,"column":0},"generated":{"line":5,"column":1721}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1724}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1730}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1747}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1750}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1752}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1760}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1762}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1769}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":54,"column":0},"generated":{"line":5,"column":1783}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":58,"column":0},"generated":{"line":5,"column":1797}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":58,"column":0},"generated":{"line":5,"column":1801}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":58,"column":0},"generated":{"line":5,"column":1820}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":58,"column":0},"generated":{"line":5,"column":1829}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":58,"column":0},"generated":{"line":5,"column":1831}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":59,"column":0},"generated":{"line":5,"column":1834}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":59,"column":0},"generated":{"line":5,"column":1841}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":59,"column":0},"generated":{"line":5,"column":1850}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1853}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1860}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1864}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1871}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1874}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1877}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1884}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":60,"column":0},"generated":{"line":5,"column":1887}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":64,"column":0},"generated":{"line":5,"column":1894}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":64,"column":0},"generated":{"line":5,"column":1907}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":64,"column":0},"generated":{"line":5,"column":1916}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":65,"column":0},"generated":{"line":5,"column":1919}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":65,"column":0},"generated":{"line":5,"column":1923}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":65,"column":0},"generated":{"line":5,"column":1925}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":65,"column":0},"generated":{"line":5,"column":1944}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":65,"column":0},"generated":{"line":5,"column":1950}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":66,"column":0},"generated":{"line":5,"column":1953}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":67,"column":0},"generated":{"line":5,"column":1963}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":67,"column":0},"generated":{"line":5,"column":1965}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":67,"column":0},"generated":{"line":5,"column":1974}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":67,"column":0},"generated":{"line":5,"column":1976}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":69,"column":0},"generated":{"line":5,"column":1980}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":69,"column":0},"generated":{"line":5,"column":1982}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":69,"column":0},"generated":{"line":5,"column":1989}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":70,"column":0},"generated":{"line":5,"column":2000}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":70,"column":0},"generated":{"line":5,"column":2007}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":70,"column":0},"generated":{"line":5,"column":2011}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":70,"column":0},"generated":{"line":5,"column":2018}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":72,"column":0},"generated":{"line":5,"column":2022}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":72,"column":0},"generated":{"line":5,"column":2024}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":72,"column":0},"generated":{"line":5,"column":2031}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":72,"column":0},"generated":{"line":5,"column":2040}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":73,"column":0},"generated":{"line":5,"column":2043}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":73,"column":0},"generated":{"line":5,"column":2050}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":73,"column":0},"generated":{"line":5,"column":2052}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":73,"column":0},"generated":{"line":5,"column":2061}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":73,"column":0},"generated":{"line":5,"column":2068}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2072}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2076}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2080}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2082}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2084}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2086}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2099}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2108}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":75,"column":0},"generated":{"line":5,"column":2110}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":76,"column":0},"generated":{"line":5,"column":2111}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":76,"column":0},"generated":{"line":5,"column":2115}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":76,"column":0},"generated":{"line":5,"column":2117}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":76,"column":0},"generated":{"line":5,"column":2130}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":77,"column":0},"generated":{"line":5,"column":2133}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":77,"column":0},"generated":{"line":5,"column":2135}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":77,"column":0},"generated":{"line":5,"column":2138}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":77,"column":0},"generated":{"line":5,"column":2157}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":77,"column":0},"generated":{"line":5,"column":2159}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":79,"column":0},"generated":{"line":5,"column":2162}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":79,"column":0},"generated":{"line":5,"column":2169}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":82,"column":0},"generated":{"line":5,"column":2172}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":82,"column":0},"generated":{"line":5,"column":2181}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":82,"column":0},"generated":{"line":5,"column":2190}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":82,"column":0},"generated":{"line":5,"column":2197}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":83,"column":0},"generated":{"line":5,"column":2204}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":83,"column":0},"generated":{"line":5,"column":2208}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":83,"column":0},"generated":{"line":5,"column":2215}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":83,"column":0},"generated":{"line":5,"column":2220}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":84,"column":0},"generated":{"line":5,"column":2241}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":84,"column":0},"generated":{"line":5,"column":2248}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":84,"column":0},"generated":{"line":5,"column":2253}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":85,"column":0},"generated":{"line":5,"column":2281}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":85,"column":0},"generated":{"line":5,"column":2291}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":85,"column":0},"generated":{"line":5,"column":2297}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":85,"column":0},"generated":{"line":5,"column":2306}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":86,"column":0},"generated":{"line":5,"column":2315}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":86,"column":0},"generated":{"line":5,"column":2326}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":86,"column":0},"generated":{"line":5,"column":2335}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":87,"column":0},"generated":{"line":5,"column":2338}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":87,"column":0},"generated":{"line":5,"column":2341}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":87,"column":0},"generated":{"line":5,"column":2358}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2360}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2367}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2374}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2396}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2403}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2405}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2413}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":88,"column":0},"generated":{"line":5,"column":2420}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":90,"column":0},"generated":{"line":5,"column":2427}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":90,"column":0},"generated":{"line":5,"column":2430}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":90,"column":0},"generated":{"line":5,"column":2436}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":91,"column":0},"generated":{"line":5,"column":2438}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":91,"column":0},"generated":{"line":5,"column":2444}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":91,"column":0},"generated":{"line":5,"column":2448}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":91,"column":0},"generated":{"line":5,"column":2454}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":92,"column":0},"generated":{"line":5,"column":2468}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":92,"column":0},"generated":{"line":5,"column":2470}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":92,"column":0},"generated":{"line":5,"column":2484}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":93,"column":0},"generated":{"line":5,"column":2498}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":93,"column":0},"generated":{"line":5,"column":2500}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":93,"column":0},"generated":{"line":5,"column":2504}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":93,"column":0},"generated":{"line":5,"column":2515}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2519}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2525}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2533}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2537}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2549}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":96,"column":0},"generated":{"line":5,"column":2556}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":97,"column":0},"generated":{"line":5,"column":2560}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":97,"column":0},"generated":{"line":5,"column":2562}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":97,"column":0},"generated":{"line":5,"column":2576}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2583}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2590}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2601}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2612}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2619}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2623}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2630}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2634}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":98,"column":0},"generated":{"line":5,"column":2641}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":100,"column":0},"generated":{"line":5,"column":2648}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":100,"column":0},"generated":{"line":5,"column":2655}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":103,"column":0},"generated":{"line":5,"column":2659}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":103,"column":0},"generated":{"line":5,"column":2666}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":106,"column":0},"generated":{"line":5,"column":2678}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":106,"column":0},"generated":{"line":5,"column":2701}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":106,"column":0},"generated":{"line":5,"column":2710}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":106,"column":0},"generated":{"line":5,"column":2712}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":107,"column":0},"generated":{"line":5,"column":2715}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":107,"column":0},"generated":{"line":5,"column":2722}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":107,"column":0},"generated":{"line":5,"column":2731}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":107,"column":0},"generated":{"line":5,"column":2733}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2736}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2743}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2747}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2758}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2760}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2763}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2766}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2773}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":108,"column":0},"generated":{"line":5,"column":2776}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":112,"column":0},"generated":{"line":5,"column":2783}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":112,"column":0},"generated":{"line":5,"column":2800}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":112,"column":0},"generated":{"line":5,"column":2809}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":113,"column":0},"generated":{"line":5,"column":2812}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":113,"column":0},"generated":{"line":5,"column":2816}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":113,"column":0},"generated":{"line":5,"column":2818}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":113,"column":0},"generated":{"line":5,"column":2841}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":113,"column":0},"generated":{"line":5,"column":2847}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":114,"column":0},"generated":{"line":5,"column":2850}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":114,"column":0},"generated":{"line":5,"column":2852}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":114,"column":0},"generated":{"line":5,"column":2859}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":114,"column":0},"generated":{"line":5,"column":2868}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":115,"column":0},"generated":{"line":5,"column":2871}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":115,"column":0},"generated":{"line":5,"column":2878}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":115,"column":0},"generated":{"line":5,"column":2882}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":115,"column":0},"generated":{"line":5,"column":2893}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":115,"column":0},"generated":{"line":5,"column":2895}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":117,"column":0},"generated":{"line":5,"column":2899}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":117,"column":0},"generated":{"line":5,"column":2901}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":117,"column":0},"generated":{"line":5,"column":2908}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":117,"column":0},"generated":{"line":5,"column":2917}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":117,"column":0},"generated":{"line":5,"column":2919}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2922}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2929}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2931}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2938}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2941}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":118,"column":0},"generated":{"line":5,"column":2948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2952}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2956}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2960}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2962}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2964}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2966}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2979}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2988}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":120,"column":0},"generated":{"line":5,"column":2990}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":121,"column":0},"generated":{"line":5,"column":2991}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":121,"column":0},"generated":{"line":5,"column":2995}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":121,"column":0},"generated":{"line":5,"column":2997}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":121,"column":0},"generated":{"line":5,"column":3010}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":122,"column":0},"generated":{"line":5,"column":3013}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":122,"column":0},"generated":{"line":5,"column":3015}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":122,"column":0},"generated":{"line":5,"column":3018}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":122,"column":0},"generated":{"line":5,"column":3041}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":122,"column":0},"generated":{"line":5,"column":3043}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":124,"column":0},"generated":{"line":5,"column":3046}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":124,"column":0},"generated":{"line":5,"column":3053}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":127,"column":0},"generated":{"line":5,"column":3056}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":127,"column":0},"generated":{"line":5,"column":3065}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":127,"column":0},"generated":{"line":5,"column":3072}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":127,"column":0},"generated":{"line":5,"column":3074}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":128,"column":0},"generated":{"line":5,"column":3077}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3080}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3087}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3090}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3097}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3101}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3108}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3111}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3118}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3121}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":129,"column":0},"generated":{"line":5,"column":3128}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3131}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3138}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3141}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3148}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3151}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3158}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3161}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":130,"column":0},"generated":{"line":5,"column":3168}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3171}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3178}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3181}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3188}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3191}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3198}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3202}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":131,"column":0},"generated":{"line":5,"column":3209}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3213}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3220}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3224}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3231}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3235}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3242}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3246}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3253}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":132,"column":0},"generated":{"line":5,"column":3257}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":133,"column":0},"generated":{"line":5,"column":3259}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":133,"column":0},"generated":{"line":5,"column":3264}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":133,"column":0},"generated":{"line":5,"column":3271}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3279}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3284}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3291}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3292}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3294}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3296}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3298}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3300}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3302}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3304}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3306}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3308}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3310}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3312}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3314}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3316}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3318}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3320}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3322}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":135,"column":0},"generated":{"line":5,"column":3324}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":138,"column":0},"generated":{"line":5,"column":3327}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":139,"column":0},"generated":{"line":5,"column":3330}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":139,"column":0},"generated":{"line":5,"column":3335}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":139,"column":0},"generated":{"line":5,"column":3338}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":140,"column":0},"generated":{"line":5,"column":3349}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":140,"column":0},"generated":{"line":5,"column":3354}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":140,"column":0},"generated":{"line":5,"column":3357}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":141,"column":0},"generated":{"line":5,"column":3367}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":141,"column":0},"generated":{"line":5,"column":3372}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":141,"column":0},"generated":{"line":5,"column":3375}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":142,"column":0},"generated":{"line":5,"column":3385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":142,"column":0},"generated":{"line":5,"column":3390}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":142,"column":0},"generated":{"line":5,"column":3393}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":143,"column":0},"generated":{"line":5,"column":3404}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":143,"column":0},"generated":{"line":5,"column":3409}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":143,"column":0},"generated":{"line":5,"column":3412}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":144,"column":0},"generated":{"line":5,"column":3423}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":144,"column":0},"generated":{"line":5,"column":3428}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":144,"column":0},"generated":{"line":5,"column":3431}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":145,"column":0},"generated":{"line":5,"column":3442}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":145,"column":0},"generated":{"line":5,"column":3447}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":145,"column":0},"generated":{"line":5,"column":3450}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":146,"column":0},"generated":{"line":5,"column":3461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":146,"column":0},"generated":{"line":5,"column":3466}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":146,"column":0},"generated":{"line":5,"column":3469}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":148,"column":0},"generated":{"line":5,"column":3482}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":148,"column":0},"generated":{"line":5,"column":3487}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":148,"column":0},"generated":{"line":5,"column":3490}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":149,"column":0},"generated":{"line":5,"column":3501}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":149,"column":0},"generated":{"line":5,"column":3506}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":149,"column":0},"generated":{"line":5,"column":3509}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":150,"column":0},"generated":{"line":5,"column":3520}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":150,"column":0},"generated":{"line":5,"column":3525}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":150,"column":0},"generated":{"line":5,"column":3528}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":151,"column":0},"generated":{"line":5,"column":3539}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":151,"column":0},"generated":{"line":5,"column":3544}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":151,"column":0},"generated":{"line":5,"column":3547}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":152,"column":0},"generated":{"line":5,"column":3558}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":152,"column":0},"generated":{"line":5,"column":3563}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":152,"column":0},"generated":{"line":5,"column":3566}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":153,"column":0},"generated":{"line":5,"column":3577}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":153,"column":0},"generated":{"line":5,"column":3582}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":153,"column":0},"generated":{"line":5,"column":3585}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":154,"column":0},"generated":{"line":5,"column":3596}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":154,"column":0},"generated":{"line":5,"column":3601}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":154,"column":0},"generated":{"line":5,"column":3604}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":155,"column":0},"generated":{"line":5,"column":3614}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":155,"column":0},"generated":{"line":5,"column":3619}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":155,"column":0},"generated":{"line":5,"column":3622}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3634}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3639}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3645}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3650}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3656}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3661}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3667}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3672}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":158,"column":0},"generated":{"line":5,"column":3679}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":159,"column":0},"generated":{"line":5,"column":3681}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":159,"column":0},"generated":{"line":5,"column":3686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":159,"column":0},"generated":{"line":5,"column":3696}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":159,"column":0},"generated":{"line":5,"column":3701}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":159,"column":0},"generated":{"line":5,"column":3709}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":160,"column":0},"generated":{"line":5,"column":3711}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":160,"column":0},"generated":{"line":5,"column":3716}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":160,"column":0},"generated":{"line":5,"column":3723}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":161,"column":0},"generated":{"line":5,"column":3725}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":161,"column":0},"generated":{"line":5,"column":3730}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":161,"column":0},"generated":{"line":5,"column":3736}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":429,"column":0},"generated":{"line":5,"column":3738}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":429,"column":0},"generated":{"line":5,"column":3747}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":429,"column":0},"generated":{"line":5,"column":3758}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":429,"column":0},"generated":{"line":5,"column":3760}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":429,"column":0},"generated":{"line":5,"column":3762}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":430,"column":0},"generated":{"line":5,"column":3765}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":430,"column":0},"generated":{"line":5,"column":3769}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":430,"column":0},"generated":{"line":5,"column":3771}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":430,"column":0},"generated":{"line":5,"column":3780}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":431,"column":0},"generated":{"line":5,"column":3782}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":431,"column":0},"generated":{"line":5,"column":3785}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":431,"column":0},"generated":{"line":5,"column":3796}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":431,"column":0},"generated":{"line":5,"column":3798}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3799}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3803}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3805}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3807}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3810}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3812}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3814}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3821}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":432,"column":0},"generated":{"line":5,"column":3823}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3825}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3829}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3831}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3833}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3835}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":433,"column":0},"generated":{"line":5,"column":3839}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":434,"column":0},"generated":{"line":5,"column":3842}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":434,"column":0},"generated":{"line":5,"column":3844}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":434,"column":0},"generated":{"line":5,"column":3846}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":434,"column":0},"generated":{"line":5,"column":3857}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":435,"column":0},"generated":{"line":5,"column":3861}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":436,"column":0},"generated":{"line":5,"column":3865}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":436,"column":0},"generated":{"line":5,"column":3867}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":436,"column":0},"generated":{"line":5,"column":3872}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":437,"column":0},"generated":{"line":5,"column":3874}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":437,"column":0},"generated":{"line":5,"column":3876}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":438,"column":0},"generated":{"line":5,"column":3882}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":438,"column":0},"generated":{"line":5,"column":3884}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":438,"column":0},"generated":{"line":5,"column":3889}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":438,"column":0},"generated":{"line":5,"column":3893}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":438,"column":0},"generated":{"line":5,"column":3896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":439,"column":0},"generated":{"line":5,"column":3898}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":439,"column":0},"generated":{"line":5,"column":3900}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":439,"column":0},"generated":{"line":5,"column":3905}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":439,"column":0},"generated":{"line":5,"column":3909}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":439,"column":0},"generated":{"line":5,"column":3912}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":440,"column":0},"generated":{"line":5,"column":3915}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":440,"column":0},"generated":{"line":5,"column":3917}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":440,"column":0},"generated":{"line":5,"column":3924}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":440,"column":0},"generated":{"line":5,"column":3927}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":441,"column":0},"generated":{"line":5,"column":3934}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":441,"column":0},"generated":{"line":5,"column":3936}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":441,"column":0},"generated":{"line":5,"column":3941}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":441,"column":0},"generated":{"line":5,"column":3945}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":441,"column":0},"generated":{"line":5,"column":3948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3951}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3953}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3958}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3962}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3965}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":442,"column":0},"generated":{"line":5,"column":3967}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":443,"column":0},"generated":{"line":5,"column":3970}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":443,"column":0},"generated":{"line":5,"column":3972}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":443,"column":0},"generated":{"line":5,"column":3977}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":443,"column":0},"generated":{"line":5,"column":3981}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":443,"column":0},"generated":{"line":5,"column":3984}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":3988}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":3990}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":3998}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4007}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4010}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4015}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4017}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":445,"column":0},"generated":{"line":5,"column":4030}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":446,"column":0},"generated":{"line":5,"column":4034}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":446,"column":0},"generated":{"line":5,"column":4036}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":446,"column":0},"generated":{"line":5,"column":4041}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":446,"column":0},"generated":{"line":5,"column":4045}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":446,"column":0},"generated":{"line":5,"column":4048}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4051}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4053}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4058}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4062}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4065}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":447,"column":0},"generated":{"line":5,"column":4068}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4071}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4073}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4078}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4082}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4085}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":448,"column":0},"generated":{"line":5,"column":4087}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":449,"column":0},"generated":{"line":5,"column":4090}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":449,"column":0},"generated":{"line":5,"column":4092}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":449,"column":0},"generated":{"line":5,"column":4097}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":449,"column":0},"generated":{"line":5,"column":4101}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":449,"column":0},"generated":{"line":5,"column":4104}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":452,"column":0},"generated":{"line":5,"column":4107}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":452,"column":0},"generated":{"line":5,"column":4109}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":453,"column":0},"generated":{"line":5,"column":4115}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":454,"column":0},"generated":{"line":5,"column":4116}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":454,"column":0},"generated":{"line":5,"column":4119}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":454,"column":0},"generated":{"line":5,"column":4130}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":465,"column":0},"generated":{"line":5,"column":4132}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":465,"column":0},"generated":{"line":5,"column":4138}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":465,"column":0},"generated":{"line":5,"column":4142}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":465,"column":0},"generated":{"line":5,"column":4148}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":455,"column":0},"generated":{"line":5,"column":4155}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":455,"column":0},"generated":{"line":5,"column":4158}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":455,"column":0},"generated":{"line":5,"column":4165}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":456,"column":0},"generated":{"line":5,"column":4167}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":456,"column":0},"generated":{"line":5,"column":4173}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":456,"column":0},"generated":{"line":5,"column":4177}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":456,"column":0},"generated":{"line":5,"column":4183}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":457,"column":0},"generated":{"line":5,"column":4190}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":457,"column":0},"generated":{"line":5,"column":4193}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":457,"column":0},"generated":{"line":5,"column":4207}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":457,"column":0},"generated":{"line":5,"column":4209}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":457,"column":0},"generated":{"line":5,"column":4223}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":458,"column":0},"generated":{"line":5,"column":4235}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":458,"column":0},"generated":{"line":5,"column":4237}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":458,"column":0},"generated":{"line":5,"column":4241}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":458,"column":0},"generated":{"line":5,"column":4252}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":459,"column":0},"generated":{"line":5,"column":4260}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":459,"column":0},"generated":{"line":5,"column":4265}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":459,"column":0},"generated":{"line":5,"column":4271}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":459,"column":0},"generated":{"line":5,"column":4279}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":460,"column":0},"generated":{"line":5,"column":4283}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":460,"column":0},"generated":{"line":5,"column":4297}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":460,"column":0},"generated":{"line":5,"column":4309}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":460,"column":0},"generated":{"line":5,"column":4316}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":461,"column":0},"generated":{"line":5,"column":4320}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":461,"column":0},"generated":{"line":5,"column":4326}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":461,"column":0},"generated":{"line":5,"column":4330}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":461,"column":0},"generated":{"line":5,"column":4336}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":469,"column":0},"generated":{"line":5,"column":4343}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":469,"column":0},"generated":{"line":5,"column":4345}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":469,"column":0},"generated":{"line":5,"column":4352}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4357}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4359}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4363}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4370}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4373}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4376}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4383}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":470,"column":0},"generated":{"line":5,"column":4386}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":473,"column":0},"generated":{"line":5,"column":4395}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":473,"column":0},"generated":{"line":5,"column":4399}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":473,"column":0},"generated":{"line":5,"column":4401}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":473,"column":0},"generated":{"line":5,"column":4404}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":473,"column":0},"generated":{"line":5,"column":4406}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4409}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4413}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4415}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4417}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4419}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4424}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":474,"column":0},"generated":{"line":5,"column":4426}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":475,"column":0},"generated":{"line":5,"column":4427}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":475,"column":0},"generated":{"line":5,"column":4431}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":475,"column":0},"generated":{"line":5,"column":4433}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":475,"column":0},"generated":{"line":5,"column":4435}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":475,"column":0},"generated":{"line":5,"column":4439}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":476,"column":0},"generated":{"line":5,"column":4441}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":476,"column":0},"generated":{"line":5,"column":4443}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":476,"column":0},"generated":{"line":5,"column":4446}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":476,"column":0},"generated":{"line":5,"column":4449}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":477,"column":0},"generated":{"line":5,"column":4451}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":477,"column":0},"generated":{"line":5,"column":4453}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":477,"column":0},"generated":{"line":5,"column":4456}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":477,"column":0},"generated":{"line":5,"column":4459}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":480,"column":0},"generated":{"line":5,"column":4461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":480,"column":0},"generated":{"line":5,"column":4468}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":480,"column":0},"generated":{"line":5,"column":4473}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":480,"column":0},"generated":{"line":5,"column":4478}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":480,"column":0},"generated":{"line":5,"column":4480}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":482,"column":0},"generated":{"line":5,"column":4483}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":482,"column":0},"generated":{"line":5,"column":4488}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":482,"column":0},"generated":{"line":5,"column":4495}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":483,"column":0},"generated":{"line":5,"column":4498}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":483,"column":0},"generated":{"line":5,"column":4503}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":483,"column":0},"generated":{"line":5,"column":4511}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":484,"column":0},"generated":{"line":5,"column":4513}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":484,"column":0},"generated":{"line":5,"column":4518}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":484,"column":0},"generated":{"line":5,"column":4525}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":485,"column":0},"generated":{"line":5,"column":4527}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":485,"column":0},"generated":{"line":5,"column":4532}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":485,"column":0},"generated":{"line":5,"column":4545}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":164,"column":0},"generated":{"line":5,"column":4547}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":164,"column":0},"generated":{"line":5,"column":4554}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":164,"column":0},"generated":{"line":5,"column":4564}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":164,"column":0},"generated":{"line":5,"column":4571}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":164,"column":0},"generated":{"line":5,"column":4580}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":165,"column":0},"generated":{"line":5,"column":4583}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":165,"column":0},"generated":{"line":5,"column":4587}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":165,"column":0},"generated":{"line":5,"column":4592}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":165,"column":0},"generated":{"line":5,"column":4602}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":168,"column":0},"generated":{"line":5,"column":4603}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":168,"column":0},"generated":{"line":5,"column":4607}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":168,"column":0},"generated":{"line":5,"column":4609}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":168,"column":0},"generated":{"line":5,"column":4618}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":169,"column":0},"generated":{"line":5,"column":4620}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":169,"column":0},"generated":{"line":5,"column":4623}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":169,"column":0},"generated":{"line":5,"column":4634}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":169,"column":0},"generated":{"line":5,"column":4636}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":170,"column":0},"generated":{"line":5,"column":4637}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":170,"column":0},"generated":{"line":5,"column":4640}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":170,"column":0},"generated":{"line":5,"column":4651}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":181,"column":0},"generated":{"line":5,"column":4653}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":181,"column":0},"generated":{"line":5,"column":4659}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":181,"column":0},"generated":{"line":5,"column":4663}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":181,"column":0},"generated":{"line":5,"column":4669}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":171,"column":0},"generated":{"line":5,"column":4676}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":171,"column":0},"generated":{"line":5,"column":4679}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":171,"column":0},"generated":{"line":5,"column":4686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":172,"column":0},"generated":{"line":5,"column":4688}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":172,"column":0},"generated":{"line":5,"column":4694}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":172,"column":0},"generated":{"line":5,"column":4698}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":172,"column":0},"generated":{"line":5,"column":4704}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":173,"column":0},"generated":{"line":5,"column":4711}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":173,"column":0},"generated":{"line":5,"column":4714}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":173,"column":0},"generated":{"line":5,"column":4728}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":173,"column":0},"generated":{"line":5,"column":4730}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":173,"column":0},"generated":{"line":5,"column":4744}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":174,"column":0},"generated":{"line":5,"column":4756}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":174,"column":0},"generated":{"line":5,"column":4758}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":174,"column":0},"generated":{"line":5,"column":4762}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":174,"column":0},"generated":{"line":5,"column":4773}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":175,"column":0},"generated":{"line":5,"column":4781}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":175,"column":0},"generated":{"line":5,"column":4786}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":175,"column":0},"generated":{"line":5,"column":4792}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":175,"column":0},"generated":{"line":5,"column":4800}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":176,"column":0},"generated":{"line":5,"column":4804}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":176,"column":0},"generated":{"line":5,"column":4818}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":176,"column":0},"generated":{"line":5,"column":4830}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":176,"column":0},"generated":{"line":5,"column":4837}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":177,"column":0},"generated":{"line":5,"column":4841}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":177,"column":0},"generated":{"line":5,"column":4847}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":177,"column":0},"generated":{"line":5,"column":4851}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":177,"column":0},"generated":{"line":5,"column":4857}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":183,"column":0},"generated":{"line":5,"column":4864}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":183,"column":0},"generated":{"line":5,"column":4867}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":187,"column":0},"generated":{"line":5,"column":4869}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4873}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4877}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4879}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4881}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4883}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4885}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4887}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4889}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4898}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":185,"column":0},"generated":{"line":5,"column":4903}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":187,"column":0},"generated":{"line":5,"column":4910}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":187,"column":0},"generated":{"line":5,"column":4912}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":187,"column":0},"generated":{"line":5,"column":4915}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":197,"column":0},"generated":{"line":5,"column":4916}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":188,"column":0},"generated":{"line":5,"column":4919}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":188,"column":0},"generated":{"line":5,"column":4924}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":189,"column":0},"generated":{"line":5,"column":4933}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":189,"column":0},"generated":{"line":5,"column":4938}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":189,"column":0},"generated":{"line":5,"column":4946}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":190,"column":0},"generated":{"line":5,"column":4948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":190,"column":0},"generated":{"line":5,"column":4950}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":190,"column":0},"generated":{"line":5,"column":4953}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":190,"column":0},"generated":{"line":5,"column":4958}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4964}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4966}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4970}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4972}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4975}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4977}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4980}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":191,"column":0},"generated":{"line":5,"column":4982}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4985}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4987}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4990}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4992}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4995}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":4997}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":5000}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":192,"column":0},"generated":{"line":5,"column":5002}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5005}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5007}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5010}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5012}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5015}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5017}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5021}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":193,"column":0},"generated":{"line":5,"column":5023}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5027}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5029}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5033}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5035}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5039}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5041}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5045}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5047}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":194,"column":0},"generated":{"line":5,"column":5051}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":197,"column":0},"generated":{"line":5,"column":5054}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5056}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5060}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5062}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5067}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5073}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5075}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5078}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5080}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":198,"column":0},"generated":{"line":5,"column":5085}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5087}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5089}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5092}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5096}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5098}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5102}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5108}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":199,"column":0},"generated":{"line":5,"column":5110}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5120}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5124}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5126}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5131}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5137}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5139}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5142}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5144}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":202,"column":0},"generated":{"line":5,"column":5149}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":203,"column":0},"generated":{"line":5,"column":5152}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":203,"column":0},"generated":{"line":5,"column":5154}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":203,"column":0},"generated":{"line":5,"column":5156}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":203,"column":0},"generated":{"line":5,"column":5167}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":204,"column":0},"generated":{"line":5,"column":5171}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5175}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5177}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5180}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5184}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5187}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5193}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":205,"column":0},"generated":{"line":5,"column":5195}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":206,"column":0},"generated":{"line":5,"column":5200}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":206,"column":0},"generated":{"line":5,"column":5202}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5208}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5210}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5213}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5218}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5222}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5225}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5229}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5235}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":207,"column":0},"generated":{"line":5,"column":5237}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5242}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5244}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5247}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5252}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5256}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5259}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5263}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5269}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":208,"column":0},"generated":{"line":5,"column":5271}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":209,"column":0},"generated":{"line":5,"column":5277}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":209,"column":0},"generated":{"line":5,"column":5279}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":209,"column":0},"generated":{"line":5,"column":5286}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":209,"column":0},"generated":{"line":5,"column":5289}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5296}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5298}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5301}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5306}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5310}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5313}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5318}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5324}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":210,"column":0},"generated":{"line":5,"column":5326}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5331}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5333}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5336}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5341}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5345}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5348}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5350}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5355}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5361}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":211,"column":0},"generated":{"line":5,"column":5363}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5368}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5370}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5373}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5378}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5382}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5389}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5395}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":212,"column":0},"generated":{"line":5,"column":5397}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5404}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5406}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5414}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5419}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5423}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5426}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5431}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5433}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":214,"column":0},"generated":{"line":5,"column":5446}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5450}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5452}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5455}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5460}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5464}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5467}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5472}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5478}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":215,"column":0},"generated":{"line":5,"column":5480}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5485}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5487}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5490}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5495}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5499}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5502}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5505}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5510}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5516}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":216,"column":0},"generated":{"line":5,"column":5518}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5523}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5525}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5528}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5533}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5537}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5540}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5542}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5547}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5553}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":217,"column":0},"generated":{"line":5,"column":5555}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5560}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5562}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5565}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5570}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5574}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5577}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5581}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5587}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":218,"column":0},"generated":{"line":5,"column":5589}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":223,"column":0},"generated":{"line":5,"column":5595}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":223,"column":0},"generated":{"line":5,"column":5600}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":223,"column":0},"generated":{"line":5,"column":5614}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":224,"column":0},"generated":{"line":5,"column":5616}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":224,"column":0},"generated":{"line":5,"column":5621}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":224,"column":0},"generated":{"line":5,"column":5628}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":224,"column":0},"generated":{"line":5,"column":5630}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":224,"column":0},"generated":{"line":5,"column":5635}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":225,"column":0},"generated":{"line":5,"column":5641}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":225,"column":0},"generated":{"line":5,"column":5644}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":226,"column":0},"generated":{"line":5,"column":5648}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":226,"column":0},"generated":{"line":5,"column":5653}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":226,"column":0},"generated":{"line":5,"column":5659}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":226,"column":0},"generated":{"line":5,"column":5661}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":227,"column":0},"generated":{"line":5,"column":5665}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":227,"column":0},"generated":{"line":5,"column":5670}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":227,"column":0},"generated":{"line":5,"column":5676}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":227,"column":0},"generated":{"line":5,"column":5678}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":228,"column":0},"generated":{"line":5,"column":5681}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":228,"column":0},"generated":{"line":5,"column":5686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":229,"column":0},"generated":{"line":5,"column":5693}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":229,"column":0},"generated":{"line":5,"column":5698}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":229,"column":0},"generated":{"line":5,"column":5706}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":231,"column":0},"generated":{"line":5,"column":5709}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":231,"column":0},"generated":{"line":5,"column":5714}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":231,"column":0},"generated":{"line":5,"column":5720}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":238,"column":0},"generated":{"line":5,"column":5722}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":234,"column":0},"generated":{"line":5,"column":5729}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":234,"column":0},"generated":{"line":5,"column":5734}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":234,"column":0},"generated":{"line":5,"column":5740}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5753}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5758}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5766}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5771}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5777}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":235,"column":0},"generated":{"line":5,"column":5789}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":236,"column":0},"generated":{"line":5,"column":5791}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":236,"column":0},"generated":{"line":5,"column":5796}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":236,"column":0},"generated":{"line":5,"column":5802}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":236,"column":0},"generated":{"line":5,"column":5807}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":236,"column":0},"generated":{"line":5,"column":5813}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":238,"column":0},"generated":{"line":5,"column":5825}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":241,"column":0},"generated":{"line":5,"column":5832}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":241,"column":0},"generated":{"line":5,"column":5839}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":241,"column":0},"generated":{"line":5,"column":5849}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":241,"column":0},"generated":{"line":5,"column":5858}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":242,"column":0},"generated":{"line":5,"column":5869}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":242,"column":0},"generated":{"line":5,"column":5873}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":242,"column":0},"generated":{"line":5,"column":5878}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":242,"column":0},"generated":{"line":5,"column":5888}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":245,"column":0},"generated":{"line":5,"column":5889}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":245,"column":0},"generated":{"line":5,"column":5894}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":245,"column":0},"generated":{"line":5,"column":5905}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5907}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5911}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5913}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5918}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5925}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5927}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":246,"column":0},"generated":{"line":5,"column":5932}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":247,"column":0},"generated":{"line":5,"column":5946}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":247,"column":0},"generated":{"line":5,"column":5948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":247,"column":0},"generated":{"line":5,"column":5952}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":247,"column":0},"generated":{"line":5,"column":5957}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5963}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5965}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5968}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5972}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5978}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":248,"column":0},"generated":{"line":5,"column":5980}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":249,"column":0},"generated":{"line":5,"column":5983}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":249,"column":0},"generated":{"line":5,"column":5988}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":249,"column":0},"generated":{"line":5,"column":5994}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":249,"column":0},"generated":{"line":5,"column":5996}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":250,"column":0},"generated":{"line":5,"column":6000}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":250,"column":0},"generated":{"line":5,"column":6003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":251,"column":0},"generated":{"line":5,"column":6008}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":251,"column":0},"generated":{"line":5,"column":6013}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":252,"column":0},"generated":{"line":5,"column":6021}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":252,"column":0},"generated":{"line":5,"column":6026}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":254,"column":0},"generated":{"line":5,"column":6033}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":254,"column":0},"generated":{"line":5,"column":6035}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":254,"column":0},"generated":{"line":5,"column":6038}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":254,"column":0},"generated":{"line":5,"column":6043}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6049}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6051}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6055}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6057}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6060}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6062}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6065}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":255,"column":0},"generated":{"line":5,"column":6067}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6070}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6072}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6075}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6077}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6080}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6082}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6085}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":256,"column":0},"generated":{"line":5,"column":6087}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6090}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6092}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6095}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6097}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6100}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6102}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6106}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":257,"column":0},"generated":{"line":5,"column":6108}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6112}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6114}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6118}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6120}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6124}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6126}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6130}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6132}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":258,"column":0},"generated":{"line":5,"column":6136}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6139}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6141}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6145}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6150}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6158}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6160}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6165}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":260,"column":0},"generated":{"line":5,"column":6173}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":261,"column":0},"generated":{"line":5,"column":6176}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":261,"column":0},"generated":{"line":5,"column":6178}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":261,"column":0},"generated":{"line":5,"column":6182}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":261,"column":0},"generated":{"line":5,"column":6187}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":261,"column":0},"generated":{"line":5,"column":6194}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":262,"column":0},"generated":{"line":5,"column":6196}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":262,"column":0},"generated":{"line":5,"column":6201}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":265,"column":0},"generated":{"line":5,"column":6210}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":265,"column":0},"generated":{"line":5,"column":6217}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":265,"column":0},"generated":{"line":5,"column":6227}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":265,"column":0},"generated":{"line":5,"column":6232}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6243}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6247}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6249}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6251}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6253}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6255}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6257}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6259}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6261}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6263}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6265}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6267}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6272}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6275}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6277}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6282}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6285}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6287}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6292}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6295}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6297}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6302}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6305}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6307}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6312}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6315}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6317}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6322}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6325}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6327}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":266,"column":0},"generated":{"line":5,"column":6332}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6335}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6337}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6342}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6345}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6347}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":267,"column":0},"generated":{"line":5,"column":6352}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6359}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6363}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6365}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6368}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6370}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":269,"column":0},"generated":{"line":5,"column":6375}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6377}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":271,"column":0},"generated":{"line":5,"column":6381}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":271,"column":0},"generated":{"line":5,"column":6383}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":271,"column":0},"generated":{"line":5,"column":6385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":271,"column":0},"generated":{"line":5,"column":6387}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6394}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6396}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6399}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6404}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6408}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6411}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6414}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6418}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":272,"column":0},"generated":{"line":5,"column":6422}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6424}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":273,"column":0},"generated":{"line":5,"column":6428}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":273,"column":0},"generated":{"line":5,"column":6430}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":273,"column":0},"generated":{"line":5,"column":6432}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":273,"column":0},"generated":{"line":5,"column":6434}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6440}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6443}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6446}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6451}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6455}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6458}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6465}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":274,"column":0},"generated":{"line":5,"column":6469}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6472}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6474}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6477}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6479}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6481}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6485}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6487}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6489}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6491}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6494}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":275,"column":0},"generated":{"line":5,"column":6497}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6499}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":278,"column":0},"generated":{"line":5,"column":6503}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":278,"column":0},"generated":{"line":5,"column":6505}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":278,"column":0},"generated":{"line":5,"column":6507}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6509}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6511}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6513}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6515}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6518}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":279,"column":0},"generated":{"line":5,"column":6521}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":280,"column":0},"generated":{"line":5,"column":6523}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":280,"column":0},"generated":{"line":5,"column":6528}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":281,"column":0},"generated":{"line":5,"column":6535}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":281,"column":0},"generated":{"line":5,"column":6540}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":282,"column":0},"generated":{"line":5,"column":6547}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":282,"column":0},"generated":{"line":5,"column":6549}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":284,"column":0},"generated":{"line":5,"column":6556}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":283,"column":0},"generated":{"line":5,"column":6559}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":283,"column":0},"generated":{"line":5,"column":6561}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":283,"column":0},"generated":{"line":5,"column":6563}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":283,"column":0},"generated":{"line":5,"column":6566}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":284,"column":0},"generated":{"line":5,"column":6578}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":284,"column":0},"generated":{"line":5,"column":6589}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":285,"column":0},"generated":{"line":5,"column":6591}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":285,"column":0},"generated":{"line":5,"column":6593}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":285,"column":0},"generated":{"line":5,"column":6595}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":285,"column":0},"generated":{"line":5,"column":6605}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":287,"column":0},"generated":{"line":5,"column":6609}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":287,"column":0},"generated":{"line":5,"column":6611}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":289,"column":0},"generated":{"line":5,"column":6621}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":288,"column":0},"generated":{"line":5,"column":6624}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":288,"column":0},"generated":{"line":5,"column":6626}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":288,"column":0},"generated":{"line":5,"column":6628}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":288,"column":0},"generated":{"line":5,"column":6631}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":289,"column":0},"generated":{"line":5,"column":6642}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":289,"column":0},"generated":{"line":5,"column":6654}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":290,"column":0},"generated":{"line":5,"column":6656}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":290,"column":0},"generated":{"line":5,"column":6658}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":290,"column":0},"generated":{"line":5,"column":6660}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":290,"column":0},"generated":{"line":5,"column":6671}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":292,"column":0},"generated":{"line":5,"column":6674}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":292,"column":0},"generated":{"line":5,"column":6679}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":292,"column":0},"generated":{"line":5,"column":6686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6690}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6693}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6697}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6699}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6702}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6707}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6711}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6714}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6717}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6722}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6726}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6729}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":294,"column":0},"generated":{"line":5,"column":6732}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":297,"column":0},"generated":{"line":5,"column":6736}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":296,"column":0},"generated":{"line":5,"column":6739}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":296,"column":0},"generated":{"line":5,"column":6741}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":296,"column":0},"generated":{"line":5,"column":6743}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":297,"column":0},"generated":{"line":5,"column":6746}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":297,"column":0},"generated":{"line":5,"column":6748}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":297,"column":0},"generated":{"line":5,"column":6750}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":301,"column":0},"generated":{"line":5,"column":6752}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":301,"column":0},"generated":{"line":5,"column":6754}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6757}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6759}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6762}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6765}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6769}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6771}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6774}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6779}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6783}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6786}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6789}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6794}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6798}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6801}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":295,"column":0},"generated":{"line":5,"column":6804}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":298,"column":0},"generated":{"line":5,"column":6809}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":298,"column":0},"generated":{"line":5,"column":6811}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":298,"column":0},"generated":{"line":5,"column":6814}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":298,"column":0},"generated":{"line":5,"column":6816}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6819}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6821}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6824}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":299,"column":0},"generated":{"line":5,"column":6826}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":301,"column":0},"generated":{"line":5,"column":6831}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":302,"column":0},"generated":{"line":5,"column":6833}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":302,"column":0},"generated":{"line":5,"column":6835}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":300,"column":0},"generated":{"line":5,"column":6838}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":300,"column":0},"generated":{"line":5,"column":6840}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":302,"column":0},"generated":{"line":5,"column":6844}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6847}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6850}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6854}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6856}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6859}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6864}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6868}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6871}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6874}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6879}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6883}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6886}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":304,"column":0},"generated":{"line":5,"column":6889}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":307,"column":0},"generated":{"line":5,"column":6893}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":306,"column":0},"generated":{"line":5,"column":6896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":306,"column":0},"generated":{"line":5,"column":6898}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":306,"column":0},"generated":{"line":5,"column":6900}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":307,"column":0},"generated":{"line":5,"column":6903}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":307,"column":0},"generated":{"line":5,"column":6905}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":307,"column":0},"generated":{"line":5,"column":6907}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":311,"column":0},"generated":{"line":5,"column":6909}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":311,"column":0},"generated":{"line":5,"column":6911}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6914}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6916}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6919}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6922}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6926}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6928}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6931}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6936}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6940}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6943}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6946}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6951}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6955}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6958}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":305,"column":0},"generated":{"line":5,"column":6961}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":308,"column":0},"generated":{"line":5,"column":6966}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":308,"column":0},"generated":{"line":5,"column":6968}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":308,"column":0},"generated":{"line":5,"column":6971}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":308,"column":0},"generated":{"line":5,"column":6973}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6976}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6978}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6980}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6983}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6985}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":309,"column":0},"generated":{"line":5,"column":6987}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":311,"column":0},"generated":{"line":5,"column":6992}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":6994}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":312,"column":0},"generated":{"line":5,"column":6998}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":312,"column":0},"generated":{"line":5,"column":7000}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":310,"column":0},"generated":{"line":5,"column":7003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":310,"column":0},"generated":{"line":5,"column":7005}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":312,"column":0},"generated":{"line":5,"column":7009}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7014}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7016}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7019}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7024}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7028}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7031}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7034}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7039}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7043}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7046}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":313,"column":0},"generated":{"line":5,"column":7049}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":316,"column":0},"generated":{"line":5,"column":7053}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":315,"column":0},"generated":{"line":5,"column":7056}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":315,"column":0},"generated":{"line":5,"column":7058}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":315,"column":0},"generated":{"line":5,"column":7060}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":316,"column":0},"generated":{"line":5,"column":7063}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":316,"column":0},"generated":{"line":5,"column":7065}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":316,"column":0},"generated":{"line":5,"column":7067}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":320,"column":0},"generated":{"line":5,"column":7069}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":320,"column":0},"generated":{"line":5,"column":7071}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7074}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7076}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7079}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7082}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7086}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7088}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7091}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7096}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7100}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7103}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7106}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7111}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7115}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7118}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":314,"column":0},"generated":{"line":5,"column":7121}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":317,"column":0},"generated":{"line":5,"column":7126}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":317,"column":0},"generated":{"line":5,"column":7128}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":317,"column":0},"generated":{"line":5,"column":7131}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":317,"column":0},"generated":{"line":5,"column":7133}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7136}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7138}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7140}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7143}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7145}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":318,"column":0},"generated":{"line":5,"column":7147}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":320,"column":0},"generated":{"line":5,"column":7152}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7154}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":321,"column":0},"generated":{"line":5,"column":7158}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":321,"column":0},"generated":{"line":5,"column":7160}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":319,"column":0},"generated":{"line":5,"column":7163}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":319,"column":0},"generated":{"line":5,"column":7165}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":321,"column":0},"generated":{"line":5,"column":7169}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7174}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7176}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7179}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7184}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7188}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7191}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7194}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7199}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7203}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7206}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":322,"column":0},"generated":{"line":5,"column":7209}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":325,"column":0},"generated":{"line":5,"column":7213}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":324,"column":0},"generated":{"line":5,"column":7216}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":324,"column":0},"generated":{"line":5,"column":7218}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":324,"column":0},"generated":{"line":5,"column":7220}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":325,"column":0},"generated":{"line":5,"column":7223}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":325,"column":0},"generated":{"line":5,"column":7225}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":325,"column":0},"generated":{"line":5,"column":7227}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":329,"column":0},"generated":{"line":5,"column":7229}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":329,"column":0},"generated":{"line":5,"column":7231}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7234}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7236}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7239}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7242}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7246}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7248}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7251}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7256}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7260}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7263}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7266}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7271}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7275}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7278}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":323,"column":0},"generated":{"line":5,"column":7281}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":326,"column":0},"generated":{"line":5,"column":7286}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":326,"column":0},"generated":{"line":5,"column":7288}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":326,"column":0},"generated":{"line":5,"column":7291}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":326,"column":0},"generated":{"line":5,"column":7293}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7296}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7298}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7300}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7303}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7305}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":327,"column":0},"generated":{"line":5,"column":7307}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":329,"column":0},"generated":{"line":5,"column":7312}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":330,"column":0},"generated":{"line":5,"column":7314}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":330,"column":0},"generated":{"line":5,"column":7316}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":328,"column":0},"generated":{"line":5,"column":7319}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":328,"column":0},"generated":{"line":5,"column":7321}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":330,"column":0},"generated":{"line":5,"column":7325}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7327}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7332}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7335}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7340}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7343}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":333,"column":0},"generated":{"line":5,"column":7346}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7348}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7353}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7356}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7361}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7364}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":334,"column":0},"generated":{"line":5,"column":7367}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7369}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7374}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7377}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7382}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":335,"column":0},"generated":{"line":5,"column":7388}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7390}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7395}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7398}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7403}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7406}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":336,"column":0},"generated":{"line":5,"column":7409}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7411}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7416}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7419}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7424}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7427}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":337,"column":0},"generated":{"line":5,"column":7430}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7432}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7437}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7440}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7445}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7448}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":338,"column":0},"generated":{"line":5,"column":7451}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7453}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7458}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7466}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7469}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":339,"column":0},"generated":{"line":5,"column":7472}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7474}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7479}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7482}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7487}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7490}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":340,"column":0},"generated":{"line":5,"column":7493}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":343,"column":0},"generated":{"line":5,"column":7496}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":343,"column":0},"generated":{"line":5,"column":7503}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":343,"column":0},"generated":{"line":5,"column":7513}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":343,"column":0},"generated":{"line":5,"column":7517}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":344,"column":0},"generated":{"line":5,"column":7528}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":344,"column":0},"generated":{"line":5,"column":7533}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7544}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7548}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7550}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7555}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7558}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7560}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7565}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7568}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7570}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7575}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7578}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7580}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7585}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7588}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7590}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7595}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7598}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7600}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":346,"column":0},"generated":{"line":5,"column":7605}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7608}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7610}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7615}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7618}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7620}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":347,"column":0},"generated":{"line":5,"column":7625}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7628}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7630}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7640}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7643}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7646}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7650}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7660}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7663}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":349,"column":0},"generated":{"line":5,"column":7666}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7670}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7680}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7683}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7690}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7700}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7703}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":350,"column":0},"generated":{"line":5,"column":7706}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7710}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7720}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7723}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7726}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7730}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7740}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7743}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":351,"column":0},"generated":{"line":5,"column":7745}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7749}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7759}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7762}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7764}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7768}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7778}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":352,"column":0},"generated":{"line":5,"column":7781}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7784}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7794}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7797}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7800}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7804}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7814}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7817}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":353,"column":0},"generated":{"line":5,"column":7820}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7824}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7834}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7837}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7840}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7844}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7854}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7857}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":354,"column":0},"generated":{"line":5,"column":7860}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7864}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7874}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7877}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7880}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7884}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7894}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7897}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":355,"column":0},"generated":{"line":5,"column":7899}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7903}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7913}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7916}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7918}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7922}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7932}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":356,"column":0},"generated":{"line":5,"column":7935}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7938}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7951}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7954}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7958}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7968}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7971}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":357,"column":0},"generated":{"line":5,"column":7974}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":7978}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":7988}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":7991}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":7994}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":7998}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":8008}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":8011}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":358,"column":0},"generated":{"line":5,"column":8014}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8018}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8028}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8031}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8034}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8038}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8048}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8051}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":359,"column":0},"generated":{"line":5,"column":8053}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8057}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8067}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8070}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8072}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8076}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8086}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":360,"column":0},"generated":{"line":5,"column":8089}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8092}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8102}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8105}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8108}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8112}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8122}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8125}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":361,"column":0},"generated":{"line":5,"column":8128}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8132}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8142}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8145}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8148}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8152}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8162}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8165}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":362,"column":0},"generated":{"line":5,"column":8168}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8172}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8182}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8185}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8188}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8192}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8202}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8205}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":363,"column":0},"generated":{"line":5,"column":8207}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8211}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8221}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8224}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8226}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8230}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8240}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":364,"column":0},"generated":{"line":5,"column":8243}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8246}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8256}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8259}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8262}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8266}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8276}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8279}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":365,"column":0},"generated":{"line":5,"column":8282}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8286}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8296}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8299}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8302}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8306}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8316}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8319}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":366,"column":0},"generated":{"line":5,"column":8322}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8326}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8336}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8339}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8342}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8346}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8356}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8359}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":367,"column":0},"generated":{"line":5,"column":8361}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8365}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8375}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8378}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8380}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8384}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8394}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":368,"column":0},"generated":{"line":5,"column":8397}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8400}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8410}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8413}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8416}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8420}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8430}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8433}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":369,"column":0},"generated":{"line":5,"column":8436}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8440}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8450}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8453}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8456}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8460}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8470}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8473}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":370,"column":0},"generated":{"line":5,"column":8476}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8480}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8490}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8493}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8496}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8500}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8510}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8513}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":371,"column":0},"generated":{"line":5,"column":8515}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8519}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8529}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8532}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8534}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8538}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8548}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":372,"column":0},"generated":{"line":5,"column":8551}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8554}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8564}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8567}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8570}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8574}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8584}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8587}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":373,"column":0},"generated":{"line":5,"column":8590}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8594}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8604}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8607}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8610}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8614}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8624}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8627}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":374,"column":0},"generated":{"line":5,"column":8630}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8634}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8644}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8647}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8650}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8654}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8664}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8667}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":375,"column":0},"generated":{"line":5,"column":8669}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8673}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8683}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8686}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8688}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8692}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8702}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":376,"column":0},"generated":{"line":5,"column":8705}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":383,"column":0},"generated":{"line":5,"column":8708}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":377,"column":0},"generated":{"line":5,"column":8715}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":377,"column":0},"generated":{"line":5,"column":8720}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8728}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8731}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8741}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8744}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8747}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8751}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8761}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8764}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":378,"column":0},"generated":{"line":5,"column":8767}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8771}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8781}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8784}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8787}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8791}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8801}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8804}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":379,"column":0},"generated":{"line":5,"column":8807}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8811}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8821}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8824}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8827}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8831}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8841}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8844}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":380,"column":0},"generated":{"line":5,"column":8846}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8850}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8860}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8863}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8865}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8869}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8879}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":381,"column":0},"generated":{"line":5,"column":8882}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":383,"column":0},"generated":{"line":5,"column":8886}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8889}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8906}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8915}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8922}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":386,"column":0},"generated":{"line":5,"column":8932}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":388,"column":0},"generated":{"line":5,"column":8936}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":388,"column":0},"generated":{"line":5,"column":8943}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":388,"column":0},"generated":{"line":5,"column":8953}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":388,"column":0},"generated":{"line":5,"column":8960}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":389,"column":0},"generated":{"line":5,"column":8971}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":389,"column":0},"generated":{"line":5,"column":8976}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":8987}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":8991}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":8993}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":8998}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9001}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9008}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9011}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9013}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9018}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9021}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9023}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9028}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9031}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9033}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9038}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9041}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9043}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":391,"column":0},"generated":{"line":5,"column":9048}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9051}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9053}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9058}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9061}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9063}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":392,"column":0},"generated":{"line":5,"column":9068}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":394,"column":0},"generated":{"line":5,"column":9071}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":394,"column":0},"generated":{"line":5,"column":9073}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9074}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9077}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9080}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9084}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9087}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9090}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9094}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9097}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9099}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9103}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":395,"column":0},"generated":{"line":5,"column":9107}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9109}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9112}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9115}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9119}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9122}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9125}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9129}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9132}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9134}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9138}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":396,"column":0},"generated":{"line":5,"column":9142}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9144}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9147}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9150}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9154}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9157}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9160}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9164}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9167}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9169}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9173}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":397,"column":0},"generated":{"line":5,"column":9177}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9179}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9182}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9185}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9189}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9192}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9195}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9199}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9202}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9204}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9208}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":398,"column":0},"generated":{"line":5,"column":9212}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9214}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9217}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9220}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9224}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9227}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9230}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9234}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9237}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9239}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9243}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":399,"column":0},"generated":{"line":5,"column":9247}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9249}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9252}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9255}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9259}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9262}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9265}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9269}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9272}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9274}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9278}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":400,"column":0},"generated":{"line":5,"column":9282}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9284}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9287}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9290}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9294}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9297}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9300}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9304}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9307}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9309}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9313}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":401,"column":0},"generated":{"line":5,"column":9317}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":406,"column":0},"generated":{"line":5,"column":9320}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":403,"column":0},"generated":{"line":5,"column":9327}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":403,"column":0},"generated":{"line":5,"column":9332}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9339}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9341}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9346}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9349}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9352}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9356}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9359}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9362}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9366}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9369}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9371}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9375}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":404,"column":0},"generated":{"line":5,"column":9379}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":406,"column":0},"generated":{"line":5,"column":9382}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9385}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9392}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9402}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9408}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9415}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":409,"column":0},"generated":{"line":5,"column":9425}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":411,"column":0},"generated":{"line":5,"column":9432}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":411,"column":0},"generated":{"line":5,"column":9439}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":411,"column":0},"generated":{"line":5,"column":9449}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":411,"column":0},"generated":{"line":5,"column":9461}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":412,"column":0},"generated":{"line":5,"column":9472}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":412,"column":0},"generated":{"line":5,"column":9477}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9488}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9492}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9494}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9498}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9510}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9515}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9521}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":414,"column":0},"generated":{"line":5,"column":9524}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":415,"column":0},"generated":{"line":5,"column":9528}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":415,"column":0},"generated":{"line":5,"column":9530}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":415,"column":0},"generated":{"line":5,"column":9534}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":415,"column":0},"generated":{"line":5,"column":9543}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":426,"column":0},"generated":{"line":5,"column":9546}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":416,"column":0},"generated":{"line":5,"column":9553}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":416,"column":0},"generated":{"line":5,"column":9555}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":416,"column":0},"generated":{"line":5,"column":9565}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":416,"column":0},"generated":{"line":5,"column":9567}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":416,"column":0},"generated":{"line":5,"column":9572}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":417,"column":0},"generated":{"line":5,"column":9576}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":417,"column":0},"generated":{"line":5,"column":9578}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":417,"column":0},"generated":{"line":5,"column":9588}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":417,"column":0},"generated":{"line":5,"column":9590}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":417,"column":0},"generated":{"line":5,"column":9595}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":418,"column":0},"generated":{"line":5,"column":9599}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":418,"column":0},"generated":{"line":5,"column":9601}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":418,"column":0},"generated":{"line":5,"column":9611}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":418,"column":0},"generated":{"line":5,"column":9613}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":418,"column":0},"generated":{"line":5,"column":9618}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":419,"column":0},"generated":{"line":5,"column":9622}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":419,"column":0},"generated":{"line":5,"column":9624}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":419,"column":0},"generated":{"line":5,"column":9634}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":419,"column":0},"generated":{"line":5,"column":9637}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":419,"column":0},"generated":{"line":5,"column":9642}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":420,"column":0},"generated":{"line":5,"column":9646}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":420,"column":0},"generated":{"line":5,"column":9648}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":420,"column":0},"generated":{"line":5,"column":9658}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":420,"column":0},"generated":{"line":5,"column":9661}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":420,"column":0},"generated":{"line":5,"column":9666}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":421,"column":0},"generated":{"line":5,"column":9670}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":421,"column":0},"generated":{"line":5,"column":9672}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":421,"column":0},"generated":{"line":5,"column":9682}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":421,"column":0},"generated":{"line":5,"column":9685}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":421,"column":0},"generated":{"line":5,"column":9690}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":422,"column":0},"generated":{"line":5,"column":9694}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":422,"column":0},"generated":{"line":5,"column":9696}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":422,"column":0},"generated":{"line":5,"column":9706}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":422,"column":0},"generated":{"line":5,"column":9709}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":422,"column":0},"generated":{"line":5,"column":9714}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":423,"column":0},"generated":{"line":5,"column":9718}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":423,"column":0},"generated":{"line":5,"column":9723}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":424,"column":0},"generated":{"line":5,"column":9730}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":424,"column":0},"generated":{"line":5,"column":9732}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":424,"column":0},"generated":{"line":5,"column":9742}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":424,"column":0},"generated":{"line":5,"column":9745}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":424,"column":0},"generated":{"line":5,"column":9750}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":426,"column":0},"generated":{"line":5,"column":9754}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":487,"column":0},"generated":{"line":5,"column":9757}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":487,"column":0},"generated":{"line":5,"column":9768}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":487,"column":0},"generated":{"line":5,"column":9778}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":487,"column":0},"generated":{"line":5,"column":9782}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":489,"column":0},"generated":{"line":5,"column":9789}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":489,"column":0},"generated":{"line":5,"column":9800}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":489,"column":0},"generated":{"line":5,"column":9810}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":489,"column":0},"generated":{"line":5,"column":9819}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":491,"column":0},"generated":{"line":5,"column":9830}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":490,"column":0},"generated":{"line":5,"column":9833}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":490,"column":0},"generated":{"line":5,"column":9840}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":490,"column":0},"generated":{"line":5,"column":9850}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":490,"column":0},"generated":{"line":5,"column":9859}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":490,"column":0},"generated":{"line":5,"column":9864}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":491,"column":0},"generated":{"line":5,"column":9870}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":491,"column":0},"generated":{"line":5,"column":9875}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":491,"column":0},"generated":{"line":5,"column":9881}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":492,"column":0},"generated":{"line":5,"column":9882}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":492,"column":0},"generated":{"line":5,"column":9887}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":492,"column":0},"generated":{"line":5,"column":9894}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":493,"column":0},"generated":{"line":5,"column":9896}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":493,"column":0},"generated":{"line":5,"column":9900}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":493,"column":0},"generated":{"line":5,"column":9902}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":493,"column":0},"generated":{"line":5,"column":9907}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9915}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9922}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9927}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9932}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9937}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9943}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":494,"column":0},"generated":{"line":5,"column":9948}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":495,"column":0},"generated":{"line":5,"column":9962}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":495,"column":0},"generated":{"line":5,"column":9967}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":495,"column":0},"generated":{"line":5,"column":9974}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":495,"column":0},"generated":{"line":5,"column":9979}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":496,"column":0},"generated":{"line":5,"column":9988}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":496,"column":0},"generated":{"line":5,"column":9993}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":496,"column":0},"generated":{"line":5,"column":10000}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":497,"column":0},"generated":{"line":5,"column":10003}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":497,"column":0},"generated":{"line":5,"column":10010}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":497,"column":0},"generated":{"line":5,"column":10020}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":497,"column":0},"generated":{"line":5,"column":10029}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":497,"column":0},"generated":{"line":5,"column":10034}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":501,"column":0},"generated":{"line":5,"column":10042}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":501,"column":0},"generated":{"line":5,"column":10046}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":501,"column":0},"generated":{"line":5,"column":10054}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":502,"column":0},"generated":{"line":5,"column":10069}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":502,"column":0},"generated":{"line":5,"column":10077}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":502,"column":0},"generated":{"line":5,"column":10084}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":503,"column":0},"generated":{"line":5,"column":10092}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":503,"column":0},"generated":{"line":5,"column":10100}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":503,"column":0},"generated":{"line":5,"column":10107}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":503,"column":0},"generated":{"line":5,"column":10121}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":504,"column":0},"generated":{"line":5,"column":10124}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":504,"column":0},"generated":{"line":5,"column":10132}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":504,"column":0},"generated":{"line":5,"column":10139}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":504,"column":0},"generated":{"line":5,"column":10144}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":505,"column":0},"generated":{"line":5,"column":10163}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":505,"column":0},"generated":{"line":5,"column":10171}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":505,"column":0},"generated":{"line":5,"column":10178}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":505,"column":0},"generated":{"line":5,"column":10183}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":505,"column":0},"generated":{"line":5,"column":10201}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":507,"column":0},"generated":{"line":5,"column":10204}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":508,"column":0},"generated":{"line":5,"column":10214}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":508,"column":0},"generated":{"line":5,"column":10221}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":508,"column":0},"generated":{"line":5,"column":10229}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":510,"column":0},"generated":{"line":5,"column":10238}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":510,"column":0},"generated":{"line":5,"column":10243}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":510,"column":0},"generated":{"line":5,"column":10250}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":510,"column":0},"generated":{"line":5,"column":10258}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":511,"column":0},"generated":{"line":5,"column":10265}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":511,"column":0},"generated":{"line":5,"column":10270}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":511,"column":0},"generated":{"line":5,"column":10277}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":511,"column":0},"generated":{"line":5,"column":10285}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":512,"column":0},"generated":{"line":5,"column":10292}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":513,"column":0},"generated":{"line":5,"column":10297}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":513,"column":0},"generated":{"line":5,"column":10304}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":514,"column":0},"generated":{"line":5,"column":10315}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":514,"column":0},"generated":{"line":5,"column":10322}},{"source":"../node_modules/js-sha256/src/sha256.js","original":{"line":10,"column":0},"generated":{"line":5,"column":10333}}],"sources":{"../node_modules/js-sha256/src/sha256.js":"/**\n * [js-sha256]{@link https://github.com/emn178/js-sha256}\n *\n * @version 0.9.0\n * @author Chen, Yi-Cyuan [emn178@gmail.com]\n * @copyright Chen, Yi-Cyuan 2014-2017\n * @license MIT\n */\n/*jslint bitwise: true */\n(function () {\n 'use strict';\n\n var ERROR = 'input is invalid type';\n var WINDOW = typeof window === 'object';\n var root = WINDOW ? window : {};\n if (root.JS_SHA256_NO_WINDOW) {\n WINDOW = false;\n }\n var WEB_WORKER = !WINDOW && typeof self === 'object';\n var NODE_JS = !root.JS_SHA256_NO_NODE_JS && typeof process === 'object' && process.versions && process.versions.node;\n if (NODE_JS) {\n root = global;\n } else if (WEB_WORKER) {\n root = self;\n }\n var COMMON_JS = !root.JS_SHA256_NO_COMMON_JS && typeof module === 'object' && module.exports;\n var AMD = typeof define === 'function' && define.amd;\n var ARRAY_BUFFER = !root.JS_SHA256_NO_ARRAY_BUFFER && typeof ArrayBuffer !== 'undefined';\n var HEX_CHARS = '0123456789abcdef'.split('');\n var EXTRA = [-2147483648, 8388608, 32768, 128];\n var SHIFT = [24, 16, 8, 0];\n var K = [\n 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5,\n 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174,\n 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc, 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da,\n 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967,\n 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85,\n 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070,\n 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3,\n 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2\n ];\n var OUTPUT_TYPES = ['hex', 'array', 'digest', 'arrayBuffer'];\n\n var blocks = [];\n\n if (root.JS_SHA256_NO_NODE_JS || !Array.isArray) {\n Array.isArray = function (obj) {\n return Object.prototype.toString.call(obj) === '[object Array]';\n };\n }\n\n if (ARRAY_BUFFER && (root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW || !ArrayBuffer.isView)) {\n ArrayBuffer.isView = function (obj) {\n return typeof obj === 'object' && obj.buffer && obj.buffer.constructor === ArrayBuffer;\n };\n }\n\n var createOutputMethod = function (outputType, is224) {\n return function (message) {\n return new Sha256(is224, true).update(message)[outputType]();\n };\n };\n\n var createMethod = function (is224) {\n var method = createOutputMethod('hex', is224);\n if (NODE_JS) {\n method = nodeWrap(method, is224);\n }\n method.create = function () {\n return new Sha256(is224);\n };\n method.update = function (message) {\n return method.create().update(message);\n };\n for (var i = 0; i < OUTPUT_TYPES.length; ++i) {\n var type = OUTPUT_TYPES[i];\n method[type] = createOutputMethod(type, is224);\n }\n return method;\n };\n\n var nodeWrap = function (method, is224) {\n var crypto = eval(\"require('crypto')\");\n var Buffer = eval(\"require('buffer').Buffer\");\n var algorithm = is224 ? 'sha224' : 'sha256';\n var nodeMethod = function (message) {\n if (typeof message === 'string') {\n return crypto.createHash(algorithm).update(message, 'utf8').digest('hex');\n } else {\n if (message === null || message === undefined) {\n throw new Error(ERROR);\n } else if (message.constructor === ArrayBuffer) {\n message = new Uint8Array(message);\n }\n }\n if (Array.isArray(message) || ArrayBuffer.isView(message) ||\n message.constructor === Buffer) {\n return crypto.createHash(algorithm).update(new Buffer(message)).digest('hex');\n } else {\n return method(message);\n }\n };\n return nodeMethod;\n };\n\n var createHmacOutputMethod = function (outputType, is224) {\n return function (key, message) {\n return new HmacSha256(key, is224, true).update(message)[outputType]();\n };\n };\n\n var createHmacMethod = function (is224) {\n var method = createHmacOutputMethod('hex', is224);\n method.create = function (key) {\n return new HmacSha256(key, is224);\n };\n method.update = function (key, message) {\n return method.create(key).update(message);\n };\n for (var i = 0; i < OUTPUT_TYPES.length; ++i) {\n var type = OUTPUT_TYPES[i];\n method[type] = createHmacOutputMethod(type, is224);\n }\n return method;\n };\n\n function Sha256(is224, sharedMemory) {\n if (sharedMemory) {\n blocks[0] = blocks[16] = blocks[1] = blocks[2] = blocks[3] =\n blocks[4] = blocks[5] = blocks[6] = blocks[7] =\n blocks[8] = blocks[9] = blocks[10] = blocks[11] =\n blocks[12] = blocks[13] = blocks[14] = blocks[15] = 0;\n this.blocks = blocks;\n } else {\n this.blocks = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];\n }\n\n if (is224) {\n this.h0 = 0xc1059ed8;\n this.h1 = 0x367cd507;\n this.h2 = 0x3070dd17;\n this.h3 = 0xf70e5939;\n this.h4 = 0xffc00b31;\n this.h5 = 0x68581511;\n this.h6 = 0x64f98fa7;\n this.h7 = 0xbefa4fa4;\n } else { // 256\n this.h0 = 0x6a09e667;\n this.h1 = 0xbb67ae85;\n this.h2 = 0x3c6ef372;\n this.h3 = 0xa54ff53a;\n this.h4 = 0x510e527f;\n this.h5 = 0x9b05688c;\n this.h6 = 0x1f83d9ab;\n this.h7 = 0x5be0cd19;\n }\n\n this.block = this.start = this.bytes = this.hBytes = 0;\n this.finalized = this.hashed = false;\n this.first = true;\n this.is224 = is224;\n }\n\n Sha256.prototype.update = function (message) {\n if (this.finalized) {\n return;\n }\n var notString, type = typeof message;\n if (type !== 'string') {\n if (type === 'object') {\n if (message === null) {\n throw new Error(ERROR);\n } else if (ARRAY_BUFFER && message.constructor === ArrayBuffer) {\n message = new Uint8Array(message);\n } else if (!Array.isArray(message)) {\n if (!ARRAY_BUFFER || !ArrayBuffer.isView(message)) {\n throw new Error(ERROR);\n }\n }\n } else {\n throw new Error(ERROR);\n }\n notString = true;\n }\n var code, index = 0, i, length = message.length, blocks = this.blocks;\n\n while (index < length) {\n if (this.hashed) {\n this.hashed = false;\n blocks[0] = this.block;\n blocks[16] = blocks[1] = blocks[2] = blocks[3] =\n blocks[4] = blocks[5] = blocks[6] = blocks[7] =\n blocks[8] = blocks[9] = blocks[10] = blocks[11] =\n blocks[12] = blocks[13] = blocks[14] = blocks[15] = 0;\n }\n\n if (notString) {\n for (i = this.start; index < length && i < 64; ++index) {\n blocks[i >> 2] |= message[index] << SHIFT[i++ & 3];\n }\n } else {\n for (i = this.start; index < length && i < 64; ++index) {\n code = message.charCodeAt(index);\n if (code < 0x80) {\n blocks[i >> 2] |= code << SHIFT[i++ & 3];\n } else if (code < 0x800) {\n blocks[i >> 2] |= (0xc0 | (code >> 6)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | (code & 0x3f)) << SHIFT[i++ & 3];\n } else if (code < 0xd800 || code >= 0xe000) {\n blocks[i >> 2] |= (0xe0 | (code >> 12)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | ((code >> 6) & 0x3f)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | (code & 0x3f)) << SHIFT[i++ & 3];\n } else {\n code = 0x10000 + (((code & 0x3ff) << 10) | (message.charCodeAt(++index) & 0x3ff));\n blocks[i >> 2] |= (0xf0 | (code >> 18)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | ((code >> 12) & 0x3f)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | ((code >> 6) & 0x3f)) << SHIFT[i++ & 3];\n blocks[i >> 2] |= (0x80 | (code & 0x3f)) << SHIFT[i++ & 3];\n }\n }\n }\n\n this.lastByteIndex = i;\n this.bytes += i - this.start;\n if (i >= 64) {\n this.block = blocks[16];\n this.start = i - 64;\n this.hash();\n this.hashed = true;\n } else {\n this.start = i;\n }\n }\n if (this.bytes > 4294967295) {\n this.hBytes += this.bytes / 4294967296 << 0;\n this.bytes = this.bytes % 4294967296;\n }\n return this;\n };\n\n Sha256.prototype.finalize = function () {\n if (this.finalized) {\n return;\n }\n this.finalized = true;\n var blocks = this.blocks, i = this.lastByteIndex;\n blocks[16] = this.block;\n blocks[i >> 2] |= EXTRA[i & 3];\n this.block = blocks[16];\n if (i >= 56) {\n if (!this.hashed) {\n this.hash();\n }\n blocks[0] = this.block;\n blocks[16] = blocks[1] = blocks[2] = blocks[3] =\n blocks[4] = blocks[5] = blocks[6] = blocks[7] =\n blocks[8] = blocks[9] = blocks[10] = blocks[11] =\n blocks[12] = blocks[13] = blocks[14] = blocks[15] = 0;\n }\n blocks[14] = this.hBytes << 3 | this.bytes >>> 29;\n blocks[15] = this.bytes << 3;\n this.hash();\n };\n\n Sha256.prototype.hash = function () {\n var a = this.h0, b = this.h1, c = this.h2, d = this.h3, e = this.h4, f = this.h5, g = this.h6,\n h = this.h7, blocks = this.blocks, j, s0, s1, maj, t1, t2, ch, ab, da, cd, bc;\n\n for (j = 16; j < 64; ++j) {\n // rightrotate\n t1 = blocks[j - 15];\n s0 = ((t1 >>> 7) | (t1 << 25)) ^ ((t1 >>> 18) | (t1 << 14)) ^ (t1 >>> 3);\n t1 = blocks[j - 2];\n s1 = ((t1 >>> 17) | (t1 << 15)) ^ ((t1 >>> 19) | (t1 << 13)) ^ (t1 >>> 10);\n blocks[j] = blocks[j - 16] + s0 + blocks[j - 7] + s1 << 0;\n }\n\n bc = b & c;\n for (j = 0; j < 64; j += 4) {\n if (this.first) {\n if (this.is224) {\n ab = 300032;\n t1 = blocks[0] - 1413257819;\n h = t1 - 150054599 << 0;\n d = t1 + 24177077 << 0;\n } else {\n ab = 704751109;\n t1 = blocks[0] - 210244248;\n h = t1 - 1521486534 << 0;\n d = t1 + 143694565 << 0;\n }\n this.first = false;\n } else {\n s0 = ((a >>> 2) | (a << 30)) ^ ((a >>> 13) | (a << 19)) ^ ((a >>> 22) | (a << 10));\n s1 = ((e >>> 6) | (e << 26)) ^ ((e >>> 11) | (e << 21)) ^ ((e >>> 25) | (e << 7));\n ab = a & b;\n maj = ab ^ (a & c) ^ bc;\n ch = (e & f) ^ (~e & g);\n t1 = h + s1 + ch + K[j] + blocks[j];\n t2 = s0 + maj;\n h = d + t1 << 0;\n d = t1 + t2 << 0;\n }\n s0 = ((d >>> 2) | (d << 30)) ^ ((d >>> 13) | (d << 19)) ^ ((d >>> 22) | (d << 10));\n s1 = ((h >>> 6) | (h << 26)) ^ ((h >>> 11) | (h << 21)) ^ ((h >>> 25) | (h << 7));\n da = d & a;\n maj = da ^ (d & b) ^ ab;\n ch = (h & e) ^ (~h & f);\n t1 = g + s1 + ch + K[j + 1] + blocks[j + 1];\n t2 = s0 + maj;\n g = c + t1 << 0;\n c = t1 + t2 << 0;\n s0 = ((c >>> 2) | (c << 30)) ^ ((c >>> 13) | (c << 19)) ^ ((c >>> 22) | (c << 10));\n s1 = ((g >>> 6) | (g << 26)) ^ ((g >>> 11) | (g << 21)) ^ ((g >>> 25) | (g << 7));\n cd = c & d;\n maj = cd ^ (c & a) ^ da;\n ch = (g & h) ^ (~g & e);\n t1 = f + s1 + ch + K[j + 2] + blocks[j + 2];\n t2 = s0 + maj;\n f = b + t1 << 0;\n b = t1 + t2 << 0;\n s0 = ((b >>> 2) | (b << 30)) ^ ((b >>> 13) | (b << 19)) ^ ((b >>> 22) | (b << 10));\n s1 = ((f >>> 6) | (f << 26)) ^ ((f >>> 11) | (f << 21)) ^ ((f >>> 25) | (f << 7));\n bc = b & c;\n maj = bc ^ (b & d) ^ cd;\n ch = (f & g) ^ (~f & h);\n t1 = e + s1 + ch + K[j + 3] + blocks[j + 3];\n t2 = s0 + maj;\n e = a + t1 << 0;\n a = t1 + t2 << 0;\n }\n\n this.h0 = this.h0 + a << 0;\n this.h1 = this.h1 + b << 0;\n this.h2 = this.h2 + c << 0;\n this.h3 = this.h3 + d << 0;\n this.h4 = this.h4 + e << 0;\n this.h5 = this.h5 + f << 0;\n this.h6 = this.h6 + g << 0;\n this.h7 = this.h7 + h << 0;\n };\n\n Sha256.prototype.hex = function () {\n this.finalize();\n\n var h0 = this.h0, h1 = this.h1, h2 = this.h2, h3 = this.h3, h4 = this.h4, h5 = this.h5,\n h6 = this.h6, h7 = this.h7;\n\n var hex = HEX_CHARS[(h0 >> 28) & 0x0F] + HEX_CHARS[(h0 >> 24) & 0x0F] +\n HEX_CHARS[(h0 >> 20) & 0x0F] + HEX_CHARS[(h0 >> 16) & 0x0F] +\n HEX_CHARS[(h0 >> 12) & 0x0F] + HEX_CHARS[(h0 >> 8) & 0x0F] +\n HEX_CHARS[(h0 >> 4) & 0x0F] + HEX_CHARS[h0 & 0x0F] +\n HEX_CHARS[(h1 >> 28) & 0x0F] + HEX_CHARS[(h1 >> 24) & 0x0F] +\n HEX_CHARS[(h1 >> 20) & 0x0F] + HEX_CHARS[(h1 >> 16) & 0x0F] +\n HEX_CHARS[(h1 >> 12) & 0x0F] + HEX_CHARS[(h1 >> 8) & 0x0F] +\n HEX_CHARS[(h1 >> 4) & 0x0F] + HEX_CHARS[h1 & 0x0F] +\n HEX_CHARS[(h2 >> 28) & 0x0F] + HEX_CHARS[(h2 >> 24) & 0x0F] +\n HEX_CHARS[(h2 >> 20) & 0x0F] + HEX_CHARS[(h2 >> 16) & 0x0F] +\n HEX_CHARS[(h2 >> 12) & 0x0F] + HEX_CHARS[(h2 >> 8) & 0x0F] +\n HEX_CHARS[(h2 >> 4) & 0x0F] + HEX_CHARS[h2 & 0x0F] +\n HEX_CHARS[(h3 >> 28) & 0x0F] + HEX_CHARS[(h3 >> 24) & 0x0F] +\n HEX_CHARS[(h3 >> 20) & 0x0F] + HEX_CHARS[(h3 >> 16) & 0x0F] +\n HEX_CHARS[(h3 >> 12) & 0x0F] + HEX_CHARS[(h3 >> 8) & 0x0F] +\n HEX_CHARS[(h3 >> 4) & 0x0F] + HEX_CHARS[h3 & 0x0F] +\n HEX_CHARS[(h4 >> 28) & 0x0F] + HEX_CHARS[(h4 >> 24) & 0x0F] +\n HEX_CHARS[(h4 >> 20) & 0x0F] + HEX_CHARS[(h4 >> 16) & 0x0F] +\n HEX_CHARS[(h4 >> 12) & 0x0F] + HEX_CHARS[(h4 >> 8) & 0x0F] +\n HEX_CHARS[(h4 >> 4) & 0x0F] + HEX_CHARS[h4 & 0x0F] +\n HEX_CHARS[(h5 >> 28) & 0x0F] + HEX_CHARS[(h5 >> 24) & 0x0F] +\n HEX_CHARS[(h5 >> 20) & 0x0F] + HEX_CHARS[(h5 >> 16) & 0x0F] +\n HEX_CHARS[(h5 >> 12) & 0x0F] + HEX_CHARS[(h5 >> 8) & 0x0F] +\n HEX_CHARS[(h5 >> 4) & 0x0F] + HEX_CHARS[h5 & 0x0F] +\n HEX_CHARS[(h6 >> 28) & 0x0F] + HEX_CHARS[(h6 >> 24) & 0x0F] +\n HEX_CHARS[(h6 >> 20) & 0x0F] + HEX_CHARS[(h6 >> 16) & 0x0F] +\n HEX_CHARS[(h6 >> 12) & 0x0F] + HEX_CHARS[(h6 >> 8) & 0x0F] +\n HEX_CHARS[(h6 >> 4) & 0x0F] + HEX_CHARS[h6 & 0x0F];\n if (!this.is224) {\n hex += HEX_CHARS[(h7 >> 28) & 0x0F] + HEX_CHARS[(h7 >> 24) & 0x0F] +\n HEX_CHARS[(h7 >> 20) & 0x0F] + HEX_CHARS[(h7 >> 16) & 0x0F] +\n HEX_CHARS[(h7 >> 12) & 0x0F] + HEX_CHARS[(h7 >> 8) & 0x0F] +\n HEX_CHARS[(h7 >> 4) & 0x0F] + HEX_CHARS[h7 & 0x0F];\n }\n return hex;\n };\n\n Sha256.prototype.toString = Sha256.prototype.hex;\n\n Sha256.prototype.digest = function () {\n this.finalize();\n\n var h0 = this.h0, h1 = this.h1, h2 = this.h2, h3 = this.h3, h4 = this.h4, h5 = this.h5,\n h6 = this.h6, h7 = this.h7;\n\n var arr = [\n (h0 >> 24) & 0xFF, (h0 >> 16) & 0xFF, (h0 >> 8) & 0xFF, h0 & 0xFF,\n (h1 >> 24) & 0xFF, (h1 >> 16) & 0xFF, (h1 >> 8) & 0xFF, h1 & 0xFF,\n (h2 >> 24) & 0xFF, (h2 >> 16) & 0xFF, (h2 >> 8) & 0xFF, h2 & 0xFF,\n (h3 >> 24) & 0xFF, (h3 >> 16) & 0xFF, (h3 >> 8) & 0xFF, h3 & 0xFF,\n (h4 >> 24) & 0xFF, (h4 >> 16) & 0xFF, (h4 >> 8) & 0xFF, h4 & 0xFF,\n (h5 >> 24) & 0xFF, (h5 >> 16) & 0xFF, (h5 >> 8) & 0xFF, h5 & 0xFF,\n (h6 >> 24) & 0xFF, (h6 >> 16) & 0xFF, (h6 >> 8) & 0xFF, h6 & 0xFF\n ];\n if (!this.is224) {\n arr.push((h7 >> 24) & 0xFF, (h7 >> 16) & 0xFF, (h7 >> 8) & 0xFF, h7 & 0xFF);\n }\n return arr;\n };\n\n Sha256.prototype.array = Sha256.prototype.digest;\n\n Sha256.prototype.arrayBuffer = function () {\n this.finalize();\n\n var buffer = new ArrayBuffer(this.is224 ? 28 : 32);\n var dataView = new DataView(buffer);\n dataView.setUint32(0, this.h0);\n dataView.setUint32(4, this.h1);\n dataView.setUint32(8, this.h2);\n dataView.setUint32(12, this.h3);\n dataView.setUint32(16, this.h4);\n dataView.setUint32(20, this.h5);\n dataView.setUint32(24, this.h6);\n if (!this.is224) {\n dataView.setUint32(28, this.h7);\n }\n return buffer;\n };\n\n function HmacSha256(key, is224, sharedMemory) {\n var i, type = typeof key;\n if (type === 'string') {\n var bytes = [], length = key.length, index = 0, code;\n for (i = 0; i < length; ++i) {\n code = key.charCodeAt(i);\n if (code < 0x80) {\n bytes[index++] = code;\n } else if (code < 0x800) {\n bytes[index++] = (0xc0 | (code >> 6));\n bytes[index++] = (0x80 | (code & 0x3f));\n } else if (code < 0xd800 || code >= 0xe000) {\n bytes[index++] = (0xe0 | (code >> 12));\n bytes[index++] = (0x80 | ((code >> 6) & 0x3f));\n bytes[index++] = (0x80 | (code & 0x3f));\n } else {\n code = 0x10000 + (((code & 0x3ff) << 10) | (key.charCodeAt(++i) & 0x3ff));\n bytes[index++] = (0xf0 | (code >> 18));\n bytes[index++] = (0x80 | ((code >> 12) & 0x3f));\n bytes[index++] = (0x80 | ((code >> 6) & 0x3f));\n bytes[index++] = (0x80 | (code & 0x3f));\n }\n }\n key = bytes;\n } else {\n if (type === 'object') {\n if (key === null) {\n throw new Error(ERROR);\n } else if (ARRAY_BUFFER && key.constructor === ArrayBuffer) {\n key = new Uint8Array(key);\n } else if (!Array.isArray(key)) {\n if (!ARRAY_BUFFER || !ArrayBuffer.isView(key)) {\n throw new Error(ERROR);\n }\n }\n } else {\n throw new Error(ERROR);\n }\n }\n\n if (key.length > 64) {\n key = (new Sha256(is224, true)).update(key).array();\n }\n\n var oKeyPad = [], iKeyPad = [];\n for (i = 0; i < 64; ++i) {\n var b = key[i] || 0;\n oKeyPad[i] = 0x5c ^ b;\n iKeyPad[i] = 0x36 ^ b;\n }\n\n Sha256.call(this, is224, sharedMemory);\n\n this.update(iKeyPad);\n this.oKeyPad = oKeyPad;\n this.inner = true;\n this.sharedMemory = sharedMemory;\n }\n HmacSha256.prototype = new Sha256();\n\n HmacSha256.prototype.finalize = function () {\n Sha256.prototype.finalize.call(this);\n if (this.inner) {\n this.inner = false;\n var innerHash = this.array();\n Sha256.call(this, this.is224, this.sharedMemory);\n this.update(this.oKeyPad);\n this.update(innerHash);\n Sha256.prototype.finalize.call(this);\n }\n };\n\n var exports = createMethod();\n exports.sha256 = exports;\n exports.sha224 = createMethod(true);\n exports.sha256.hmac = createHmacMethod();\n exports.sha224.hmac = createHmacMethod(true);\n\n if (COMMON_JS) {\n module.exports = exports;\n } else {\n root.sha256 = exports.sha256;\n root.sha224 = exports.sha224;\n if (AMD) {\n define(function () {\n return exports;\n });\n }\n }\n})();\n"},"lineCount":null}},"error":null,"hash":"45e8a51fac29c7f9140bca6147d74207","cacheData":{"env":{}}}
[ 4895, 312, 2404, 42, 17, 8763, 2430, 45841, 3976, 32509, 3672, 15473, 11195, 14, 76, 1078, 14, 16775, 82, 14, 76, 1078, 5354, 9860, 14, 44623, 12, 19738, 273, 14, 1069, 12629, 14, 45018, 14, 26495, 13, 17752, 2430, 259, 10341, 818, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "_from": "p-finally@^1.0.0", "_id": "p-finally@1.0.0", "_inBundle": false, "_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", "_location": "/p-finally", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "p-finally@^1.0.0", "name": "p-finally", "escapedName": "p-finally", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/execa" ], "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae", "_spec": "p-finally@^1.0.0", "_where": "C:\\Users\\berna\\Desktop\\maratonadev\\node_modules\\execa", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/p-finally/issues" }, "bundleDependencies": false, "deprecated": false, "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/p-finally#readme", "keywords": [ "promise", "finally", "handler", "function", "async", "await", "promises", "settled", "ponyfill", "polyfill", "shim", "bluebird" ], "license": "MIT", "name": "p-finally", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/p-finally.git" }, "scripts": { "test": "xo && ava" }, "version": "1.0.0", "xo": { "esnext": true } }
[ 90, 198, 220, 45434, 6738, 1298, 366, 79, 12, 69, 3289, 31, 61, 16, 13, 15, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 79, 12, 69, 3289, 31, 16, 13, 15, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"id":"2001","provinceId":"35","regencyId":"05","districtId":"09","name":"Sumberasri"}
[ 4895, 312, 2404, 14585, 2430, 15234, 924, 7390, 2404, 2327, 2430, 2301, 1387, 7390, 2404, 2713, 2430, 17080, 2012, 7390, 2404, 2931, 2430, 3672, 2404, 50, 4494, 292, 380, 20662 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
{"remainingRequest":"c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!c:\\Users\\pc\\Desktop\\dogshop\\app\\src\\components\\message\\Counselor.vue?vue&type=template&id=bc5abc3a&scoped=true","dependencies":[{"path":"c:\\Users\\pc\\Desktop\\dogshop\\app\\src\\components\\message\\Counselor.vue","mtime":1568774904876},{"path":"c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1568774874184},{"path":"c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1568774899277},{"path":"c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1568774874184},{"path":"c:\\Users\\pc\\Desktop\\dogshop\\app\\node_modules\\vue-loader\\lib\\index.js","mtime":1568774899275}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [_c(\"titleBar\", { attrs: { title: \"养宠顾问\" } }), _vm._m(0)],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"text\" }, [\n _c(\"p\", [\n _c(\"span\", [_vm._v(\"温馨提示:\")]),\n _vm._v(\n \"平台付款即享受10天健康担保期,担保期内如遇到犬瘟、细小可申请退款,严重货不对版情况平台支持买家退货;切勿私下微信付款,无任何保障且后期极难维权,容易受骗。\"\n )\n ])\n ])\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
[ 4895, 2787, 1397, 18453, 2404, 66, 25, 6852, 14490, 6852, 14751, 6852, 36881, 6852, 9703, 24643, 6852, 1324, 6852, 17440, 62, 18170, 6852, 85, 518, 12, 29356, 6852, 8019, 6852, 2220, 364, 6852, 28243, 17401, 13, 8457, 3548, 85, 518, 12,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "name" : "Base64MimeConverter" }
[ 90, 198, 197, 1, 3672, 1, 1058, 366, 14881, 2414, 44, 524, 3103, 332, 353, 1, 1782, 198 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
{ "_from": "is-number@^7.0.0", "_id": "is-number@7.0.0", "_inBundle": false, "_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "_location": "/is-number", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-number@^7.0.0", "name": "is-number", "escapedName": "is-number", "rawSpec": "^7.0.0", "saveSpec": null, "fetchSpec": "^7.0.0" }, "_requiredBy": [ "/to-regex-range" ], "_resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "_shasum": "7535345b896734d5f80c4d06c50955527a14f12b", "_spec": "is-number@^7.0.0", "_where": "/Users/mirimichaelson/Desktop/Projects/Makersbnb/node_modules/to-regex-range", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/is-number/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Olsten Larck", "url": "https://i.am.charlike.online" }, { "name": "Rouven Weßling", "url": "www.rouvenwessling.de" } ], "deprecated": false, "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.", "devDependencies": { "ansi": "^0.3.1", "benchmark": "^2.1.4", "gulp-format-md": "^1.0.0", "mocha": "^3.5.3" }, "engines": { "node": ">=0.12.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/is-number", "keywords": [ "cast", "check", "coerce", "coercion", "finite", "integer", "is", "isnan", "is-nan", "is-num", "is-number", "isnumber", "isfinite", "istype", "kind", "math", "nan", "num", "number", "numeric", "parseFloat", "parseInt", "test", "type", "typeof", "value" ], "license": "MIT", "main": "index.js", "name": "is-number", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/is-number.git" }, "scripts": { "test": "mocha" }, "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "related": { "list": [ "is-plain-object", "is-primitive", "isobject", "kind-of" ] }, "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true } }, "version": "7.0.0" }
[ 90, 198, 220, 45434, 6738, 1298, 366, 271, 12, 17618, 31, 61, 22, 13, 15, 13, 15, 1600, 198, 220, 45434, 312, 1298, 366, 271, 12, 17618, 31, 22, 13, 15, 13, 15, 1600, 198, 220, 45434, 259, 33, 31249, 1298, 3991, 11, 198, 220, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "channeldata": { "activate.d": true, "binary_prefix": true, "deactivate.d": true, "description": null, "dev_url": null, "doc_source_url": null, "doc_url": null, "home": "http://ncl.ucar.edu/", "icon_hash": null, "icon_url": null, "identifiers": null, "keywords": null, "license": "Apache 2.0", "post_link": false, "pre_link": false, "pre_unlink": false, "recipe_origin": null, "run_exports": {}, "source_git_url": null, "source_url": "https://github.com/NCAR/ncl/archive/6.6.2.tar.gz", "subdirs": [ "linux-64" ], "summary": "NCAR Command Language", "tags": null, "text_prefix": true, "timestamp": 1555099614, "version": "6.6.2" }, "channeldata_version": 1, "feedstock": null, "labels": [ "cf202003", "main" ], "package": "ncl-6.6.2-hc2f75e0_2.tar.bz2", "repodata": { "build": "hc2f75e0_2", "build_number": 2, "depends": [ "bzip2 >=1.0.6,<2.0a0", "cairo >=1.16.0,<1.17.0a0", "curl >=7.64.1,<8.0a0", "esmf", "freetype >=2.9.1,<3.0a0", "gsl >=2.4,<2.5.0a0", "hdf4 >=4.2.13,<4.3.0a0", "hdf5 >=1.10.4,<1.10.5.0a0", "hdfeos2", "hdfeos5", "jasper >=1.900.1,<2.0a0", "jpeg >=9c,<10a", "libblas >=3.8.0,<4.0a0", "libcblas >=3.8.0,<4.0a0", "libgcc-ng >=7.3.0", "libgdal >=2.4.1,<2.5.0a0", "libgfortran-ng >=7,<8.0a0", "libiconv >=1.15,<1.16.0a0", "libnetcdf >=4.6.2,<4.6.3.0a0", "libpng >=1.6.35,<1.7.0a0", "libstdcxx-ng >=7.3.0", "pixman >=0.34.0,<0.35.0a0", "proj4 >=6.0.0,<6.0.1.0a0", "udunits2", "xorg-imake", "xorg-libx11", "xorg-libxaw", "xorg-libxmu", "xorg-libxrender", "xorg-makedepend", "zlib >=1.2.11,<1.3.0a0" ], "license": "Apache 2.0", "md5": "c636d4ae7fbd3467e6b1e15416bfdabd", "name": "ncl", "sha256": "b09f56df9ccab6a2b4cf157a7882310feb1c007b2edc9185ac18dc7c99f93230", "size": 63017172, "subdir": "linux-64", "timestamp": 1555099614118, "version": "6.6.2" }, "repodata_version": 1, "subdir": "linux-64", "url": "https://github.com/regro/releases/releases/download/linux-64/ncl-6.6.2-hc2f75e0_2.tar.bz2/ncl-6.6.2-hc2f75e0_2.tar.bz2" }
[ 90, 198, 220, 366, 3147, 710, 335, 1045, 1298, 1391, 198, 220, 220, 220, 366, 39022, 13, 67, 1298, 2081, 11, 198, 220, 220, 220, 366, 39491, 62, 40290, 1298, 2081, 11, 198, 220, 220, 220, 366, 2934, 39022, 13, 67, 1298, 2081, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{ "extends": "../../tsconfig.json", "include": ["src"], "exclude": ["tests"], "compilerOptions": { "esModuleInterop": true, "declaration": true, "sourceMap": true, "baseUrl": "../..", "paths": { "uxdm/*": ["./packages/uxdm/src/*"], "uxdm": ["./packages/uxdm/src"] }, "target": "ES5" } }
[ 90, 198, 220, 366, 2302, 2412, 1298, 366, 40720, 40720, 912, 11250, 13, 17752, 1600, 198, 220, 366, 17256, 1298, 14631, 10677, 33116, 198, 220, 366, 1069, 9152, 1298, 14631, 41989, 33116, 198, 220, 366, 5589, 5329, 29046, 1298, 1391, 19...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"componentChunkName":"component---src-templates-post-js","path":"/getting-started-with-grunt-and-sass/","webpackCompilationHash":"","result":{"data":{"markdownRemark":{"html":"<p>You've probably heard of <a href=\"http://gruntjs.com/\">Grunt</a>, the JavaScript task runner that runs on <a href=\"https://nodejs.org/en/\">Node.js</a>. Maybe you've tried to get it up and running, but got lost or confused during setup. Maybe you know of it, but aren't sure how it can be useful or if it's worth the time invested. </p>\n<p>I'm going to show you how Grunt can be useful, and I'm not going to throw command lines at you and assume what you might already have installed. I'll let you know exactly what you need to install, and in what order, to start optimizing your workflow.</p>\n<h4 id=\"prerequisities\"><a href=\"#prerequisities\" aria-label=\"prerequisities permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Prerequisities</h4>\n<ul>\n<li>Ability to make a website with HTML, CSS, and JavaScript.</li>\n<li>A very basic knowledge of the <a href=\"/how-to-use-the-command-line-for-apple-macos-and-linux/\">command line</a>.</li>\n</ul>\n<p>If you think you can follow along without reading that, here are the most important commands, and all you need to know to get started.</p>\n<ul>\n<li><code class=\"language-text\">pwd</code> <strong>Print Working Directory</strong> – shows the exact directory you're working in.</li>\n<li><code class=\"language-text\">ls</code> <strong>List Directories</strong> – lists all the files and folders in your current directory.</li>\n<li><code class=\"language-text\">cd</code> <strong>Change Directory</strong> – change to another directory.</li>\n</ul>\n<h4 id=\"goals\"><a href=\"#goals\" aria-label=\"goals permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Goals</h4>\n<ul>\n<li>Understand enough about Node.js to get Grunt up and running</li>\n<li>Create a <a href=\"http://sass-lang.com/\">Sass</a> project</li>\n<li>Utilize Grunt to compile multiple Sass files into one CSS file, apply prefixes, and minify.</li>\n<li>Minify your JavaScript.</li>\n<li>Run one command that will watch your entire directory for changes</li>\n</ul>\n<h2 id=\"what-is-a-task-runner\"><a href=\"#what-is-a-task-runner\" aria-label=\"what is a task runner permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>What is a task runner?</h2>\n<p><a href=\"http://gruntjs.com/\">Grunt</a> and <a href=\"http://gulpjs.com/\">Gulp</a> are currently the two most popular JavaScript task runners. The purpose of a task runner is to automate all your processes so you don't have to think about them.</p>\n<p>For us, this is going to be compiling our CSS preprocessor - Sass in this case, but the steps are the same for <a href=\"http://lesscss.org/\">LESS</a> - apply <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix\">vendor prefixes</a> for cross-browser compatibility, and <a href=\"https://developers.google.com/speed/pagespeed/service/MinifyCSS\">minify the CSS</a> for speed. We'll also be minifying JavaScript.</p>\n<h2 id=\"what-is-nodejs\"><a href=\"#what-is-nodejs\" aria-label=\"what is nodejs permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>What is Node.js?</h2>\n<p>JavaScript is, and has always been, a <a href=\"https://en.wikipedia.org/wiki/Client-side_scripting\">client-side</a> programming language, which means it's processed by the browser. With the advent of Node.js, JavaScript can also be used as a <a href=\"https://en.wikipedia.org/wiki/Server-side_scripting\">server-side</a> language. Grunt runs in this environment.</p>\n<h2 id=\"how-about-npm\"><a href=\"#how-about-npm\" aria-label=\"how about npm permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>How about npm?</h2>\n<p>Ah, <a href=\"https://www.npmjs.com/\">npm</a> - Node Pacakage Manager. Don't let this be a source of confusion for you. Npm is just the package manager for Node.js, which just means it's the tool to connect to the giant repository containing all the Node.js programs, plugins, modules and so on. Use the <code class=\"language-text\">npm</code> command to install everything that runs on Node.js.</p>\n<blockquote>\n<p>The most important thing to learn about npm is the difference between local and global installs. Understand right now that <em>you can't do everything globally with npm!</em> I cannot stress this enough. It was the basis of all my confusion when I was learning.</p>\n</blockquote>\n<h2 id=\"local-vs-global\"><a href=\"#local-vs-global\" aria-label=\"local vs global permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Local vs. Global</h2>\n<p>There has to be a local and global version of npm - it's just the way it is. Don't fight it. What does that mean? It means we're going to install Grunt CLI globally - so I can run grunt in the command line at any time - and all the plugins and packages will go into local installs. If I'm working on mypersonalblog.com and clientwebsite.com, they both need their own npm install. I'm sorry. This is not a simple concept to understand at first. I certainly didn't.</p>\n<p>The command for local npm is <code class=\"language-text\">npm</code>, and the command for global npm is <code class=\"language-text\">npm -g</code>. Anything we do with <code class=\"language-text\">-g</code> affects your whole computer, and any regular <code class=\"language-text\">npm</code> command will only affect the current working directory.</p>\n<h2 id=\"installation\"><a href=\"#installation\" aria-label=\"installation permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Installation</h2>\n<p>Here are all the steps to get everything up and running.</p>\n<h3 id=\"install-ruby\"><a href=\"#install-ruby\" aria-label=\"install ruby permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install Ruby</h3>\n<p>Sass runs on Ruby, so we need to have that installed. The <a href=\"https://en.wikipedia.org/wiki/Ruby_(programming_language)\">Ruby programming language</a> is already preinstalled on OSX. You can check this by opening Terminal and typing <code class=\"language-text\">ruby -v</code> to check the Ruby version number you have installed.</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">ruby -v</code></pre></div>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">Ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]</code></pre></div>\n<blockquote>\n<p>If you use a lot of Ruby, <a href=\"https://rvm.io/\">RVM (Ruby Version Manager)</a> is recommended. I don't, so I don't care. You probably don't need to, either.</p>\n</blockquote>\n<h3 id=\"install-sass\"><a href=\"#install-sass\" aria-label=\"install sass permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install Sass</h3>\n<p>You can also run <code class=\"language-text\">sass -v</code> to see if you have Sass installed already. If not, install it now.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">sudo</span> gem <span class=\"token function\">install</span> sass</code></pre></div>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">Fetching: sass-3.4.19.gem (100%)\nSuccessfully installed sass-3.4.19\nParsing documentation for sass-3.4.19\nInstalling ri documentation for sass-3.4.19\n1 gem installed</code></pre></div>\n<h3 id=\"install-xcode\"><a href=\"#install-xcode\" aria-label=\"install xcode permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install XCode</h3>\n<p>XCode is a free download from the app store. You can check if you have XCode installed already by typing <code class=\"language-text\">make</code> in the Terminal. After you download it, install Command Line Tools: <strong>Preferences > Downloads > Command Line Tools</strong>. This is necessary for the next step. (Note: This step is no longer necessary as of 2017 - Homebrew will install XCode Command Line Tools for you.)</p>\n<h3 id=\"install-homebrew\"><a href=\"#install-homebrew\" aria-label=\"install homebrew permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install Homebrew</h3>\n<p><a href=\"http://brew.sh/\">Homebrew</a> is a useful program for installing other programs. So meta. Type this into the command line.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">/usr/bin/ruby -e <span class=\"token string\">\"<span class=\"token variable\"><span class=\"token variable\">$(</span><span class=\"token function\">curl</span> -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install<span class=\"token variable\">)</span></span>\"</span></code></pre></div>\n<p>Follow the steps - you'll have to agree to installing brew and enter your password. You can type <code class=\"language-text\">brew doctor</code> to verify that Homebrew has been successfully installed.</p>\n<h3 id=\"install-nodejs\"><a href=\"#install-nodejs\" aria-label=\"install nodejs permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install Node.js</h3>\n<p>We're going to use Homebrew to install Node.js.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">brew <span class=\"token function\">install</span> node</code></pre></div>\n<h3 id=\"install-grunt-cli-globally\"><a href=\"#install-grunt-cli-globally\" aria-label=\"install grunt cli globally permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Install Grunt CLI globally</h3>\n<p>Finally, we can install Grunt. We're not actually installing Grunt, but the Grunt command line interface (CLI). This basically just allows your computer to recognize the <code class=\"language-text\">grunt</code> command at all times. However, without a local install, you can't actually use Grunt.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">npm</span> <span class=\"token function\">install</span> -g grunt-cli</code></pre></div>\n<p>Here's the good news: everything you just did, you won't have to do again. Node.js is installed, Homebrew, XCode, Sass, Ruby. Maybe you'll have to update them every now and then, but the point is that you have them. This is going to help with a lot of installations in the future.</p>\n<p>Everything from here on out is going to have to be done on a project-by-project basis.</p>\n<h3 id=\"create-packagejson-in-a-local-directory\"><a href=\"#create-packagejson-in-a-local-directory\" aria-label=\"create packagejson in a local directory permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Create package.json in a local directory</h3>\n<p>Alright, now we start learning the Grunt and npm specifics. Any project that runs on Node.js requires a package.json. If you've never seen or used a <a href=\"https://en.wikipedia.org/wiki/JSON\">JSON</a> (JavaScript Object Notation) file before, don't be too concerned. It's basically JavaScript.</p>\n<p><a href=\"https://docs.npmjs.com/files/package.json\">There's a lot to know about package.json</a>, but you can figure that out as you go along.</p>\n<p>Go to your local directory. Mine is <code class=\"language-text\">Users/tania/sites/startgrunt</code>. Here's the Terminal command I'll use to move to that directory.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">cd</span> sites/startgrunt</code></pre></div>\n<p>Create a file and save it as package.json.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token punctuation\">{</span>\n <span class=\"token string\">\"name\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"startgrunt\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"version\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"0.0.1\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"description\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"Learning Grunt and Sass\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"license\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"MIT\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"devDependencies\"</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token string\">\"grunt\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"~0.4.5\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"grunt-contrib-sass\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"grunt-postcss\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"autoprefixer\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"grunt-contrib-cssmin\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"grunt-contrib-uglify\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"grunt-contrib-watch\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"latest\"</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<p>The first several entries are self-explanatory. <code class=\"language-text\">name</code> is the name of your project; you can give it a <code class=\"language-text\">version</code> number, <code class=\"language-text\">description</code> and a <code class=\"language-text\">license</code> to cover all your legal bases.</p>\n<p><code class=\"language-text\">devDependencies</code> are the plugins your project depends on to function. Package.json is very cool, because you can define them all here, and when you install npm, it will install all of your plugins along with it. I'm putting the current version of Grunt, which is 0.4.5. I'm just going to tell it to install the latest version of each individual plugin. I'm sure there might be a specific case where you'd want to install a specific, older version, but I can't see why we would do that in this situation.</p>\n<p>The packages we're installing:</p>\n<ul>\n<li><a href=\"https://github.com/gruntjs/grunt-contrib-sass\">grunt-contrib-<strong>sass</strong></a> - compile Sass to CSS</li>\n<li><a href=\"https://github.com/nDmitry/grunt-postcss\">grunt-<strong>postcss</strong></a> - apply several post-processors to your CSS using PostCSS</li>\n<li><a href=\"https://github.com/postcss/autoprefixer\"><strong>autoprefixer</strong></a> - add-on to PostCSS</li>\n<li>grunt-contrib-<strong>cssmin</strong> - minify CSS</li>\n<li><a href=\"https://github.com/gruntjs/grunt-contrib-uglify\">grunt-contrib-<strong>uglify</strong></a> - minify files with UglifyJS</li>\n<li><a href=\"https://github.com/gruntjs/grunt-contrib-watch\">grunt-contrib-<strong>watch</strong></a> - run predefined tasks whenever watched file patterns are added, changed or deleted</li>\n</ul>\n<p>So, what if I created my package.json and installed npm but forgot to include postcss? Or decide later I want to add a new plugin to my project? No problem. This will be the code.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">npm</span> <span class=\"token function\">install</span> --save-dev grunt-postcss</code></pre></div>\n<h3 id=\"create-a-local-npm-install-in-a-local-directory\"><a href=\"#create-a-local-npm-install-in-a-local-directory\" aria-label=\"create a local npm install in a local directory permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Create a local npm install in a local directory</h3>\n<p>Now you'll create your local npm install, which will create a folder called <code class=\"language-text\">node_modules</code> in your directory. That folder will contain Grunt and all the Grunt plugins.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">npm</span> <span class=\"token function\">install</span></code></pre></div>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">npm WARN package.json startgrunt@0.0.1 No repository field.\nnpm WARN package.json startgrunt@0.0.1 No README data</code></pre></div>\n<p>This might come up, which doesn't matter. Grunt wants you to have a README.md and a repository set. You can choose to create one and add it to your package.json, but it's not required. Here's the code for that.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token string\">\"repository\"</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token string\">\"type\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"git\"</span><span class=\"token punctuation\">,</span>\n <span class=\"token string\">\"url\"</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"https://github.com/taniarascia/startgrunt.git\"</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<p>Terminal will go through and install all the plugins, and then you'll have your <strong>node_modules</strong> folder all set and ready to go.</p>\n<h2 id=\"creating-your-gruntfile\"><a href=\"#creating-your-gruntfile\" aria-label=\"creating your gruntfile permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Creating your Gruntfile</h2>\n<p>Everything that Grunt will do is to be defined by you in <strong>Gruntfile.js</strong>. This will be the final step in your Grunt process.</p>\n<p>There are four parts: loading grunt, defining your tasks, loading the plugins, and registering the tasks.</p>\n<h3 id=\"load-grunt\"><a href=\"#load-grunt\" aria-label=\"load grunt permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Load Grunt</h3>\n<p>First, load Grunt. You don't even have to think about this one; just paste it at the top.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">module<span class=\"token punctuation\">.</span><span class=\"token function-variable function\">exports</span> <span class=\"token operator\">=</span> <span class=\"token keyword\">function</span> <span class=\"token punctuation\">(</span><span class=\"token parameter\">grunt</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n\tgrunt<span class=\"token punctuation\">.</span><span class=\"token function\">initConfig</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">{</span>\n\t\tpkg<span class=\"token punctuation\">:</span> grunt<span class=\"token punctuation\">.</span>file<span class=\"token punctuation\">.</span><span class=\"token function\">readJSON</span><span class=\"token punctuation\">(</span><span class=\"token string\">'package.json'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">;</span></code></pre></div>\n<h2 id=\"tasks\"><a href=\"#tasks\" aria-label=\"tasks permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Tasks</h2>\n<p>Tasks come next. We'll get to the tasks after I explain the rest of the basic setup.</p>\n<h3 id=\"load-grunt-plugins\"><a href=\"#load-grunt-plugins\" aria-label=\"load grunt plugins permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Load Grunt Plugins</h3>\n<p>With the loadNpmTasks functions, we'll be loading in all the plugins we installed earlier with package.json. I won't load the PostCSS add-ons here, as they go in the individual task.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token comment\">// Load Grunt plugins</span>\ngrunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-sass'</span><span class=\"token punctuation\">)</span>\ngrunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-postcss'</span><span class=\"token punctuation\">)</span>\ngrunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-cssmin'</span><span class=\"token punctuation\">)</span>\ngrunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-uglify'</span><span class=\"token punctuation\">)</span>\ngrunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-watch'</span><span class=\"token punctuation\">)</span></code></pre></div>\n<h3 id=\"register-grunt-tasks\"><a href=\"#register-grunt-tasks\" aria-label=\"register grunt tasks permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Register Grunt tasks</h3>\n<p>Finally, register your task. The <code class=\"language-text\">&#39;default&#39;</code> task is what will run when you type <code class=\"language-text\">grunt</code> into the command line in your local project. The only task I'm going to run is <code class=\"language-text\">&#39;watch&#39;</code>, because all the rest of my plugins will compile into that task. Close all your brackets at the end of the file.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">\t<span class=\"token comment\">// Register Grunt tasks</span>\n \tgrunt<span class=\"token punctuation\">.</span><span class=\"token function\">registerTask</span><span class=\"token punctuation\">(</span><span class=\"token string\">'default'</span><span class=\"token punctuation\">,</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'watch'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">;</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">;</span></code></pre></div>\n<p>Here is your compiled <code class=\"language-text\">Gruntfile.js</code> skeleton.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token comment\">// Load Grunt</span>\nmodule<span class=\"token punctuation\">.</span><span class=\"token function-variable function\">exports</span> <span class=\"token operator\">=</span> <span class=\"token keyword\">function</span><span class=\"token punctuation\">(</span><span class=\"token parameter\">grunt</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">initConfig</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">{</span>\n pkg<span class=\"token punctuation\">:</span> grunt<span class=\"token punctuation\">.</span>file<span class=\"token punctuation\">.</span><span class=\"token function\">readJSON</span><span class=\"token punctuation\">(</span><span class=\"token string\">'package.json'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">,</span>\n <span class=\"token comment\">// Tasks</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span>\n <span class=\"token comment\">// Load Grunt plugins</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-sass'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-postcss'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-cssmin'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-uglify'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-watch'</span><span class=\"token punctuation\">)</span>\n\n <span class=\"token comment\">// Register Grunt tasks</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">registerTask</span><span class=\"token punctuation\">(</span><span class=\"token string\">'default'</span><span class=\"token punctuation\">,</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'watch'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">)</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<h2 id=\"project-setup\"><a href=\"#project-setup\" aria-label=\"project setup permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Project Setup</h2>\n<p>The project setup is going to be very simple. We just want to make sure it <em>works.</em> The specifics can come later. I'm just going to make an <strong>index.html</strong> that links to <strong>css/style.min.css</strong> and <strong>js/script.min.js</strong>. I'm going to make two Sass files to compile into one minified CSS file, and minify my script.js as well.</p>\n<p>Here's the directory setup.</p>\n<p><span\n class=\"gatsby-resp-image-wrapper\"\n style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 164px;\"\n >\n <a\n class=\"gatsby-resp-image-link\"\n href=\"/static/b89e9c2ffcec5b9dfbdd9a8b3a3208a8/63ea9/Screen-Shot-2015-10-19-at-11.29.11-PM.png\"\n style=\"display: block\"\n target=\"_blank\"\n rel=\"noopener\"\n >\n <span\n class=\"gatsby-resp-image-background-image\"\n style=\"padding-bottom: 89.63414634146343%; position: relative; bottom: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAACXBIWXMAAAsSAAALEgHS3X78AAAC1klEQVQ4y5VU2XLaQBDUT+Yp+YB8VZxU8uJKfKYSbIMNhcEOBnzEBJeNhBDikMBIoPuCzuzaUD7gwVvVtVpJM9szPTOC53lIwgA9O0C2Y6FjBYjo7Pk+oihCkiRvgtAQJZgDDdfjBO+LJr4pIZTGDTZ+bKJyfoG3LiEMQyRxDNP1UWnpUAwbAbHjzOlGtmL6/nTFccTZL4PgOA4YXIJvjRH5HsqlElKpA1xUz5HP5ZD6lcLWxi4q1Uvk83lYtks2NuxH26cQGBMGdjAnFlzPR7/XhSTJaDabaMkyFEVB406ks4ybmzoc98FmGYTZbMbDSGg/z6Vh3euwLAsyOZPI2XA0wkAbcKedTgfDocH/Z3bLIDzNTf3fMWJ3BL2v4TB9hL10GqenRXp/i1K5gkq5ilazvXC4VJTxZILAdaCYLjKqA9n0KJ82fBJmSqIwQbhw7JnAEs++rYLw97qGjiyhqtn4UBjhs+SglMvitFRBQI4mdKFt2zwNFj2zfX5m+0sIETGYJTH6ExcnqoG26XBDxmQeGmM3D5Dnajp9yDu9D4KARzCH0KTEj4c6alTYH88m2OlG6CkystkjbG9v4eziCrIkolgo4qRYRDr1G/lCGZl0Bt2uNr/leQ5Z7fXsEF/rA/zRHHi2BVVtk7ItKKoKTdNhktqdjgqV1Fa7fTQlCSPDXDCdEmsGwX/sCo+EccwRd6bpOsRGAxLVnSg1cHd7h4YoQtcHkKhVWy2Fyueep4U3hesuICwOpGxgTxAHPsrlMja+r2P/4BDHhRy+rH3C+sYmLin8nc0d7KcPUa/VOBEmxLNOcRwX0yhEl6bNnmyiPfERsylD9F/2MPC89pZOG4k6wtD7XJR3+RHW5ABS/Qpbuz+Ry2ZQvxVfFfKqon6cNhGfNhb1cPPewsCmwqYwDMPAeGyCRRBFMc3IcOWEeTVt2NRgokS+y7vGpeafi8Xy6yyZKqvwHzTMTvTZHbE/AAAAAElFTkSuQmCC'); background-size: cover; display: block;\"\n ></span>\n <img\n class=\"gatsby-resp-image-image\"\n alt=\"Screen Shot 2015 10 19 at 11 29 11 PM\"\n title=\"Screen Shot 2015 10 19 at 11 29 11 PM\"\n src=\"/static/b89e9c2ffcec5b9dfbdd9a8b3a3208a8/63ea9/Screen-Shot-2015-10-19-at-11.29.11-PM.png\"\n srcset=\"/static/b89e9c2ffcec5b9dfbdd9a8b3a3208a8/63ea9/Screen-Shot-2015-10-19-at-11.29.11-PM.png 164w\"\n sizes=\"(max-width: 164px) 100vw, 164px\"\n />\n </a>\n </span></p>\n<p>Any Sass file (which has a <strong>.scss</strong> extension) is valid CSS, you're good to go here even if you don't know any Sass yet. <a href=\"http://sass-lang.com/guide\">The Sass Guide</a> is a great introduction.</p>\n<p>In my <strong>sass</strong> directory, I'm going to make these two files.</p>\n<p><strong>sass/_base.scss</strong> - setting variables.</p>\n<div class=\"gatsby-highlight\" data-language=\"scss\"><pre class=\"language-scss\"><code class=\"language-scss\"><span class=\"token comment\">// Variables</span>\n\n<span class=\"token property\"><span class=\"token variable\">$header-size</span></span><span class=\"token punctuation\">:</span> 2em<span class=\"token punctuation\">;</span>\n<span class=\"token property\"><span class=\"token variable\">$font-color</span></span><span class=\"token punctuation\">:</span> #343434<span class=\"token punctuation\">;</span>\n<span class=\"token property\"><span class=\"token variable\">$content-width</span></span><span class=\"token punctuation\">:</span> 1200px<span class=\"token punctuation\">;</span></code></pre></div>\n<p><strong>sass/style.scss</strong> - importing variables and setting styles.</p>\n<div class=\"gatsby-highlight\" data-language=\"scss\"><pre class=\"language-scss\"><code class=\"language-scss\"><span class=\"token keyword\">@import</span> <span class=\"token string\">'base'</span><span class=\"token punctuation\">;</span>\n\n<span class=\"token selector\">main </span><span class=\"token punctuation\">{</span>\n <span class=\"token property\">max-width</span><span class=\"token punctuation\">:</span> <span class=\"token variable\">$content-width</span><span class=\"token punctuation\">;</span>\n <span class=\"token property\">margin</span><span class=\"token punctuation\">:</span> 0 auto<span class=\"token punctuation\">;</span>\n <span class=\"token property\">color</span><span class=\"token punctuation\">:</span> <span class=\"token variable\">$font-color</span><span class=\"token punctuation\">;</span>\n <span class=\"token property\">display</span><span class=\"token punctuation\">:</span> flex<span class=\"token punctuation\">;</span>\n <span class=\"token selector\">h1 </span><span class=\"token punctuation\">{</span>\n <span class=\"token property\">font-size</span><span class=\"token punctuation\">:</span> <span class=\"token variable\">$header-size</span><span class=\"token punctuation\">;</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<p><strong>src/script.js</strong> - alert on button click.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token punctuation\">;</span><span class=\"token punctuation\">(</span><span class=\"token keyword\">function</span><span class=\"token punctuation\">(</span><span class=\"token parameter\">$</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n <span class=\"token function\">$</span><span class=\"token punctuation\">(</span><span class=\"token keyword\">function</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n <span class=\"token function\">$</span><span class=\"token punctuation\">(</span><span class=\"token string\">'button'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">.</span><span class=\"token function\">click</span><span class=\"token punctuation\">(</span><span class=\"token keyword\">function</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n <span class=\"token function\">alert</span><span class=\"token punctuation\">(</span><span class=\"token string\">'jQuery alert!'</span><span class=\"token punctuation\">)</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">(</span>jQuery<span class=\"token punctuation\">)</span></code></pre></div>\n<p><strong>index.html</strong> - putting it all together.</p>\n<div class=\"gatsby-highlight\" data-language=\"html\"><pre class=\"language-html\"><code class=\"language-html\"><span class=\"token doctype\">&lt;!DOCTYPE html></span>\n<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>html</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>head</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>meta</span> <span class=\"token attr-name\">charset</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>utf-8<span class=\"token punctuation\">\"</span></span> <span class=\"token punctuation\">/></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>title</span><span class=\"token punctuation\">></span></span>Start Grunt<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>title</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>meta</span> <span class=\"token attr-name\">name</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>viewport<span class=\"token punctuation\">\"</span></span> <span class=\"token attr-name\">content</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>width=device-width, initial-scale=1<span class=\"token punctuation\">\"</span></span> <span class=\"token punctuation\">/></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>link</span> <span class=\"token attr-name\">href</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>css/style.min.css<span class=\"token punctuation\">\"</span></span> <span class=\"token attr-name\">rel</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>stylesheet<span class=\"token punctuation\">\"</span></span> <span class=\"token punctuation\">/></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>head</span><span class=\"token punctuation\">></span></span>\n\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>body</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>main</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>h1</span><span class=\"token punctuation\">></span></span>Start Grunt<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>h1</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>p</span><span class=\"token punctuation\">></span></span>Hello, world!<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>p</span><span class=\"token punctuation\">></span></span>\n\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>button</span><span class=\"token punctuation\">></span></span>Press me<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>button</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>main</span><span class=\"token punctuation\">></span></span>\n\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>script</span> <span class=\"token attr-name\">src</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js<span class=\"token punctuation\">\"</span></span><span class=\"token punctuation\">></span></span><span class=\"token script\"></span><span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>script</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;</span>script</span> <span class=\"token attr-name\">src</span><span class=\"token attr-value\"><span class=\"token punctuation\">=</span><span class=\"token punctuation\">\"</span>js/script.min.js<span class=\"token punctuation\">\"</span></span><span class=\"token punctuation\">></span></span><span class=\"token script\"></span><span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>script</span><span class=\"token punctuation\">></span></span>\n <span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>body</span><span class=\"token punctuation\">></span></span>\n<span class=\"token tag\"><span class=\"token tag\"><span class=\"token punctuation\">&lt;/</span>html</span><span class=\"token punctuation\">></span></span></code></pre></div>\n<h2 id=\"grunt-tasks\"><a href=\"#grunt-tasks\" aria-label=\"grunt tasks permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Grunt Tasks</h2>\n<p>We're going to set up all the tasks. Anytime you see an asterisk, it means \"apply to any file\" in that directory.</p>\n<h3 id=\"sass\"><a href=\"#sass\" aria-label=\"sass permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Sass</h3>\n<p>I'm going to tell the Sass plugin to take any file in the <strong>sass</strong> directory, and compile it into the same named file in the <strong>css</strong> directory. I'm turning off the \"sourcemap\" option, because I don't need it.</p>\n<blockquote>\n<p><strong>src</strong> will always be your source file location for development.\n<strong>dist</strong> or <strong>dest</strong>, for distribution or destination, is where the final production file ends up.</p>\n</blockquote>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">sass<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n dist<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n options<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n sourcemap<span class=\"token punctuation\">:</span> <span class=\"token string\">'none'</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">{</span>\n expand<span class=\"token punctuation\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n cwd<span class=\"token punctuation\">:</span> <span class=\"token string\">'sass'</span><span class=\"token punctuation\">,</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'**/*.scss'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n ext<span class=\"token punctuation\">:</span> <span class=\"token string\">'.css'</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span></code></pre></div>\n<h3 id=\"postcss\"><a href=\"#postcss\" aria-label=\"postcss permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>PostCSS</h3>\n<p>I'm going to pull in autoprefixer to add vendor prefixes and minify my CSS. I'm also turning off the maps here.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">postcss<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span> <span class=\"token comment\">// Begin Post CSS Plugin</span>\n options<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n map<span class=\"token punctuation\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n processors<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span>\n <span class=\"token function\">require</span><span class=\"token punctuation\">(</span><span class=\"token string\">'autoprefixer'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">{</span>\n browsers<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'last 2 versions'</span><span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span>\n<span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n dist<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token string\">'css/style.css'</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span></code></pre></div>\n<h3 id=\"cssmin\"><a href=\"#cssmin\" aria-label=\"cssmin permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>CSSMin</h3>\n<p>CSSMin to minify CSS files.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">cssmin<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span> <span class=\"token comment\">// Begin CSS Minify Plugin</span>\n target<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">{</span>\n expand<span class=\"token punctuation\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n cwd<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'*.css'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'!*.min.css'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n ext<span class=\"token punctuation\">:</span> <span class=\"token string\">'.min.css'</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span></code></pre></div>\n<h3 id=\"uglifyjs\"><a href=\"#uglifyjs\" aria-label=\"uglifyjs permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>UglifyJS</h3>\n<p>UglifyJS to minify JavaScript files.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">uglify<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span> <span class=\"token comment\">// Begin JS Uglify Plugin</span>\n build<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'src/*.js'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'js/script.min.js'</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span></code></pre></div>\n<h3 id=\"watch\"><a href=\"#watch\" aria-label=\"watch permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Watch</h3>\n<p>Here's the most important task of all (in my opinion) - the watch task. Everything that I've previously told Grunt to do, I will now stick into a single command. When I run this command, Grunt will watch for any file changes and apply all the plugins.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\">watch<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span> <span class=\"token comment\">// Compile everything into one task with Watch Plugin</span>\n css<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token string\">'**/*.scss'</span><span class=\"token punctuation\">,</span>\n tasks<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'sass'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'postcss'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'cssmin'</span><span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n js<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token string\">'**/*.js'</span><span class=\"token punctuation\">,</span>\n tasks<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'uglify'</span><span class=\"token punctuation\">]</span>\n <span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<p>Here's your completed Gruntfile.js.</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token comment\">// Load Grunt</span>\nmodule<span class=\"token punctuation\">.</span><span class=\"token function-variable function\">exports</span> <span class=\"token operator\">=</span> <span class=\"token keyword\">function</span><span class=\"token punctuation\">(</span><span class=\"token parameter\">grunt</span><span class=\"token punctuation\">)</span> <span class=\"token punctuation\">{</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">initConfig</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">{</span>\n pkg<span class=\"token punctuation\">:</span> grunt<span class=\"token punctuation\">.</span>file<span class=\"token punctuation\">.</span><span class=\"token function\">readJSON</span><span class=\"token punctuation\">(</span><span class=\"token string\">'package.json'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">,</span>\n\n <span class=\"token comment\">// Tasks</span>\n sass<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token comment\">// Begin Sass Plugin</span>\n dist<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n options<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n sourcemap<span class=\"token punctuation\">:</span> <span class=\"token string\">'none'</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span>\n <span class=\"token punctuation\">{</span>\n expand<span class=\"token punctuation\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n cwd<span class=\"token punctuation\">:</span> <span class=\"token string\">'sass'</span><span class=\"token punctuation\">,</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'**/*.scss'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n ext<span class=\"token punctuation\">:</span> <span class=\"token string\">'.css'</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n postcss<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token comment\">// Begin Post CSS Plugin</span>\n options<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n map<span class=\"token punctuation\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n processors<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span>\n <span class=\"token function\">require</span><span class=\"token punctuation\">(</span><span class=\"token string\">'autoprefixer'</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">(</span><span class=\"token punctuation\">{</span>\n browsers<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'last 2 versions'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n dist<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token string\">'css/style.css'</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n cssmin<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token operator\">/</span><span class=\"token operator\">/</span> Begin <span class=\"token constant\">CSS</span> Minify Plugin\n target<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span>\n <span class=\"token punctuation\">{</span>\n expand<span class=\"token punctuation\">:</span> <span class=\"token boolean\">true</span><span class=\"token punctuation\">,</span>\n cwd<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'*.css'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'!*.min.css'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'css'</span><span class=\"token punctuation\">,</span>\n ext<span class=\"token punctuation\">:</span> <span class=\"token string\">'.min.css'</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n uglify<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token operator\">/</span><span class=\"token operator\">/</span> Begin <span class=\"token constant\">JS</span> Uglify Plugin\n build<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n src<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'src/*.js'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n dest<span class=\"token punctuation\">:</span> <span class=\"token string\">'js/script.min.js'</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n watch<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n <span class=\"token comment\">// Compile everything into one task with Watch Plugin</span>\n css<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token string\">'**/*.scss'</span><span class=\"token punctuation\">,</span>\n tasks<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'sass'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'postcss'</span><span class=\"token punctuation\">,</span> <span class=\"token string\">'cssmin'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n js<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">{</span>\n files<span class=\"token punctuation\">:</span> <span class=\"token string\">'**/*.js'</span><span class=\"token punctuation\">,</span>\n tasks<span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'uglify'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n <span class=\"token punctuation\">}</span><span class=\"token punctuation\">)</span>\n <span class=\"token comment\">// Load Grunt plugins</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-sass'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-postcss'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-cssmin'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-uglify'</span><span class=\"token punctuation\">)</span>\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">loadNpmTasks</span><span class=\"token punctuation\">(</span><span class=\"token string\">'grunt-contrib-watch'</span><span class=\"token punctuation\">)</span>\n\n <span class=\"token operator\">/</span><span class=\"token operator\">/</span> Register Grunt tasks\n grunt<span class=\"token punctuation\">.</span><span class=\"token function\">registerTask</span><span class=\"token punctuation\">(</span><span class=\"token string\">'default'</span><span class=\"token punctuation\">,</span> <span class=\"token punctuation\">[</span><span class=\"token string\">'watch'</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">)</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n<h2 id=\"run-grunt-command\"><a href=\"#run-grunt-command\" aria-label=\"run grunt command permalink\" class=\"anchor\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Run grunt command</h2>\n<p>In the root of your directory, run this command in Terminal.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">grunt</code></pre></div>\n<p>You'll get this response.</p>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">Running &quot;watch&quot; task\nWaiting...</code></pre></div>\n<p>Now save a file in your <strong>sass</strong> directory.</p>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">&gt;&gt; File &quot;sass/_base.scss&quot; changed.\nRunning &quot;sass:dist&quot; (sass) task\n\nRunning &quot;postcss:dist&quot; (postcss) task\n&gt;&gt; 1 processed stylesheet created.\n\nRunning &quot;cssmin:target&quot; (cssmin) task\n&gt;&gt; 1 file created. 100 B ? 72 B\n\nDone, without errors.</code></pre></div>\n<p>And save the JavaScript file in your <strong>src</strong> directory.</p>\n<div class=\"gatsby-highlight\" data-language=\"terminal\"><pre class=\"language-terminal\"><code class=\"language-terminal\">&gt;&gt; File &quot;src/script.js&quot; changed.\nRunning &quot;uglify:build&quot; (uglify) task\n&gt;&gt; 1 file created.</code></pre></div>\n<p>That was a lot of steps. No wonder you didn't want to do this before.</p>\n<p>I've <a href=\"https://github.com/taniarascia/startgrunt\">set up a GitHub repository</a> of the project for you to play with.</p>\n<ul>\n<li><a href=\"https://github.com/taniarascia/startgrunt\">View source on GitHub</a></li>\n</ul>","timeToRead":14,"excerpt":"You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost…","frontmatter":{"title":"Getting Started with Grunt and Sass","thumbnail":{"childImageSharp":{"fixed":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsSAAALEgHS3X78AAAE20lEQVQ4y3VUCUwUVxh+C1QFUdyZnZk3u7ALLiB4LZeVFVERWLDUWhHJgtCKKOBRwBaiBcUD8IyJCi2rFhZFAQUBSz2a1jbWHqE1bdo0xpRWE+vR9FB6RWR33t83s8tam/RPJvPeP//3zX987yHkttjJjAr9x3oqOY8vdSZjQP9js4zMk43FxCDLTBfZ7DBGn5PA7ip9jm1eOJ3Jln1Z8ey8RdHM3vQo5ovFcWxO/jyNf7BGHVlsYQ+tTmZtSdOYBXJcRgyroj91E5pchAlTmPl5iezNlmIM9vU8ZMQyu6ND1BcXTGNhbgQD5nDmfoROvbY+V/PoTDmG0nSNkxJWyNiiVBYphKNGP/i4Vr7h+zN1cMCKpepMDlo3cORqLS99UsfDuU38SJ2Vg+oXOehYpYdoPbtZRjSvwV4ITXT3hma4bDbrJa9pmQv2rNDcfXM1D+sW8mRgS5AEF0QCvZhAD32fxzB0JJBUWrC0O4cjjYXc8MokdquMPVbCuUpOnckiawLrLTvnRTLF1w9igIui48EJEbo2CmTwECXrxuA8g+H3E5h0lwvkRgON6ccO0iXCWgt7UcbeOyZ4uQkZlGZi3dOc4F9n1dz7q02EBza1BD2Y/GrH8LCF7ptF+KUFg0RJhu0M+bNVkC5UCRDIqDOUlk1nvD39ezZc7Sb00zeuFIaaCnkoz0mW+ssNtFQMtxpFGKgVAd7RwlfbNFBfuJBUZk52nq/kITKQKZCRyTPchHKGcC1KWefO5j+432CAa/V+I3ZbIxy12cj2JQHw01s0s24t2AsnQE1pHuk7fwVObdRL0kkMW58X//ad6G90S1ClEF6vCVEyXGHmTn29wwDQroWB7UGkpzIBDuZjWqoA0C1C2wYWWtfFweXqqbRsQRpqCobNi/Ad5OMneAhlCwsKGK1eZQ5jquwvBw7DaR08aubIo+NaUIZyGoOjU4Q/jgi0Dbz0+RYDLIvhzvr4j9fKwBij2stTsmxGPMZzzFbO4Tt/a6SZ9mDHcAeGx50YRugz3E5Ju7AE7UGwb5n2ZxqqkEQbfBUNp5ncwp4bOsZFPsUHq8ehkLIU/RsPmwwwdAI7blAZkS6XbOReDjYIEpwOgsM5+kHk421MNqKpMjbegFwJWagOMxONyoRyUyJLslJMX+aZVO9Cuw4+3S46bzbS/vVhpWw507craIZnddCUPf7WnOm6c6sWx56TsVvL8p/osChrvkK4PCmiauDqZdhfmeu0rw8ne6wY7hwV4C59btsEeHicnvESjtjWhMLeonjnR+9fgJ0Vqz+TsQCAPIQvmA1KLyIDUEpnSwPI1tZik+qzfaH/dXo6Kjg6cQ56N2HSXOQHO8qWExry+Icb38LSxNDDMrbqlTxvz+UwJ8QbvXf5Q2WdFsXV1FWVwZ7SdNL3qv/IcjNHvj9MS+4VydpUen4LJjmPlUWM7NtZDS9lxF4ai9AkZQ7GZ1RPTVm2AzUlijOKRQUViydB5wYtfFMbKI10iA554jcP6ByXXtPBrlwOMqahrlHc1ADXQDxcFhPr0qMvQttK0pTyl8Zz1iVx7Mc96wLh9r5g+HF/MFyj2itJ4r9Lj2Zqr5ysV6RhDvFW4jNmaZ8mHN2MU41DBRbs0aRWE5CYFcdtyzfz9LJlrNQ1dvRbygzXHfBv/D+wVRcNCEzQBwAAAABJRU5ErkJggg==","width":150,"height":150,"src":"/static/9fc978d3c9918f25d9a0dd3f12e97124/4148e/grunt.png","srcSet":"/static/9fc978d3c9918f25d9a0dd3f12e97124/4148e/grunt.png 1x"}}},"slug":"getting-started-with-grunt-and-sass","date":"2015-10-20T00:00:00.000Z","categories":["Tools"],"tags":["grunt","node","sass"],"template":"post"},"fields":{"slug":"/getting-started-with-grunt-and-sass/","date":"2015-10-20T00:00:00.000Z"}}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"/getting-started-with-grunt-and-sass/"}}}
[ 4895, 42895, 1925, 2954, 5376, 2404, 42895, 6329, 10677, 12, 11498, 17041, 12, 7353, 12, 8457, 2430, 6978, 15473, 37210, 12, 46981, 12, 4480, 12, 2164, 2797, 12, 392, 12, 82, 562, 14, 2430, 12384, 8002, 7293, 10520, 26257, 34713, 20274,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
{"ast":null,"code":"var _jsxFileName = \"/home/lenovo/HYF/post-grad-pocket/TA-star-rating/react-star-rating-component/star-rating/src/index.js\";\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport * as serviceWorker from './serviceWorker';\nReactDOM.render( /*#__PURE__*/React.createElement(React.StrictMode, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 3\n }\n}, /*#__PURE__*/React.createElement(App, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 8,\n columnNumber: 5\n }\n})), document.getElementById('root'));\nserviceWorker.unregister();","map":{"version":3,"sources":["/home/lenovo/HYF/post-grad-pocket/TA-star-rating/react-star-rating-component/star-rating/src/index.js"],"names":["React","ReactDOM","App","serviceWorker","render","document","getElementById","unregister"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,QAAP,MAAqB,WAArB;AACA,OAAOC,GAAP,MAAgB,OAAhB;AACA,OAAO,KAAKC,aAAZ,MAA+B,iBAA/B;AAEAF,QAAQ,CAACG,MAAT,eACE,oBAAC,KAAD,CAAO,UAAP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBACE,oBAAC,GAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EADF,CADF,EAIEC,QAAQ,CAACC,cAAT,CAAwB,MAAxB,CAJF;AAOAH,aAAa,CAACI,UAAd","sourcesContent":["import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport * as serviceWorker from './serviceWorker';\n\nReactDOM.render(\n <React.StrictMode>\n <App />\n </React.StrictMode>,\n document.getElementById('root'),\n);\n\nserviceWorker.unregister();\n"]},"metadata":{},"sourceType":"module"}
[ 4895, 459, 1298, 8423, 553, 8189, 2404, 7785, 4808, 8457, 87, 8979, 5376, 796, 19990, 14, 11195, 14, 11925, 18768, 14, 42598, 37, 14, 7353, 12, 9744, 12, 31991, 14, 5603, 12, 7364, 12, 8821, 14, 45018, 12, 7364, 12, 8821, 12, 42895,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...