{"_id":"material-icon-theme","_rev":"77-c4d15cc6556726d504913e8a63f52a0e","name":"material-icon-theme","dist-tags":{"latest":"5.38.1"},"versions":{"3.7.0":{"name":"material-icon-theme","version":"3.7.0","keywords":["icons","theme","material","icon-theme","customization"],"_id":"material-icon-theme@3.7.0","maintainers":[{"name":"nishkal","email":"kashyapnishkal@gmail.com"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/master/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"da3d24596859915df2446264d21ae705f59762ca","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-3.7.0.tgz","fileCount":636,"integrity":"sha512-lyBIHJS7aR3Difuko/a/5wBKskEyRv9zSs90ukn8QyKJQeD/NF9nkAxajriFRP2nJ3UtGH5bk+aY2vGdhCBuxg==","signatures":[{"sig":"MEUCIEw6QZyNFadv+3pTMyDqbAsvnt8E+fZMt+5bBwpQ+XnuAiEAsmR0RzJqf7fKkw06IHyhlUKmHiB/0VaCBKPvR15GI/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1660812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyYSwCRA9TVsSAnZWagAAnwEP/18YfGFrWu73r5VfZpdr\nL3pTzOUFNqb1pfbbG+OnZgQ69nDs8mucg7NEkhsKpueVFBfhh/QEBfEZxeKc\nD3MyomPNZJQ2BnyjNhUED9/yotHvwu5WZZl0rAbEOsFHVwLPEBM1y6VHeRVO\n9HKrjER53vma4YBAiOUW73ZpER+0vhnkq38dEpx4zW7k/VpJeX1q0WWdgSAc\neMNeoqAeiOJhPcRqbpsB7Wv98zumQGIi/0NbwVr9fLNLcSzeQ26RnJi16+c2\nKTTNg9tl+c9ZLY8hWLZkh2CbwoBg29raaBnvflfb5qxId9Snd0wDSj129zbh\n715hnGQsXiwePhJ8RHUfzBCI/EAnd8Hn1W2LQ0DdkSNQR6vj+LpmDMmxcmcD\nngmVG5HsuS/yWHm+Obp0GtWCFRM3OHTkAIEF02RBYFw1hkvMDEFahq2OKmkV\n3ddyv9sYIRAfgiKJ4OUP9Y4+ICvUVkxg6SUN1QLT75RCFtKfJnPBdiZVpupZ\nZ1EWMGCturWA11xLMUV/nj3hF8OsChA15BiZeXMNzB0OYBXoZR5UzZRMiqn+\nUcD/TjObUp5tm2ra99X30qZf39vGvygheeId2LxCOtzwQmXOiReEbf9LeBDr\n+Bfq2KxoGpa9nngNoZ5UNABC/Unq4qo4fclsWMwYvM3UmoAA94C90gC9rg97\nx1TP\r\n=W/DF\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","engines":{"vscode":"^1.5.0"},"gitHead":"e7d12a58cd518342fdfb5d43ffecf60228b27e4d","scripts":{"lint":"tslint -c tslint.json ./src/**/*.ts","test":"node ./node_modules/vscode/bin/test","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --mode production","pretest":"npm run build && npm run test-compile","preview":"ts-node ./src/scripts/preview","compile:dev":"webpack --mode none","postcompile":"npm run generateJson && npm run check","postinstall":"node ./node_modules/vscode/bin/install","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","test-compile":"tsc -p ./","compile:watch":"webpack --mode none --watch","vscode:prepublish":"npm run lint && npm run compile"},"_npmUser":{"name":"nishkal","email":"kashyapnishkal@gmail.com"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"6.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig"},{"title":"%command.hidesExplorerArrows%","command":"material-icon-theme.hidesExplorerArrows"},{"title":"%command.opacity%","command":"material-icon-theme.opacity"},{"title":"%command.grayscale%","command":"material-icon-theme.grayscale"},{"title":"%command.saturation%","command":"material-icon-theme.saturation"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","_nodeVersion":"10.13.0","dependencies":{"opn":"^5.5.0","semver":"^5.6.0","lodash.merge":"^4.6.1"},"galleryBanner":{"color":"#263238","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^6.0.2","rimraf":"^2.6.3","tslint":"^5.14.0","vscode":"^1.1.33","ts-node":"^8.0.3","webpack":"^4.29.6","puppeteer":"^1.13.0","ts-loader":"^5.3.3","typescript":"^3.3.4000","@types/node":"^11.11.6","webpack-cli":"^3.3.0","@types/mocha":"^5.2.6","@types/puppeteer":"^1.12.3","clean-webpack-plugin":"^2.0.1"},"activationEvents":["*"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_3.7.0_1556710575652_0.7815166929904336","host":"s3://npm-registry-packages"}},"3.7.1":{"name":"material-icon-theme","version":"3.7.1","keywords":["icons","theme","material","icon-theme","customization"],"_id":"material-icon-theme@3.7.1","maintainers":[{"name":"nishkal","email":"kashyapnishkal@gmail.com"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/master/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"3d4c19dd1f2793bdaf2ece337713e57b7439c880","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-3.7.1.tgz","fileCount":636,"integrity":"sha512-5heZXNex/Zfj6kv5OQCDaC/mWBnfJuZhG6gikMqWy45mY/7yCNyd0bcm45ujKMsONadWe4OYIqhwmrRPDRBG7Q==","signatures":[{"sig":"MEYCIQCCnI60gtUiXdZ8K4RE1pQhKWmz3dB6uJk7MPiMbuIGdAIhAJ7IM66JzIz0bdXcXzqnV1rMqTzBJ3YWwnTtn+tJRuUU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1660750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcynyQCRA9TVsSAnZWagAA8n8P/RicWqZ1tBJA2e3Qi02N\nqAKGEad2tD+C0/GzUfPhJB6zTG2dxpZkCxR0oxEuUxeHR3QN/8Q241NuXWJE\nWtoWwXyQ3jTC2qdEkYbNMdzCr3gPQoWcZqyNaCUBPvf1pgLtopMGaNYN1gCN\n69eR8wiR6L/ldkbHrGfXAkMlPF8OfM188emzmehD4tNXXVBwE7N5OZb3Jo0P\nKuYgTdV3Or9NvYlA+dTcIRPjR9NaFf7+To2QDRyYOiJ2jNVJyLIl+Vm3al/m\nMNDOSOI1pb59nCYfOY/RU2wKtOO2VAgkrfMXZMw8GN4PVU2Kcobf9Vad3Rhw\nAAx0Q5SjK1R7zJyUaWgrLLTelNErliS78wFoCeGRnj3cRUEzi1fNzyuFTkFU\nYywjKvotDPP7OJV9TkzhMIGm1C58TvOhxUQ/qskoCnQh8thVSFQdGzleZpgL\nn9x506+IIQ73MJ+dNe8VAa6mJVMWg52bEtsAER/WMXjPriHtUiCJPGkq1jNy\nBcovU6rZbJimPM/8IdiPpBs+EtXCBRmNrv0DgOhAbHxFbetqPKs14/5URYbO\nzORcnUnVf7uGlS5oWHaWe1Gn7t6RWYd2W5fTFr8u+Cnt0ucre2jaQDEn09xi\nJyRvJ7cLciQtrS21jG8AbMp7w0p3VH0TwOX/Sk82tTakZkc+MB0TFYahJ66Y\nv54L\r\n=709u\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","engines":{"vscode":"^1.5.0"},"gitHead":"e7d12a58cd518342fdfb5d43ffecf60228b27e4d","scripts":{"lint":"tslint -c tslint.json ./src/**/*.ts","test":"node ./node_modules/vscode/bin/test","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --mode production","pretest":"npm run build && npm run test-compile","preview":"ts-node ./src/scripts/preview","compile:dev":"webpack --mode none","postcompile":"npm run generateJson && npm run check","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","test-compile":"tsc -p ./","compile:watch":"webpack --mode none --watch","vscode:prepublish":"npm run lint && npm run compile"},"_npmUser":{"name":"nishkal","email":"kashyapnishkal@gmail.com"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"6.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig"},{"title":"%command.hidesExplorerArrows%","command":"material-icon-theme.hidesExplorerArrows"},{"title":"%command.opacity%","command":"material-icon-theme.opacity"},{"title":"%command.grayscale%","command":"material-icon-theme.grayscale"},{"title":"%command.saturation%","command":"material-icon-theme.saturation"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","_nodeVersion":"10.13.0","dependencies":{"opn":"^5.5.0","semver":"^5.6.0","lodash.merge":"^4.6.1"},"galleryBanner":{"color":"#263238","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^6.0.2","rimraf":"^2.6.3","tslint":"^5.14.0","vscode":"^1.1.33","ts-node":"^8.0.3","webpack":"^4.29.6","puppeteer":"^1.13.0","ts-loader":"^5.3.3","typescript":"^3.3.4000","@types/node":"^11.11.6","webpack-cli":"^3.3.0","@types/mocha":"^5.2.6","@types/puppeteer":"^1.12.3","clean-webpack-plugin":"^2.0.1"},"activationEvents":["*"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_3.7.1_1556774031704_0.5954248120096586","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"material-icon-theme","version":"4.14.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.14.0","maintainers":[{"name":"nishkal","email":"kashyapnishkal@gmail.com"},{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"bd59baa6b3aaa6341984bdc1915331011f8ebab4","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.14.0.tgz","fileCount":907,"integrity":"sha512-s7WWjPwsD+206yjnQGrLdrKZFdRx9OLyeIcVmU5C7lMOy9q9oHJt0ur5Yx4hKlHZE0ixXk1t8UQXjzhuO580Zg==","signatures":[{"sig":"MEQCIGxUlKVFQDEcLCJuFLaz090B0KJWM6vnYRGpM5p10f1IAiAOE38INcosr34OLVUbzQFKcx2AheGBxn4ElayPXVHDJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3128191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJpNUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8vg/+MdJOEFl+/CJSjrlko0cS08qQznTvxFTYtnouoJ5wHTbWdKcI\r\nDfKU1Hk/R2VKnglhqTkXy09s4ltZ2fMtVelxk/HDQ64UjYTmDnOeenp9tRaD\r\nqq5U7F7ufR8Yfz9DcKtzLScblgrIbqC4kEkrHUWfstRcuZdhNrK1ZbU+yJYS\r\nDgTbDQAHn3OQWQYwXi2JeH9zqK0fUyFZfv03lrhWERImGsvrZbDgxoZJaQPw\r\ngz/lmmFZTzoNzzZ4jZ33+U8bE9SOzO26eVIsnbcUdDNZir4jqNPhCqcF05//\r\nK2C4E3ydw+6u+CTaVKNsKhuuh6gsdr1pl2Xk4YuUXhOVZV8/7lqL1i7WR099\r\nKv6qIUv3vR8Pbw62D6h4xnEOUxxlUDjnSe6RzAbdlFRgc1+GL5+URNAKbzvy\r\npPbPhdj9PfGiHcLNE2e+WmNri80HmZiJ5PARwqtpCzD2W3oIYjk6XTrdqefP\r\nbRYVh6b0/Da5KfbWseRvTMlrl3/fl6fkonB17VpqisAdbuUozHtFjxSXHhO4\r\nzriCboF3C+1VvF/xU5djjocEEwMihEbErLBokMuNxFF4SBUK0fPEKLyOMdfg\r\nMG7wOMvDfEIxaKrzYsK8KpYqQ0uKi+1RcOZuXDdCBftWekUm9wZ6FhmegMzq\r\n6BWW6yqvofSceUxiuKemVihERprPPdVme9g=\r\n=oz7l\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"1b54692d91eadc2a4145a56909ec4ceefba8c065","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.3.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.2.0","svgo":"^2.8.0","mocha":"^9.1.3","eslint":"^8.3.0","rimraf":"^3.0.2","ts-node":"^10.4.0","webpack":"^5.64.4","prettier":"^2.5.0","puppeteer":"^11.0.0","ts-loader":"^9.2.6","typescript":"^4.5.2","@types/glob":"^7.2.0","@types/node":"^16.11.10","vscode-test":"^1.6.1","webpack-cli":"^4.9.1","@types/mocha":"^9.0.0","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.4","changelog-machine":"^1.0.0","@types/lodash.merge":"^4.6.6","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.4.0","@typescript-eslint/eslint-plugin":"^5.4.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.14.0_1646695252443_0.7629933926080492","host":"s3://npm-registry-packages"}},"4.14.1":{"name":"material-icon-theme","version":"4.14.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.14.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"d1e5f360c23b63f440696bd2e30a80d3f7d844fe","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.14.1.tgz","fileCount":906,"integrity":"sha512-psZrc0bKlA0foRCyFUqLB3bb+npwL/7jySVuV2GqUL9QYdWy0BTbiA+cO5TYL5rP/KOhoKH3/xXpXB4BfFGthA==","signatures":[{"sig":"MEUCIGVY1+ZTZ8qrNcMzY9gLyqMuycxQJwxTEiNDhm039mQVAiEAlEjf+vyesRntEUHrWC5zZw9KFyEZkPbs/cjX1SLHWT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3124940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJvfcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9Yg/+KPN1cC7yzHcEqXVmiANdqu2XfKnwaqJn7pJpfIPNYz0foMIg\r\nDeHtlLWYUNmrFVH6VBImxik6Dqkw1F1PxmCocDU2ExU0PISNVQIR+56ud+aE\r\n8M+WjQpHsSHiYUo5GxHG8buMyQsTfZFz9ofEkih31WWdshjWzCCDhlxcXnOY\r\nxhIloUV8zvGYWptAXmclwbFfmQblug+8si2LI2WRSeNnwA0lFGwTK5sANfCF\r\ntwTfZW34lA01HIt6jBjMl7ANh9p3O1+k602sK8AuwWFHV6ObgG0LWlvULV0V\r\nrrMZqSbF57GonnlYS8ADzCSnyoceDiw+di+V5mhAG0IE3G13j+oOJ/V771hd\r\nS4Lh3x5Ys0mTXkXtkQIytJdNxzGCLFNiTryUImCcK6HzpKG6ivOmQDwQk9vx\r\nCkrq3B+X+AOxTWrRoeO5x/rNvlOV7WFFhU4Lxnt8bgGjLJ0PpVasco7fa1b8\r\nYtvTq+d8oxDEs+3kaAx0Hj/rIHyfSHoe0Ohe0/VpsXQzX9uLPuToBK/k8bWU\r\nk1F/YgIiiVlj4Dcx9jBxw6Pq7YTkLIyCRLM76nQxabEJ8QRFy26DzULwKrJ1\r\nW+BzYLVIKLOVUKiYiLQpc60HSljsTiKamazspofaWjJqe0Z+BS45gml9qSdp\r\nsqTlRsnBDUX66EbgT4h2i+PwNi9UQT2rMNA=\r\n=RCTs\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"2964afd52c58bd638cbf7a909e991d917a0579be","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.3.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.2.0","svgo":"^2.8.0","mocha":"^9.1.3","eslint":"^8.3.0","rimraf":"^3.0.2","ts-node":"^10.4.0","webpack":"^5.64.4","prettier":"^2.5.0","puppeteer":"^11.0.0","ts-loader":"^9.2.6","typescript":"^4.5.2","@types/glob":"^7.2.0","@types/node":"^16.11.10","vscode-test":"^1.6.1","webpack-cli":"^4.9.1","@types/mocha":"^9.0.0","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.4","changelog-machine":"^1.0.0","@types/lodash.merge":"^4.6.6","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.4.0","@typescript-eslint/eslint-plugin":"^5.4.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.14.1_1646720988578_0.29980818658168373","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"material-icon-theme","version":"4.15.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.15.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"a5cd342f283e42b82835e51f82b4fa89cfbda1c4","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.15.0.tgz","fileCount":911,"integrity":"sha512-oOGaFR5DUz8dYXDaQ9Hs1vn1wDdPUd+3sTW0EkmdpLVaL/E7YPpCauhdPPigtl70Yti/U1KKda407JfUkEzC+Q==","signatures":[{"sig":"MEYCIQDD4rm+qtTlbrmwxg5eMMXYC8Xe/y9IY74dF7J1dwTWmwIhAO92Yobj3Ra0XkBSX+LJGpn5lS6IjxO2HKWCvaVsJhUs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3173872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRDTRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4hRAAo+STfUVeZMUzCamGrAxZtjywS3GFJuPfJll0gHVJuiR3sKCw\r\n78IqaAcyZSE2FyTVuWNcnx/O7DOhNSUwUFXRHSkGagN5IOB+W7jFgsDJ9zkr\r\nZVMPHCrvkKlelOiY7zNiRmHY+LpDYXCnkm20c4CTEX4yd/9Ji4dA1SJKiI4B\r\nrUGktEYWxAmx85p2v0nPMWyM3m0dIx8u6Bdo+4TasYSlQqAm9y3+HnYV8mnx\r\nob8M0BJwQjTX7kfnmNq1Hkw0VAw+IAxcY9OpJ81O0r4tOQcBnu4ieQDPN5o3\r\nSObTUOL7qC8Na1YBBE0lIMNLsyCOzdOjjThAV5auhHrx70x0/K5Mv3asjFE5\r\ny+ipwAR5nS1kigNrDxjGTzHWCcPpretIPOV91DeMXBrceKGXyTLQcrPgEeYJ\r\nnbPIdkfnmDKpZ7bYPC6HGCVZpEx1sCPxutjGTy7Jso/nrvwrr8vale1VuFlh\r\nc5Jm5u+RoGm9mPs9eGnmOBdSS2Sq6awN0vC04HklVp0U+Ia2c+HQOez+xDn4\r\nMjpJmfCYCDKGY7OnTGpCkAihx3xLuTUajeL6Npd+H7T/tKAvjvGEaTjVmFu5\r\no1/f9wxezDORd3dnEc/2RX3tykqsnJ3LE4Z/zsL6QYjGg6FyHHUt5YL23nTn\r\n6tqy9GmiSuqWh7iQi9VrQNuFfkA+WNfq/9Q=\r\n=ZnAm\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"4840634c897f948a89c2b9941c873f366a94c56d","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.3.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.2.0","svgo":"^2.8.0","mocha":"^9.1.3","eslint":"^8.3.0","rimraf":"^3.0.2","ts-node":"^10.4.0","webpack":"^5.64.4","prettier":"^2.5.0","puppeteer":"^11.0.0","ts-loader":"^9.2.6","typescript":"^4.5.2","@types/glob":"^7.2.0","@types/node":"^16.11.10","vscode-test":"^1.6.1","webpack-cli":"^4.9.1","@types/mocha":"^9.0.0","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.4","changelog-machine":"^1.0.0","@types/lodash.merge":"^4.6.6","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.4.0","@typescript-eslint/eslint-plugin":"^5.4.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.15.0_1648637136847_0.5061155356659812","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"material-icon-theme","version":"4.16.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.16.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"756099587c7401aa9512e675ffcb7333f42862b0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.16.0.tgz","fileCount":911,"integrity":"sha512-kfmNlvI/0UbaVql7hPEMmTOJr2FfFhgqqIzFa7TqIYuv88fPD+a6qKmFz2AeLQxyYLvUlWBpt6rSwIe369TKMA==","signatures":[{"sig":"MEYCIQDxKEQmybOKYIFC1mPRmMQO5ZKWrfx18wzo16nBMKIhYgIhAI0HvRIfn+VpXhOcyfkqIpeJnDjZUMfQdgYFplbLUgSt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3192942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXpxOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrABg/+KhdNKYgFMka1DjjC4lCtBKEWnnaV+659pwLTHq2+Er47NGVP\r\nh06LobO3izRBznchhxxp05epcZmTSi0S+9B0HNCM6uesi/6+9tmI7i64gUyN\r\nptfV6Yab8y+EmSmaVkaoDxNzNwG3yQ/Pc8yaHZ/WUWucakAe9w+TuJmbQAga\r\nQYd8OHJenZsSfc1NfMTXTnX3t07Ek5045dQ+cZzB76LCxjSb4Os+nvJethGZ\r\nGmkUn6T/x+Iz6IIeuFC+DgsymMzzgiSWcGULXANoXkRW//P5zI+kVFTFF2ma\r\nAVCQl+/yBgs+0Wa9Lv7z4JQrLYzMaEQEgkqarhaTx7KZlVg724dc1Y7yJC+b\r\nPmHOO6BVH3dsUy+HgNPUH59O6H3pBX0AERwHwQqQk9Y0jl8AKTSlFwfv1yR4\r\nwlh+LN+Qs/F7ZMOX5N15fOJUUMg3ifYXC0zmSXD6BnQRDDZ+PSzGSZIx9PcG\r\n5BlJmIKKXap4mBnkA4PnTfdmuhQeJmXeamUR1Rn2Ma9RhtUyibJYYxh5Yxoq\r\nFJyFMkAKupvG0rFPLkc2MVJMqx9wWWrF+xZzNtAlwTX3td6yzpxfu1tdA076\r\nuC9aabRkHpwFyNC19vP1I1Ax45a0bNsB4vTBfDpfe+6X8PvOszgrg2M1pgEf\r\nRgl7rAmDf9pOnB6tz5+E4Am4LmWZy4pakP4=\r\n=BFkB\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"b27d481612aaf1e440d1c1086b81f6a9c485d3f7","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.1.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.13.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.2.0","svgo":"^2.8.0","mocha":"^9.1.3","eslint":"^8.3.0","rimraf":"^3.0.2","ts-node":"^10.4.0","webpack":"^5.64.4","prettier":"^2.5.0","puppeteer":"^11.0.0","ts-loader":"^9.2.6","typescript":"^4.5.2","@types/glob":"^7.2.0","@types/node":"^16.11.10","vscode-test":"^1.6.1","webpack-cli":"^4.9.1","@types/mocha":"^9.0.0","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.4","changelog-machine":"^1.0.0","@types/lodash.merge":"^4.6.6","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.4.0","@typescript-eslint/eslint-plugin":"^5.4.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.16.0_1650367565704_0.5662905956852733","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"material-icon-theme","version":"4.17.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.17.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"2f19a37bd5b187b898747654659b46ded166da71","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.17.0.tgz","fileCount":922,"integrity":"sha512-VJMVOfz+D2eXE6bZBYfbpPQ97zTsX/+jp6lDt0R0rK2G3juJ2X90086tfm+RWq8V3FgojLDEIkoiE+7H9VGVCA==","signatures":[{"sig":"MEYCIQC3xjsNj+sWLqLTQkfht+xl/Oj5DcqJ7E+3ikj7nfJ3wgIhAOWpue87QT/TIQKUhqkscoxNY/MThf+Od3wwiBLZzw3o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3222583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidMxYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkrA/+NcZ1aQOjhqBZK8RPkVgIA4xJMZApLLEm0thCbh4dBRnPuLD8\r\nwlk9QOfkwfaaNSjHB10uxkGFQMarEv8VlvCYfr54NQZqkm+OWanwjZqQbIjP\r\ndMt2zEd8hegy/nIG1MRXohM06rpBOWThLbVpuOLzrZT2FGEYK0DPceE0kXmX\r\nR+2obhaV/7yVjx727Q5oMlJw3uafOVwB5OVOzaVrsyPIdSpdnA0x9qSsdDrd\r\nJYfOg6R/61aZsZTeRBgSacqa57B5ykp2g1vSS5R4Ui6wARf/J8YxRzuA7S2S\r\n+bIXH8VgT4w1buTjKxmvGUDi6zJPsRvzJVEJi53d59BpdOYH+7dHt1lLk/sR\r\nnKs+6FEY0xXCycGWGF6DLT0ERyfOy8wy4GNCnM/cbI6jPaOcmyEpiflAclG1\r\nKC20KphNjwO6UnFnuI60EkpRX5pFq8pdOKK1nnsy96/CYIk0cMvz3aAAA7My\r\nLYw7DC8JDmFKJiJ2xmWxUclrHXUmBmL9ZTGTqHZpAWv/0kgyWUpKNJhy+dy6\r\nnV5F+VxS+jk/Xn9dHn5Y/lWhbdUpXE70NKIWnDPKEAg+m3+Ge2ksenIwV3kD\r\n7RUAEL+zs6SneMz620GMy1zsHq3Za6zUqtzzr/IQvNLh7UjsnGAJ2arfE/zL\r\n1VMALBzzPACJpWsp3oVFjbmNpj6bGTud7jA=\r\n=oOi1\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"afab4878811b6c70d1831ed6911b79ef4a936162","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.5.5","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.15.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.2.0","svgo":"^2.8.0","mocha":"^9.1.3","eslint":"^8.3.0","rimraf":"^3.0.2","ts-node":"^10.4.0","webpack":"^5.64.4","prettier":"^2.5.0","puppeteer":"^11.0.0","ts-loader":"^9.2.6","typescript":"^4.5.2","@types/glob":"^7.2.0","@types/node":"^16.11.10","vscode-test":"^1.6.1","webpack-cli":"^4.9.1","@types/mocha":"^9.0.0","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.4","changelog-machine":"^1.0.0","@types/lodash.merge":"^4.6.6","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.4.0","@typescript-eslint/eslint-plugin":"^5.4.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.17.0_1651821656322_0.371418397918609","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"material-icon-theme","version":"4.18.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.18.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"23a7db214caca0a813c5357b81c90ee7406eaabb","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.18.0.tgz","fileCount":925,"integrity":"sha512-lGMXrT6/MBJDLwM37sQ5SLvYKd2Xtm4Y8ToOUwEXgriayRWQRG0vDySn+I3s3plFtTkhNOGhj4hFd7TVGP8uYA==","signatures":[{"sig":"MEUCIB3mTHwF/uIi28ONJSU9O3TdFui/Xn2y/5nNAVqln+JeAiEAkuMoyHaXM0RKY83W6gPltBMSPDVQcBkFD1Dhs+nzFQ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3286774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinNTlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZ4Q/+KImouk2ptiA6mC+FUNrFeU4Emo9yymSRAYmPS15+oa8iju+N\r\nfAy16uEe2osqShY9BOuNA26Zq9lkEMf/cZzPhYQ6OLt1stweW1G9ie+nvQGw\r\nboTh8pMzO967YfazCZL2EIJMH+AzGRExEXqebBpQc2c0U+OgYZM9iHFmhFqf\r\ncJjXNhRt5xj0D72WYFCryx8Vcy8KGEPCj45MImdYKz/BAkboJqbdB9zHabd5\r\nBWOX7HvG8oxn/Q+FH+KGaskPIVtoex3d5rU/anf+ExdySouCgzFZ51rocf+i\r\nBDyAAkJNTSUSvAsdyDuY7smGidfu+IiGFbnLUryxran6/U9AxwIljjn5zr6F\r\ncAatpqqicrcON4dXL5lS7dFGU3a7u4cupTMg6eLy0HXe/GamsgKrIkTqDH+L\r\nZH/NL9hwarY+B3BUyVGMsdYnf2iyUgBL6v4PxRzThDv0NHYjAbO4aI+N6QZc\r\nMKp073sDtOxUbaZHhRiPf6dwv7stYcmy41aejPk+H0f0SyAaLdhOVesMFZ/p\r\n7NwJanh+rkeDfOveDxtKxIYvjVpNg8tfeYsU5bRI/zd6YIJM1fY5EtnCP1jJ\r\n6gjcPZ7W6jXLCMr1+/AJ3cDcQFOQYP1y5LniFETjJW7P1e1PK6C4FASCdWf1\r\nox9Az6CLrzuNwq2QDFlVSsshDGXEcJUkNHk=\r\n=2KPR\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/pkief","gitHead":"6293217b1982eebcd3a77d89b9c508b86fb05c5f","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.1.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.13.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.18.0_1654445285395_0.8856226082258998","host":"s3://npm-registry-packages"}},"4.18.1":{"name":"material-icon-theme","version":"4.18.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.18.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"b0658d110c2008756f55189ddd736d6c8227170d","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.18.1.tgz","fileCount":927,"integrity":"sha512-3zIbjUCVdYZNP7s2aT7US0GeY/NJI8xd3bzWFuaJBYJI3Pe1YyEz9cHrTJkGDx/Y07Lg4mGtiVxK/H73UgX74A==","signatures":[{"sig":"MEUCIHypjeHGk7C793DHcxvj+Muuw0J9bn3s66yTr2UBoAfSAiEAwZMBnz1UDI2QAqh6hggMVsYNVOvNThE4yL5Nkd3o/JI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3279231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioeTyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmhA/8Dk+qEoJf042F0DJEvKpomp0U6ePiDRUx+dFa2RaAN2q3IIqK\r\nXIwWxHMY0Ics96ZgHUQBkr6Wt2dZAzFfrnAinuOOZnafblbxktTfq9jDFS4z\r\nzk7mi/41e0m3Y0Di/B7H6PkMvWfXHAdO4dtm9tY3HscZIyOB7sP0rImbhNY8\r\nceF14vZtD/wfVbhn1FnSmtOBV9dvDkzPNNmlLuZM5OVIIRs9mDvyzQNPGtdB\r\n7cEZDnvlrxgdcuHw5E6nRt6oUedwJjWMg/ZEIRJupcE8n1nHXvYq0/hagznX\r\nmLRhzBlBJHF5aAQPPAnC00GLY1iZ6syQQZar/90tP2TH+7nYSfVabPHKjuY1\r\nPEzstZ3XgFCtKUcUzsz9HoJo/r7xTceAc2WRmMnkwL+YkkI07Qao+q0myW5F\r\nqS3SCAgTOgSHfE41ACTkWOfxgUgKOGP+h1bMrhGhupvnU8/QWO5o02leX8Y4\r\no7w5Lx4M+qar41um+YywMgR3ngzV5tAC31lEAfZU9S2jT7jNFJlSvbdeiGWQ\r\nfATEdYvQA0R1HW0rm/czSmv5aBReGcr9i6WIhXI8RcHsyqzNga8T89LBfMeU\r\n6p60np9nYp/ZC0edIDyp9UnZ13mq7o290KnFHpl2Nlq/jGKji6rmssK2wuYr\r\nSmR44xcYFCJhgcA7s2ucOLa4DOcmAsHic/I=\r\n=iiea\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"d527992aeda8e032bf17df3e037604a1a3678a5d","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.11.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.15.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.18.1_1654777074347_0.46721767538548","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"material-icon-theme","version":"4.19.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.19.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"afad8b759c41ea11bb1aaf50ee55240cfe5c3eec","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.19.0.tgz","fileCount":927,"integrity":"sha512-MECDr/XegJhe+SNPgnTcim7MHyTQjgoH8a3fzHkfyuIG4QSMzlcdac2jM+cMxpxCxP+b9QYQglUIKIS5tS7FpQ==","signatures":[{"sig":"MEQCIBjbxYFkA5f35X7UKO54mR8DhieBfSsVozDZVrkovi7pAiBDorjZeTKtV8HBKKGtq2oiZdqChwtPu9cRgNUDnx8O7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3287566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiv/RqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqiow/8C7F63j9f7vfpl9fl5nwFDoKvWhPssgPm5x9nKpvHGTqX7MwK\r\nFi0rSM/bFtg4JZ2oPuhQkOkFSNLcIE+SbyVSbZOlUwWcDBi9970X0XYFZ4Wz\r\nWXQYS+rFFPRZBfpdKZgngsyBJAs3N4rPMo5lcEY5J608wUoIM3JodZPqC893\r\nO5eM38e+Aq4coEHIQeH8XExAzh5+b0Q3IZiSS3JtFNIR5T8584EBoQH9iI4s\r\nbBj/Nr75KhS/QXAcW1c51KAOmev72kc0SuUrKCoesG2YQOCFGXIurBu7+UuU\r\nqAC0rHPUapkRlmYjauLITRnbuIE5tkXXi7HV7nG14F/mz02aqvrEbyKF39TH\r\n3CRp/OUTQ+bRxb7sjp74nrTna6qzEx16dLKdhx75pKcDkOR7uopZRAnpSWH5\r\n6QtFrFSYl69aVgvzBz3TjLjNdAmYdveMcqvk+QU87Vwi6cw7+RykglZYBVP6\r\nYw6eyvo9t39qQYuymP28FV3UTvNSqYYZsJdlMVqA/bMTa/BDTNrIg1PPaMLS\r\nDgioMbhMg4WLnsgSWXnWB/8peCZe8G2ambcI1F//tA/IC9RswMGfZ57yvPZe\r\naOIXVlx1f9eXusIujqavmeJOyYoa0N2Pwa8D/eR6Ttt6uc+brG3gtE6y7cAJ\r\nKKy7S556xOeTw9QJuy8Dc0YFbZan4rdlmW0=\r\n=am7G\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"fd58b09fdb1d0ce9c86b8bc7a0c6e8afc019a69f","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.11.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.15.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.19.0_1656747114684_0.10418942555374855","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"material-icon-theme","version":"4.20.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.20.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"10dcffb1c2cb13dcf5da4d8867734f696b15a465","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.20.0.tgz","fileCount":929,"integrity":"sha512-MK1PTB9hJY+9o4fXvRFKOHFQR6kiid3dnoy23Jeg0jlujGtPfI6LZ6TDNStdQTT1RF+adlpmJeyUp1LX/fCKpA==","signatures":[{"sig":"MEYCIQDm2DC7Ss6+r8nsnY5z+4EqSVITuM4eHFZvsm5uNia/DwIhAM4WayNYn+WMdTEjTst/lPtxNPwg7cDNR2mch+p/DWTg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3331620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAP27ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDYg/8DS383bgA9R192ljgua4zQhrQ71WPGRSdk4b7KqnYqotjjZXW\r\nB8whTTb9PMQYj0cJg+lTy8hlxBmyKNc6t+kJgn7LYESDvDcHPYB2WM/TK4no\r\nHbioglANu7GUFaIJMB9XmloYt213Qk0fe7WNDqMV5JERZd6nMLJbkz1dAOb+\r\nJOrOUCPduCUEeqktNXSQ0R+3TP6QJAKUuu2R22JmfGicw/29f0rFKYxUJ84o\r\nm98bYyX9ph+Sus4+jLoWVVLejAKJp3V89+1zp+cle1rfMRE1zcAnmZg5Z4Xt\r\nduZ46UtNjbJnoB91qCLhHiwIA44jUUQQsZfu0f88R2Sh5vSvuNM3W8xWCHWO\r\nIaNS+pnrMckLmRxDnVsT6xaGB8LC7LfwoSabe22k7Z3Qwcp5xej/sDIQ+zGw\r\nwpHjHPpJoTD403LxziwExtKZLd0UCcD3WSS/PtFWLBU16rhSn5ONIrOWvMKr\r\nHUtw/7ZL+Rw/xaxsUeYuapbd5FsD+BMKcsUfB7KYzqFPfYxGzAYL0LdjE6Pr\r\nrk9/yft1qMbXkdFvftjGG4UBr3u+QLtK6a9dSXaR57/oV+pxXMGX7pEDlgFN\r\n/0cyfDfM4ybpjbgU1nbS25vFsGEszSoEJlBtB4f3/H6ATFWEdTg/3K0INWYd\r\n3dSKcu6YRxdYJsWUBZ11e0ukMQMvj6fdOa4=\r\n=lRfa\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"7f8ad359b2f73269b402631eedcc1281afe4c455","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.11.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.16.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.20.0_1661009339560_0.25773303255504443","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"material-icon-theme","version":"4.21.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.21.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"454fe0595202afcda6fda48c1e1063b337dd1b01","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.21.0.tgz","fileCount":937,"integrity":"sha512-ROde3wFVsnn/PvzcQD9hBz1OZad+rc9x3J6AuLmIs//BEOaZFxGATa7t5up0i3Hv67i7dPJQ7E2wx5AjUjJ6mQ==","signatures":[{"sig":"MEUCIQCqMOp/5PxMobtvCwtH+uYRsdlausvjIpkOn79NlyzPbAIgUiPk/ZHDeyDfXvaz4bhHrKuJt8CdVIuLaCFb2MtCzkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3378765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQKRDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSAA//X2X9ZjjLrfT/rQieBU7ELu3frkyJ9ixoIGieSmgGZrbIwHtg\r\nvXHaahzV98IEZ5++dwqwaGJIpAuuVI7+jQTMj/sxEzfkhjYwTS9VmH40xY9G\r\nyxpWQSJW62jEfbxjaEPh6T5Ir6GoTudYxBvKm2yA3zPEKD17KZB07OeAb8uW\r\nJOw8nOFcSJkl+mxoRPfxNoCas2Mv96wRYpfhwtQueIcMoTGGUZC5MX1yyeLJ\r\nS/dDGkLHA6F68EL4ZeDGxSRAgvnUHGxJxbgryqiQ2AGm1+VlbZaXNfutCwPe\r\nbaxQ8EQ3hTp0+s6FUHNSNUSaUuYiK0qpxwU0m8p3o0cUdPQsm3C7O/qs1NHB\r\nFwwHEVQhjQhSkawBp/VrKoQdkRUxj2PQcBGXICywLdtflGr6dCOAATx/e4/8\r\nJIQubY5bGga8DTPveSjG3YvGapuNzHGK/rh0klUqey34jDbCXH1/hJ2zraNu\r\naJa6K9J8qxmm7cDL12ffl3eb0Gnvw6juEGw0nEQd/a3WseOfY8AY5fAtox2M\r\nry97wT1+kkYQzzoemQn805ERxAgB41tuzayO+xPfvGNr1hJti5GeRh9WUPgK\r\nIzbRcqn9b5DfF64TUXGTwCd3LvQ1/IgsVoORFo1FDRVQP7Qd4UuP96GizTzZ\r\nHmOwfrfBCU2tIRixwWi8YOVTP8EoWxkNWNk=\r\n=cS+r\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"99e97c2630b22a0ec62dfb9af528e8e36ddaecdd","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run postcompile","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.15.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.showReloadMessage":{"type":"boolean","default":true,"description":"%configuration.showReloadMessage%"},"material-icon-theme.showUpdateMessage":{"type":"boolean","default":false,"description":"%configuration.showUpdateMessage%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.showWelcomeMessage":{"type":"boolean","default":true,"description":"%configuration.showWelcomeMessage%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"16.17.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.21.0_1665180739285_0.8732987575153417","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"material-icon-theme","version":"4.22.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.22.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"95e05807c99aad5509ceef87c23cc4b555913c7c","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.22.0.tgz","fileCount":939,"integrity":"sha512-Ctl4LMynRqj34dPzPLGFEix7lBHTK0Vctut/uw7upurwqBCZXALdJalPJTse+Dft4nLtyzbtA2IAkmIbHwwJPA==","signatures":[{"sig":"MEYCIQC0VslBtCSf8+8CpaCygP+6g5QJ3XmAQEzxaW2O/qJeIgIhAIJa+f6pHuBN02MTHGCsmvNygWHQ2U8c6dFb7VzZkRGV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3363155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZiYvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTqQ//ZuZJiXzOGg38seJ9F1w3VZsbDKIoS9JjFIhHiYQyATLKJaMu\r\nQpKyOElnM1GxeAiJMimRvWJ/iBiImZy9sAn+3Zil9v9r1lb9xTtYCtX4VlhX\r\noz2dTrey0vVYFansI6XGjQVYOfUmhe95MkpKnLyxoE7/17yi0tbDjw0pda91\r\neKHS7prhMunBDCp7qidPXflQt5stouvnSPgoNPYAmpI4d0zxvJPN4d5wpp/f\r\njvz6K8nCqadexyJTLo7d3u7ki5uILWcrDStOIB3YQ9IKGHZNqa6bJemeImrv\r\nTp7E0HfmFNu2/Au5yb84ghlY2CNoy0E2FkHDBYRnE4yOwABid/iMjqMgec7u\r\nUZMOhNyxcjeBSTr1VKLi2AQwo4oBKDWs+Gde4xCjOGNY4xTBAcSKelH4WKay\r\nPYmv0m1DEZ5Hb6vQsiPph9AHcuk3HvJjskJ0SaVhwtaGetX/Dda2Ffm7FH3S\r\nV8ebvCXRrDkXOrIQR2Go058MUXJquHd6YXKYT5OVr5z3aloludUicXvesHMC\r\nD1ADS5nWunaFN7cRfs4EEXgrBhEwib0MyfHrVmkYddKCTMiYh5svlALCBhkH\r\naQVoqVH4oEtoqXz8SuRxD0zT0k2S5Y5DqlisZWp2egmYbduwnAd3a0Vo8Rfb\r\n7dytnhF8GYDqOLy5N39lnJu5zNGJp+f4JoQ=\r\n=4HPX\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"fc9c56d35986ff54ad221dd4c243e1317f47778e","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.12.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.22.0_1667638830856_0.08177492669359077","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"material-icon-theme","version":"4.23.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.23.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"07bb533ffaeaaca4b0e65660d837769d1d2e6811","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.23.0.tgz","fileCount":942,"integrity":"sha512-sTkfOqyuxXw1OPVJUQNQgQFdd8e7cMQV1wAT9xOG1bw1RlnS/kheT+JkDZ6UbDvduYkghX+uBPaS0Ljea6/wZA==","signatures":[{"sig":"MEUCIAIs464I0QyJQ3U73SMzYpBA+eq4546WMlOWW+WcE4LVAiEAg/fdcjNTgKPvzqsf2vxbAA+HLJsCrU4ZQHOWlx/x9vg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3377237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjm2pGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprSw/8CSJ9kJ4Qh0+4KjMqzXrWkft28+YaE0x5UAmmI6TPXN0PiHST\r\neVlYlDZ7rp+GzHoli+Trcoynnf0XLGvTkDt5P/XKo+Rne/S7n8EGyzyzr5Bv\r\nb+bDnn77if2w5PZCPPvkGTmHF4RReWfBwuMxwJ7J33100AqUJ0PZ5IcjmRxv\r\n8iBLiJDDGCJExT6CPSbsHpgKJQMsWYWT16NT+4P7krAW6h/ngcPPPX2KzRjX\r\nQeQsavy7GrNbZtYcFROJxy+lG1WOCWS6Mm3ofzdBsLdf9WgSogkhwtQE2gQh\r\nf+HMmpCiC6QSLaK8UP2dS4glCBEAP9SRhcjgnhpJZud/as2Sxuxvh+Lh1ii8\r\nXkIg8r34aiDYw4d9QuozxPLOXceRK0mO1CRUZMCpcexqbgZE123hkr5prRcY\r\n+BuOf5xrj1ix4MruDeXuJHR3x/r0HwYj+vodg9xpsYd8oxbyrf8E1gGZ7yh2\r\ngjabjAsnKDgovdH9G2cK3IbdXZirJS1D9Z652yHq6zsu10miEmOjyyq82r/x\r\n13i7phMipMxja3E/xIg0BXV4S0vjFH2y35ApAJ34sGfpDZmHchkyr81k/aW9\r\ns0A2Js50h/ggC8MgvkULZJt5+AJhRILmJCeFY3AtdOhg6e7NtzukZdr5vG3w\r\nYkUx3ulqY6tZoI0t14EiV6M9Xjwkn1LCImY=\r\n=Z4lN\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"9a80e5be7ba6f26fd2b4f8d3d8e925e47fe3a241","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.12.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.23.0_1671129670648_0.6719801832436254","host":"s3://npm-registry-packages"}},"4.23.1":{"name":"material-icon-theme","version":"4.23.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.23.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"41e301a9ac8a8e8a9c9370da556b93a240e76790","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.23.1.tgz","fileCount":943,"integrity":"sha512-3BJ2UdXAhob/YVLb0xA79LIBbHTbE+upINpA3R/3IQeXOJjkStPUlBZoQThCOl3r71lyZW/FYDvPoBxF27SpUQ==","signatures":[{"sig":"MEUCIQD8nC1/m1BCRXQHycjSVVRMvUO878m0TizHKT344ADNZgIgYJp44cpcOHP5hLaIt6XTUif2OoHR8XLyBTh9VriD99M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3407036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpeIHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWdBAAlM+gDg1/eBEt8RVXt3Wkl8LTlX/xbjeDWXDAVOXmiTU7BtcZ\r\nKiqmQ0GhN9ZQV6i4GNB9X6f9X5nv2jvZYzOkBWbY32Dn1fjgl7xjo2ovX6ev\r\ng48RqS70EYHaZRlKO1AQ+dP9vMZ6Y7NW5p4IibmhnN9i19ytx8UOqUIAU9w4\r\nXS//1q2s2U52daVwU0hybccbGUSxmxFxr13VtPIz/B2VleMRjEFXb32lVjMa\r\nLNTYsqBzS0MTTXlWZzCXxtvHskOjEJnnxvBnaIIO+yJeCmSaSVRLSyTnitGw\r\nii7Bj3Kb8GpqtuaLr/0Y0IDaz+RdWpOaKkhbZlgGhse/kdsoGpejc9M+rqjZ\r\nMaa7bnrwVjUdoGEpnQI8FvfecHZ1I/GJZOKYxZj4eI02OHxR/fx4lHgwUYWw\r\nBMY8fXCnhJo8CeOu5NGcF7aWShS2/M+yBaPKzCOGx3l9P8EV/AfMTQj9D2rt\r\n2fK+WVU8vEUOehI0xseKme+0cXvaXFAxZ9Dm1ApHmCJMjJU/mYPSB5fnTv8z\r\nUpkY1TLcKKWzwRdMJhJHPsH8PSeLydioqsCDYWTD3KcdMnhfYf+TmPeV9szq\r\nVyPLJTHkr9cYB43UFzdDPHfuFEDVippFS4nB7t6KQ6+Px8iWAlyusoqSE9Nu\r\nMtscgxtmat/6wsGqtX7lkrO79XlkBJ14e4U=\r\n=ABN8\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"fca0baa143ec69f332b41cae58d11c9c29307595","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"8.19.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.12.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.23.1_1671815687769_0.057677265016869095","host":"s3://npm-registry-packages"}},"4.24.0":{"name":"material-icon-theme","version":"4.24.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.24.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"944b24a799b2b4b85fe4d9d276bf5a8728992636","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.24.0.tgz","fileCount":954,"integrity":"sha512-d+CRW0fuTHiOny0aRkelnbP7pMGXaNun0e3gyl0IKpQdiFSoo0ONQTvFqkJEJTahw9PQ4DAGX1XcZMe/iNhqzQ==","signatures":[{"sig":"MEYCIQCbGYabAP2KU/0e0pRgSDnhMKkzsqbCUb8OsAGbDGsoGAIhANfGeYFA7DL6DIuPKsGaSrIeNAH/wwju6kBVdxv3as9S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3698200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5TRuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUmA//VUiWSkPWyXFWBH8L1ncKABFHCWemb3FIq9kBAHZ9b3WqInsd\r\nUSmr7dD5wLM20AnzY3OwOzrYxsEq9aPK+vdJEs4vO0ryk0MuJCguEBJFwj52\r\nJSPnrEqRYKRYiaUcEnBfEDbu1lOLihi2oyeIrAWh0U8pX2hUMyocX1Y5H636\r\nPkVsmW+8Iw0GWreejZvGWValWcexeLejuUzmupwFCCmbhf0Y+Ngw+ciXO8UU\r\nIu+lkx/dWpvGgdq4e3rdS6gfuEISEtC+8wbF/lVolFcQsBvkvaPmQsygqrhI\r\naBE4sMZpXucfVIWWQwp3pPO5IlRVEMaiB7RLGiTJIn6QF+zKYkOJ5Y87p6WZ\r\ns/7uQTPN11R7wp85SPoKAtv21bkkinTnFuiMAJHZbQvwYlH+qu881yoEmhaq\r\nyc5n2Io6iZxjBC37FDk0se2dklIhyPYIsePHJLSniK/sy7stOoFFulJphw5V\r\n77DFCTF2BTUvxcqPfEgSVEVXKZVaLd83DXchh2G9VzTqkspStE5bObn2pc8D\r\nn9qVTyy/TB8LZBqslRvB6g8b8fEbx663xm1VIEZx1iXLOWfM+9DC9gs08VZc\r\nM6oKDUy7aknHcttj7GPR1LaRR2pcveAtSfBohq4xtDb4XM891HzQaoRa+LpX\r\nJ9fbVhJVeRm1ELN9MZSwXk2YinRsgKE7UjU=\r\n=PDjK\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"045d086bebf3971b445ed49f3f725e62e25b5215","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.3.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.24.0_1675965549727_0.9396550632359413","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"material-icon-theme","version":"4.25.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.25.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"b3391a4939184b74c6adf1b6bde3e1c58bafc994","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.25.0.tgz","fileCount":962,"integrity":"sha512-hiA6JD1tyE5zUdqnkofcYWMRIdA6fSc4qH0awaEtrd1nc/coW2asjnSqYUsQv57ybImHGG/TL+ec2yU72fII2Q==","signatures":[{"sig":"MEUCIAGgi7jM2yndIxdB7IYsNaDzdKVrTfdrJKcZvTSTzfXeAiEArrbd756WWLBjJTstHC4fD5GJCVoYkQgIQGPuEmUtFoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3722602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEhcSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzFw/9GjkK/VYAjOJb0O1tbLDF/ydqDKHn4vebcwiw4jKOiEluOoWg\r\n8G1s1Tr0938L/3/DaZLZ2DpM1oRBLnZI3GUVKHou8seB4PDkTB+ID2lUSu+h\r\no/nM+KFksoSPCTIXVfNOMBL//CgnCpxCUCGVQ5XsUHAtwFe1Sk+/DwwbP2ql\r\nPzNoxlJjsE3hWJtxL6m1d5prpEeuz/DKVEhxJg7I8Gq3yAjURdVa6kFe3sGh\r\no4m3GwUhsAfeqMxyHgRqRZA6/5/jFOre4LzXHptSBwLFxI0w/W41KwhTnCuk\r\nNHc9Ve8TzV3DKqPsXSC1wCOmsj6WrCFvQnb5BfY2iX0D/D1HXyLCJcmPc8au\r\nRcDrnL8kBQizRaj7s6hfniS1Bc9w1JV5KXyvmQZqQbh7+8Ojo+CDtRXoEmlv\r\n+jveh6u4L9B2rjIJsS9MdLyeHma7JLOpMM/ejzM4X2QrF7UO6ji8kvDz/Y8C\r\nDvBa1LO52uW4sB52A+FBdPzgjdaLajAFneHrdI03PasLF84/6GwojIkq4YtC\r\n9/WtcmaCvJgcmtM3mGA66V9pUrTFsL7PerQBwexc2gwC0HgGMQ01TTqNyILu\r\nD5i2PnLJIIZpUzaenm5z+1GsK7q+7fTHgbeW+OVOyMVSE42SBIGvKAe8kObG\r\nX2wz15veCsAeBKMsj93vR3Iz8gohbgGX3pw=\r\n=EYiV\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"39254dde2346987d489a4d7b4ee4d400e14d1604","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.5.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.14.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.25.0_1678907154475_0.08922018183663272","host":"s3://npm-registry-packages"}},"4.26.0":{"name":"material-icon-theme","version":"4.26.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.26.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"f6579b9fefb57f3f77fdc8edc9efc01b36cbfa33","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.26.0.tgz","fileCount":974,"integrity":"sha512-pGsIdxcDd2aBCs2wKhPFwL3KVQ14h9ibExlMS/3prGXiYLGsjhxN21rTFLqX24LUa4sE8eSjD8zd408U48xsLQ==","signatures":[{"sig":"MEQCIFCmyZfLj0Oj3TtJIk7QKyYuFWR+S9AsTE1v9CEVrcaoAiAu7UL0CZRbFCbWcZzHwgyngvpMXXyisugcmvKkuHd7mA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3753890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMSr0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZxQ/7BuW9IqFl2J7D1wVF0GEOITvfFsIa6HH2duBl4/2s4ts6gZdX\r\nTiBecET6pVyhzetkxTADCFQHgqeS/KOAOUAjO78XzTrYs7H6w16CxbXkrnVO\r\nH7zBnAuHgnea8iDuzAzjDT0jYKJU8vGUZXe4gWwzvAqq8FR0sTLzKQwobSqk\r\nYOURH15Xbt5ioe4jWkCJU+TmJaQyzgtDfrIhW0gcwHg2Y270CuVUHkQLeqEG\r\nc47SE+hpbPXM7e3dtLmpE4IVkaYkAUMseG0asSot56XSI7YsibARmHvVL4f+\r\n1UVmopYaxv1vLBig1KP1jMSOBdFR7iBOqOJnvbXyG2S8FVS3lzp/lc6SZy6R\r\nSgEUL0MiBORvSbIILC8Ezh3HjZrTwRhCSDYZqQg0HC4YuLBsnfgUg7oWshmq\r\nrVE50gsDtAoJgajfa8MB+t5dNKknkSeAPlCohLecanZj/foTbKHX7JeToGXE\r\nSv6kUBaC+9itiTTVdOgF1LXEoPMxbWyxlpq5S7+JfEBIJS7HnCyVXIZ4T7f/\r\naYQc6v7Zsp0tveXX3DWGTaPxsH1G93Q/ohh5EIDwPPHXEdMm74zvfb6VHtHI\r\nAQU8s+Gu1ur5jb3DDqP4S/fYpLdXBlnDkWts37GKB2qA6MU87zceU6ihIBAs\r\nRrWvRC9pK2LjDa4C5J9jaUAxPP48XzAUp48=\r\n=ul52\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"83157064c5b1d9883c2bfbda252897485063155f","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.5.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.15.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.26.0_1680943859962_0.34040054095274974","host":"s3://npm-registry-packages"}},"4.27.0":{"name":"material-icon-theme","version":"4.27.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.27.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"615f3e4a4313d4608ff6f653db33e4b39f7f444c","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.27.0.tgz","fileCount":847,"integrity":"sha512-eZgHTw0LNq9U0nWrSYjTxgmrODapmRikFCndIRnGGnxdAAddPFIgD8dll+fymEsz3eZBIJWVp54RlhK7rHPjwQ==","signatures":[{"sig":"MEUCIQCExJ27Mti66ddt6TaEukw2uyBOlgXHmPPZbhrRuX5lYwIgTr79lw71X4g8OQtWoEuJ6cFkHEt1JPuzh6wvhrhIOSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1131660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTpHOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1IA/7BzY3sUfLvz8zZzaw0HLp5W0GS5GnQcaCffGiTMTxtJYWJrz7\r\n+PQGdWjlojon2YrReARwY+XfR6FYgA+aeiEaqHyPoGtl4t6RkmP5CcWeXZ0m\r\nOnzeL3Z7MTRrnBjNbeVhWfuAB+68Kad7PU2u2EXJz9gsNdH+vZwuMQ7HjqZE\r\nZ1psLFvdDAwqqoDkl/pUPwhZ69gLxSET+sdfUwJYuPxtbJhSd7HlU/VumCk6\r\ne5LERPIavpcFUQsMEwZvytc48I8mv9JKcCO2pq7BFPYkLckGIdzzMXabs9II\r\nmreLKZhlWSk0430C/lFqHGYZ8rtkjBeRRYnGyOxUXBedADxWKkFVLGurSXvl\r\nUQBR/8sylTeVW311YuPOBkskaIvs7sOM9kvQkXCkxjjt7MAC9nPnDeRK88/m\r\nw6N8UfVJQWOhujStYFnGYZYftbwMzxMl8eBX1MlsA1H3ElGIIvSzdoulv7Pc\r\nZUNArEqmIS6z2Mf/E1WJtgdJmDHDtGTcATBmopJcYP/RePSOLjMdsJFhWK0w\r\nDSIREh2feYa/E5VHX86+BsIwVdDdSJW7MRJchLCfUKa/jQRsw27Sv2Vf1IMo\r\nP0ecjOMCjkaqldbOCxyWe1T5tOc8gLeztOd7OVflJU2yg/gS2jfPsxEOm0BZ\r\n2NO9eiyBrGEmkOaaLjwSbTwJApUe0bAzQ44=\r\n=m+92\r\n-----END PGP SIGNATURE-----\r\n"},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"2f9d750ecab9c30b10c0e760cfc13e317d4d24f3","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.16.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.27.0_1682870734002_0.6525583952690042","host":"s3://npm-registry-packages"}},"4.28.0":{"name":"material-icon-theme","version":"4.28.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.28.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"0f685d5126049afa9c41f6757a3296072bc1aeab","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.28.0.tgz","fileCount":851,"integrity":"sha512-C5NdClvsa1vgANVEY9PPywNzOLpwsTxxqDanvMWvxto5OByQX0KRBn7w8ox0joNm9n9BTLwOB/jvF53TU55+hQ==","signatures":[{"sig":"MEYCIQDdIxV++/XhDro7Ga7uo7rrCLBt7XBFXsc+icopDKrW0QIhAKZ/hfz/c2aNuNKusLU2h6NaoqwVvm0vbm5jK+0YNTpF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1137878},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"140bddc75499448c14c5ff90c0d41018df7bfc5c","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.16.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.28.0_1685553216668_0.8834904739063203","host":"s3://npm-registry-packages"}},"4.29.0":{"name":"material-icon-theme","version":"4.29.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.29.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"99a39125968d954192dde6a6d5c1348009705df4","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.29.0.tgz","fileCount":853,"integrity":"sha512-sMTEm2BUnk9SIHiIxveZ/YCne32o2cMkPnz9BvuJe3axgVWDWl1EkQv0EiZJZsUqFJYj/LH+CUOaOSDwSPXOzQ==","signatures":[{"sig":"MEQCICsB95tjdlmEKJe3cgPe6zdBvp5JSpO8FeoJ5DKg0Ih3AiAc5I7ElQziNcujWAfKDL5FKghQMWyhWzSumop9/3lSfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142775},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"5a85588d671347b42598547ea45a430527ce4460","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.5.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.16.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.29.0_1689369658469_0.17525808793450692","host":"s3://npm-registry-packages"}},"4.30.0":{"name":"material-icon-theme","version":"4.30.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.30.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"c09f0c046e33aa9441b5a6cfcfef59246d4502fa","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.30.0.tgz","fileCount":859,"integrity":"sha512-CTKd+PYCf0auZsbIQKG5zkU4OyH0uO63QpD8I6nEFMEQeRnFahTsAVkQcPUJy6zkWwpkuYVSpfD79ijJ3P5f6Q==","signatures":[{"sig":"MEUCIQCOGObF4dGn4CDm/hePExTuYgctskAunVVxXCi3OKuvNwIgS+iDC48iA0QVUx6FVZmJyl4zKc3Nv1RwkCnCbbIpdss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1152181},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"e487794b107555cc9a2ae7af99d3998837dc7c92","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.6.7","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.17.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.30.0_1693049383434_0.7638287938974349","host":"s3://npm-registry-packages"}},"4.30.1":{"name":"material-icon-theme","version":"4.30.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.30.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"22ab68af72c3c844426278ae5939c6f7cd060ef3","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.30.1.tgz","fileCount":859,"integrity":"sha512-jzj7laKbjqXxHwe9VioCiwnPa2QDqCecA9gH2asvOX5ZtIUXZvgoUEk5uVIF4sImZYLJfAe2a7Ql0j/iXR5V3Q==","signatures":[{"sig":"MEYCIQDa6NtySag/5XO/J9bxtFgnwqGh3LEU0fsdZBddvwz0HAIhAOzpwJiqf2zynB9uR+tknZ9Y6OKfBsxxQ/A3V15Gb9CF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1152357},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"3824d09a829e85b735d9ad04465cccd38516b183","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.6.7","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.17.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.30.1_1693250618293_0.43026654633913575","host":"s3://npm-registry-packages"}},"4.31.0":{"name":"material-icon-theme","version":"4.31.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.31.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"fbd0f8050b53492e49b692326f55554e9836efa4","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.31.0.tgz","fileCount":870,"integrity":"sha512-lHE8lurumk8xO5flf0sAnJIGkTT2g6W+5ySB0Lz3oCiT9dhpZWxDv7aga67kSOfJIYKgmbR/K1lJT4qs+B41sg==","signatures":[{"sig":"MEUCIGjqnSKzFg40kTjJMEwMmkPXNGlEnlE7LA8uxVPOKb5kAiEAtz1J6khPdOmGdSPmgJ92O5WP17Zsq/iI7EFxKurqMzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1164005},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"61a1020a49a1bfb2852520a6e32766a71441ec0b","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"9.8.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.18.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.31.0_1696590254989_0.8760347469541303","host":"s3://npm-registry-packages"}},"4.32.0":{"name":"material-icon-theme","version":"4.32.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.32.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"aabfdc826010d43ee0c851a1f216fdc2f609ed9a","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.32.0.tgz","fileCount":879,"integrity":"sha512-qmVz8yXvO+v7kTRDd7RCSODc/ZgCfgfEcbOCm2TRbQUTJV50fgmtAc5EvvqGTuGAn92eKFde5fbXd4B0473g3g==","signatures":[{"sig":"MEUCIDU1Lpnv4CTLfSM7AGXYBjrU2qKESLOA/Eqaua6rqtRoAiEAsZGP9+yPgoLQWNb6m70DVAmsUwpzLfawOpLjR6P3s1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1174553},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"4eb3742a0a9755d53124abe47e561a9e57417589","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.1.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.9.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.32.0_1700479632124_0.15048232101397785","host":"s3://npm-registry-packages"}},"4.33.0":{"name":"material-icon-theme","version":"4.33.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.33.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"caeedf3b45296f12e6054dfd21f3daa5233161a6","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.33.0.tgz","fileCount":888,"integrity":"sha512-f0PuF5TUgd3RAz5Nr3SlGX6aBj4sXhxdGQQOiob2A6CV+scP68yO2VVZkp0+7x8rjMqbxccNvi28vh5giNzJNw==","signatures":[{"sig":"MEUCIFxtuqAEmPwi1fruzSr30KpIBig4Y4Mq0B+YCn16bEP/AiEAybnlwGtAW3qc6C1AfFXzwf4ZRgsfurFvfCXzxo2WEdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1202229},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"8b18f3288476419198872de50b1f25ce287bfe5b","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.10.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.33.0_1704798486100_0.2227521056802353","host":"s3://npm-registry-packages"}},"4.34.0":{"name":"material-icon-theme","version":"4.34.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@4.34.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"5a7c653d186b0dded3a5fa56a8ec2da78189b829","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-4.34.0.tgz","fileCount":901,"integrity":"sha512-JSF0Bc5yQgO4qJf/Mdv0KKQQUeU3NP3oK7z5QbUQuuTch5X0niFRquqHqVUb58u2BZl9aFzTScjn8yqekrONUg==","signatures":[{"sig":"MEUCIFFfJaq1zTfqMuQZKV2Magz3eZdSwmjRvdi/Afcr15c1AiEApIcQt0L39MTk7DO7zC8IA3D9yp8RCO1LgFcQniS/B7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1235901},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"940f2ea7a6fcdc0221ab9a8fc9454cc585de11f0","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.2.4","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.11.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_4.34.0_1708331846643_0.5398924145098631","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"material-icon-theme","version":"5.0.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.0.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"6ed3967eebaddcbe6e10bfa3a059a90b2a4c1697","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.0.0.tgz","fileCount":911,"integrity":"sha512-31iS5AKK8XCMlveXCoQ5EwBUBE9tMc/OJWYZQgGV4WQi5ooMW4ud18E99EvpxPc0gsibgRFsG3q1Zd/ZekZ7vA==","signatures":[{"sig":"MEUCIQDqxRfTJu4bh1pPGujU3G2s/i9hQzADukEx41qgjmtOWwIgV+yL47VyY4zKWcezRAahSaiEC7jslNvJHYnLfri8gpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1162177},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"6d5379870d46c58989873efa76a686ffb5652d7f","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.2.3","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"21.6.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.0.0_1713471687270_0.993030100307652","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"material-icon-theme","version":"5.1.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.1.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"1988588c67f825904b40a08f852c06ac7d8e34d2","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.1.0.tgz","fileCount":912,"integrity":"sha512-cVMl8UpCFGKXbRu0EKTALVQwdGXVBBRHlqu3VfK0vTtfw4mMwp880pbYg3HII5S2nNuaJNE6s5gnUISvrsodvQ==","signatures":[{"sig":"MEUCIDLF+XXrVZYmO0J9TrtCQAirpRNJIKkk0EsBtvg+HkIdAiEA1Jt2AZY/frTX1MPAgd+ErJsorff2vFJ/2gYE6RDy2QA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1160192},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"865e60c5b370267ea4972cc3694026e0c2ca1ba2","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.5.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.12.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","vscode-test":"^1.6.1","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/vscode":"~1.51.0","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.1.0_1713610073706_0.9516921361819048","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"material-icon-theme","version":"5.2.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.2.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"3649a8ce34357bda246510b5a478c9576e6cca31","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.2.0.tgz","fileCount":914,"integrity":"sha512-FHUDiHH1VBXUmXEB7rxac3Dh0smmj7S0yn0cAhSTdb74yPxelm0PYssHIY/lgC9GrWxg5KB4B3zhYb8J2e7gmA==","signatures":[{"sig":"MEUCIQCQ4xP4znkb6Q4ekygFfulPM7QLkO+uZev4exe4CSBYCwIgEim4+f+igEt2A2eEERtj8dmYKPa3hBEBYzgIJxsV6nI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1212962},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"cf04c13a86b2fad8680c89f308af5fe8251a6031","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png && npm run svgo && git add icons/*.svg","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.5.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.12.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","sinon":"^17.0.1","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/sinon":"^17.0.3","@types/vscode":"~1.51.0","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","@vscode/test-electron":"^2.3.9","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.2.0_1715278875864_0.5492462115314665","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"material-icon-theme","version":"5.3.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.3.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"1bdd29a935beae7203991c87a8f51a1a4b40e621","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.3.0.tgz","fileCount":916,"integrity":"sha512-6VWb+ZGDck0hxqDz243/I2BuJ+Fa2RzIUhS51xd4A/Tl6E0+X7ovpsmKZjse1Qug+LXCZWMsRowG1Bc9WvfADg==","signatures":[{"sig":"MEUCIDctip/GN1ivOLMFoUV2Th87W+pxON6SQ84e36XdSYW0AiEAjJbMlITdcJhjodpHAn4ZnlTp2B3k2GJ16Ecsxr3gBeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1215027},"icon":"logo.png","main":"./dist/extension","browser":"./dist/web/extension.js","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"6278a3b235dfa2572eb240a14ccb2a5a34d688b2","scripts":{"lint":"eslint -c .eslintrc.json --ext .ts ./src/**/*.ts","svgo":"svgo -i icons -o icons -q","test":"node ./out/test/runTest.js","build":"npm run compile:dev && npm run generateJson","check":"ts-node ./src/scripts/icons/checks","compile":"webpack --config ./build/webpack.config.js --mode production","pretest":"npm run build && tsc -p ./","preview":"ts-node ./src/scripts/preview","version":"npm run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","watch-web":"webpack --watch --config ./build/web-extension.webpack.config.js","preversion":"npm run contributors && git add images/contributors.png && npm run preview && git add images/fileIcons.png && git add images/folderIcons.png && npm run svgo && git add icons/*.svg","compile-web":"webpack --config ./build/web-extension.webpack.config.js","compile:dev":"webpack --config ./build/webpack.config.js --mode none","package-web":"webpack --mode production --devtool hidden-source-map --config ./build/web-extension.webpack.config.js","postcompile":"npm run generateJson && npm run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"ts-node ./src/scripts/contributors/index.ts","generateJson":"ts-node ./src/scripts/icons/generateJson.ts","compile:watch":"webpack --config ./build/webpack.config.js --mode none --watch","vscode:prepublish":"npm run lint && npm run compile && npm run package-web"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.5.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.12.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","mocha":"^10.0.0","sinon":"^17.0.1","eslint":"^8.16.0","rimraf":"^3.0.2","ts-node":"^10.8.0","webpack":"^5.71.1","prettier":"^2.6.2","puppeteer":"^14.1.1","ts-loader":"^9.3.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/node":"^17.0.35","webpack-cli":"^4.9.2","@types/mocha":"^9.1.1","@types/sinon":"^17.0.3","@types/vscode":"~1.51.0","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","@vscode/test-electron":"^2.3.9","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","@typescript-eslint/parser":"^5.26.0","@typescript-eslint/eslint-plugin":"^5.26.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.3.0_1715612080396_0.672840282081488","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"material-icon-theme","version":"5.4.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.4.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"73f87770c5b7ec7ec349f802c8228c73413bed63","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.4.0.tgz","fileCount":921,"integrity":"sha512-k+Qm/UlKOQJH1jPJqYHZoNoCK8Y7icaJi1AUYyzu81OSHYRc36HFfdlWcmkGF6mXFiDugPAaeWZfIVNw5n3vKg==","signatures":[{"sig":"MEUCIQC26Bcd8TgU8CsjlrX6Y6Oh5aLkOD2Wb6BsoPYWg4yFsQIgLvbJzNlmlsDLAZucpJ/bmNjT6/TMaI+GwpWwgRwIfGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1216023},"icon":"logo.png","main":"./dist/extension.cjs","browser":"./dist/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"a1f23c6ffef3fd46dfca35cf3d3e0d385e0d9172","scripts":{"lint":"npx @biomejs/biome check --apply ./src","svgo":"svgo -i icons -o icons -q","test":"bun ./out/test/runTest.js","build":"bun run ./scripts/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks","watch":"bun run ./scripts/watch-with-esbuild.ts","pretest":"bun run build && tsc -p ./","preview":"bun ./src/scripts/preview","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run generateJson && bun run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"bun ./src/scripts/contributors/index.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts","test-compile":"tsc -p ./","vscode:prepublish":"bun run lint && bun run build && bun run postcompile"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.2.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^3.0.2","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.7.3","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.4.0_1718225063032_0.9958845623866472","host":"s3://npm-registry-packages"}},"5.4.1":{"name":"material-icon-theme","version":"5.4.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.4.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"3f8b17de09913690f494c6a4a478bd388c10e164","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.4.1.tgz","fileCount":921,"integrity":"sha512-06Fv+TRLyMT4aU+iSsig4uH+QbZ0YyQIupaxt31DiO4lP9oAid75XLKbsE6QlvbPWXs8tkoXm5iom2ccdw1iDQ==","signatures":[{"sig":"MEYCIQCLRehT4pNgulajSmmvBFvn6zJbsVUDujVLyuynBJHpVgIhALYiBLkWlCvd4QrS4SkSwR8tNeTOdHHuv3r0J/sGO4yU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1216075},"icon":"logo.png","main":"./dist/extension.cjs","browser":"./dist/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"f6d132a284996c6576bcf3bc4e7d85b8f822ffd2","scripts":{"lint":"npx @biomejs/biome check --apply ./src","svgo":"svgo -i icons -o icons -q","test":"bun ./out/test/runTest.js","build":"bun run ./scripts/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks","watch":"bun run ./scripts/watch-with-esbuild.ts","pretest":"bun run build && tsc -p ./","preview":"bun ./src/scripts/preview","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run generateJson && bun run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"bun ./src/scripts/contributors/index.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts","test-compile":"tsc -p ./","vscode:prepublish":"bun run lint && bun run build && bun run postcompile"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.2.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^3.0.2","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.7.3","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.4.1_1718258935178_0.17436244677067791","host":"s3://npm-registry-packages"}},"5.4.2":{"name":"material-icon-theme","version":"5.4.2","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.github.io","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.4.2","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/PKief/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/PKief/vscode-material-icon-theme/issues"},"dist":{"shasum":"bd761a2bc74aeac814ecee1a09ce06337fc75fb7","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.4.2.tgz","fileCount":921,"integrity":"sha512-5pILtdR/qLXQZgPCrMBfid5ej+wItH7Esi5ab5Godv5v5yqh8XN7wIqDM8+UgX8eGiJb19qJEeO2Xs5I/mrJWQ==","signatures":[{"sig":"MEUCICRV1DExJAK/IvoaHRnNv7CCWPgsknNYffYnrh3mXXC0AiEAjAI42SPgNJKPrPJSMjZCDR8VwAtEIUCQbz7rlU0zB8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1216023},"icon":"logo.png","main":"./dist/extension.cjs","browser":"./dist/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"93acc10359ed10ff970dca195ba9f51784bdc2fc","scripts":{"lint":"npx @biomejs/biome check --apply ./src","svgo":"svgo -i icons -o icons -q","test":"bun ./out/test/runTest.js","build":"bun run ./scripts/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks","watch":"bun run ./scripts/watch-with-esbuild.ts","pretest":"bun run build && tsc -p ./","preview":"bun ./src/scripts/preview","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run generateJson && bun run check","check-colors":"svg-color-linter --colors material-colors.yml","contributors":"bun ./src/scripts/contributors/index.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts","test-compile":"tsc -p ./","vscode:prepublish":"bun run lint && bun run build && bun run postcompile"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/PKief/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.3","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash.merge":"4.6.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^3.0.2","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^4.7.2","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.7.3","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@types/lodash.merge":"^4.6.7","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.4.2_1718309860506_0.15518987044420562","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"material-icon-theme","version":"5.5.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.5.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"0744a5b50cb1c8d0a35343d6772fdb1cc8d145a0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.5.0.tgz","fileCount":1050,"integrity":"sha512-GnzM+rlQCJ+j+JPwNKjl2CpLRiIgEzwtiopwaD5fHprYeeRBaNEmGrMxHiIZtRGP3XMxRciPZLaMLEbf/vu2hg==","signatures":[{"sig":"MEUCID0R2p1AXfVo1h+ajMGeUF+ZyLG689xnIQVo1gJWEyMiAiEA+im+zdSFWbnL9NEpCObxnCSU3ZVvl7NL+ByAA3gj2bE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1425868},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"06ae3bed64861cc30ac8fb44137b42599f03810e","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.3","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","lodash-es":"^4.17.21"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^6.0.0","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^5.5.3","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/lodash-es":"^4.17.12","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.5.0_1721025533283_0.4094221454781346","host":"s3://npm-registry-packages"}},"5.5.1":{"name":"material-icon-theme","version":"5.5.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.5.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"e52659e6688d935b0b2075161b93ba74b3dad902","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.5.1.tgz","fileCount":1052,"integrity":"sha512-sB7XdpaslCiZ5yoIuBb11xOAEQEkjMUeA0rWTdMehCFnsLGrTR64Cw5z2DWHxCHv1Mo/wwIT4qVAEaNxoboy7w==","signatures":[{"sig":"MEUCIBcGlUljy0/oPdwWoTrIV5H67z5ZPmvJDArvgZJYYPDEAiEA3WGPAi9rcIwhN/LeeCro12u05roa0W0NfgFpU5Dx6pk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1346000},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"b0a5861349ce5fb5d3c988732ff6c467cf3add8a","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.3","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^6.0.0","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^5.5.3","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.5.1_1721065006643_0.21567800890257494","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"material-icon-theme","version":"5.6.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.6.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"5fda4d9e1cb6f5afac588f50f64ce11cf740843e","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.6.0.tgz","fileCount":1055,"integrity":"sha512-K+5NX/v6pd3RT+0oU3sNoCACkcqh6WykZGwlWg4ftzWYTC+fGpuX+DUNqsO1SgJ8q0Rm86t5tHamMqSWWHcGgw==","signatures":[{"sig":"MEQCIBlbWZDfRzfjKIxv72ApBzJcBSGlfSyC7HaQxm08d/KyAiAWY7t3pJUMKIGIKLxbrbuULO3V45X6yEx6kGqfKAmnvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1393800},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"18db1d212b5d5580c80ff4a0f9ea96a4b9f97a67","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^6.0.0","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^5.5.3","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.6.0_1721163072214_0.12647252585581747","host":"s3://npm-registry-packages"}},"5.7.0":{"name":"material-icon-theme","version":"5.7.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.7.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"59b183ff719b9fac5ce138aaff41e2cb898be08f","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.7.0.tgz","fileCount":1062,"integrity":"sha512-P1WDd67M9rViaYm4YTVqcSMNbQw7Hctbay1ig9Zw4s5LtHaTcirYKmHAzqALICotdl8SLE1IE681PgY5u7h6yA==","signatures":[{"sig":"MEUCIEoOm/juSoby5Ai4ct1QU4JqJtP1e4UYUBg8R3DDVeQ4AiEAnhzH1BolDylLl5w1wBDGdreYxcdtMywoOiWOwJLmMFI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1399703},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.51.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"ab259728bc8c454bc52761e3e6256be5a0ca59e0","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.0.3","svgo":"^2.8.0","axios":"^1.4.0","rimraf":"^6.0.0","esbuild":"^0.21.4","bun-types":"^1.1.12","puppeteer":"^22.11.0","typescript":"^5.5.3","@types/glob":"^7.2.0","@types/vscode":"~1.51.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.6","svg-color-linter":"^1.3.0","changelog-machine":"^1.0.2","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.3.9"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.7.0_1721659640737_0.9950516211620828","host":"s3://npm-registry-packages"}},"5.8.0":{"name":"material-icon-theme","version":"5.8.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"_id":"material-icon-theme@5.8.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"8410502d783012661a7b04072b26aef731d94c71","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.8.0.tgz","fileCount":1073,"integrity":"sha512-UHhrYAYQ06DpJ9jwkHGnZiSkm619FAsgxOviPtmyFhxNoku5gOPgMYHUHBFpTyK+wMRwfG5qtyCyZjPcBww+QQ==","signatures":[{"sig":"MEQCIFSIQ+LvOeauMK1Qj0VRzDz4RO0bt/uep86X/GPHcJCzAiAjADnNcxjuVVHyKg4ieI44YTI3bL/wtGtcgZjfXa1E+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1405724},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"3fb972214523eb025f1474cd8cdc288c058fef10","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.1.0","svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/glob":"^7.2.0","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.4.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.8.0_1721852680802_0.6429110313540556","host":"s3://npm-registry-packages"}},"5.9.0":{"name":"material-icon-theme","version":"5.9.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.9.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"bea4bd08188efac86cf6a7863e7c7b2ecfb94932","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.9.0.tgz","fileCount":1092,"integrity":"sha512-GKQsmhKYDmEz03PZpZggN1PXoDPboiBTY4bbpgPbtt30oj9ydvphPF9gyCVfLMJ0QB8MhAWRgFiVXtYQsZaKMw==","signatures":[{"sig":"MEYCIQC/d99wr1InHE26/fYSw4qHdqRfhc9sOh7J+XEsYcHiNwIhAOE4QdZ6nEUnvWT/egBu240WaKgerouIpdlBhuzHRH5I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1310175},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"25db8e6958a943c286e66f87827e664699760b9e","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^8.1.0","svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/glob":"^7.2.0","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1","@vscode/test-electron":"^2.4.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.9.0_1723280136171_0.026282531045430213","host":"s3://npm-registry-packages"}},"5.10.0":{"name":"material-icon-theme","version":"5.10.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.10.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"12fbd027ffd4295ead4e78d1ece41517a0538d6f","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.10.0.tgz","fileCount":1098,"integrity":"sha512-2UNfb61fAfDlt6Ivkg4Tp6MAcHij67GqQY0w36IJWnzc7dbdE7Xyd7FgSvQBhV+DiBmVHG4KeJWABsxD+plfCQ==","signatures":[{"sig":"MEYCIQDcObDW2RHNEdWYbUVuC8V5AmaTbyH71w9yQybLb4kJZQIhAKbTbzaZCCGjOXnwC+P8klnbefC3Wc3uRwLqLHKc/zDy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1315638},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"e367e3a5495c8781305b2cccb2ce2a978ec6d83a","scripts":{"lint":"bunx @biomejs/biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun run ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun run ./build/watch-with-esbuild.ts","format":"bunx @biomejs/biome format --write ./src","verify":"bunx sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun run ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun run ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.3","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.10.0_1724914073948_0.23696034717159664","host":"s3://npm-registry-packages"}},"5.11.0":{"name":"material-icon-theme","version":"5.11.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.11.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"6015df24d7e7c7b9fc33fcc30c5596678fd8e9b0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.0.tgz","fileCount":1112,"integrity":"sha512-g1+IOXafbouwRNS7tBnOmkGeztfik1nvVAbnmVpEXLNm5qQtFNkiicO/1y4Tz9n8opUreeRINXpkxwg7FNAa4A==","signatures":[{"sig":"MEUCIQDeu6BJ4HjCSOxSM49WyYWAqfdMjkFsAE/GrJhmfn3KTAIgNnA/3kykESz9cUwDUGnr/vTiVox00LlyoDTQDEiXJ0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329617},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","funding":"https://github.com/sponsors/PKief","gitHead":"a413d7be13ef7f5734c68104d1d77a5b3c98639d","scripts":{"lint":"biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config ./changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/fileIcons.png images/contributors.png images/folderIcons.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.1","description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.2.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"_hasShrinkwrap":false,"devDependencies":{"svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.11.0_1726858875877_0.1747334548447388","host":"s3://npm-registry-packages"}},"5.11.1":{"name":"material-icon-theme","version":"5.11.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.11.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"89efb91a6588ef3166a92dc3a3c826fa849dbbc1","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.1.tgz","fileCount":1112,"integrity":"sha512-Tf4izfrDbHTBL+E154fuWlboouWKCiJVCXH45nk6TccYPL+J60UxXJyHUhAofyO5fXGDoqfJor2JFPGj1aTLtQ==","signatures":[{"sig":"MEQCICVddISkYyeMEM7hpoBvPhM83hAQV3BSIcs5XFyQsLHQAiA/S/WkI4fnIczpjLiKBBegLHLkodR5hsc7FaNwzk2hKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1338876},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"377523e9f6aa2810b494b6b627e018828de6d79b","scripts":{"lint":"biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config ./changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.2.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.11.1_1726907452589_0.24053696398889457","host":"s3://npm-registry-packages"}},"5.12.0":{"name":"material-icon-theme","version":"5.12.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.12.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"39349831ede7118d26e4cd4200e1f6fa6a49a31b","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.12.0.tgz","fileCount":1124,"integrity":"sha512-aGc1rI0s64munjtr1YjxHlZE24rRNiNFHk44LKWVASvnk/QLrFvPWqxk1w27KmLkXiL+rZUZ0XKThm5yrgK7Cw==","signatures":[{"sig":"MEQCIFwi8dV79KZyJy6Uw0l/ijfo25TGjJpi8kA9uOfwx5oLAiBS5Jk/4XZkZ5BzkahhkZt6hZES+8dES/TK+s5fX0dgmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1347269},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"6c0b25ad1dd5ccb59514c8a4a3ee664867fed21f","scripts":{"lint":"biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config ./changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.5.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.12.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^2.4.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^2.8.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.21.5","bun-types":"^1.1.20","puppeteer":"^22.13.1","typescript":"^5.5.4","@types/vscode":"~1.55.0","@biomejs/biome":"1.8.2","@types/chroma-js":"^2.4.4","@types/puppeteer":"^5.4.7","svg-color-linter":"^1.4.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.15.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.12.0_1729678406534_0.17136719448252768","host":"s3://npm-registry-packages"}},"5.13.0":{"name":"material-icon-theme","version":"5.13.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.13.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"2d78a4082546bcaa1c31df2bbbe88479ecd6ade0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.13.0.tgz","fileCount":1141,"integrity":"sha512-eVDeo/RBrPQjcy/rVTRE8B0P5gIYeyoMLgvQ913mt5f1hcddgg7Ltly2oFpXg+OIQMjm8S3fbHMv5X3Q/dj4eA==","signatures":[{"sig":"MEYCIQDSVNY+Ry3wUnPpUdGesPwhitwL7f2mSa/kdWAuHhLgZQIhAOlOTWsduGOfJW+VJ6EBCNne0HE4sPlq+LixjVdC2QdB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1344799},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","browser":"./dist/extension/web/extension.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"a5749d9b0b067b93dae7519e4e161844132c833a","scripts":{"lint":"biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","version":"bun run changelog && git add CHANGELOG.md","changelog":"changelog-machine --config ./changelog.config.json","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.2.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","typescript":"^5.5.4","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","svg-color-linter":"^2.0.0","changelog-machine":"^1.1.0","@softarc/sheriff-core":"^0.18.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.13.0_1730839701834_0.924488450791265","host":"s3://npm-registry-packages"}},"5.14.0":{"name":"material-icon-theme","version":"5.14.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.14.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"a40f23839fc941963757e7eebd6a4f741c9866ca","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.14.0.tgz","fileCount":1153,"integrity":"sha512-o9l81zfzANgtZPZtWsTgbNcXWkmAQNlWZ8o/Pwu8UHWFH3ZnQYXxFUzmVAS41PmJIGdwv3+eAOr+ltJMpNy+0Q==","signatures":[{"sig":"MEUCIQDxF46bY2pF76Cbli+UaueXyLcpuQ1th4bT0l2EuQUpEwIgQlMXEiKaZyNwt7dNDhjDyZZzwFysUjByfni0i3bDrtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.14.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1367742},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"1028b49c494f3ea04cdbbb75375873c2ef94675a","scripts":{"lint":"biome check --write ./src","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","changelog":"bun --bun ./src/scripts/generateChangelog.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","typescript":"^5.5.4","changelogen":"^0.5.7","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","svg-color-linter":"^2.0.0","@softarc/sheriff-core":"^0.18.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.14.0_1731489431684_0.9790196575484054","host":"s3://npm-registry-packages"}},"5.14.1":{"name":"material-icon-theme","version":"5.14.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.14.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"3f89b55f795fcfdcdffcfdbba65875a18d78366a","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.14.1.tgz","fileCount":1153,"integrity":"sha512-ATL8iJZj8/tC2/UfLAyCfyTQUkgL6z5eGRj8yEVDKmbMTf4ll7hYuocKVZxmedjgsIk2p8fr+pRoVe1G9AGF7A==","signatures":[{"sig":"MEQCIA+t/EUo/94/LnOF7A2GsKN5T/2ZVXlzyQw/pjDgEpdWAiBR9x7xP0yUZ9rlCqBDhvPmxt2p70lfdga3ZDKJ5T8hrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.14.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1367663},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"3ca5ef9afe3659cbb292109f6d90c58b32fc637f","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","typescript":"^5.5.4","changelogen":"^0.5.7","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","svg-color-linter":"^2.0.0","@softarc/sheriff-core":"^0.18.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.14.1_1731509244775_0.5240065427416538","host":"s3://npm-registry-packages"}},"5.15.0":{"name":"material-icon-theme","version":"5.15.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.15.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"89d1c11b12dcff24642b6dcaebe459cbfb64e9fe","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.15.0.tgz","fileCount":1156,"integrity":"sha512-H3ybsaFIT46Q072qfhexifUk66Bcs88q55PYIAWeaQJ0vIHGas0OckunLO3gcPFgRFLlYs3ZycTiF7m3kGvOvw==","signatures":[{"sig":"MEYCIQCXcPy0W76fMWd58xSg4Wmu1JoQsNpzN+kCxJrcI3AedwIhANWOA0JRzuf07GSx4fVcTBtv0SD25BEm3W/rNOkHwxS8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.15.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1368446},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"16099413c63a2f2ad9892357e3640b1302e37f2b","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.9.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.5","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","typescript":"^5.5.4","changelogen":"^0.5.7","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","svg-color-linter":"^2.0.0","@softarc/sheriff-core":"^0.18.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.15.0_1733475379675_0.9228361736890993","host":"s3://npm-registry-packages"}},"5.16.0":{"name":"material-icon-theme","version":"5.16.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.16.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"7585499a290e38f0c7be113292994a24b92fd558","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.16.0.tgz","fileCount":1162,"integrity":"sha512-Mj8AP82WEtACGgCJsj2zzkuGzncCi6c+5NjnLYdwtO9pXeeWOe67DCPZYZEp1S3sW1wgZAtfzCDRw9QWJdidPA==","signatures":[{"sig":"MEYCIQDl42p+IuY8+0FQcBFHZC7W+rgAB2hHmrjwn+U9Q+jh5wIhAObGaTDm4ogycwaOMS5Q4bqTNrPzdG/0gc/XLLpZXzTH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1374600},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"36060ad6db06037804e2675623e1dbce622e0378","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.0.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.5","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.5.7","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.43.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.16.0_1734449108537_0.8153304928082201","host":"s3://npm-registry-packages-npm-production"}},"5.17.0":{"name":"material-icon-theme","version":"5.17.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://pkief.com","name":"Philipp Kief","email":"philipp.kief@gmx.de"},"license":"MIT","_id":"material-icon-theme@5.17.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"c1827dc9d711ca6350e6c434a2d62efcf33004f5","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.17.0.tgz","fileCount":1173,"integrity":"sha512-BInypME+xt2Q7ZQa8Wrb4U2X9t4pSmz2cV50fK3xSWUpQJV0vYAmcjY85JxH9nnLxX4zeHaoNMmYRu8Es3+/LA==","signatures":[{"sig":"MEYCIQDzQYeCimxvSKhutVwbC3b6zwo9BE7JHKTiSrIFQTsttwIhAIcCw+9HciqBtvDKnUZ1mQCKIUV/V8J7Kti/0JHpZuq4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.17.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1392619},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/PKief","gitHead":"25a1102ed75b78d66b177bd8700f5211a2363fa1","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/PKief"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.0.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"18.20.5","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.5.7","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.43.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.17.0_1736201740120_0.8059262658538722","host":"s3://npm-registry-packages-npm-production"}},"5.18.0":{"name":"material-icon-theme","version":"5.18.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.18.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"cc6f09e4cf878b48bee1a90f2b19236de1efaaf1","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.18.0.tgz","fileCount":1190,"integrity":"sha512-DSwZeiGCvxSTYKKjJ4gdcorwwL7g5UsyH9BlJCGJezs8ktFeQXxNXa7EbZVZ9w5kKJiFTwlJsiL3VKxjjCZBXg==","signatures":[{"sig":"MEYCIQD4fesGtbK4VJAmjlZ1IJc8HnBjstaS0VhEK9ePj5Uy3QIhAM5zSiYWjfXrQDZ0OZLLXL0Z1I/NMHI/fajWFx2iKtu3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.18.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1412052},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"a53add02b0fefe9ec3e3c46f0a70a5a6bcbcfb8d","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.18.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.5.7","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.43.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.18.0_1737747036319_0.07434935065434822","host":"s3://npm-registry-packages-npm-production"}},"5.19.0":{"name":"material-icon-theme","version":"5.19.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.19.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"2b70ee147560d7596f422c4f566afd8694d6d360","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.19.0.tgz","fileCount":1191,"integrity":"sha512-/6BqA4NafbYEWo8TidR989Ombj90WNcA2ey/43uTudU7YYiwCSBj1QCP6rVj8EnCoctbR+FR99Mxp5E5GiCEag==","signatures":[{"sig":"MEQCIDgiz8Rrcbz5MoWku8VCz8M9poa4dFaRVhUq7yWf7BuWAiAoP6tZUiLROWH0y/qAlxUarGlvLRfBesI76OJWEdvoRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.19.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1413027},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"892b0e5e83c176bf4099ce18758d571b776e489c","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.18.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.24.0","bun-types":"^1.1.20","puppeteer":"^23.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.5.7","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^2.4.4","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.5.7":"patches/changelogen@0.5.7.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.19.0_1737850878886_0.33887099540329424","host":"s3://npm-registry-packages-npm-production"}},"5.20.0":{"name":"material-icon-theme","version":"5.20.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.20.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"d36589304db1e966c5278cfaf21ad3db8503604a","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.20.0.tgz","fileCount":1203,"integrity":"sha512-EAz5I2O7Hq6G8Rv0JdO6NXL+jK/mvDppcVUVbsUMpSqSmFczNdaR5WJ3lOiRz4HNBlEN2i2sVSfuqI5iNQfGLg==","signatures":[{"sig":"MEUCIQDJ+6Q3xVFGvKaE4LhNCC0LECccZMw5Q4zca1O3Yi7vsAIgf6bfa0C3MB3jwE4zFr7j8FBdUudmYpmYfX9+D3mQuYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.20.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1421974},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"74d52f688c837b9217f4778e7e0431466efff484","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.18.3","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.20.0_1740762115462_0.4255603693574501","host":"s3://npm-registry-packages-npm-production"}},"5.21.0":{"name":"material-icon-theme","version":"5.21.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.21.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"d18deb42e9995d18f029ac58a969831dbc1decff","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.21.0.tgz","fileCount":1213,"integrity":"sha512-NqdevjVdPELbC1xvxySpOjVXnjb6DECr3ov0jvEd7sn/ndW1GSODHSVR4jeKb8zTJ9RO1MSZPaTxUtiBykMwhw==","signatures":[{"sig":"MEYCIQCpFWCDmEXPIC2CYGNLBv43Do3CPZpe3bG7bnBb5XuobgIhALWMU2rtB2K6lpMDSsGhxNUlY99vnbobvCBI8XtFijbK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.21.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1437064},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"058ea1cea3a5962d164c7845605f7d8d9fcf8b42","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.21.0_1743588875281_0.12208327468318214","host":"s3://npm-registry-packages-npm-production"}},"5.21.1":{"name":"material-icon-theme","version":"5.21.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.21.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"5d9fd345f917e512108af2599d94eecca0de6df0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.21.1.tgz","fileCount":1213,"integrity":"sha512-7gWH20MC3rvf1fBXwTpeMEAJqfuhXaciY2IN/hb74hR0XU/TnicoggblFoWtZvt0HrCzxyqX5P+u60BHWXEEHw==","signatures":[{"sig":"MEUCIGbVDj4jbeCM0mX5k6Hd2k6rv8ybORqTl8dtxQ0V7zGhAiEA+YaeNCyrOkX+4EvL8fT1WxR7SyWFHbAHuHHJNsApx/k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.21.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1438109},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"a0bad6b387bf92dbcf92738859ba0a0d0d6ed5b1","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.21.1_1743695930393_0.6269341861054696","host":"s3://npm-registry-packages-npm-production"}},"5.22.0":{"name":"material-icon-theme","version":"5.22.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.22.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"01c46ea5cfe2fbc780b4d5e84e14b640a2a6ee30","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.22.0.tgz","fileCount":1241,"integrity":"sha512-hJyUSrb1ak8pJHcgw83ItXyLcj2dRH5lb3H1QWekkqTEQ4xPqUBSHWnBLioT5/sf5GFrut83p9FenC0KoYnjZw==","signatures":[{"sig":"MEUCIFf64DuzC6IwVlXZE4qH56tTS0LkYktm0raAtnILSOvxAiEA9mcllLlVyiMkBOPQ/Bsoovk1u7SNlGIu0AZITNPzSdc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1472617},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"334a0a7557de905a1333ee36e32da342ed4776cf","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.2.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.22.0_1746195712377_0.9039219313346627","host":"s3://npm-registry-packages-npm-production"}},"5.23.0":{"name":"material-icon-theme","version":"5.23.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.23.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"3b6f0676f46ba8d9f4ac0bfc00a04ebb276eaaea","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.23.0.tgz","fileCount":1241,"integrity":"sha512-coDbg7MzBzQoLfv501w63pP1QjyCbP5mICm40WxyHIxa+aA4yS9QMOKGzaZDsq7oUKjJ0NfjjkIMG4ngGO9erQ==","signatures":[{"sig":"MEQCIGUCf+tX6CzAggDwXm9V0CI9sXsidLLVDC8amabBENaRAiBnqsZ6IWtTp7sYIIJSc3mPj5AmRAjy+OL6dT6Hcj75aA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.23.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1472186},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"27f19ebf475b97a712ad74b1bf2c1bc89074a53b","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.1","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^15.2.10","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.44.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.23.0_1747387471563_0.5319972549521441","host":"s3://npm-registry-packages-npm-production"}},"5.24.0":{"name":"material-icon-theme","version":"5.24.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.24.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"43ae7469fe83e0772791965ed4d8e7da3b4a5459","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.24.0.tgz","fileCount":1251,"integrity":"sha512-fKCtRSOZwSMipgfsisDtlERXndg7hu4Ykhw8Vr+92NFVhYAi3izRHyKg6YooTw6yIB8fMF6Gq8IeNhbRxRY2SQ==","signatures":[{"sig":"MEUCIHzCLl6Ba+GlXN2/G3s+QSpeiGJvZd/SCx1P//d22Mw9AiEAmd2YocXfGvKOelMHsaU/G+7Ur29k8AiFSHOnNNblznk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.24.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1483541},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"1ce779521ad70ee653c46d95b3ec50d48884e536","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","actor":{"name":"pkief","type":"user","email":"philipp.kief@gmx.de"},"email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#1e1e1e","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^3.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.0","lint-staged":"^16.0.0","@types/vscode":"~1.55.0","@biomejs/biome":"1.9.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.18.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.24.0_1750679995634_0.8843287500787351","host":"s3://npm-registry-packages-npm-production"}},"5.25.0":{"name":"material-icon-theme","version":"5.25.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.25.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"3528db24abb8c65531d178ba0c3e4b47c8819a9c","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.25.0.tgz","fileCount":1258,"integrity":"sha512-O5J0nmsx9YJ1SxrCMoowKJk2iX7TtV+4WNLXF5cbTlOOez/VOczYYkfTb/LUgwGpEM2iL2GCR29vMObMqHt/Xg==","signatures":[{"sig":"MEQCIF+R6EztsRpBCSf9o0E/sVl9tBqCj/amSyfNyZPRvNf8AiB10cGfi1xyKtW8SBq7c582yqHeQdEc7ayIk3nHR3nybw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.25.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1501955},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"c306238c7a87fdea1a0dd4e6e2012a72e17cf7a1","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.0.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.7.2","husky":"^9.1.6","rimraf":"^6.0.1","esbuild":"^0.25.0","bun-types":"^1.1.20","puppeteer":"^24.0.0","commitlint":"^19.5.0","typescript":"^5.5.4","changelogen":"^0.6.2","lint-staged":"^16.0.0","@types/vscode":"~1.55.0","@biomejs/biome":"2.1.3","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.0","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.0","@commitlint/config-conventional":"^19.5.0"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.25.0_1754336905855_0.8403809616107296","host":"s3://npm-registry-packages-npm-production"}},"5.26.0":{"name":"material-icon-theme","version":"5.26.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.26.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"16e3c02f92965a1dd098327e299ae0abe7a079b9","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.26.0.tgz","fileCount":1269,"integrity":"sha512-Etrm3gMsgCRfpyqE11dDRqb3epoqxq94Pa1QEk20D7uIImneRhtsTFvhOcbKEQfMzup8IBUI1+oYrkfwIb6Xuw==","signatures":[{"sig":"MEQCIAzuOOLxwNxD9+Z8WVyvsRDS9yFoTfWo9ob3C5AVogJ6AiA9cZMDtKuuE0iBcoX01VJdnOutv4HmeZY4UQyMCi8JDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.26.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1517714},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"e3b97d35f780e303a90a1d21173b556069bba7c5","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.25.8","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^19.8.1","typescript":"^5.9.2","changelogen":"^0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.1.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^19.8.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.26.0_1755545375968_0.7763584692030034","host":"s3://npm-registry-packages-npm-production"}},"5.27.0":{"name":"material-icon-theme","version":"5.27.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.27.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"dbc404e06df50bc80464420ce3d4b4fc245f40c8","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.27.0.tgz","fileCount":1290,"integrity":"sha512-zB3LtPY2n6z4Kp5fSc7OT8KwAZIJRvcOq6PZR4jmAkvmW1Ot+y6lNJmNqERK9rYAT42tZD1YmkhHaMcA2KEObA==","signatures":[{"sig":"MEYCIQCe+aYl68BQuwg3rLrwjBzPjPeDx5FPwrqN8izk3kvcrQIhAL36wYqdRjbmhLW8NWFIqjDICA8sM3Zr4k0dC/tb33ak","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.27.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1533299},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"52ad005aa40fe1605b7db5345d29749c87716eb3","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.4","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.25.8","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^19.8.1","typescript":"^5.9.2","changelogen":"^0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.2.3","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^19.8.1"},"activationEvents":["onStartupFinished"],"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.27.0_1757312658442_0.06504557031635771","host":"s3://npm-registry-packages-npm-production"}},"5.28.0":{"name":"material-icon-theme","version":"5.28.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.28.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"2e680d7c1767fd6d521b3f83837b64a319ce9ac0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.28.0.tgz","fileCount":1312,"integrity":"sha512-71MxNSngYnNRUQ2YZpcVJg1KPsCFMlvdJV2LtSk434DjSkIjEeh0soHcJjaUp7ohbyYdpU4rukbvzfOylh+lxg==","signatures":[{"sig":"MEYCIQDuWu39IFbdf2b+PHj6PUStqpiyTJ5pSjmiSXuME2vb8wIhAJQttxbu23ZTNQ8e3HcfkOJigW4dlIq0gkzhk1gkXt4s","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.28.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1556495},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"9ca2f188707845535049a8fddbd58fee96e5911f","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.5","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.25.8","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.2.5","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.28.0_1761235396762_0.8100139289662642","host":"s3://npm-registry-packages-npm-production"}},"5.29.0":{"name":"material-icon-theme","version":"5.29.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.29.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"3eca48688824155d2e0a4ff47dcd885d4a128b5c","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.29.0.tgz","fileCount":1322,"integrity":"sha512-Kr6D+NgLCWYJjsTjGuIOoKUFG/uomUpLREhyV/9g4qWJMNfm7b1BYYMglRIdQg1IiY7WKqyTws8Ufsad6oFLUA==","signatures":[{"sig":"MEUCIQDXq0CmZ4a664rKySuLUSBMO3ua5ZA8+kLX7eAVK1ANTQIgGRVruF5uFC7AVf7PZGacIMeTTHBgqDHQto89akBujMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.29.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1564499},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"ad9300114a77cc84bc98720f79bcc9703c22fd8f","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.5","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.29.0_1763656668585_0.2678399397224691","host":"s3://npm-registry-packages-npm-production"}},"5.30.0":{"name":"material-icon-theme","version":"5.30.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.30.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"7109a343f9886b716cd49844d85c43d01098ab15","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.30.0.tgz","fileCount":1327,"integrity":"sha512-GAB9vZGEVBQWD7NfZpx6mzkV47IJ6MaSFRLTXIhk9eCKrHbT5BlCwkeieu1Db/hDJHrQ/n+RdMvGtZa70FCGCQ==","signatures":[{"sig":"MEUCIQDMPpDvVZWcv/yxNY7T8psBD7vqpa5jFn67V/Hfm5hIMwIgBMhL29LFoptfaT0PrhANTZVR1Sy1xc3WlXLPSAc08hI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.30.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1573026},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"bf1b222c4a8c4379c34464edc73d671a431b0ee0","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.6","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.30.0_1766399865919_0.8088891199784236","host":"s3://npm-registry-packages-npm-production"}},"5.31.0":{"name":"material-icon-theme","version":"5.31.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.31.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"ec30cb38c6e24830540e3889ab120acd48302db9","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.31.0.tgz","fileCount":1329,"integrity":"sha512-PPeGSRa+8stQEKvCr2Xym9KIqf2SPwl1chc7cxbK+aY6ORpwOcowtARQEXstZBjQwXTE5GnfE0zg0MFFy+XPzA==","signatures":[{"sig":"MEUCIQCJLqTcAzPfAZit/v3GtoE5IpI/LIx76KGQ2X3Sd1hYjQIgMmkoc/Y7c2SpeB1IjhFCWNDPh713I5ZOJs6uJgjUeR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.31.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1574425},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"7e4067b09402529d68d237ce8eb336b773f4af42","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.19.6","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.31.0_1768983062518_0.9306295215111415","host":"s3://npm-registry-packages-npm-production"}},"5.32.0":{"name":"material-icon-theme","version":"5.32.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.32.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"de7a5a8d754419a653e719d3d53d8ede4aaad33a","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.32.0.tgz","fileCount":1338,"integrity":"sha512-SxJxCcnk6cJIbd+AxmoeghXJ24joXGmUzjiGci16sX4mXZdXprGEzM6ZZ0VHGAofxNlMqznEbExINwFLsxf8eQ==","signatures":[{"sig":"MEUCIQDMi97MoIU+65G8GjASjfOFPhZXStlNQbm4jZuadzJk6QIgWc7SqU7CCPkA0/LkBSqFysgJqxiARxsDUDYfX7J19eQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.32.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1638334},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"a6b4e9bf35026cdeb72c43e0ac5d4ac6db19a3c7","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.8.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"20.20.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.32.0_1772454763197_0.665430043399043","host":"s3://npm-registry-packages-npm-production"}},"5.33.0":{"name":"material-icon-theme","version":"5.33.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.33.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"469c2a93921e74b6993d18184f315cc28481170c","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.33.0.tgz","fileCount":1356,"integrity":"sha512-rjtvT9dFrqQjAnnFG8hAQ0EQ2qiEU61LySCR3sFSiVggQBnqnZ9IKhQKX0AFUsB/ycFpdftPgrebQPBxMGoF3Q==","signatures":[{"sig":"MEUCIA+DBl22h0Js1Wy0fOSPjE2+dZ4S+a31/kwDzU1sFHdcAiEAuZPf+qIBI15tabyoucvfBvnXrJqn7BHFNjHznJCcqQQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1652291},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"0e16f30629c7e0040e351ff7d8bca35aa3a71d05","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.33.0_1774892797796_0.28474991166658503","host":"s3://npm-registry-packages-npm-production"}},"5.33.1":{"name":"material-icon-theme","version":"5.33.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.33.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"083d0872ba84f7bb99462f15b5ae6c193067b7a0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.33.1.tgz","fileCount":1356,"integrity":"sha512-imiILyUW/Y6YvxbobfReC4PpzjPfpMTUiiH9gN5sloQ3dJAhfJRE40l2q8pMT8+V4xRHiIZ5vaZtJw4D03qduQ==","signatures":[{"sig":"MEUCICCPQdPXj9TCI25SVxRrwLapM9VKQ9fhrSOrU7cIQLARAiEAzkeUtHch3QRLs1Iyrdxxi0Yjxiam3JolrzcYNL5ynAg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1652291},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"e6f371b1e54c49200ac0c6bc44e0728b487aff2d","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.9.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.14.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.33.1_1774893725571_0.9020808186571825","host":"s3://npm-registry-packages-npm-production"}},"5.34.0":{"name":"material-icon-theme","version":"5.34.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.34.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"22feeed98d718149b8d82ac8c8d8ccfe9f1b73bd","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.34.0.tgz","fileCount":1373,"integrity":"sha512-m+ZgtdtJMkfOwxpfUH8FqyJbfnAJuxMBNv4XRvz3m808Is42RbeYc/5W0bk5qGJJLxzF5Cupj6Or52aQISwz3A==","signatures":[{"sig":"MEUCIQCKfrC0JxKuM1S6VTzyvc7bDZzK/Yb+2coLLzJXhsufvgIgZCeL952LD3yZC8AvNF4IV+6OWw4vtP6gnJY6fEOLNUU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1667794},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"0aa11bee0f5128911b21f5fe4963372f4615b181","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"10.9.7","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"22.22.2","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.1.2","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.0","axios":"^1.11.0","husky":"^9.1.7","rimraf":"^6.0.1","esbuild":"^0.27.0","bun-types":"^1.2.20","puppeteer":"^24.16.1","commitlint":"^20.0.0","typescript":"^5.9.2","changelogen":"0.6.2","lint-staged":"^16.1.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.3.4","@types/chroma-js":"^3.1.1","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.45.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.1","@commitlint/config-conventional":"^20.0.0"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.34.0_1777203487127_0.5905459582650787","host":"s3://npm-registry-packages-npm-production"}},"5.35.0":{"name":"material-icon-theme","version":"5.35.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.35.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"0681fccea05dd8eb607b8e67967ec7d2cd1b31b9","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.35.0.tgz","fileCount":1380,"integrity":"sha512-ptU3rjmZjPCeLRog0HcJ1HtnoVgOslc350WHk1oIvX7fVFE4NBAF7GL3QvCCEjtd1TSSDoxmS4dWsv6bTB1x9g==","signatures":[{"sig":"MEYCIQCrme4slWNr1HHRGxMmcWxF6PKqs3kmhq9pfHvjBB27JwIhALGD7bHmq4Y8L0xTLyfr+dhmK0X5s0Mt7w93BhUWNjVC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1681110},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"937f075816f1172dbf8f9278f488df0dee04c73e","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.4.2","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.3.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"biome":"^0.3.3","events":"^3.3.0","svgson":"^5.3.1","chroma-js":"^3.2.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.1","axios":"^1.16.1","husky":"^9.1.7","rimraf":"^6.1.3","esbuild":"^0.28.0","bun-types":"^1.3.14","puppeteer":"^24.43.1","commitlint":"^21.0.1","typescript":"^6.0.3","changelogen":"0.6.2","lint-staged":"^17.0.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.4.15","@types/chroma-js":"^3.1.2","@types/puppeteer":"^7.0.4","markdownlint-cli":"^0.48.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.6","@commitlint/config-conventional":"^21.0.1"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.35.0_1779432112863_0.6098700582100884","host":"s3://npm-registry-packages-npm-production"}},"5.36.0":{"name":"material-icon-theme","version":"5.36.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.36.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"cc67fb208a5d65a1fe141b3d6b28ea370b11a5e0","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.36.0.tgz","fileCount":1387,"integrity":"sha512-4dhyzrzO596IX9+rSgv1zuR+nRJfYpQ0toCP8fuNRWx76DqTQ/K09sRQ4oT7j1NWpVT/AOmGYDWeOtZ6CdGDeg==","signatures":[{"sig":"MEYCIQD+CsX1pyw89pBuLbpHmcQ4t5nea9TtRMHYDXh1gqDckwIhAP7bfsMSkpX3ff6wWl5kV2BCbGp5+lxxPrAg09aKA3v6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1676710},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"3dd1e25895d9896f81825205863c1c8355afa8f2","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky || true","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateOpenFolders && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","generateOpenFolders":"bun ./src/scripts/svg/generateOpenFolderIcons.ts","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.12.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.15.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"chroma-js":"^3.2.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.1","axios":"^1.16.1","husky":"^9.1.7","rimraf":"^6.1.3","esbuild":"^0.28.0","bun-types":"^1.3.14","puppeteer":"^25.0.0","commitlint":"^21.0.1","typescript":"^6.0.3","changelogen":"0.6.2","lint-staged":"^17.0.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.4.15","@types/chroma-js":"^3.1.2","markdownlint-cli":"^0.48.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.6","@commitlint/config-conventional":"^21.0.1"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.36.0_1782148194266_0.9437810278022549","host":"s3://npm-registry-packages-npm-production"}},"5.36.1":{"name":"material-icon-theme","version":"5.36.1","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.36.1","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"788a6b1d99073694762334eafecab2ba96d826cb","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.36.1.tgz","fileCount":1387,"integrity":"sha512-m61BOQlbzno5KrDMuSb2Z+SxPYXWrVSRZRo6YtmoboZjFdP+HMMAzl6fGlKZUkX7dDBV++eDXYOx5hAsr7derA==","signatures":[{"sig":"MEUCIQDqfHVAiYtcOq2t9ByRA8Bqstya87B525LMnxKf0ZiSXwIgIuOUk1pyYMOmaA48F9UU0r2ned6M2WQjYSlSX4975vY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1672247},"icon":"logo.png","main":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"07a49322354c8a1b7723d90601b4302efa55e9e4","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"bun test","build":"bun run compile && bun ./build/build-with-esbuild.ts","check":"bun ./src/scripts/icons/checks/run.ts","watch":"bun ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky || true","preview":"bun ./src/scripts/preview/run.ts","precompile":"rimraf dist && bun run clean:icons && bun run verify","preversion":"bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg","clean:icons":"bun ./src/scripts/icons/cleanIcons.ts","postcompile":"bun run compile:declarations && bun run generateJson && bun run generateOpenFolders && bun run generateClones && bun run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"bun ./src/scripts/svg/checkSvgColors.ts","contributors":"bun ./src/scripts/contributors/contributors.ts","generateJson":"bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"bun ./src/scripts/icons/generateClones.ts","prepublishOnly":"bun ./src/scripts/module/prepare.ts","vscode:prepublish":"bun run lint && bun run build","generateOpenFolders":"bun ./src/scripts/svg/generateOpenFolderIcons.ts","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.12.1","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.15.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"chroma-js":"^3.2.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"svgo":"^4.0.1","axios":"^1.16.1","husky":"^9.1.7","rimraf":"^6.1.3","esbuild":"^0.28.0","bun-types":"^1.3.14","puppeteer":"^25.0.0","commitlint":"^21.0.1","typescript":"^6.0.3","changelogen":"0.6.2","lint-staged":"^17.0.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.5.0","@types/chroma-js":"^3.1.2","markdownlint-cli":"^0.48.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.6","@commitlint/config-conventional":"^21.0.1"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.36.1_1782239871429_0.0013875572089325772","host":"s3://npm-registry-packages-npm-production"}},"5.37.0":{"name":"material-icon-theme","version":"5.37.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.37.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"72d9db71ce881c74203a484548d9053ada359a19","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.37.0.tgz","fileCount":1387,"integrity":"sha512-/F5llOVU0DZ88V+wmPlEbBqi8FochPg5XaJ7zqVzGCTTygeFnpIpdVQQTRElEnHyxSWRMfF0wBbOqwFKnujFLA==","signatures":[{"sig":"MEYCIQDj7nK94C80vQ7AiXLs91leXq9NwKMr2hBBznWXb5l1eAIhALjVjgvPvmcnEINsab8KAQsoZj+P7H2viDzF9SuGvuf5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1672035},"icon":"logo.png","main":"./dist/module/index.cjs","type":"module","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"957d82b494e5737ef7b3c63e4d01f756d73a9936","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"vitest run","build":"npm run compile && tsx ./build/build-with-esbuild.ts","check":"tsx ./src/scripts/icons/checks/run.ts","watch":"tsx ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky || true","preview":"tsx ./src/scripts/preview/run.ts","precompile":"rimraf dist && npm run clean:icons && npm run verify","preversion":"npm run contributors && npm run preview && npm run svgo && git add images/*.png icons/*.svg","clean:icons":"tsx ./src/scripts/icons/cleanIcons.ts","postcompile":"npm run compile:declarations && npm run generateJson && npm run generateOpenFolders && npm run generateClones && npm run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"tsx ./src/scripts/svg/checkSvgColors.ts","contributors":"tsx ./src/scripts/contributors/contributors.ts","generateJson":"tsx ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"tsx ./src/scripts/icons/generateClones.ts","prepublishOnly":"tsx ./src/scripts/module/prepare.ts","vscode:prepublish":"npm run lint && npm run build","generateOpenFolders":"tsx ./src/scripts/svg/generateOpenFolderIcons.ts","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"pkief","email":"philipp.kief@gmx.de"},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.17.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"26.4.0","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"chroma-js":"^3.2.0","fast-deep-equal":"^3.1.3"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.22.4","svgo":"^4.0.1","axios":"^1.16.1","husky":"^9.1.7","rimraf":"^6.1.3","vitest":"^4.1.9","cheerio":"^1.2.0","esbuild":"^0.28.0","puppeteer":"^25.0.0","commitlint":"^21.0.1","typescript":"^6.0.3","@types/node":"^26.0.0","changelogen":"0.6.2","lint-staged":"^17.0.5","@types/vscode":"~1.55.0","@biomejs/biome":"2.5.0","@types/chroma-js":"^3.1.2","markdownlint-cli":"^0.49.0","svg-color-linter":"^3.0.0","@softarc/sheriff-core":"^0.19.6","@commitlint/config-conventional":"^21.0.1"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.37.0_1784456388177_0.8858765817978467","host":"s3://npm-registry-packages-npm-production"}},"5.38.0":{"name":"material-icon-theme","version":"5.38.0","keywords":["icons","theme","material","icon-theme","customization"],"author":{"url":"https://github.com/material-extensions","name":"Material Extensions","email":"material-icons-extensions@googlegroups.com"},"license":"MIT","_id":"material-icon-theme@5.38.0","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"dist":{"shasum":"f9bb6a24fc5ed534ca30e80b97f417eb74641abf","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.38.0.tgz","fileCount":907,"integrity":"sha512-Rh1wTP20RtWd8CjCJrSDTqaLji8W2juYGFN4qPa6jM9qg/e43on7R+12DZFbKVFeTc50FhL3Lg81OZhslo3aOA==","signatures":[{"sig":"MEYCIQDBxIVDsy/aoD6ZZ1RI4vfy+i1llOXF701pTVvnNPKpzwIhAKGb7nkbYFvUEAKMSyn2/QAVQOMgEGI8VthfbgSItYvx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.38.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":734611},"icon":"logo.png","main":"./dist/module/index.cjs","type":"module","types":"./dist/types/module/index.d.ts","module":"./dist/module/index.cjs","engines":{"vscode":"^1.55.0"},"funding":"https://github.com/sponsors/material-extensions","gitHead":"1fede5efa82859e29848b3bbe7ca024ff7ea0d2c","scripts":{"lint":"biome check","svgo":"svgo -i icons -o icons -q","test":"vitest run","build":"npm run compile && tsx ./build/build-with-esbuild.ts","check":"tsx ./src/scripts/icons/checks/run.ts","watch":"tsx ./build/watch-with-esbuild.ts","format":"biome format --write ./src","verify":"sheriff verify","compile":"tsc -p ./","prepare":"husky || true","preview":"tsx ./src/scripts/preview/run.ts","precompile":"rimraf dist && npm run clean:icons && npm run verify","preversion":"npm run contributors && npm run preview && npm run svgo && git add images/*.png icons/*.svg","clean:icons":"tsx ./src/scripts/icons/cleanIcons.ts","postcompile":"npm run compile:declarations && npm run generateJson && npm run generateOpenFolders && npm run generateClones && npm run check","postpublish":"git checkout package.json && git checkout README.md","check-colors":"tsx ./src/scripts/svg/checkSvgColors.ts","contributors":"tsx ./src/scripts/contributors/contributors.ts","generateJson":"tsx ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","markdownlint":"markdownlint '**/*.md'","generateClones":"tsx ./src/scripts/icons/generateClones.ts","prepublishOnly":"tsx ./src/scripts/module/prepare.ts","vscode:prepublish":"npm run lint && npm run build","generateOpenFolders":"tsx ./src/scripts/svg/generateOpenFolderIcons.ts","compile:declarations":"tsc -p ./tsconfig.declarations.json"},"sponsor":{"url":"https://github.com/sponsors/material-extensions"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2a3e0f5-65e6-4947-909d-bb7dbc2ba755"}},"publisher":"PKief","categories":["Themes"],"repository":{"url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git","type":"git"},"_npmVersion":"11.17.0","contributes":{"commands":[{"title":"%command.activateIcons%","command":"material-icon-theme.activateIcons","enablement":"!isWeb"},{"title":"%command.toggleIconPacks%","command":"material-icon-theme.toggleIconPacks","enablement":"!isWeb"},{"title":"%command.changeFolderTheme%","command":"material-icon-theme.changeFolderTheme","enablement":"!isWeb"},{"title":"%command.changeFolderColor%","command":"material-icon-theme.changeFolderColor","enablement":"!isWeb"},{"title":"%command.changeRootFolderColor%","command":"material-icon-theme.changeRootFolderColor","enablement":"!isWeb"},{"title":"%command.changeFileColor%","command":"material-icon-theme.changeFileColor","enablement":"!isWeb"},{"title":"%command.restoreDefaultConfig%","command":"material-icon-theme.restoreDefaultConfig","enablement":"!isWeb"},{"title":"%command.toggleExplorerArrows%","command":"material-icon-theme.toggleExplorerArrows","enablement":"!isWeb"},{"title":"%command.changeOpacity%","command":"material-icon-theme.changeOpacity","enablement":"!isWeb"},{"title":"%command.toggleGrayscale%","command":"material-icon-theme.toggleGrayscale","enablement":"!isWeb"},{"title":"%command.changeSaturation%","command":"material-icon-theme.changeSaturation","enablement":"!isWeb"}],"iconThemes":[{"id":"material-icon-theme","path":"./dist/material-icons.json","label":"Material Icon Theme","_watch":true}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.opacity":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.opacity%"},"material-icon-theme.logLevel":{"enum":["info","error","debug"],"type":"string","default":"info","description":"%configuration.logLevel%"},"material-icon-theme.saturation":{"type":"number","default":1,"maximum":1,"minimum":0,"description":"%configuration.saturation%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.folders.theme":{"enum":["specific","classic","none"],"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"]},"material-icon-theme.activeIconPack":{"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.files.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"fileNames":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileNames%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"},"fileExtensions":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.fileExtensions%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.folders.customClones":{"type":"array","items":{"type":"object","properties":{"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.folderNames%"},"rootFolderNames":{"type":"array","items":{"type":"string"},"description":"%configuration.customClones.rootFolderNames%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.languages.customClones":{"type":"array","items":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"},"default":[],"description":"%configuration.customClones.ids%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"name":{"type":"string","description":"%configuration.customClones.name%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"activeForPacks":{"type":"array","items":{"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"],"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"]},"default":["angular"],"description":"%configuration.customClones.activeForPacks%"}}},"default":[],"description":"%configuration.customClones%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"}}}},"description":"Material Design Icons for Visual Studio Code","directories":{},"displayName":"Material Icon Theme","sideEffects":false,"_nodeVersion":"24.19.0","allowScripts":{"esbuild@0.28.2":true,"puppeteer@25.8.0":true},"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"dependencies":{"chroma-js":"^3.2.0"},"extensionKind":["ui","workspace"],"galleryBanner":{"color":"#282c34","theme":"dark"},"_hasShrinkwrap":false,"devDependencies":{"tsx":"^4.23.12","svgo":"^4.0.2","axios":"^1.19.0","husky":"^9.1.7","rimraf":"^6.1.3","vitest":"^4.1.11","cheerio":"^1.2.0","esbuild":"^0.28.2","puppeteer":"^25.8.0","commitlint":"^21.2.2","typescript":"npm:@typescript/typescript6@^6.0.2","@types/node":"^26.2.0","changelogen":"0.6.2","lint-staged":"^17.3.0","@types/vscode":"~1.55.0","@biomejs/biome":"^2.5.10","@types/chroma-js":"^3.1.2","markdownlint-cli":"^0.49.1","svg-color-linter":"^3.1.0","@typescript/native":"npm:typescript@^7.0.2","@softarc/sheriff-core":"^0.19.6","@commitlint/config-conventional":"^21.2.2"},"activationEvents":["onStartupFinished"],"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"_npmOperationalInternal":{"tmp":"tmp/material-icon-theme_5.38.0_1787492039486_0.8461019771234237","host":"s3://npm-registry-packages-npm-production"}},"5.38.1":{"name":"material-icon-theme","displayName":"Material Icon Theme","description":"Material Design Icons for Visual Studio Code","version":"5.38.1","license":"MIT","type":"module","scripts":{"clean:icons":"tsx ./src/scripts/icons/cleanIcons.ts","precompile":"rimraf dist && npm run clean:icons && npm run verify","compile":"tsc -p ./","compile:declarations":"tsc -p ./tsconfig.declarations.json","postcompile":"npm run compile:declarations && npm run generateJson && npm run generateOpenFolders && npm run generateClones && npm run check","build":"npm run compile && tsx ./build/build-with-esbuild.ts","watch":"tsx ./build/watch-with-esbuild.ts","check-colors":"tsx ./src/scripts/svg/checkSvgColors.ts","check":"tsx ./src/scripts/icons/checks/run.ts","contributors":"tsx ./src/scripts/contributors/contributors.ts","generateJson":"tsx ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json","generateClones":"tsx ./src/scripts/icons/generateClones.ts","generateOpenFolders":"tsx ./src/scripts/svg/generateOpenFolderIcons.ts","lint":"biome check","markdownlint":"markdownlint '**/*.md'","format":"biome format --write ./src","preversion":"npm run contributors && npm run preview && npm run svgo && git add images/*.png icons/*.svg","preview":"tsx ./src/scripts/preview/run.ts","svgo":"svgo -i icons -o icons -q","test":"vitest run","vscode:prepublish":"npm run lint && npm run build","verify":"sheriff verify","prepublishOnly":"tsx ./src/scripts/module/prepare.ts","postpublish":"git checkout package.json && git checkout README.md","prepare":"husky || true"},"publisher":"PKief","author":{"name":"Material Extensions","email":"material-icons-extensions@googlegroups.com","url":"https://github.com/material-extensions"},"funding":"https://github.com/sponsors/material-extensions","sponsor":{"url":"https://github.com/sponsors/material-extensions"},"engines":{"vscode":"^1.55.0"},"homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","repository":{"type":"git","url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git"},"bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"icon":"logo.png","galleryBanner":{"color":"#282c34","theme":"dark"},"categories":["Themes"],"keywords":["icons","theme","material","icon-theme","customization"],"extensionKind":["ui","workspace"],"capabilities":{"untrustedWorkspaces":{"supported":true},"virtualWorkspaces":true},"activationEvents":["onStartupFinished"],"main":"./dist/module/index.cjs","module":"./dist/module/index.cjs","types":"./dist/types/module/index.d.ts","sideEffects":false,"contributes":{"iconThemes":[{"id":"material-icon-theme","label":"Material Icon Theme","path":"./dist/material-icons.json","_watch":true}],"commands":[{"command":"material-icon-theme.activateIcons","title":"%command.activateIcons%","enablement":"!isWeb"},{"command":"material-icon-theme.toggleIconPacks","title":"%command.toggleIconPacks%","enablement":"!isWeb"},{"command":"material-icon-theme.changeFolderTheme","title":"%command.changeFolderTheme%","enablement":"!isWeb"},{"command":"material-icon-theme.changeFolderColor","title":"%command.changeFolderColor%","enablement":"!isWeb"},{"command":"material-icon-theme.changeRootFolderColor","title":"%command.changeRootFolderColor%","enablement":"!isWeb"},{"command":"material-icon-theme.changeFileColor","title":"%command.changeFileColor%","enablement":"!isWeb"},{"command":"material-icon-theme.restoreDefaultConfig","title":"%command.restoreDefaultConfig%","enablement":"!isWeb"},{"command":"material-icon-theme.toggleExplorerArrows","title":"%command.toggleExplorerArrows%","enablement":"!isWeb"},{"command":"material-icon-theme.changeOpacity","title":"%command.changeOpacity%","enablement":"!isWeb"},{"command":"material-icon-theme.toggleGrayscale","title":"%command.toggleGrayscale%","enablement":"!isWeb"},{"command":"material-icon-theme.changeSaturation","title":"%command.changeSaturation%","enablement":"!isWeb"}],"configuration":{"type":"object","title":"%configuration.title%","properties":{"material-icon-theme.activeIconPack":{"type":"string","default":"angular","description":"%configuration.activeIconPack%","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"],"enum":["angular","angular_ngrx","react","react_redux","roblox","qwik","vue","vue_vuex","nest","bashly","none"]},"material-icon-theme.files.associations":{"type":"object","default":{},"description":"%configuration.files.associations%"},"material-icon-theme.folders.associations":{"type":"object","default":{},"description":"%configuration.folders.associations%"},"material-icon-theme.rootFolders.associations":{"type":"object","default":{},"description":"%configuration.rootFolders.associations%"},"material-icon-theme.languages.associations":{"type":"object","default":{},"description":"%configuration.languages.associations%"},"material-icon-theme.files.customClones":{"type":"array","default":[],"items":{"type":"object","properties":{"name":{"type":"string","description":"%configuration.customClones.name%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"fileNames":{"type":"array","default":[],"description":"%configuration.customClones.fileNames%","items":{"type":"string"}},"fileExtensions":{"type":"array","default":[],"description":"%configuration.customClones.fileExtensions%","items":{"type":"string"}},"activeForPacks":{"type":"array","default":["angular"],"description":"%configuration.customClones.activeForPacks%","items":{"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"],"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"]}}}},"description":"%configuration.customClones%"},"material-icon-theme.languages.customClones":{"type":"array","default":[],"items":{"type":"object","properties":{"name":{"type":"string","description":"%configuration.customClones.name%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"ids":{"type":"array","default":[],"description":"%configuration.customClones.ids%","items":{"type":"string"}},"activeForPacks":{"type":"array","default":["angular"],"description":"%configuration.customClones.activeForPacks%","items":{"type":"string","enumDescriptions":["%configuration.activeIconPack.angular%","%configuration.activeIconPack.angular_ngrx%","%configuration.activeIconPack.react%","%configuration.activeIconPack.react_redux%","%configuration.activeIconPack.roblox%","%configuration.activeIconPack.qwik%","%configuration.activeIconPack.vue%","%configuration.activeIconPack.vue_vuex%","%configuration.activeIconPack.nest%","%configuration.activeIconPack.bashly%","%configuration.activeIconPack.none%"],"enum":["angular","angular_ngrx","react","react_redux","qwik","vue","vue_vuex","nest","bashly","none"]}}}},"description":"%configuration.customClones%"},"material-icon-theme.folders.customClones":{"type":"array","default":[],"items":{"type":"object","properties":{"name":{"type":"string","description":"%configuration.customClones.name%"},"base":{"type":"string","description":"%configuration.customClones.base%"},"color":{"type":"string","description":"%configuration.customClones.color%"},"lightColor":{"type":"string","description":"%configuration.customClones.lightColor%"},"folderNames":{"type":"array","description":"%configuration.customClones.folderNames%","items":{"type":"string"}},"rootFolderNames":{"type":"array","description":"%configuration.customClones.rootFolderNames%","items":{"type":"string"}}}},"description":"%configuration.customClones%"},"material-icon-theme.folders.theme":{"type":"string","default":"specific","description":"%configuration.folders.theme%","enumDescriptions":["%configuration.folders.theme.specific%","%configuration.folders.theme.classic%","%configuration.folders.theme.none%"],"enum":["specific","classic","none"]},"material-icon-theme.folders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.folders.color%"},"material-icon-theme.rootFolders.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.rootFolders.color%"},"material-icon-theme.files.color":{"type":"string","default":"#90a4ae","pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","description":"%configuration.files.color%"},"material-icon-theme.opacity":{"type":"number","default":1,"minimum":0,"maximum":1,"description":"%configuration.opacity%"},"material-icon-theme.hidesExplorerArrows":{"type":"boolean","default":false,"description":"%configuration.hidesExplorerArrows%"},"material-icon-theme.saturation":{"type":"number","default":1,"minimum":0,"maximum":1,"description":"%configuration.saturation%"},"material-icon-theme.enableLogging":{"type":"boolean","default":false,"description":"%configuration.enableLogging%"},"material-icon-theme.logLevel":{"type":"string","default":"info","enum":["info","error","debug"],"description":"%configuration.logLevel%"}}}},"dependencies":{"chroma-js":"^3.2.0"},"devDependencies":{"@biomejs/biome":"^2.5.10","@commitlint/config-conventional":"^21.2.2","@softarc/sheriff-core":"^0.19.6","@types/chroma-js":"^3.1.2","@types/node":"^26.2.0","@types/vscode":"~1.55.0","@typescript/native":"npm:typescript@^7.0.2","axios":"^1.19.0","changelogen":"0.6.2","cheerio":"^1.2.0","commitlint":"^21.2.2","esbuild":"^0.28.2","husky":"^9.1.7","lint-staged":"^17.3.0","markdownlint-cli":"^0.49.1","puppeteer":"^25.8.0","rimraf":"^6.1.3","svg-color-linter":"^3.1.0","svgo":"^4.0.2","tsx":"^4.23.12","typescript":"npm:@typescript/typescript6@^6.0.2","vitest":"^4.1.11"},"patchedDependencies":{"changelogen@0.6.2":"patches/changelogen@0.6.2.patch"},"allowScripts":{"esbuild@0.28.2":true,"puppeteer@25.8.0":true},"gitHead":"448ab3977ef83b817c2c722ce7cd5034d195b39f","_id":"material-icon-theme@5.38.1","_nodeVersion":"24.19.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-14cFM4NJGdbuo68rIZTq9TSX0f5BtA6VF+eNX3zq23Z5NoEeVtM4Zn4PpZ0ERl++50jCBrywKFWXmOjbxf0xTA==","shasum":"c10211a3fec26b0a8b5e29c71cbb161f99018af7","tarball":"https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.38.1.tgz","fileCount":1388,"unpackedSize":1674911,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/material-icon-theme@5.38.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDmbeqpOqaq4YlzVIUd83Selo0ye0WiUFlV4f0py7JcigIhAK2n9v6ls9LWy15N3egMllgDgNipVhlt/mEUXzsQNwHW"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e2a3e0f5-65e6-4947-909d-bb7dbc2ba755"}},"directories":{},"maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/material-icon-theme_5.38.1_1787555630775_0.08061931310051818"},"_hasShrinkwrap":false}},"time":{"created":"2019-05-01T11:36:15.652Z","modified":"2026-08-24T07:13:51.250Z","3.7.0":"2019-05-01T11:36:15.840Z","3.7.1":"2019-05-02T05:13:51.893Z","4.14.0":"2022-03-07T23:20:52.799Z","4.14.1":"2022-03-08T06:29:48.860Z","4.15.0":"2022-03-30T10:45:37.120Z","4.16.0":"2022-04-19T11:26:06.012Z","4.17.0":"2022-05-06T07:20:56.603Z","4.18.0":"2022-06-05T16:08:05.664Z","4.18.1":"2022-06-09T12:17:54.701Z","4.19.0":"2022-07-02T07:31:54.951Z","4.20.0":"2022-08-20T15:28:59.809Z","4.21.0":"2022-10-07T22:12:19.550Z","4.22.0":"2022-11-05T09:00:31.066Z","4.23.0":"2022-12-15T18:41:10.876Z","4.23.1":"2022-12-23T17:14:47.963Z","4.24.0":"2023-02-09T17:59:10.132Z","4.25.0":"2023-03-15T19:05:54.792Z","4.26.0":"2023-04-08T08:51:00.259Z","4.27.0":"2023-04-30T16:05:34.224Z","4.28.0":"2023-05-31T17:13:36.950Z","4.29.0":"2023-07-14T21:20:58.718Z","4.30.0":"2023-08-26T11:29:43.728Z","4.30.1":"2023-08-28T19:23:38.617Z","4.31.0":"2023-10-06T11:04:15.329Z","4.32.0":"2023-11-20T11:27:12.480Z","4.33.0":"2024-01-09T11:08:06.287Z","4.34.0":"2024-02-19T08:37:26.874Z","5.0.0":"2024-04-18T20:21:27.601Z","5.1.0":"2024-04-20T10:47:53.934Z","5.2.0":"2024-05-09T18:21:16.184Z","5.3.0":"2024-05-13T14:54:40.636Z","5.4.0":"2024-06-12T20:44:23.404Z","5.4.1":"2024-06-13T06:08:55.423Z","5.4.2":"2024-06-13T20:17:40.739Z","5.5.0":"2024-07-15T06:38:53.510Z","5.5.1":"2024-07-15T17:36:46.867Z","5.6.0":"2024-07-16T20:51:12.455Z","5.7.0":"2024-07-22T14:47:21.005Z","5.8.0":"2024-07-24T20:24:41.385Z","5.9.0":"2024-08-10T08:55:36.384Z","5.10.0":"2024-08-29T06:47:54.162Z","5.11.0":"2024-09-20T19:01:16.205Z","5.11.1":"2024-09-21T08:30:52.944Z","5.12.0":"2024-10-23T10:13:26.725Z","5.13.0":"2024-11-05T20:48:22.134Z","5.14.0":"2024-11-13T09:17:11.914Z","5.14.1":"2024-11-13T14:47:25.058Z","5.15.0":"2024-12-06T08:56:19.890Z","5.16.0":"2024-12-17T15:25:08.891Z","5.17.0":"2025-01-06T22:15:40.345Z","5.18.0":"2025-01-24T19:30:36.579Z","5.19.0":"2025-01-26T00:21:19.127Z","5.20.0":"2025-02-28T17:01:55.784Z","5.21.0":"2025-04-02T10:14:35.605Z","5.21.1":"2025-04-03T15:58:50.739Z","5.22.0":"2025-05-02T14:21:52.709Z","5.23.0":"2025-05-16T09:24:31.783Z","5.24.0":"2025-06-23T11:59:55.876Z","5.25.0":"2025-08-04T19:48:26.086Z","5.26.0":"2025-08-18T19:29:36.211Z","5.27.0":"2025-09-08T06:24:18.675Z","5.28.0":"2025-10-23T16:03:16.999Z","5.29.0":"2025-11-20T16:37:48.814Z","5.30.0":"2025-12-22T10:37:46.165Z","5.31.0":"2026-01-21T08:11:02.680Z","5.32.0":"2026-03-02T12:32:43.363Z","5.33.0":"2026-03-30T17:46:38.007Z","5.33.1":"2026-03-30T18:02:05.960Z","5.34.0":"2026-04-26T11:38:07.307Z","5.35.0":"2026-05-22T06:41:53.130Z","5.36.0":"2026-06-22T17:09:54.566Z","5.36.1":"2026-06-23T18:37:51.704Z","5.37.0":"2026-07-19T10:19:48.353Z","5.38.0":"2026-08-23T13:33:59.666Z","5.38.1":"2026-08-24T07:13:50.922Z"},"bugs":{"url":"https://github.com/material-extensions/vscode-material-icon-theme/issues"},"author":{"name":"Material Extensions","email":"material-icons-extensions@googlegroups.com","url":"https://github.com/material-extensions"},"license":"MIT","homepage":"https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md","keywords":["icons","theme","material","icon-theme","customization"],"repository":{"type":"git","url":"git+https://github.com/material-extensions/vscode-material-icon-theme.git"},"description":"Material Design Icons for Visual Studio Code","maintainers":[{"name":"pkief","email":"philipp.kief@gmx.de"}],"readme":"<!-- markdownlint-disable -->\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/logo.png\" alt=\"logo\" width=\"120\">\n</p>\n\n<h1 align=\"center\">Material Icon Theme</h1>\n\n<p align=\"center\"><em>Material Design icons for Visual Studio Code</em></p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/material-icon-theme\"><img src=\"https://img.shields.io/npm/v/material-icon-theme?style=for-the-badge&colorA=263238&colorB=43A047&label=VERSION\" alt=\"NPM Version\"></a>\n  <a href=\"https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme\"><img src=\"https://img.shields.io/badge/Rating-4.9%2F5-43A047?style=for-the-badge&colorA=263238&colorB=43A047\" alt=\"Rating\"></a>\n  <a href=\"https://www.npmjs.com/package/material-icon-theme\"><img src=\"https://img.shields.io/npm/dm/material-icon-theme?style=for-the-badge&colorA=263238&colorB=43A047&label=Downloads\" alt=\"Monthly Downloads\"></a>\n</p>\n\n<br />\n\n\n<p align=\"center\">Enjoying Material Icon Theme? Support the project by starring it or becoming a sponsor!</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/sponsors/material-extensions\"><img src=\"https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&style=for-the-badge&colorA=263238&colorB=EC407A\" alt=\"Sponsor on GitHub\"></a>\n  <a href=\"https://github.com/material-extensions/vscode-material-icon-theme\"><img src=\"https://img.shields.io/github/stars/material-extensions/vscode-material-icon-theme?style=for-the-badge&label=Star%20on%20GitHub&colorA=263238&colorB=1976D2\" alt=\"Star on GitHub\"></a>\n</p>\n\n<br />\n\n### File icons\n\n<details><summary>🏞️ <b>Show all available file icons</b></summary><br/><img src=\"https://raw.githubusercontent.com/material-extensions/vscode-material-icon-theme/main/images/fileIcons.png\" alt=\"file icons\"></details>\n\n### Folder icons\n\n<details><summary>🏞️ <b>Show all available folder icons</b></summary><br/><img src=\"https://raw.githubusercontent.com/material-extensions/vscode-material-icon-theme/main/images/folderIcons.png\" alt=\"folder icons\"></details>\n\n<br /><br />\n<!-- markdownlint-restore -->\n\n## Description\n\nThis npm module provides all icons from the [VS Code Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) as an npm package. The icons are available as SVG files and can be used in any web project.\n\n## Installation\n\nInstall the npm module:\n\n```bash\nnpm install material-icon-theme\n```\n\n## Usage\n\nAll SVG files can be found in the `node_modules/material-icon-theme/icons` folder. To get the mapping between file/folder names and icons, use the `generateManifest` function:\n\n```javascript\nimport { generateManifest } from 'material-icon-theme';\n```\n\nThe `generateManifest` function returns a JSON object with the mapping between file/folder names and icons. This object can be used to display icons in web projects.\n\nThis manifest follows the official VS Code extension API guidelines. More information about the manifest structure and usage can be found [in the VS Code documentation](https://code.visualstudio.com/api/extension-guides/file-icon-theme#icon-definitions).\n\nThe type definition for the manifest can be found in the `material-icon-theme` module:\n\n```typescript\nimport { Manifest } from 'material-icon-theme';\n```\n\n### Configure the icons\n\nWhen generating the manifest, you can pass configuration options to the `generateManifest` function. These options are the same as those used in the VS Code Material Icon Theme extension:\n\n```typescript\nimport { type ManifestConfig, type IconAssociations, type IconPackValue, generateManifest } from 'material-icon-theme';\n\nconst config: ManifestConfig = {\n  activeIconPack: 'angular';\n  hidesExplorerArrows: true;\n  folders: {\n    theme: 'classic';\n    associations: {};\n  };\n  files: {\n    associations: {};\n  };\n  languages: {\n    associations: {};\n  };\n};\n\nconst manifest = generateManifest(config);\n```\n\nNot all configuration options are required. The `generateManifest` function uses default values for any options not provided.\n\n## Icon packs\n\nThe Material Icon Theme provides different icon packs. The icon pack can be changed by setting the `activeIconPack` in the configuration options. To get a list of all available icon packs, the `getIconPacks` function can be used:\n\n```typescript\nimport { availableIconPacks, type IconPackValue } from 'material-icon-theme';\n\nconst iconPacks: Array<IconPackValue> = availableIconPacks;\n\nconsole.log('Available icon packs:', iconPacks);\n```\n\n## Icon sources\n\n- [Material Design Icons](https://pictogrammers.com/library/mdi/)\n- [Material Symbols](https://fonts.google.com/icons)\n\n## Contributors\n\nThank you to all our amazing contributors!\nYour support helps make Material Icon Theme better for everyone.\n\n[![Contributors](https://raw.githubusercontent.com/material-extensions/vscode-material-icon-theme/main/images/contributors.png)](https://github.com/material-extensions/vscode-material-icon-theme/graphs/contributors)\n\n## Contributing\n\nWe welcome contributions of all kinds! Whether you want to add new icons, improve documentation, fix bugs, or help with translations, your input is appreciated.\n\n**How to get involved:**\n\n- 📖 **Read the [Contribution Guidelines](https://github.com/material-extensions/vscode-material-icon-theme/blob/main/CONTRIBUTING.md)**\n  Learn about our coding standards, icon design tips, and workflow.\n\n- 🐛 **Report Issues**\n  Found a bug or have an icon request? [Open an issue](https://github.com/material-extensions/vscode-material-icon-theme/issues).\n\n- 💡 **Submit Pull Requests**\n  Ready to contribute code or icons? [Create a pull request](https://github.com/material-extensions/vscode-material-icon-theme/pulls).\n\n- 🌍 **Help with Translations**\n  Improve or add translations by editing the files in `src/i18n` and `package.nls.*.json`.\n\n<!-- markdownlint-disable -->\n<br />\n\n\n---\n\n<p align=\"center\">\n  <a href=\"https://github.com/sponsors/material-extensions\"><img src=\"https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&style=for-the-badge&colorA=263238&colorB=EC407A\" alt=\"Sponsor on GitHub\"></a>\n  <a href=\"https://github.com/material-extensions/vscode-material-icon-theme\"><img src=\"https://img.shields.io/github/stars/material-extensions/vscode-material-icon-theme?style=for-the-badge&label=Star%20on%20GitHub&colorA=263238&colorB=1976D2\" alt=\"Star on GitHub\"></a>\n</p>\n<p align=\"center\">\n  <em>Enjoying Material Icon Theme? Support the project by starring it or becoming a sponsor!</em>\n</p>\n\n<!-- markdownlint-restore -->\n","readmeFilename":"README.md"}