Skip to content

Commit

Permalink
See meese-os/meeseOS@242ddba from refs/heads/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Sep 25, 2023
1 parent a37f19c commit 30eddda
Show file tree
Hide file tree
Showing 25 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion src/api/client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20176,7 +20176,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"@meese-os/client\",\n \"version\": \"1.0.4\",\n \"description\": \"meeseOS client\",\n \"scripts\": {\n \"test\": \"npm run eslint && npm run stylelint && npm run jest\",\n \"jest\": \"jest --runInBand --silent false --verbose true --useStderr=true\",\n \"coverage\": \"jest --coverage\",\n \"eslint\": \"eslint index.js src/**/*.js\",\n \"build\": \"webpack\",\n \"watch\": \"webpack --watch\",\n \"stylelint\": \"stylelint index.scss src/**/*.scss --fix --quiet-deprecation-warnings\",\n \"prepublishOnly\": \"npm run test && rd /s /q dist>nul 2>&1|echo.>nul && NODE_ENV=production npm run build\"\n },\n \"license\": \"BSD-2-Clause\",\n \"main\": \"dist/main.js\",\n \"style\": \"dist/main.css\",\n \"typings\": \"index.d.ts\",\n \"files\": [\n \"index.d.ts\",\n \"dist/main.js\",\n \"dist/main.js.map\",\n \"dist/main.css\",\n \"dist/main.css.map\",\n \"dist/*.png\",\n \"README.md\"\n ],\n \"devDependencies\": {\n \"@meese-os/eslint-config\": \"workspace:*\",\n \"@meese-os/stylelint-config\": \"workspace:*\",\n \"@babel/core\": \"^7.22.11\",\n \"@babel/plugin-transform-runtime\": \"^7.22.10\",\n \"@babel/preset-env\": \"^7.22.10\",\n \"@babel/runtime\": \"^7.22.11\",\n \"babel-loader\": \"^9.1.3\",\n \"copy-webpack-plugin\": \"^11.0.0\",\n \"css-loader\": \"^6.8.1\",\n \"css-minimizer-webpack-plugin\": \"^5.0.1\",\n \"eslint\": \"^8.48.0\",\n \"eslint-plugin-jest\": \"^27.2.3\",\n \"html-loader\": \"^3.1.0\",\n \"html-loader-jest\": \"^0.2.1\",\n \"mini-css-extract-plugin\": \"^2.7.6\",\n \"sass\": \"^1.66.1\",\n \"sass-loader\": \"^13.3.2\",\n \"stylelint\": \"^15.10.3\",\n \"stylelint-config-standard\": \"^34.0.0\",\n \"stylelint-config-standard-scss\": \"^10.0.0\",\n \"webpack\": \"^5.88.2\",\n \"webpack-cli\": \"^5.1.4\",\n \"jest\": \"^29.6.4\",\n \"jest-environment-jsdom\": \"^29.6.4\"\n },\n \"dependencies\": {\n \"@meese-os/common\": \"workspace:*\",\n \"@meese-os/cursor-effects\": \"workspace:*\",\n \"@meese-os/dynamic-wallpapers\": \"workspace:*\",\n \"@meese-os/event-emitter\": \"workspace:*\",\n \"@meese-os/gui\": \"workspace:*\",\n \"@meese-os/sounds\": \"workspace:*\",\n \"css-mediaquery\": \"^0.1.2\",\n \"deepmerge\": \"^4.3.1\",\n \"hyperapp\": \"^1.2.10\",\n \"js-cookie\": \"^3.0.1\",\n \"simplejsonconf\": \"^2.0.7\",\n \"is-plain-object\": \"^5.0.0\",\n \"express-session\": \"^1.17.3\"\n },\n \"eslintConfig\": {\n \"env\": {\n \"browser\": true,\n \"node\": true,\n \"jest/globals\": true\n },\n \"plugins\": [\"jest\"],\n \"parserOptions\": {\n \"sourceType\": \"module\"\n },\n \"extends\": [\"@meese-os/eslint-config\", \"plugin:jest/recommended\"]\n },\n \"stylelint\": {\n \"extends\": [\"stylelint-config-standard-scss\", \"@meese-os/stylelint-config\"]\n },\n \"babel\": {\n \"presets\": [\n \"@babel/preset-env\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n },\n \"esdoc\": {\n \"source\": \"./src\",\n \"destination\": \"./doc\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"brand\": {\n \"title\": \"meeseOS Core API\",\n \"description\": \"meeseOS Core API Documentation\"\n },\n \"lint\": {\n \"enable\": false\n },\n \"coverage\": {\n \"enable\": false\n },\n \"undocumentIdentifier\": {\n \"enable\": false\n }\n }\n },\n {\n \"name\": \"esdoc-publish-html-plugin\"\n },\n {\n \"name\": \"esdoc-ecmascript-proposal-plugin\",\n \"option\": {\n \"all\": true\n }\n }\n ]\n },\n \"jest\": {\n \"collectCoverage\": true,\n \"testEnvironment\": \"jsdom\",\n \"coverageReporters\": [\n \"lcov\"\n ],\n \"setupFilesAfterEnv\": [\n \"<rootDir>/__mocks__/setup.js\"\n ],\n \"moduleNameMapper\": {\n \"^meeseOS$\": \"<rootDir>/__mocks__/core.js\",\n \"^.+\\\\.html?$\": \"html-loader-jest\",\n \"^.+\\\\.scss$\": \"<rootDir>/__mocks__/null-module.js\",\n \"^.+\\\\.(png|jpe?g|gif)$\": \"<rootDir>/__mocks__/null-module.js\"\n },\n \"coveragePathIgnorePatterns\": [\n \"src/config.js\",\n \"src/providers\",\n \"/node_modules/\"\n ]\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/meeseOS/meeseOS.git\",\n \"directory\": \"frontend/client\"\n },\n \"keywords\": [\n \"os\",\n \"osjs\",\n \"operating system\",\n \"webOS\",\n \"meeseOS\",\n \"client\"\n ]\n}\n",
"content": "{\n \"name\": \"@meese-os/client\",\n \"version\": \"1.0.5\",\n \"description\": \"meeseOS client\",\n \"scripts\": {\n \"test\": \"npm run eslint && npm run stylelint && npm run jest\",\n \"jest\": \"jest --runInBand --silent false --verbose true --useStderr=true\",\n \"coverage\": \"jest --coverage\",\n \"eslint\": \"eslint index.js src/**/*.js\",\n \"build\": \"webpack\",\n \"watch\": \"webpack --watch\",\n \"stylelint\": \"stylelint index.scss src/**/*.scss --fix --quiet-deprecation-warnings\",\n \"prepublishOnly\": \"npm run test && rm -rf ./dist/* && NODE_ENV=production npm run build\"\n },\n \"license\": \"BSD-2-Clause\",\n \"main\": \"dist/main.js\",\n \"style\": \"dist/main.css\",\n \"typings\": \"index.d.ts\",\n \"files\": [\n \"index.d.ts\",\n \"dist/main.js\",\n \"dist/main.js.map\",\n \"dist/main.css\",\n \"dist/main.css.map\",\n \"dist/*.png\",\n \"README.md\"\n ],\n \"devDependencies\": {\n \"@meese-os/eslint-config\": \"workspace:*\",\n \"@meese-os/stylelint-config\": \"workspace:*\",\n \"@babel/core\": \"^7.22.11\",\n \"@babel/plugin-transform-runtime\": \"^7.22.10\",\n \"@babel/preset-env\": \"^7.22.10\",\n \"@babel/runtime\": \"^7.22.11\",\n \"babel-loader\": \"^9.1.3\",\n \"copy-webpack-plugin\": \"^11.0.0\",\n \"css-loader\": \"^6.8.1\",\n \"css-minimizer-webpack-plugin\": \"^5.0.1\",\n \"eslint\": \"^8.48.0\",\n \"eslint-plugin-jest\": \"^27.2.3\",\n \"html-loader\": \"^3.1.0\",\n \"html-loader-jest\": \"^0.2.1\",\n \"mini-css-extract-plugin\": \"^2.7.6\",\n \"sass\": \"^1.66.1\",\n \"sass-loader\": \"^13.3.2\",\n \"stylelint\": \"^15.10.3\",\n \"stylelint-config-standard\": \"^34.0.0\",\n \"stylelint-config-standard-scss\": \"^10.0.0\",\n \"webpack\": \"^5.88.2\",\n \"webpack-cli\": \"^5.1.4\",\n \"jest\": \"^29.6.4\",\n \"jest-environment-jsdom\": \"^29.6.4\"\n },\n \"dependencies\": {\n \"@meese-os/common\": \"workspace:*\",\n \"@meese-os/cursor-effects\": \"workspace:*\",\n \"@meese-os/dynamic-wallpapers\": \"workspace:*\",\n \"@meese-os/event-emitter\": \"workspace:*\",\n \"@meese-os/gui\": \"workspace:*\",\n \"@meese-os/sounds\": \"workspace:*\",\n \"css-mediaquery\": \"^0.1.2\",\n \"deepmerge\": \"^4.3.1\",\n \"hyperapp\": \"^1.2.10\",\n \"js-cookie\": \"^3.0.1\",\n \"simplejsonconf\": \"^2.0.7\",\n \"is-plain-object\": \"^5.0.0\",\n \"express-session\": \"^1.17.3\"\n },\n \"eslintConfig\": {\n \"env\": {\n \"browser\": true,\n \"node\": true,\n \"jest/globals\": true\n },\n \"plugins\": [\"jest\"],\n \"parserOptions\": {\n \"sourceType\": \"module\"\n },\n \"extends\": [\"@meese-os/eslint-config\", \"plugin:jest/recommended\"]\n },\n \"stylelint\": {\n \"extends\": [\"stylelint-config-standard-scss\", \"@meese-os/stylelint-config\"]\n },\n \"babel\": {\n \"presets\": [\n \"@babel/preset-env\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n },\n \"esdoc\": {\n \"source\": \"./src\",\n \"destination\": \"./doc\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"brand\": {\n \"title\": \"meeseOS Core API\",\n \"description\": \"meeseOS Core API Documentation\"\n },\n \"lint\": {\n \"enable\": false\n },\n \"coverage\": {\n \"enable\": false\n },\n \"undocumentIdentifier\": {\n \"enable\": false\n }\n }\n },\n {\n \"name\": \"esdoc-publish-html-plugin\"\n },\n {\n \"name\": \"esdoc-ecmascript-proposal-plugin\",\n \"option\": {\n \"all\": true\n }\n }\n ]\n },\n \"jest\": {\n \"collectCoverage\": true,\n \"testEnvironment\": \"jsdom\",\n \"coverageReporters\": [\n \"lcov\"\n ],\n \"setupFilesAfterEnv\": [\n \"<rootDir>/__mocks__/setup.js\"\n ],\n \"moduleNameMapper\": {\n \"^meeseOS$\": \"<rootDir>/__mocks__/core.js\",\n \"^.+\\\\.html?$\": \"html-loader-jest\",\n \"^.+\\\\.scss$\": \"<rootDir>/__mocks__/null-module.js\",\n \"^.+\\\\.(png|jpe?g|gif)$\": \"<rootDir>/__mocks__/null-module.js\"\n },\n \"coveragePathIgnorePatterns\": [\n \"src/config.js\",\n \"src/providers\",\n \"/node_modules/\"\n ]\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/meeseOS/meeseOS.git\",\n \"directory\": \"frontend/client\"\n },\n \"keywords\": [\n \"os\",\n \"osjs\",\n \"operating system\",\n \"webOS\",\n \"meeseOS\",\n \"client\"\n ]\n}\n",
"longname": "/home/runner/work/meeseOS/meeseOS/frontend/client/package.json",
"name": "package.json",
"static": true,
Expand Down
Loading

0 comments on commit 30eddda

Please sign in to comment.