@lvce-editor/shared-process 0.17.11 → 0.17.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extensions/builtin.vscode-icons/icon-theme.json +78 -7
- package/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_postman.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_swc.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +1 -0
- package/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +1 -0
- package/package.json +8 -20
- package/src/parts/Platform/Platform.js +3 -3
|
@@ -192,6 +192,8 @@
|
|
|
192
192
|
"_fd_model_open": "/icons/folder_type_model_opened.svg",
|
|
193
193
|
"_fd_module": "/icons/folder_type_module.svg",
|
|
194
194
|
"_fd_module_open": "/icons/folder_type_module_opened.svg",
|
|
195
|
+
"_fd_mojo": "/icons/folder_type_mojo.svg",
|
|
196
|
+
"_fd_mojo_open": "/icons/folder_type_mojo_opened.svg",
|
|
195
197
|
"_fd_mongodb": "/icons/folder_type_mongodb.svg",
|
|
196
198
|
"_fd_mongodb_open": "/icons/folder_type_mongodb_opened.svg",
|
|
197
199
|
"_fd_mysql": "/icons/folder_type_mysql.svg",
|
|
@@ -258,6 +260,8 @@
|
|
|
258
260
|
"_fd_shared_open": "/icons/folder_type_shared_opened.svg",
|
|
259
261
|
"_fd_snaplet": "/icons/folder_type_snaplet.svg",
|
|
260
262
|
"_fd_snaplet_open": "/icons/folder_type_snaplet_opened.svg",
|
|
263
|
+
"_fd_spin": "/icons/folder_type_spin.svg",
|
|
264
|
+
"_fd_spin_open": "/icons/folder_type_spin_opened.svg",
|
|
261
265
|
"_fd_src": "/icons/folder_type_src.svg",
|
|
262
266
|
"_fd_src_open": "/icons/folder_type_src_opened.svg",
|
|
263
267
|
"_fd_sso": "/icons/folder_type_sso.svg",
|
|
@@ -288,6 +292,8 @@
|
|
|
288
292
|
"_fd_typings_open": "/icons/folder_type_typings_opened.svg",
|
|
289
293
|
"_fd_vagrant": "/icons/folder_type_vagrant.svg",
|
|
290
294
|
"_fd_vagrant_open": "/icons/folder_type_vagrant_opened.svg",
|
|
295
|
+
"_fd_vercel": "/icons/folder_type_vercel.svg",
|
|
296
|
+
"_fd_vercel_open": "/icons/folder_type_vercel_opened.svg",
|
|
291
297
|
"_fd_video": "/icons/folder_type_video.svg",
|
|
292
298
|
"_fd_video_open": "/icons/folder_type_video_opened.svg",
|
|
293
299
|
"_fd_view": "/icons/folder_type_view.svg",
|
|
@@ -458,6 +464,7 @@
|
|
|
458
464
|
"_f_delphi": "/icons/file_type_delphi.svg",
|
|
459
465
|
"_f_deno": "/icons/file_type_deno.svg",
|
|
460
466
|
"_f_light_deno": "/icons/file_type_light_deno.svg",
|
|
467
|
+
"_f_denoify": "/icons/file_type_denoify.svg",
|
|
461
468
|
"_f_dependabot": "/icons/file_type_dependabot.svg",
|
|
462
469
|
"_f_dependencies": "/icons/file_type_dependencies.svg",
|
|
463
470
|
"_f_devcontainer": "/icons/file_type_devcontainer.svg",
|
|
@@ -642,6 +649,8 @@
|
|
|
642
649
|
"_f_light_json": "/icons/file_type_light_json.svg",
|
|
643
650
|
"_f_json5": "/icons/file_type_json5.svg",
|
|
644
651
|
"_f_light_json5": "/icons/file_type_light_json5.svg",
|
|
652
|
+
"_f_json_schema": "/icons/file_type_json_schema.svg",
|
|
653
|
+
"_f_light_json_schema": "/icons/file_type_light_json_schema.svg",
|
|
645
654
|
"_f_jsonld": "/icons/file_type_jsonld.svg",
|
|
646
655
|
"_f_light_jsonld": "/icons/file_type_light_jsonld.svg",
|
|
647
656
|
"_f_jsonnet": "/icons/file_type_jsonnet.svg",
|
|
@@ -710,6 +719,7 @@
|
|
|
710
719
|
"_f_light_mlang": "/icons/file_type_light_mlang.svg",
|
|
711
720
|
"_f_mocha": "/icons/file_type_mocha.svg",
|
|
712
721
|
"_f_modernizr": "/icons/file_type_modernizr.svg",
|
|
722
|
+
"_f_mojo": "/icons/file_type_mojo.svg",
|
|
713
723
|
"_f_mojolicious": "/icons/file_type_mojolicious.svg",
|
|
714
724
|
"_f_moleculer": "/icons/file_type_moleculer.svg",
|
|
715
725
|
"_f_mondoo": "/icons/file_type_mondoo.svg",
|
|
@@ -801,6 +811,7 @@
|
|
|
801
811
|
"_f_pony": "/icons/file_type_pony.svg",
|
|
802
812
|
"_f_postcss": "/icons/file_type_postcss.svg",
|
|
803
813
|
"_f_postcssconfig": "/icons/file_type_postcssconfig.svg",
|
|
814
|
+
"_f_postman": "/icons/file_type_postman.svg",
|
|
804
815
|
"_f_powerpoint": "/icons/file_type_powerpoint.svg",
|
|
805
816
|
"_f_powershell": "/icons/file_type_powershell.svg",
|
|
806
817
|
"_f_powershell_format": "/icons/file_type_powershell_format.svg",
|
|
@@ -820,6 +831,7 @@
|
|
|
820
831
|
"_f_prometheus": "/icons/file_type_prometheus.svg",
|
|
821
832
|
"_f_protobuf": "/icons/file_type_protobuf.svg",
|
|
822
833
|
"_f_protractor": "/icons/file_type_protractor.svg",
|
|
834
|
+
"_f_publiccode": "/icons/file_type_publiccode.svg",
|
|
823
835
|
"_f_publisher": "/icons/file_type_publisher.svg",
|
|
824
836
|
"_f_pug": "/icons/file_type_pug.svg",
|
|
825
837
|
"_f_pulumi": "/icons/file_type_pulumi.svg",
|
|
@@ -949,6 +961,7 @@
|
|
|
949
961
|
"_f_svelte": "/icons/file_type_svelte.svg",
|
|
950
962
|
"_f_svg": "/icons/file_type_svg.svg",
|
|
951
963
|
"_f_swagger": "/icons/file_type_swagger.svg",
|
|
964
|
+
"_f_swc": "/icons/file_type_swc.svg",
|
|
952
965
|
"_f_swift": "/icons/file_type_swift.svg",
|
|
953
966
|
"_f_swig": "/icons/file_type_swig.svg",
|
|
954
967
|
"_f_symfony": "/icons/file_type_symfony.svg",
|
|
@@ -1021,6 +1034,8 @@
|
|
|
1021
1034
|
"_f_vbproj": "/icons/file_type_vbproj.svg",
|
|
1022
1035
|
"_f_vcxproj": "/icons/file_type_vcxproj.svg",
|
|
1023
1036
|
"_f_velocity": "/icons/file_type_velocity.svg",
|
|
1037
|
+
"_f_vercel": "/icons/file_type_vercel.svg",
|
|
1038
|
+
"_f_light_vercel": "/icons/file_type_light_vercel.svg",
|
|
1024
1039
|
"_f_verilog": "/icons/file_type_verilog.svg",
|
|
1025
1040
|
"_f_vhdl": "/icons/file_type_vhdl.svg",
|
|
1026
1041
|
"_f_video": "/icons/file_type_video.svg",
|
|
@@ -1071,8 +1086,6 @@
|
|
|
1071
1086
|
"_f_yang": "/icons/file_type_yang.svg",
|
|
1072
1087
|
"_f_yarn": "/icons/file_type_yarn.svg",
|
|
1073
1088
|
"_f_yeoman": "/icons/file_type_yeoman.svg",
|
|
1074
|
-
"_f_zeit": "/icons/file_type_zeit.svg",
|
|
1075
|
-
"_f_light_zeit": "/icons/file_type_light_zeit.svg",
|
|
1076
1089
|
"_f_zig": "/icons/file_type_zig.svg",
|
|
1077
1090
|
"_f_zip": "/icons/file_type_zip.svg"
|
|
1078
1091
|
},
|
|
@@ -1197,6 +1210,9 @@
|
|
|
1197
1210
|
"deno.json": "_f_deno",
|
|
1198
1211
|
"deno.jsonc": "_f_deno",
|
|
1199
1212
|
"deno.lock": "_f_deno",
|
|
1213
|
+
".denoifyrc": "_f_denoify",
|
|
1214
|
+
"denoify.config.json": "_f_denoify",
|
|
1215
|
+
"denoify.config.js": "_f_denoify",
|
|
1200
1216
|
"dependabot.yml": "_f_dependabot",
|
|
1201
1217
|
"dependabot.yaml": "_f_dependabot",
|
|
1202
1218
|
"dependencies.yml": "_f_dependencies",
|
|
@@ -1598,10 +1614,12 @@
|
|
|
1598
1614
|
".prettierignore": "_f_prettier",
|
|
1599
1615
|
"prettier.config.js": "_f_prettier",
|
|
1600
1616
|
"prettier.config.cjs": "_f_prettier",
|
|
1617
|
+
"prettier.config.mjs": "_f_prettier",
|
|
1601
1618
|
"prettier.config.ts": "_f_prettier",
|
|
1602
1619
|
"prettier.config.coffee": "_f_prettier",
|
|
1603
1620
|
".prettierrc.js": "_f_prettier",
|
|
1604
1621
|
".prettierrc.cjs": "_f_prettier",
|
|
1622
|
+
".prettierrc.mjs": "_f_prettier",
|
|
1605
1623
|
".prettierrc.json": "_f_prettier",
|
|
1606
1624
|
".prettierrc.json5": "_f_prettier",
|
|
1607
1625
|
".prettierrc.yml": "_f_prettier",
|
|
@@ -1611,6 +1629,7 @@
|
|
|
1611
1629
|
"protractor.conf.js": "_f_protractor",
|
|
1612
1630
|
"protractor.conf.coffee": "_f_protractor",
|
|
1613
1631
|
"protractor.conf.ts": "_f_protractor",
|
|
1632
|
+
"publiccode.yml": "_f_publiccode",
|
|
1614
1633
|
".jade-lintrc": "_f_pug",
|
|
1615
1634
|
".pug-lintrc": "_f_pug",
|
|
1616
1635
|
".jade-lint.json": "_f_pug",
|
|
@@ -1685,7 +1704,9 @@
|
|
|
1685
1704
|
".rspec": "_f_rspec",
|
|
1686
1705
|
".rubocop.yml": "_f_rubocop",
|
|
1687
1706
|
".rubocop_todo.yml": "_f_rubocop",
|
|
1707
|
+
".ruby-version": "_f_ruby",
|
|
1688
1708
|
"rust-toolchain": "_f_rust_toolchain",
|
|
1709
|
+
"rust-toolchain.toml": "_f_rust_toolchain",
|
|
1689
1710
|
".sailsrc": "_f_sails",
|
|
1690
1711
|
".sapphirerc.json": "_f_sapphire_framework_cli",
|
|
1691
1712
|
".sapphirerc.yml": "_f_sapphire_framework_cli",
|
|
@@ -1718,6 +1739,16 @@
|
|
|
1718
1739
|
".stryker.conf.js": "_f_stryker",
|
|
1719
1740
|
".stryker.conf.conf": "_f_stryker",
|
|
1720
1741
|
".stryker.conf.json": "_f_stryker",
|
|
1742
|
+
"stryker.config.mjs": "_f_stryker",
|
|
1743
|
+
"stryker.config.cjs": "_f_stryker",
|
|
1744
|
+
"stryker.config.js": "_f_stryker",
|
|
1745
|
+
"stryker.config.conf": "_f_stryker",
|
|
1746
|
+
"stryker.config.json": "_f_stryker",
|
|
1747
|
+
".stryker.config.mjs": "_f_stryker",
|
|
1748
|
+
".stryker.config.cjs": "_f_stryker",
|
|
1749
|
+
".stryker.config.js": "_f_stryker",
|
|
1750
|
+
".stryker.config.conf": "_f_stryker",
|
|
1751
|
+
".stryker.config.json": "_f_stryker",
|
|
1721
1752
|
"stryker-config.mjs": "_f_stryker",
|
|
1722
1753
|
"stryker-config.cjs": "_f_stryker",
|
|
1723
1754
|
"stryker-config.js": "_f_stryker",
|
|
@@ -1745,6 +1776,7 @@
|
|
|
1745
1776
|
".stylelintrc.cjs": "_f_stylelint",
|
|
1746
1777
|
".stylish-haskell.yaml": "_f_stylish_haskell",
|
|
1747
1778
|
".svnignore": "_f_subversion",
|
|
1779
|
+
".swcrc": "_f_swc",
|
|
1748
1780
|
"package.pins": "_f_swift",
|
|
1749
1781
|
"symfony.lock": "_f_symfony",
|
|
1750
1782
|
"tailwind.js": "_f_tailwind",
|
|
@@ -1780,6 +1812,7 @@
|
|
|
1780
1812
|
"tamagui.config.mts": "_f_tamagui",
|
|
1781
1813
|
"tamagui.config.cts": "_f_tamagui",
|
|
1782
1814
|
"tauri.conf.json": "_f_tauri",
|
|
1815
|
+
".taurignore": "_f_tauri",
|
|
1783
1816
|
".testcaferc.json": "_f_testcafe",
|
|
1784
1817
|
".tfignore": "_f_tfs",
|
|
1785
1818
|
"tox.ini": "_f_tox",
|
|
@@ -1791,11 +1824,14 @@
|
|
|
1791
1824
|
"tsconfig.app.json": "_f_tsconfig",
|
|
1792
1825
|
"tsconfig.base.json": "_f_tsconfig",
|
|
1793
1826
|
"tsconfig.build.json": "_f_tsconfig",
|
|
1827
|
+
"tsconfig.cjs.json": "_f_tsconfig",
|
|
1794
1828
|
"tsconfig.common.json": "_f_tsconfig",
|
|
1795
1829
|
"tsconfig.dev.json": "_f_tsconfig",
|
|
1796
1830
|
"tsconfig.development.json": "_f_tsconfig",
|
|
1797
1831
|
"tsconfig.e2e.json": "_f_tsconfig",
|
|
1798
1832
|
"tsconfig.eslint.json": "_f_tsconfig",
|
|
1833
|
+
"tsconfig.esm.json": "_f_tsconfig",
|
|
1834
|
+
"tsconfig.mjs.json": "_f_tsconfig",
|
|
1799
1835
|
"tsconfig.node.json": "_f_tsconfig",
|
|
1800
1836
|
"tsconfig.prod.json": "_f_tsconfig",
|
|
1801
1837
|
"tsconfig.production.json": "_f_tsconfig",
|
|
@@ -1803,6 +1839,7 @@
|
|
|
1803
1839
|
"tsconfig.spec.json": "_f_tsconfig",
|
|
1804
1840
|
"tsconfig.staging.json": "_f_tsconfig",
|
|
1805
1841
|
"tsconfig.test.json": "_f_tsconfig",
|
|
1842
|
+
"tsconfig.types.json": "_f_tsconfig",
|
|
1806
1843
|
"tsconfig.lib.json": "_f_tsconfig",
|
|
1807
1844
|
"tsconfig.lib.prod.json": "_f_tsconfig",
|
|
1808
1845
|
"tslint.json": "_f_tslint",
|
|
@@ -1833,6 +1870,10 @@
|
|
|
1833
1870
|
"unocss.config.mts": "_f_unocss",
|
|
1834
1871
|
"vagrantfile": "_f_vagrant",
|
|
1835
1872
|
"vapor.yml": "_f_vapor",
|
|
1873
|
+
"now.json": "_f_vercel",
|
|
1874
|
+
".nowignore": "_f_vercel",
|
|
1875
|
+
"vercel.json": "_f_vercel",
|
|
1876
|
+
".vercelignore": "_f_vercel",
|
|
1836
1877
|
".vimrc": "_f_vim",
|
|
1837
1878
|
".gvimrc": "_f_vim",
|
|
1838
1879
|
"vite.config.js": "_f_vite",
|
|
@@ -1847,6 +1888,20 @@
|
|
|
1847
1888
|
"vitest.config.cjs": "_f_vitest",
|
|
1848
1889
|
"vitest.config.mts": "_f_vitest",
|
|
1849
1890
|
"vitest.config.cts": "_f_vitest",
|
|
1891
|
+
"vitest.workspace.json": "_f_vitest",
|
|
1892
|
+
"vitest.workspace.js": "_f_vitest",
|
|
1893
|
+
"vitest.workspace.mjs": "_f_vitest",
|
|
1894
|
+
"vitest.workspace.ts": "_f_vitest",
|
|
1895
|
+
"vitest.workspace.cjs": "_f_vitest",
|
|
1896
|
+
"vitest.workspace.mts": "_f_vitest",
|
|
1897
|
+
"vitest.workspace.cts": "_f_vitest",
|
|
1898
|
+
"vitest.projects.json": "_f_vitest",
|
|
1899
|
+
"vitest.projects.js": "_f_vitest",
|
|
1900
|
+
"vitest.projects.mjs": "_f_vitest",
|
|
1901
|
+
"vitest.projects.ts": "_f_vitest",
|
|
1902
|
+
"vitest.projects.cjs": "_f_vitest",
|
|
1903
|
+
"vitest.projects.mts": "_f_vitest",
|
|
1904
|
+
"vitest.projects.cts": "_f_vitest",
|
|
1850
1905
|
".vscodeignore": "_f_vscode",
|
|
1851
1906
|
"launch.json": "_f_vscode",
|
|
1852
1907
|
"tasks.json": "_f_vscode",
|
|
@@ -2048,11 +2103,7 @@
|
|
|
2048
2103
|
".yarn-integrity": "_f_yarn",
|
|
2049
2104
|
".yarn-metadata.json": "_f_yarn",
|
|
2050
2105
|
".yarnignore": "_f_yarn",
|
|
2051
|
-
".yo-rc.json": "_f_yeoman"
|
|
2052
|
-
"now.json": "_f_zeit",
|
|
2053
|
-
".nowignore": "_f_zeit",
|
|
2054
|
-
"vercel.json": "_f_zeit",
|
|
2055
|
-
".vercelignore": "_f_zeit"
|
|
2106
|
+
".yo-rc.json": "_f_yeoman"
|
|
2056
2107
|
},
|
|
2057
2108
|
"folderNames": {
|
|
2058
2109
|
"android": "_fd_android",
|
|
@@ -2186,6 +2237,8 @@
|
|
|
2186
2237
|
".docker": "_fd_docker",
|
|
2187
2238
|
"docs": "_fd_docs",
|
|
2188
2239
|
"doc": "_fd_docs",
|
|
2240
|
+
"document": "_fd_docs",
|
|
2241
|
+
"documents": "_fd_docs",
|
|
2189
2242
|
"e2e": "_fd_e2e",
|
|
2190
2243
|
".elasticbeanstalk": "_fd_elasticbeanstalk",
|
|
2191
2244
|
".ebextensions": "_fd_elasticbeanstalk",
|
|
@@ -2313,6 +2366,7 @@
|
|
|
2313
2366
|
"entities": "_fd_model",
|
|
2314
2367
|
".entities": "_fd_model",
|
|
2315
2368
|
"modules": "_fd_module",
|
|
2369
|
+
"mojo": "_fd_mojo",
|
|
2316
2370
|
"mongodb": "_fd_mongodb",
|
|
2317
2371
|
"mongo": "_fd_mongodb",
|
|
2318
2372
|
"mysqldb": "_fd_mysql",
|
|
@@ -2381,6 +2435,7 @@
|
|
|
2381
2435
|
".share": "_fd_shared",
|
|
2382
2436
|
".shared": "_fd_shared",
|
|
2383
2437
|
".snaplet": "_fd_snaplet",
|
|
2438
|
+
".spin": "_fd_spin",
|
|
2384
2439
|
"src": "_fd_src",
|
|
2385
2440
|
"source": "_fd_src",
|
|
2386
2441
|
"sources": "_fd_src",
|
|
@@ -2428,6 +2483,7 @@
|
|
|
2428
2483
|
"@types": "_fd_typings",
|
|
2429
2484
|
"vagrant": "_fd_vagrant",
|
|
2430
2485
|
".vagrant": "_fd_vagrant",
|
|
2486
|
+
".vercel": "_fd_vercel",
|
|
2431
2487
|
"video": "_fd_video",
|
|
2432
2488
|
".video": "_fd_video",
|
|
2433
2489
|
"videos": "_fd_video",
|
|
@@ -2456,6 +2512,7 @@
|
|
|
2456
2512
|
"wit": "_fd_wit",
|
|
2457
2513
|
"www": "_fd_www",
|
|
2458
2514
|
"wwwroot": "_fd_www",
|
|
2515
|
+
"web": "_fd_www",
|
|
2459
2516
|
".yarn": "_fd_yarn"
|
|
2460
2517
|
},
|
|
2461
2518
|
"folderNamesExpanded": {
|
|
@@ -2590,6 +2647,8 @@
|
|
|
2590
2647
|
".docker": "_fd_docker_open",
|
|
2591
2648
|
"docs": "_fd_docs_open",
|
|
2592
2649
|
"doc": "_fd_docs_open",
|
|
2650
|
+
"document": "_fd_docs_open",
|
|
2651
|
+
"documents": "_fd_docs_open",
|
|
2593
2652
|
"e2e": "_fd_e2e_open",
|
|
2594
2653
|
".elasticbeanstalk": "_fd_elasticbeanstalk_open",
|
|
2595
2654
|
".ebextensions": "_fd_elasticbeanstalk_open",
|
|
@@ -2717,6 +2776,7 @@
|
|
|
2717
2776
|
"entities": "_fd_model_open",
|
|
2718
2777
|
".entities": "_fd_model_open",
|
|
2719
2778
|
"modules": "_fd_module_open",
|
|
2779
|
+
"mojo": "_fd_mojo_open",
|
|
2720
2780
|
"mongodb": "_fd_mongodb_open",
|
|
2721
2781
|
"mongo": "_fd_mongodb_open",
|
|
2722
2782
|
"mysqldb": "_fd_mysql_open",
|
|
@@ -2785,6 +2845,7 @@
|
|
|
2785
2845
|
".share": "_fd_shared_open",
|
|
2786
2846
|
".shared": "_fd_shared_open",
|
|
2787
2847
|
".snaplet": "_fd_snaplet_open",
|
|
2848
|
+
".spin": "_fd_spin_open",
|
|
2788
2849
|
"src": "_fd_src_open",
|
|
2789
2850
|
"source": "_fd_src_open",
|
|
2790
2851
|
"sources": "_fd_src_open",
|
|
@@ -2832,6 +2893,7 @@
|
|
|
2832
2893
|
"@types": "_fd_typings_open",
|
|
2833
2894
|
"vagrant": "_fd_vagrant_open",
|
|
2834
2895
|
".vagrant": "_fd_vagrant_open",
|
|
2896
|
+
".vercel": "_fd_vercel_open",
|
|
2835
2897
|
"video": "_fd_video_open",
|
|
2836
2898
|
".video": "_fd_video_open",
|
|
2837
2899
|
"videos": "_fd_video_open",
|
|
@@ -2860,6 +2922,7 @@
|
|
|
2860
2922
|
"wit": "_fd_wit_open",
|
|
2861
2923
|
"www": "_fd_www_open",
|
|
2862
2924
|
"wwwroot": "_fd_www_open",
|
|
2925
|
+
"web": "_fd_www_open",
|
|
2863
2926
|
".yarn": "_fd_yarn_open"
|
|
2864
2927
|
},
|
|
2865
2928
|
"fileExtensions": {
|
|
@@ -3080,6 +3143,7 @@
|
|
|
3080
3143
|
"jsonl": "_f_json",
|
|
3081
3144
|
"ndjson": "_f_json",
|
|
3082
3145
|
"json5": "_f_json5",
|
|
3146
|
+
"schema.json": "_f_json_schema",
|
|
3083
3147
|
"jsonld": "_f_jsonld",
|
|
3084
3148
|
"json-ld": "_f_jsonld",
|
|
3085
3149
|
"jsp": "_f_jsp",
|
|
@@ -3120,6 +3184,8 @@
|
|
|
3120
3184
|
"slddc": "_f_matlab",
|
|
3121
3185
|
"smv": "_f_matlab",
|
|
3122
3186
|
"xvc": "_f_matlab",
|
|
3187
|
+
"mojo": "_f_mojo",
|
|
3188
|
+
"🔥": "_f_mojo",
|
|
3123
3189
|
"mql.yaml": "_f_mondoo",
|
|
3124
3190
|
"mql.yml": "_f_mondoo",
|
|
3125
3191
|
"mustache": "_f_mustache",
|
|
@@ -3179,6 +3245,9 @@
|
|
|
3179
3245
|
"pks": "_f_plsql_package_spec",
|
|
3180
3246
|
"po": "_f_poedit",
|
|
3181
3247
|
"mo": "_f_poedit",
|
|
3248
|
+
"postman_collection.json": "_f_postman",
|
|
3249
|
+
"postman_environment.json": "_f_postman",
|
|
3250
|
+
"postman_globals.json": "_f_postman",
|
|
3182
3251
|
"pot": "_f_powerpoint",
|
|
3183
3252
|
"potx": "_f_powerpoint",
|
|
3184
3253
|
"potm": "_f_powerpoint",
|
|
@@ -3211,6 +3280,7 @@
|
|
|
3211
3280
|
"rego": "_f_rego",
|
|
3212
3281
|
"ron": "_f_ron",
|
|
3213
3282
|
"rproj": "_f_rproj",
|
|
3283
|
+
"rbs": "_f_ruby",
|
|
3214
3284
|
"sls": "_f_saltstack",
|
|
3215
3285
|
"sass": "_f_sass",
|
|
3216
3286
|
"scssm": "_f_scss",
|
|
@@ -3580,6 +3650,7 @@
|
|
|
3580
3650
|
"meson": "_f_meson",
|
|
3581
3651
|
"mjml": "_f_mjml",
|
|
3582
3652
|
"powerquery": "_f_mlang",
|
|
3653
|
+
"mojo": "_f_mojo",
|
|
3583
3654
|
"mojolicious": "_f_mojolicious",
|
|
3584
3655
|
"mongo": "_f_mongo",
|
|
3585
3656
|
"mson": "_f_mson",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28.113" height="32" viewBox="0 0 7.4383 8.4666"><g fill="#222"><path fill="#69a658" d="m3.65 8-1.58-.97L.54 6.1v-.51l.01-1.92V2.26l1.34-.8L3.48.5l.26-.16.4.25 1.59.96 1.16.72V5.7l-.01.43-.38.22a6959.7 6959.7 0 0 0-2.8 1.68l-.05-.04z"/><path d="M2.5 3.9c-.06.04-.07.13 0 .16.04.02.09.01.11-.03a.09.09 0 0 0-.1-.12zm.45.07a.1.1 0 0 0 0 .17c.06.04.14-.01.14-.09 0-.07-.08-.12-.14-.08zm.57-2.56-.09.01a2.63 2.63 0 0 0-1.73.96A2.84 2.84 0 0 0 2 6.3a2.62 2.62 0 0 0 2.05.64 2.62 2.62 0 0 0 1.71-.96 2.84 2.84 0 0 0-.3-3.91 2.62 2.62 0 0 0-1.94-.65zm.03.3a12.1 12.1 0 0 0 .03.67l.03.82v.05h-.03a.1.1 0 0 1-.03-.01l-.01-.1-.05-1.33v-.15h.01a.6.6 0 0 1 .04 0h.01zm.63-.02a48.33 48.33 0 0 1 .01 1h-.07v-.2a41.97 41.97 0 0 0-.01-.8h.07zm-1.51.23a33.36 33.36 0 0 1 .08 1.26.11.11 0 0 1-.03.01v-.04a77.64 77.64 0 0 1-.09-1.23h.04zm1.8.13c.02.01.02.01.02.05v.4c-.02 0-.06-.03-.06-.04v-.21c0-.23 0-.21.04-.2zm-1.21.04.01.22.01.3c0 .12 0 .12-.03.12s-.03 0-.03-.03v-.14L3.2 2.3a7.47 7.47 0 0 0 0-.24h.04c.02 0 .02 0 .02.03zm1.81.09h.03v.49l-.03-.02-.02-.01v-.46h.02zm-1.19.09.01.5v.1h-.06l-.02-.56v-.05h.07zm1.5.05.02.98a6.27 6.27 0 0 1-.04.96l-.01-.9v-.99l-.01-.1.02.02a.2.2 0 0 1 .03.03zm-.58.14V3.62l-.02-.01-.02-.01V2.44h.02l.02.02zM3 2.49a2.44 2.44 0 0 1 .01.27c.01.12 0 .12-.03.12-.02 0-.02 0-.02-.02l-.03-.38.05-.02.01.03zm-1.09.18a66.76 66.76 0 0 1 .06.55s-.05.03-.06.02l-.07-.63c0-.02.05-.08.06-.08l.01.14zm2.57.07.02.01v.35c0 .06 0 .07-.04.06l-.02-.01v-.27l-.01-.15h.05zM2.2 3l.04.5.03.25-.03.02-.02.03v-.06a48.56 48.56 0 0 0-.08-.76l-.02-.2.03-.02c.02-.02.02-.02.03 0L2.2 3zm-.49.09.09.79.06.64a14.31 14.31 0 0 0 .02.28h-.02l-.01-.12a278.02 278.02 0 0 1-.12-.92l-.04-.34a83.23 83.23 0 0 1-.06-.5c0-.02.05-.09.05-.08l.03.25zm-.2.29.04.33.04.28v.1l-.02.01-.02-.06-.05-.38-.05-.34.02-.04c0-.03.02-.05.02-.05l.02.15zm3.59-.09.01.36v.36h-.02c-.04 0-.04 0-.04-.38v-.35h.02l.03.01zm-1.43.12c.15.02.27.07.4.14.08.04.12.07.22.16.13.14.22.26.3.42.1.25.15.46.2 1.04a21.04 21.04 0 0 1 .09 1.13c0 .12.01.1-.09.15-.14.07-.28.12-.45.17-.22.05-.36.07-.58.07H3.6v-.08l.01-.22a9.07 9.07 0 0 0-.07-1.5l.08-.04c.12-.04.22-.1.24-.12.03-.05-.02-.12-.09-.12a2.4 2.4 0 0 1-.68.2c-.12 0-.3 0-.43-.03-.07 0-.19-.06-.3-.11-.11-.07-.18-.15-.2-.25a.64.64 0 0 1 0-.23.74.74 0 0 1 .1-.22c.2-.25.58-.47.97-.55.13-.03.3-.03.44 0zm2.02.02c.02.01.02.02.02.04v.63h-.05l-.01-.34v-.34l.04.01zm.28.38H6v.57a3 3 0 0 1-.03.8c-.04.1-.04.12-.04-.32a38.96 38.96 0 0 1 .02-1.06h.03zm-3.93.17c0 .05 0 .06-.02.1L2 4.13v-.07c-.02-.11-.02-.12 0-.13l.03-.01v.06zm-.4.4a59.13 59.13 0 0 0 .06.7l-.1-.73c.02 0 .03 0 .04.04zm.47.32.02.22c0 .02-.02.04-.04.03l-.01-.13-.02-.16v-.03l.02.03.03.04zm.52.25c.01.01.02.04.02.11.01.13.01.12-.01.12-.03 0-.03 0-.04-.11v-.12h.03zm.52.01v.1a11.54 11.54 0 0 0 .03.52l-.03-.2a14.94 14.94 0 0 0-.03-.42h.03zm-1.23.14a11.84 11.84 0 0 1 .08.7v.04L2 5.83l-.02-.04a9.37 9.37 0 0 0-.07-.69c0-.01.02-.02.02 0zm3.78.28v.28l-.03.03c-.03.06-.03.07-.03-.25v-.3l.03-.02a.13.13 0 0 1 .03-.02v.28zm-.61.45v.44h-.02a25.88 25.88 0 0 1 0-.87c.02 0 .02.05.02.43zm-2.13-.27a16.42 16.42 0 0 1 .01.41h-.02l-.03-.39v-.06h.01c.02 0 .02 0 .03.04zm-.52.24v.04a5.62 5.62 0 0 0 .04.5l-.03-.04v-.07a3.51 3.51 0 0 1 0-.43zm.31.46v.12c.01.1.01.1-.02.09l-.02-.11c-.01-.14-.01-.14.01-.13.02 0 .03 0 .03.03z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_json_schema</title><g stroke-width=".353" fill="#d2d2d2"><path d="M9.18 29.796c-1.807-.393-3.164-1.452-3.637-2.838-.329-.967-.282-2.535.14-4.654.202-1.017.368-2.232.367-2.699 0-1.551-.714-2.393-2.128-2.51l-.816-.068V15.03l.773-.105c1.128-.153 1.563-.43 1.91-1.214.255-.577.287-.863.211-1.867a24.119 24.119 0 0 0-.386-2.584c-.413-1.954-.396-3.541.049-4.496.655-1.405 2.269-2.443 4.145-2.663l.807-.095v2.101h-.543c-.74 0-1.773.527-2.038 1.039-.253.49-.273 1.195-.066 2.421.327 1.938.437 3.797.282 4.767-.177 1.11-.824 2.419-1.535 3.108l-.493.478.674.827c.831 1.02 1.154 1.732 1.354 2.981.158.988.035 3.04-.28 4.68-.44 2.289.068 3.193 1.945 3.466l.7.102v1.022c0 1.165.071 1.125-1.436.798zM21.382 28.986v-1.014l.856-.176c.944-.196 1.691-.778 1.86-1.45.053-.212-.047-1.321-.222-2.464-.573-3.727-.256-5.65 1.19-7.219l.62-.67-.464-.529c-1.66-1.89-1.948-3.569-1.316-7.666.319-2.064.319-2.084.036-2.577-.332-.579-1.37-1.158-2.076-1.158h-.484v-1.03c0-1.174-.024-1.158 1.355-.866 1.654.351 2.84 1.191 3.454 2.448.353.721.406 1.001.396 2.091-.006.692-.149 1.954-.317 2.804-.626 3.157-.57 3.997.32 4.813.412.38.684.49 1.406.571l.895.102v2.023h-.7c-.898 0-1.64.38-2.019 1.03-.397.684-.372 2.173.072 4.344.379 1.845.44 3.53.162 4.477-.292 1-1.594 2.21-2.815 2.62-.527.176-1.239.363-1.583.416l-.626.095z"/><path d="M12.831 27.325c-.426-.542-.364-1.476.159-2.392.387-.678 2.007-2.9 3.176-4.357l.472-.588-.752-2.181c-.844-2.446-.839-2.493.274-2.66l.613-.09.684 1.398c.377.769.739 1.398.805 1.398.066 0 .74-.733 1.5-1.628 1.318-1.555 1.4-1.624 1.847-1.541.269.05.508.019.565-.073.133-.214.513.103.513.43 0 .133-.19.472-.421.754-.946 1.15-2.965 3.87-2.965 3.994 0 .074.407 1.024.904 2.111l.905 1.977-.275.411c-.151.226-.276.47-.279.542-.002.072-.115.202-.252.288-.348.22-.604-.048-1.665-1.733-.486-.771-.932-1.404-.99-1.406-.131-.005-1.582 2.142-2.704 3.998-.99 1.637-.81 1.428-1.363 1.586-.4.115-.499.083-.751-.238zM12.935 17.062c-.897-1.606-2.511-3.935-3.162-4.565-.331-.32-.602-.657-.602-.75 0-.25.675-.508 1.332-.508.709 0 1.459.617 2.128 1.75.243.41.483.748.533.75.05.001.337-.69.639-1.535.645-1.812 2.346-5.333 3.015-6.24.572-.777 1.43-1.195 2.463-1.2 1.35-.006 1.353.054.085 1.376-1.934 2.017-2.822 3.677-4.695 8.78-.52 1.416-.998 2.703-1.061 2.859-.096.236-.208.117-.675-.717z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_light_json_schema</title><g stroke-width=".353"><path d="M9.18 29.796c-1.807-.393-3.164-1.452-3.637-2.838-.329-.967-.282-2.535.14-4.654.202-1.017.368-2.232.367-2.699 0-1.551-.714-2.393-2.128-2.51l-.816-.068V15.03l.773-.105c1.128-.153 1.563-.43 1.91-1.214.255-.577.287-.863.211-1.867a24.119 24.119 0 0 0-.386-2.584c-.413-1.954-.396-3.541.049-4.496.655-1.405 2.269-2.443 4.145-2.663l.807-.095v2.101h-.543c-.74 0-1.773.527-2.038 1.039-.253.49-.273 1.195-.066 2.421.327 1.938.437 3.797.282 4.767-.177 1.11-.824 2.419-1.535 3.108l-.493.478.674.827c.831 1.02 1.154 1.732 1.354 2.981.158.988.035 3.04-.28 4.68-.44 2.289.068 3.193 1.945 3.466l.7.102v1.022c0 1.165.071 1.125-1.436.798zM21.382 28.986v-1.014l.856-.176c.944-.196 1.691-.778 1.86-1.45.053-.212-.047-1.321-.222-2.464-.573-3.727-.256-5.65 1.19-7.219l.62-.67-.464-.529c-1.66-1.89-1.948-3.569-1.316-7.666.319-2.064.319-2.084.036-2.577-.332-.579-1.37-1.158-2.076-1.158h-.484v-1.03c0-1.174-.024-1.158 1.355-.866 1.654.351 2.84 1.191 3.454 2.448.353.721.406 1.001.396 2.091-.006.692-.149 1.954-.317 2.804-.626 3.157-.57 3.997.32 4.813.412.38.684.49 1.406.571l.895.102v2.023h-.7c-.898 0-1.64.38-2.019 1.03-.397.684-.372 2.173.072 4.344.379 1.845.44 3.53.162 4.477-.292 1-1.594 2.21-2.815 2.62-.527.176-1.239.363-1.583.416l-.626.095z"/><path d="M12.831 27.325c-.426-.542-.364-1.476.159-2.392.387-.678 2.007-2.9 3.176-4.357l.472-.588-.752-2.181c-.844-2.446-.839-2.493.274-2.66l.613-.09.684 1.398c.377.769.739 1.398.805 1.398.066 0 .74-.733 1.5-1.628 1.318-1.555 1.4-1.624 1.847-1.541.269.05.508.019.565-.073.133-.214.513.103.513.43 0 .133-.19.472-.421.754-.946 1.15-2.965 3.87-2.965 3.994 0 .074.407 1.024.904 2.111l.905 1.977-.275.411c-.151.226-.276.47-.279.542-.002.072-.115.202-.252.288-.348.22-.604-.048-1.665-1.733-.486-.771-.932-1.404-.99-1.406-.131-.005-1.582 2.142-2.704 3.998-.99 1.637-.81 1.428-1.363 1.586-.4.115-.499.083-.751-.238zM12.935 17.062c-.897-1.606-2.511-3.935-3.162-4.565-.331-.32-.602-.657-.602-.75 0-.25.675-.508 1.332-.508.709 0 1.459.617 2.128 1.75.243.41.483.748.533.75.05.001.337-.69.639-1.535.645-1.812 2.346-5.333 3.015-6.24.572-.777 1.43-1.195 2.463-1.2 1.35-.006 1.353.054.085 1.376-1.934 2.017-2.822 3.677-4.695 8.78-.52 1.416-.998 2.703-1.061 2.859-.096.236-.208.117-.675-.717z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.288" y1="32.55" x2="1.143" y2="32.75" gradientTransform="matrix(114, 0, 0, -100, -113, 3301)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></linearGradient></defs><title>file_type_light_zeit</title><polygon points="16 3.719 30 28.281 2 28.281 16 3.719" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ff4d1f" fill-rule="nonzero" d="M15.29 2c0 1.75.52 4.68-.68 6.14-.62.74-1.18.19-1.87.47-.71.29-1.14 1.65-1.36 2.31a13.79 13.79 0 0 0-.7 3.9c-.02.6.2 1.6-.26 2.07-1.91 1.96-2.8-1.4-2.93-2.79-2.64 2.12-2.87 6.43-1.4 9.23.55 1.08 1.76 1.95 2.12 3.08-.73 0-1.27-.2-1.95-.41.92 2.29 6.24 3.77 8.51 4h2.77c1.03-.09 1.45-.32 2.05-.5 1.79-.5 4.03-1.32 5.03-2.99-.31.03-1.42.26-1.17-.4.36-.94 1.86-1.63 2.41-2.57 1.72-2.94.88-6.85-.73-9.64-.25.55-.65 2.35-1.62 1.75-.53-.33-.64-1.09-.7-1.65-.18-1.5.13-2.94-.37-4.41-1.02-3.05-4.3-6.2-7.15-7.59Z"/><path fill="#ff9d46" fill-rule="nonzero" d="M16.52 6.82c-.03 2.01-1.2 3.46-2.12 5.13a23.43 23.43 0 0 0-2.04 5.13c-.35 1.26-.45 2.97-1.8 3.63-1 .5-2.02-.66-2.76-1.17-.9 2.68.55 5.59 2.05 7.59a8.76 8.76 0 0 0 2.56 2.05c.36.2 2.36.82 2.36.82h2.77c2.63-1.6 5.52-3.87 6.46-6.97-3 .94-.12-2.29-.84-3.9-.45-.98-2.3.8-2.94-.72-.33-.8.1-1.92.1-2.77 0-2.46-.4-4.88-1.79-6.97-.5-.75-1.1-1.64-2.01-1.85m4.3 0 .1.1-.1-.1Z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M8.2 8.15c-.15.95-.85 1.37-1.29 2.16a5.9 5.9 0 0 0-.55 2.87c1.79-.73 2.93-3.3 1.85-5.03Z"/><path fill="#ffdd57" fill-rule="nonzero" d="M11.18 23.74c.03 2.19 1.16 5.94 3.6 6.26h2.76c1.75-1.34 2.58-4.39 3.08-6.46l-1.03.51c.5-.94.83-2.06 1.13-3.08-.37.34-.59.73-1.02.99-3.46 2.09-2.73-4.38-2.57-6.22-2.02.69-3.65 2.95-3.98 5.03-.12.78.16 2.18-.24 2.84-.4.67-1.18.33-1.73.13"/><path fill="#fbfacc" d="M14.77 30h2.77c.45-1.46 1.16-3.04 1.64-4.51-2.1 1.5-2.73-1.96-3.28-3.29-.35 1.23-1.06 4.65-2.77 3.5.1 1.8.72 2.86 1.64 4.3Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_postman</title><path fill="#ff6c37" d="M17.783 2.114a14 14 0 1 0-3.566 27.772 14 14 0 0 0 3.566-27.772z"/><g fill="#fff" stroke-width=".875"><path d="M12.121 16.885a.053.053 0 0 0 .062.028l2.24-.483-.943-.955-1.342 1.343a.052.052 0 0 0-.017.067zM22.61 7.267a2.087 2.087 0 1 0 .88 3.981l-1.42-1.42a.175.175 0 0 1 0-.247l1.855-1.854a2.087 2.087 0 0 0-1.315-.46z"/><path d="M24.18 7.968 22.441 9.7l1.364 1.364a2.1 2.1 0 0 0 .375-3.095zM20.701 11.164h-.03a.546.546 0 0 0-.109.01h-.012a.821.821 0 0 0-.115.033l-.03.014a.549.549 0 0 0-.08.042l-.031.02a.729.729 0 0 0-.096.078l-5.156 5.158.639.638 5.46-4.792a.635.635 0 0 0 .084-.09l.023-.03a.762.762 0 0 0 .097-.205c0-.016.01-.033.014-.05a.82.82 0 0 0 .014-.105v-.122c0-.025 0-.033-.007-.05a.68.68 0 0 0-.533-.536h-.027a.735.735 0 0 0-.105-.013zM13.722 15.227l1.058 1.053 5.17-5.17c.169-.165.388-.267.622-.29-.914-.7-1.91-.517-6.85 4.407zM21.432 12.567l-.063.062-5.46 4.79.928.927c2.302-2.177 4.344-4.25 4.595-5.779zM7.812 23.791a.05.05 0 0 0 .045.036l2.38.164-1.334-1.334-1.08 1.078a.053.053 0 0 0-.01.056zM9.152 22.409l1.407 1.407a.107.107 0 0 0 .133.018.105.105 0 0 0 .055-.122l-.237-1.01a.302.302 0 0 1 .156-.338c2.466-1.236 4.456-2.509 5.916-3.78l-.98-.98-2.1.452zM15.301 17.308l-.526-.526-.728.726a.035.035 0 0 0 0 .045.034.034 0 0 0 .04.018z"/></g><path fill="#ff6c37" d="M24.229 9.097a.163.163 0 1 0-.29.14.487.487 0 0 1-.06.526.162.162 0 0 0 .25.207.81.81 0 0 0 .1-.873z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_publiccode</title><g stroke-width=".106"><path fill="#465869" d="M24.282 22.765c3.915-4.05 5.493-5.737 5.626-6.011.123-.255.123-.348 0-.607-.174-.362-7.144-6.385-7.495-6.475-.405-.105-.835.162-1.232.76-.464.697-.55 1.014-.367 1.348.074.142 1.303 1.3 2.723 2.574l2.58 2.317-.989 1.017c-.543.559-1.774 1.815-2.734 2.79-1.625 1.65-1.746 1.801-1.746 2.167 0 .348.074.467.673 1.012.579.533.73.619 1.086.619.393 0 .486-.074 1.875-1.512z"/><path fill="#95a3ab" d="M10.033 7.73c-.281.007-7.807 4.34-7.952 4.577-.186.304.042.76.44.877.254.073.343.163.343.336 0 .48.105.57.648.57.448 0 .519.032.519.213 0 .141.074.213.213.213.207 0 .212.073.212 3.177 0 2.003-.042 3.2-.106 3.242-.063.032-.106.158-.106.272 0 .114-.053.206-.107.206-.063 0-.106.095-.106.206 0 .154-.084.213-.345.239-.314.031-.347.063-.378.43-.031.343-.073.398-.291.398-.225 0-.26.053-.26.365 0 .334-.03.367-.344.398-.267.02-.352.084-.38.279-.084.584-.561.553 7.91.523l7.829-.031v-.372c0-.341-.032-.374-.345-.405-.315-.031-.344-.063-.344-.398 0-.315-.031-.364-.259-.364-.222 0-.263-.053-.292-.398-.031-.363-.063-.4-.378-.43-.259-.022-.344-.085-.344-.24 0-.112-.053-.205-.106-.205-.064 0-.107-.095-.107-.206 0-.114-.052-.236-.106-.272-.063-.042-.106-1.24-.106-3.243 0-3.106.004-3.177.212-3.177.14 0 .213-.073.213-.206 0-.17.084-.212.504-.239.5-.032.505-.032.537-.43.032-.377.053-.399.398-.399.658 0 .998-.585.604-1.04-.268-.308-7.559-4.478-7.82-4.471zm-3.296 6.36c.302 0 .372.043.372.213 0 .141.074.213.212.213.207 0 .213.074.213 3.177 0 2.003-.043 3.2-.107 3.242-.063.032-.106.158-.106.272s-.053.206-.106.206c-.064 0-.107.095-.107.213 0 .172-.074.213-.372.213-.294 0-.371-.042-.371-.203 0-.112-.063-.224-.133-.248-.105-.032-.14-.845-.164-3.457-.032-3.028-.01-3.413.132-3.413.095 0 .165-.095.165-.213 0-.172.073-.213.371-.213zm3.13 0c.355 0 .425.032.425.213 0 .122.074.213.166.213.148 0 .163.375.133 3.413-.02 2.612-.063 3.423-.166 3.457-.074.021-.133.136-.133.248 0 .166-.074.203-.424.203-.348 0-.425-.042-.425-.203 0-.112-.063-.224-.132-.248-.106-.031-.141-.844-.167-3.457-.031-3.039-.01-3.413.133-3.413.095 0 .166-.095.166-.213 0-.177.074-.213.425-.213zm3.184 0c.354 0 .424.032.424.213 0 .122.074.213.167.213.147 0 .162.374.132 3.413-.02 2.612-.063 3.424-.166 3.457-.074.021-.133.136-.133.248 0 .166-.074.203-.424.203-.354 0-.425-.032-.425-.212 0-.117-.052-.212-.106-.212-.063 0-.106-.095-.106-.207 0-.114-.053-.236-.107-.272-.063-.042-.106-1.239-.106-3.242 0-3.106.005-3.177.213-3.177.14 0 .212-.074.212-.213 0-.177.074-.212.425-.212z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>file_type_swc</title><defs><linearGradient id="a" x1="0" x2="302.9" y1="151.49" y2="151.49" gradientTransform="matrix(.09245 0 0 .03238 1.997 11.096)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFA588"/><stop offset=".271" stop-color="#FCB371"/><stop offset=".836" stop-color="#F4D837"/><stop offset="1" stop-color="#F1E425"/></linearGradient></defs><path fill="url(#a)" d="M27.216 20.903a2.807 2.807 0 0 1-1.996-.828l-4.157-4.157a2.805 2.805 0 0 1-.791-1.509 2.796 2.796 0 0 1 .01-1.004h-1.23c-.3 0-.427.2-.476.318a.49.49 0 0 0 .113.562l1.797 1.797a2.803 2.803 0 0 1 .615 3.079c-.207.499-.548.926-.983 1.234a2.809 2.809 0 0 1-1.624.508h-.058a2.807 2.807 0 0 1-1.996-.828l-.398-.398c-.19.28-.427.522-.704.716a2.809 2.809 0 0 1-1.624.508 2.807 2.807 0 0 1-1.997-.828l-6.52-6.52a.51.51 0 0 0-.363-.15c-.3 0-.427.2-.476.317a.49.49 0 0 0 .112.563l1.797 1.797a2.806 2.806 0 0 1 .616 3.078 2.85 2.85 0 0 1-.984 1.235 2.809 2.809 0 0 1-1.624.507h-.822a1.154 1.154 0 1 1 0-2.307h.81c.3 0 .427-.2.476-.318a.49.49 0 0 0-.112-.562l-1.795-1.795a2.806 2.806 0 0 1-.79-1.508A2.85 2.85 0 0 1 3.2 11.606a2.817 2.817 0 0 1 1.627-.508c.753 0 1.463.294 1.996.828l6.52 6.52a.51.51 0 0 0 .363.15c.3 0 .428-.2.477-.318a.489.489 0 0 0-.11-.56l-4.651-4.65a1.154 1.154 0 1 1 1.633-1.633l4.648 4.648.006.005 2.357 2.357a.51.51 0 0 0 .363.15h.058c.3 0 .427-.2.476-.317a.49.49 0 0 0-.113-.562l-1.794-1.798a2.806 2.806 0 0 1-.79-1.508 2.851 2.851 0 0 1 1.159-2.804 2.817 2.817 0 0 1 1.626-.508h4.7a1.154 1.154 0 1 1 0 2.308h-.693c-.3 0-.427.2-.476.317a.49.49 0 0 0 .113.563l4.157 4.157a.51.51 0 0 0 .364.15.476.476 0 0 0 .476-.476 1.154 1.154 0 1 1 2.307 0 2.786 2.786 0 0 1-2.784 2.786z"/><path fill="#fff" d="M27.216 19.893c-.485 0-.94-.188-1.284-.53l-4.157-4.158a1.786 1.786 0 0 1-.392-1.976c.147-.352.386-.638.684-.831h-3.015c-.629 0-1.169.36-1.41.94a1.498 1.498 0 0 0 .33 1.662l1.798 1.797c.528.529.678 1.287.392 1.977a1.787 1.787 0 0 1-1.676 1.12h-.057c-.485 0-.94-.188-1.284-.532l-1.659-1.659c.075.35.04.719-.105 1.07a1.787 1.787 0 0 1-1.676 1.12c-.485 0-.94-.187-1.284-.53l-6.52-6.52a1.516 1.516 0 0 0-1.079-.448c-.629 0-1.168.36-1.41.94-.24.58-.113 1.218.331 1.663l1.797 1.797c.529.528.678 1.286.393 1.976s-.93 1.12-1.676 1.12h-.808a.143.143 0 0 1-.145-.146.143.143 0 0 1 .145-.145h.81c.63 0 1.169-.36 1.411-.94a1.498 1.498 0 0 0-.332-1.662L3.541 15.2a1.78 1.78 0 0 1-.392-1.973 1.783 1.783 0 0 1 1.676-1.123c.485 0 .94.188 1.284.531l6.52 6.52c.288.289.672.447 1.079.447.628 0 1.168-.36 1.41-.94.24-.58.115-1.215-.328-1.66l-4.653-4.648a.143.143 0 0 1 0-.205.143.143 0 0 1 .205 0l4.648 4.647.003.003 2.357 2.357c.289.289.672.447 1.079.447h.057c.63 0 1.169-.36 1.411-.94.24-.58.113-1.218-.332-1.662l-1.797-1.797a1.787 1.787 0 0 1-.392-1.977c.285-.69.929-1.12 1.676-1.12h4.7a.143.143 0 0 1 .145.146.143.143 0 0 1-.145.145h-.693c-.629 0-1.168.36-1.41.94-.24.58-.113 1.218.331 1.662l4.157 4.157c.289.289.673.448 1.08.448.819 0 1.485-.667 1.485-1.486a.143.143 0 0 1 .145-.145.143.143 0 0 1 .145.145 1.773 1.773 0 0 1-1.774 1.774z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.459" y1="32.377" x2="1.096" y2="32.82" gradientTransform="matrix(113, 0, 0, -100, -112, 3301)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><title>file_type_zeit</title><polygon points="16 3.611 30 28.389 2 28.389 16 3.611" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ffdd57" fill-rule="nonzero" d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2v-21Zm-2.1 4.2h-8.2l1.1-2.1h7.1v2.1Z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M22.77 11c0 1.25.37 3.35-.49 4.38-.44.54-.84.14-1.33.34-.5.2-.81 1.18-.97 1.65-.3.87-.48 1.87-.5 2.79-.02.43.14 1.14-.18 1.48-1.38 1.4-2.01-1-2.1-2-1.89 1.52-2.05 4.6-1 6.6.4.77 1.25 1.39 1.51 2.2-.51 0-.9-.15-1.39-.3.66 1.64 4.46 2.7 6.08 2.86h1.98c.73-.06 1.03-.23 1.46-.36 1.28-.36 2.88-.94 3.6-2.13-.23.02-1.02.18-.84-.3.25-.66 1.32-1.15 1.72-1.82 1.23-2.1.63-4.9-.52-6.9-.18.4-.47 1.69-1.16 1.26-.38-.23-.45-.78-.5-1.18-.13-1.07.1-2.1-.26-3.15-.73-2.18-3.08-4.43-5.11-5.42Z"/><path fill="#ff9d46" fill-rule="nonzero" d="M23.65 14.44c-.02 1.44-.86 2.47-1.52 3.67a16.72 16.72 0 0 0-1.45 3.66c-.25.9-.32 2.13-1.28 2.6-.72.35-1.45-.47-1.98-.84-.64 1.91.4 3.99 1.46 5.42a6.27 6.27 0 0 0 1.84 1.46c.25.15 1.68.59 1.68.59h1.98c1.88-1.14 3.94-2.77 4.62-4.98-2.16.68-.1-1.63-.6-2.78-.33-.7-1.66.57-2.1-.52-.25-.57.06-1.37.06-1.98a8.9 8.9 0 0 0-1.27-4.98c-.36-.53-.79-1.17-1.44-1.32m3.07 0 .08.08-.08-.08Z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M17.71 15.4c-.1.67-.61.97-.93 1.53a4.23 4.23 0 0 0-.39 2.05c1.28-.52 2.1-2.35 1.32-3.58Z"/><path fill="#ffdd57" fill-rule="nonzero" d="M19.84 26.53c.02 1.56.82 4.24 2.56 4.47h1.98c1.25-.96 1.84-3.14 2.2-4.61l-.73.36c.34-.67.58-1.47.8-2.2-.27.24-.42.52-.73.7-2.48 1.5-1.95-3.12-1.83-4.43a4.74 4.74 0 0 0-2.85 3.59c-.08.55.12 1.55-.17 2.03-.28.47-.84.23-1.23.1"/><path fill="#fbfacc" d="M22.4 31h1.98c.32-1.05.83-2.17 1.17-3.22-1.5 1.07-1.95-1.4-2.34-2.35-.25.88-.76 3.32-1.98 2.5A5.7 5.7 0 0 0 22.4 31Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ffe057" fill-rule="nonzero" d="M29.5 5.5H18.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-9.3 2.1h7.1v2.1h-8.1l1-2.1Zm5.5 6.1H6.6v-1.9h20.8v7.63l-1.7-5.73Z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M22.77 11c0 1.25.37 3.35-.49 4.38-.44.54-.84.14-1.33.34-.5.2-.81 1.18-.97 1.65-.3.87-.48 1.87-.5 2.79-.02.43.14 1.14-.18 1.48-1.38 1.4-2.01-1-2.1-2-1.89 1.52-2.05 4.6-1 6.6.4.77 1.25 1.39 1.51 2.2-.51 0-.9-.15-1.39-.3.66 1.64 4.46 2.7 6.08 2.86h1.98c.73-.06 1.03-.23 1.46-.36 1.28-.36 2.88-.94 3.6-2.13-.23.02-1.02.18-.84-.3.25-.66 1.32-1.15 1.72-1.82 1.23-2.1.63-4.9-.52-6.9-.18.4-.47 1.69-1.16 1.26-.38-.23-.45-.78-.5-1.18-.13-1.07.1-2.1-.26-3.15-.73-2.18-3.08-4.43-5.11-5.42Z"/><path fill="#ff9d46" fill-rule="nonzero" d="M23.65 14.44c-.02 1.44-.86 2.47-1.52 3.67a16.72 16.72 0 0 0-1.45 3.66c-.25.9-.32 2.13-1.28 2.6-.72.35-1.45-.47-1.98-.84-.64 1.91.4 3.99 1.46 5.42a6.27 6.27 0 0 0 1.84 1.46c.25.15 1.68.59 1.68.59h1.98c1.88-1.14 3.94-2.77 4.62-4.98-2.16.68-.1-1.63-.6-2.78-.33-.7-1.66.57-2.1-.52-.25-.57.06-1.37.06-1.98a8.9 8.9 0 0 0-1.27-4.98c-.36-.53-.79-1.17-1.44-1.32m3.07 0 .08.08-.08-.08Z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M17.71 15.4c-.1.67-.61.97-.93 1.53a4.23 4.23 0 0 0-.39 2.05c1.28-.52 2.1-2.35 1.32-3.58Z"/><path fill="#ffdd57" fill-rule="nonzero" d="M19.84 26.53c.02 1.56.82 4.24 2.56 4.47h1.98c1.25-.96 1.84-3.14 2.2-4.61l-.73.36c.34-.67.58-1.47.8-2.2-.27.24-.42.52-.73.7-2.48 1.5-1.95-3.12-1.83-4.43a4.74 4.74 0 0 0-2.85 3.59c-.08.55.12 1.55-.17 2.03-.28.47-.84.23-1.23.1"/><path fill="#fbfacc" d="M22.4 31h1.98c.32-1.05.83-2.17 1.17-3.22-1.5 1.07-1.95-1.4-2.34-2.35-.25.88-.76 3.32-1.98 2.5A5.7 5.7 0 0 0 22.4 31Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>folder_type_cubit_opened</title><path d="m27.4 5.5h-9.2l-2.1 4.2h-11.8v4h-3.8l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1h-19.1v-1.9h20.8v7.626z" display="none" fill="#b3b3b3"/><path d="m27.35 5.5421h-9.227l-2.083 4.2h-11.607v16.8h25v-21zm0 4.2h-8.135l1.091-2.1h7.044z" fill="#999"/><g transform="matrix(.5821 0 0 .5821 14.491 13.285)"><rect x="11.026" y="2.0135" width="2.9003" height="27.997"/><path d="m16.014 4.3379a11.576 11.637 0 0 0-11.576 11.639 11.576 11.637 0 0 0 11.576 11.637 11.576 11.637 0 0 0 11.576-11.637 11.576 11.637 0 0 0-11.576-11.639zm0.03516 2.7969a8.8312 8.878 0 0 1 8.832 8.877 8.8312 8.878 0 0 1-8.832 8.8789 8.8312 8.878 0 0 1-8.8301-8.8789 8.8312 8.878 0 0 1 8.8301-8.877z" stroke-width="1.0243"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>folder_type_cubit_opened</title><path d="m27.4 5.5h-9.2l-2.1 4.2h-11.8v4h-3.8l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1h-19.1v-1.9h20.8v7.626z" fill="#b3b3b3"/><path d="m27.35 5.5421h-9.227l-2.083 4.2h-11.607v16.8h25v-21zm0 4.2h-8.135l1.091-2.1h7.044z" display="none" fill="#999"/><g transform="matrix(.5821 0 0 .5821 14.491 13.285)"><rect x="11.026" y="2.0135" width="2.9003" height="27.997"/><path d="m16.014 4.3379a11.576 11.637 0 0 0-11.576 11.639 11.576 11.637 0 0 0 11.576 11.637 11.576 11.637 0 0 0 11.576-11.637 11.576 11.637 0 0 0-11.576-11.639zm0.03516 2.7969a8.8312 8.878 0 0 1 8.832 8.877 8.8312 8.878 0 0 1-8.832 8.8789 8.8312 8.878 0 0 1-8.8301-8.8789 8.8312 8.878 0 0 1 8.8301-8.877z" stroke-width="1.0243"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="150" height="150" fill="none" version="1.1" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#b)" display="none" fill="#666"><path d="m128.44 25.781h-43.124l-9.8437 19.688h-55.313v78.75h118.12v-98.438zm0 87.657h-97.5v-58.126h97.5zm0-67.969h-38.437l4.6875-9.8437h33.282v9.8437z"/><path d="m120.47 64.219h-118.13l17.813 60h118.12z"/></g><defs><linearGradient id="a" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="matrix(.93116 0 0 .93116 2.4388 13.9)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-color="#fff" offset="1"/></linearGradient><clipPath id="b"><rect width="150" height="150" fill="#fff"/></clipPath></defs><path d="m128.3 25.879h-43.593l-9.8437 19.688h-54.844v78.75h118.12v-98.438zm0 19.688h-38.437l5.1563-9.8437h33.281z" fill="#52525b"/><path d="m103.18 66.045 39.283 69.837h-78.567z" clip-rule="evenodd" fill="url(#a)" fill-rule="evenodd" stroke-width=".93116"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="150" height="150" fill="none" version="1.1" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#b)" fill="#666"><path d="m128.44 25.781h-43.124l-9.8437 19.688h-55.313v78.75h118.12v-98.438zm0 87.657h-97.5v-58.126h97.5zm0-67.969h-38.437l4.6875-9.8437h33.282v9.8437z"/><path d="m120.47 64.219h-118.13l17.813 60h118.12z"/></g><defs><linearGradient id="a" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="matrix(.93116 0 0 .93116 2.4388 13.9)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop stop-color="#fff" offset="1"/></linearGradient><clipPath id="b"><rect width="150" height="150" fill="#fff"/></clipPath></defs><path d="m128.3 25.879h-43.593l-9.8437 19.688h-54.844v78.75h118.12v-98.438zm0 19.688h-38.437l5.1563-9.8437h33.281z" display="none" fill="#52525b"/><path d="m103.18 66.045 39.283 69.837h-78.567z" clip-rule="evenodd" fill="url(#a)" fill-rule="evenodd" stroke-width=".93116"/></svg>
|
package/package.json
CHANGED
|
@@ -1,34 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/shared-process",
|
|
3
|
-
"version": "0.17.
|
|
4
|
-
"description": "Utility package for @lvce-editor/server",
|
|
3
|
+
"version": "0.17.12",
|
|
5
4
|
"main": "index.js",
|
|
6
5
|
"type": "module",
|
|
7
|
-
"keywords": [],
|
|
8
|
-
"author": "",
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "https://github.com/lvce-editor/lvce-editor.git",
|
|
13
|
-
"directory": "packages/shared-process"
|
|
14
|
-
},
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": ">=16"
|
|
17
|
-
},
|
|
18
6
|
"dependencies": {
|
|
19
|
-
"@babel/code-frame": "^7.22.
|
|
20
|
-
"@lvce-editor/extension-host": "0.17.
|
|
21
|
-
"@lvce-editor/extension-host-helper-process": "0.17.
|
|
22
|
-
"@lvce-editor/pretty-error": "^1.1.
|
|
23
|
-
"@lvce-editor/pty-host": "0.17.
|
|
24
|
-
"@lvce-editor/verror": "^1.0
|
|
7
|
+
"@babel/code-frame": "^7.22.13",
|
|
8
|
+
"@lvce-editor/extension-host": "0.17.12",
|
|
9
|
+
"@lvce-editor/extension-host-helper-process": "0.17.12",
|
|
10
|
+
"@lvce-editor/pretty-error": "^1.1.1",
|
|
11
|
+
"@lvce-editor/pty-host": "0.17.12",
|
|
12
|
+
"@lvce-editor/verror": "^1.1.0",
|
|
25
13
|
"debug": "^4.3.4",
|
|
26
14
|
"execa": "^8.0.1",
|
|
27
15
|
"exit-hook": "^3.2.0",
|
|
28
16
|
"got": "^13.0.0",
|
|
29
17
|
"is-object": "^1.0.2",
|
|
30
18
|
"lines-and-columns": "^2.0.3",
|
|
31
|
-
"p-queue": "^7.
|
|
19
|
+
"p-queue": "^7.4.0",
|
|
32
20
|
"parse-json": "^7.0.0",
|
|
33
21
|
"tar-fs": "^3.0.4",
|
|
34
22
|
"ws": "^8.13.0",
|
|
@@ -175,11 +175,11 @@ export const getSetupName = () => {
|
|
|
175
175
|
return 'Lvce-Setup'
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export const version = '0.17.
|
|
178
|
+
export const version = '0.17.12'
|
|
179
179
|
|
|
180
|
-
export const commit = '
|
|
180
|
+
export const commit = 'bed87a8'
|
|
181
181
|
|
|
182
|
-
export const date = '2023-08-
|
|
182
|
+
export const date = '2023-08-30T17:39:34.000Z'
|
|
183
183
|
|
|
184
184
|
export const getVersion = () => {
|
|
185
185
|
return version
|