.yarn-metadata.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. {
  2. "manifest": {
  3. "name": "@verdaccio/ui-theme",
  4. "version": "3.1.0",
  5. "description": "Verdaccio User Interface",
  6. "author": {
  7. "name": "Verdaccio Core Team",
  8. "email": "verdaccio.npm@gmail.com"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/verdaccio/ui"
  13. },
  14. "homepage": "https://verdaccio.org/",
  15. "main": "index.js",
  16. "devDependencies": {
  17. "@babel/cli": "7.13.16",
  18. "@babel/core": "7.13.16",
  19. "@babel/node": "7.13.13",
  20. "@babel/plugin-proposal-class-properties": "7.13.0",
  21. "@babel/plugin-proposal-decorators": "7.13.15",
  22. "@babel/plugin-proposal-export-namespace-from": "7.12.13",
  23. "@babel/plugin-proposal-function-sent": "7.12.13",
  24. "@babel/plugin-proposal-json-strings": "7.13.8",
  25. "@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
  26. "@babel/plugin-proposal-numeric-separator": "7.12.13",
  27. "@babel/plugin-proposal-object-rest-spread": "7.13.8",
  28. "@babel/plugin-proposal-optional-chaining": "7.13.12",
  29. "@babel/plugin-proposal-throw-expressions": "7.12.13",
  30. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  31. "@babel/plugin-syntax-import-meta": "7.10.4",
  32. "@babel/plugin-transform-async-to-generator": "7.12.1",
  33. "@babel/plugin-transform-classes": "7.13.0",
  34. "@babel/plugin-transform-runtime": "7.13.15",
  35. "@babel/polyfill": "^7.12.1",
  36. "@babel/preset-env": "7.13.15",
  37. "@babel/preset-react": "7.13.13",
  38. "@babel/preset-typescript": "7.13.0",
  39. "@babel/register": "7.13.16",
  40. "@babel/runtime": "7.13.17",
  41. "@commitlint/cli": "9.1.2",
  42. "@commitlint/config-conventional": "9.1.2",
  43. "@emotion/core": "10.1.1",
  44. "@emotion/jest": "^11.1.0",
  45. "@emotion/styled": "10.0.27",
  46. "@emotion/styled-base": "^10.0.31",
  47. "@material-ui/core": "4.11.4",
  48. "@material-ui/icons": "4.11.2",
  49. "@material-ui/styles": "^4.11.4",
  50. "@octokit/rest": "16.43.2",
  51. "@percy/puppeteer": "^1.1.0",
  52. "@testing-library/dom": "^7.29.0",
  53. "@testing-library/jest-dom": "^5.11.6",
  54. "@testing-library/react": "10.4.9",
  55. "@types/autosuggest-highlight": "3.1.0",
  56. "@types/jest": "26.0.19",
  57. "@types/js-base64": "3.0.0",
  58. "@types/lodash": "4.14.165",
  59. "@types/node": "14.14.13",
  60. "@types/react": "16.14.2",
  61. "@types/react-autosuggest": "10.0.1",
  62. "@types/react-dom": "^16.9.10",
  63. "@types/react-router-dom": "5.1.6",
  64. "@types/react-virtualized": "9.21.10",
  65. "@types/request": "2.48.5",
  66. "@types/testing-library__jest-dom": "^5.9.5",
  67. "@types/validator": "13.1.1",
  68. "@types/webpack": "^4.41.25",
  69. "@types/webpack-env": "1.16.0",
  70. "@typescript-eslint/eslint-plugin": "2.34.0",
  71. "@typescript-eslint/parser": "2.34.0",
  72. "@verdaccio/commons-api": "9.7.1",
  73. "@verdaccio/eslint-config": "9.3.2",
  74. "@verdaccio/types": "9.7.2",
  75. "all-contributors-cli": "6.19.0",
  76. "autosuggest-highlight": "3.1.1",
  77. "babel-eslint": "10.1.0",
  78. "babel-jest": "26.6.3",
  79. "babel-loader": "^8.2.2",
  80. "babel-plugin-dynamic-import-node": "^2.3.3",
  81. "babel-plugin-emotion": "10.0.33",
  82. "bundlesize": "0.18.0",
  83. "codeceptjs": "2.6.11",
  84. "codecov": "3.8.1",
  85. "concurrently": "5.3.0",
  86. "css-loader": "5.2.0",
  87. "dayjs": "1.10.4",
  88. "detect-secrets": "1.0.6",
  89. "emotion": "10.0.27",
  90. "emotion-theming": "10.0.27",
  91. "eslint": "7.15.0",
  92. "eslint-config-prettier": "7.2.0",
  93. "eslint-loader": "^4.0.2",
  94. "eslint-plugin-codeceptjs": "1.3.0",
  95. "eslint-plugin-import": "2.22.1",
  96. "eslint-plugin-jsx-a11y": "6.4.1",
  97. "eslint-plugin-react": "7.21.5",
  98. "eslint-plugin-react-hooks": "4.2.0",
  99. "eslint-plugin-verdaccio": "9.6.1",
  100. "file-loader": "5.1.0",
  101. "friendly-errors-webpack-plugin": "1.7.0",
  102. "get-stdin": "7.0.0",
  103. "github-markdown-css": "3.0.1",
  104. "harmony-reflect": "^1.6.1",
  105. "history": "^4.10.1",
  106. "html-webpack-plugin": "^5.0.0-alpha.15",
  107. "husky": "4.3.5",
  108. "i18next": "^19.8.4",
  109. "in-publish": "2.0.1",
  110. "jest": "26.6.3",
  111. "jest-environment-jsdom": "26.6.2",
  112. "jest-environment-jsdom-global": "^2.0.4",
  113. "jest-environment-node": "26.6.2",
  114. "jest-fetch-mock": "3.0.3",
  115. "js-base64": "2.5.1",
  116. "js-yaml": "3.14.0",
  117. "lint-staged": "9.5.0",
  118. "localstorage-memory": "1.0.3",
  119. "lockfile-lint": "4.6.2",
  120. "lodash": "^4.17.21",
  121. "mini-css-extract-plugin": "^1.3.3",
  122. "mutationobserver-shim": "0.3.7",
  123. "node-mocks-http": "1.9.0",
  124. "normalize.css": "8.0.1",
  125. "optimize-css-assets-webpack-plugin": "^5.0.4",
  126. "ora": "4.0.4",
  127. "prettier": "1.19.1",
  128. "prop-types": "15.7.2",
  129. "puppeteer": "5.3.1",
  130. "react": "16.13.1",
  131. "react-autosuggest": "10.0.2",
  132. "react-dom": "16.14.0",
  133. "react-hook-form": "3.29.4",
  134. "react-hot-loader": "4.12.21",
  135. "react-i18next": "^11.8.13",
  136. "react-router": "^5.2.0",
  137. "react-router-dom": "5.2.0",
  138. "react-virtualized": "9.22.3",
  139. "request": "2.88.2",
  140. "resolve-url-loader": "3.1.1",
  141. "rimraf": "3.0.2",
  142. "source-map-loader": "1.1.0",
  143. "standard-version": "9.2.0",
  144. "style-loader": "1.2.1",
  145. "stylelint": "13.7.2",
  146. "stylelint-config-recommended": "3.0.0",
  147. "stylelint-config-styled-components": "0.1.1",
  148. "stylelint-processor-styled-components": "1.10.0",
  149. "stylelint-webpack-plugin": "^2.1.1",
  150. "supertest": "4.0.2",
  151. "terser-webpack-plugin": "^5.0.3",
  152. "typescript": "3.9.6",
  153. "url-loader": "^4.1.1",
  154. "validator": "13.1.1",
  155. "verdaccio": "4.11.3",
  156. "verdaccio-auth-memory": "9.7.2",
  157. "verdaccio-memory": "9.7.2",
  158. "wait-on": "5.2.0",
  159. "webpack": "5.36.0",
  160. "webpack-bundle-analyzer": "3.8.0",
  161. "webpack-bundle-size-analyzer": "3.1.0",
  162. "webpack-cli": "~4.5.0",
  163. "webpack-dev-server": "^3.11.0",
  164. "webpack-manifest-plugin": "^3.0.0",
  165. "webpack-merge": "^5.6.1",
  166. "whatwg-fetch": "^3.6.2",
  167. "xss": "1.0.8"
  168. },
  169. "keywords": [
  170. "verdaccio",
  171. "verdaccio-plugin",
  172. "verdaccio-theme"
  173. ],
  174. "bundlesize": [
  175. {
  176. "path": "./static/vendors.*.js",
  177. "maxSize": "900 kB"
  178. },
  179. {
  180. "path": "./static/main.*.js",
  181. "maxSize": "400 kB"
  182. }
  183. ],
  184. "scripts": {
  185. "type-check": "tsc --noEmit --pretty",
  186. "type-check:watch": "yarn run type-check -- --watch",
  187. "release": "standard-version -a",
  188. "test:clean": "jest --clearCache",
  189. "test:acceptance": "codeceptjs run --steps",
  190. "test:acceptance:server": "concurrently --kill-others \"yarn run verdaccio:server\" \"yarn run test:acceptance\"",
  191. "test:e2e": " jest --config ./test/jest.config.e2e.js --runInBand",
  192. "test": "BABEL_ENV=test NODE_ENV=test TZ=UTC jest --config ./jest/jest.config.js --maxWorkers 2 --passWithNoTests",
  193. "test:update-snapshot": "yarn run test -- -u",
  194. "test:size": "bundlesize",
  195. "lint": "yarn run lint:js && yarn run lint:css",
  196. "lint:js": "yarn run type-check && eslint . --ext .js,.ts,.tsx",
  197. "lint:css": "yarn stylelint \"src/**/styles.ts\"",
  198. "coverage:publish": "codecov",
  199. "dev:web": "babel-node tools/dev.server.js",
  200. "verdaccio:server": "node tools/verdaccio.js",
  201. "build": "webpack --config tools/webpack.prod.config.babel.js",
  202. "build:stats": "webpack --config tools/webpack.prod.config.babel.js --json > stats.json",
  203. "build:size": "webpack --config tools/webpack.prod.config.babel.js --json | webpack-bundle-size-analyzer",
  204. "dev": "concurrently --kill-others \"yarn run dev:web\" \"yarn run verdaccio:server\""
  205. },
  206. "husky": {
  207. "hooks": {
  208. "pre-commit": "lint-staged --relative",
  209. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  210. }
  211. },
  212. "lint-staged": {
  213. "*.{js,tsx,ts}": [
  214. "eslint . --ext .js,.ts,.tsx"
  215. ],
  216. "*": [
  217. "git add"
  218. ]
  219. },
  220. "license": "MIT",
  221. "commitlint": {
  222. "extends": [
  223. "@commitlint/config-conventional"
  224. ]
  225. },
  226. "collective": {
  227. "type": "opencollective",
  228. "url": "https://opencollective.com/verdaccio",
  229. "logo": "https://opencollective.com/verdaccio/logo.txt"
  230. },
  231. "_registry": "npm",
  232. "_loc": "/home/jovyan/.cache/yarn/v6/npm-@verdaccio-ui-theme-3.1.0-21108f3c1b97e6db5901509d935e1f4ce475950a-integrity/node_modules/@verdaccio/ui-theme/package.json",
  233. "readmeFilename": "README.md",
  234. "readme": "\n![verdaccio gif](https://user-images.githubusercontent.com/558752/52916111-fa4ba980-32db-11e9-8a64-f4e06eb920b3.png)\n\n# Version 4 UI Theme\n\n[Verdaccio](https://verdaccio.org/) UI is a [theme plugin](https://verdaccio.org/docs/en/dev-plugins#theme-plugin) build in React, Typescript and Emotion. It uses Jest and Testing Library for Unit testing.\n\n\n[![verdaccio (latest)](https://img.shields.io/npm/v/@verdaccio/ui-theme/latest.svg)](https://www.npmjs.com/package/@verdaccio/ui-theme)\n[![docker pulls](https://img.shields.io/docker/pulls/verdaccio/verdaccio.svg?maxAge=43200)](https://verdaccio.org/docs/en/docker.html)\n[![backers](https://opencollective.com/verdaccio/tiers/backer/badge.svg?label=Backer&color=brightgreen)](https://opencollective.com/verdaccio)\n[![stackshare](https://img.shields.io/badge/Follow%20on-StackShare-blue.svg?logo=stackshare&style=flat)](https://stackshare.io/verdaccio)\n[![discord](https://img.shields.io/discord/388674437219745793.svg)](http://chat.verdaccio.org/)\n[![node](https://img.shields.io/node/v/@verdaccio/ui-theme/latest.svg)](https://www.npmjs.com/package/@verdaccio/ui-theme)\n[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](./LICENSE)\n[![Crowdin](https://d322cqt584bo4o.cloudfront.net/verdaccio/localized.svg)](https://crowdin.com/project/verdaccio)\n[![codecov](https://codecov.io/gh/verdaccio/ui/branch/master/graph/badge.svg)](https://codecov.io/gh/verdaccio/ui)\n\n\n[![Twitter followers](https://img.shields.io/twitter/follow/verdaccio_npm.svg?style=social&label=Follow)](https://twitter.com/verdaccio_npm)\n[![Github](https://img.shields.io/github/stars/verdaccio/verdaccio.svg?style=social&label=Stars)](https://github.com/verdaccio/verdaccio/stargazers)\n\n## Contributing\n\n> If you are willing to ship an improvement for Verdaccio 5.x, here is the repo where you must contribute, but remember, if you are willing your feature persist in next major releases, you also need to PR [here](https://github.com/verdaccio/verdaccio/tree/master/packages/plugins/ui-theme) since this repo is intended to be archived after Verdaccio 5 is being deprecated in the future.\n\nWe use `>=yarn`, keep in mind that we use lockfiles and use at least Node `v14` to be able to build the project.\n\nInstall dependencies\n\n```\nyarn \n```\n\nFor development run the following command, it will execute `webpack` and `verdaccio` to\n\n```bash\nyarn dev\n```\nThe configuration file is located on `tools/_config.yaml`.\n\nRun linting tooling and test to check your code is clean before commit.\n\n> ⚠️ The development mode just emulate interaction of the UI development with a real verdaccio server, but it is not the real integration. UI is just a theme plugin dependency in the [Verdaccio project](https://github.com/verdaccio/verdaccio).\n\n### Before commit\n\nDon't forget run the following commands before commit and push your code, it will save you time.\n\n```bash\nyarn lint && yarn test\n```\n\n#### Commits\n\nRemember we follow the [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0-beta.4/).\n\n🤓 Feel free to participate in code reviews, let us know if you want to participate in this plugin.\n\n### End to End Testing\n\nAdditionally, we recommend run E2E testing before push and verify your changes do not break anything. These command will run in our CI anyway.\n\n```bash\nyarn build && yarn test:e2e\n```\n\n> `yarn build` will build with webpack the production files.\n\n## Special Thanks\n\nThanks to the following companies to help us to achieve our goals providing free open source licenses.\n\n[![jetbrain](https://github.com/verdaccio/verdaccio/raw/master/assets/thanks/jetbrains/logo.png)](https://www.jetbrains.com/)\n[![crowdin](https://github.com/verdaccio/verdaccio/raw/master/assets/thanks/crowdin/logo.png)](https://crowdin.com/)\n[![browserstack](https://cdn.verdaccio.dev/readme/browserstack_logo.png)](https://www.browserstack.com/)\n\n## Open Collective Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/verdaccio#sponsor)]\n\n[![sponsor](https://opencollective.com/verdaccio/sponsor/0/avatar.svg)](https://opencollective.com/verdaccio/sponsor/0/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/1/avatar.svg)](https://opencollective.com/verdaccio/sponsor/1/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/2/avatar.svg)](https://opencollective.com/verdaccio/sponsor/2/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/3/avatar.svg)](https://opencollective.com/verdaccio/sponsor/3/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/4/avatar.svg)](https://opencollective.com/verdaccio/sponsor/4/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/5/avatar.svg)](https://opencollective.com/verdaccio/sponsor/5/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/6/avatar.svg)](https://opencollective.com/verdaccio/sponsor/6/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/7/avatar.svg)](https://opencollective.com/verdaccio/sponsor/7/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/8/avatar.svg)](https://opencollective.com/verdaccio/sponsor/8/website)\n[![sponsor](https://opencollective.com/verdaccio/sponsor/9/avatar.svg)](https://opencollective.com/verdaccio/sponsor/9/website)\n\n## Open Collective Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/verdaccio#backer)]\n\n[![backers](https://opencollective.com/verdaccio/backers.svg?width=890)](https://opencollective.com/verdaccio#backers)\n\n## Contributors\n\nThis project exists thanks to all the people who contribute.\n\n[![contrubitors](https://opencollective.com/verdaccio/contributors.svg?width=890&button=true)](../../graphs/contributors)\n\n### FAQ / Contact / Troubleshoot\n\nIf you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for.\n\n* [Blog](https://medium.com/verdaccio)\n* [Donations](https://opencollective.com/verdaccio)\n* [Roadmaps](https://github.com/verdaccio/ui/projects)\n* [Reporting an issue](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#reporting-a-bug)\n* [Running discussions](https://github.com/verdaccio/verdaccio/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss)\n* [Chat](http://chat.verdaccio.org/)\n* [Logos](https://verdaccio.org/docs/en/logo)\n* [FAQ](https://github.com/verdaccio/verdaccio/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20)\n* [Docker Examples](https://github.com/verdaccio/docker-examples)\n\n### Translations\n\nTranslations are handled locally. I18n files can be found in the folder ```i18n/translations/*``` of this repository. We would love to provide translations from other languages, embracing all our users, but unfortunately we cannot do this without your help. Would you like to help us? Please feel **super welcome** to add a locale by opening a pull request.\n\nYour PR should contain:\n\n1 - A json file in the folder ```i18n/translations/*``` with the translations. The file must be named according to the new added language\n\n2 - The files ```i18n/config.ts``` and ```LanguageSwitch.tsx``` updated with the new language. Please see the current structure\n\n3 - The other translations containing the new language in the language of the file. Example:\n\nNew language: ```cs_CZ ```\n\nThe file ```pt-BR ``` should contain:\n ```\n \"lng\": {\n ...,\n \"czech\": \"Tcheco\"\n }\n ```\n\n4 - A SVG flag of the new translated language in the the folder ```src/components/Icon/img/*```. You maybe want to compress the svg file using https://jakearchibald.github.io/svgomg/\n\n\n\n### License\n\nVerdaccio is [MIT licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE)\n\n\n### Contributors\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tr>\n <td align=\"center\"><a href=\"https://www.linkedin.com/in/jotadeveloper/\"><img src=\"https://avatars0.githubusercontent.com/u/558752?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Juan Picado</b></sub></a><br /><a href=\"https://github.com/verdaccio/ui/commits?author=juanpicado\" title=\"Documentation\">📖</a> <a href=\"https://github.com/verdaccio/ui/commits?author=juanpicado\" title=\"Code\">💻</a> <a href=\"#infra-juanpicado\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"#eventOrganizing-juanpicado\" title=\"Event Organizing\">📋</a> <a href=\"#blog-juanpicado\" title=\"Blogposts\">📝</a> <a href=\"#maintenance-juanpicado\" title=\"Maintenance\">🚧</a></td>\n <td align=\"center\"><a href=\"https://github.com/sergiohgz\"><img src=\"https://avatars3.githubusercontent.com/u/14012309?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Sergio Herrera</b></sub></a><br /><a href=\"#infra-sergiohgz\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"#maintenance-sergiohgz\" title=\"Maintenance\">🚧</a></td>\n <td align=\"center\"><a href=\"https://daniel-ruf.de/\"><img src=\"https://avatars1.githubusercontent.com/u/827205?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daniel Ruf</b></sub></a><br /><a href=\"#security-DanielRuf\" title=\"Security\">🛡️</a> <a href=\"#infra-DanielRuf\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"#maintenance-DanielRuf\" title=\"Maintenance\">🚧</a></td>\n <td align=\"center\"><a href=\"https://priscilawebdev.github.io/priscilaoliveira/\"><img src=\"https://avatars1.githubusercontent.com/u/29228205?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Priscila Oliveira</b></sub></a><br /><a href=\"#design-priscilawebdev\" title=\"Design\">🎨</a> <a href=\"https://github.com/verdaccio/ui/commits?author=priscilawebdev\" title=\"Code\">💻</a> <a href=\"#maintenance-priscilawebdev\" title=\"Maintenance\">🚧</a></td>\n <td align=\"center\"><a href=\"https://github.com/VentyCZ\"><img src=\"https://avatars1.githubusercontent.com/u/3247664?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jiří Michel</b></sub></a><br /><a href=\"https://github.com/verdaccio/ui/commits?author=VentyCZ\" title=\"Code\">💻</a> <a href=\"#maintenance-VentyCZ\" title=\"Maintenance\">🚧</a></td>\n <td align=\"center\"><a href=\"https://github.com/tso1158687\"><img src=\"https://avatars2.githubusercontent.com/u/9198263?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jason</b></sub></a><br /><a href=\"#translation-tso1158687\" title=\"Translation\">🌍</a> <a href=\"https://github.com/verdaccio/ui/commits?author=tso1158687\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"http://ayusharma.github.io\"><img src=\"https://avatars0.githubusercontent.com/u/6918450?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ayush Sharma</b></sub></a><br /><a href=\"#maintenance-ayusharma\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/verdaccio/ui/commits?author=ayusharma\" title=\"Code\">💻</a></td>\n </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n",
  235. "licenseText": "MIT License\n\nCopyright (c) 2018 Verdaccio community\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  236. },
  237. "artifacts": [],
  238. "remote": {
  239. "resolved": "https://registry.yarnpkg.com/@verdaccio/ui-theme/-/ui-theme-3.1.0.tgz#21108f3c1b97e6db5901509d935e1f4ce475950a",
  240. "type": "tarball",
  241. "reference": "https://registry.yarnpkg.com/@verdaccio/ui-theme/-/ui-theme-3.1.0.tgz",
  242. "hash": "21108f3c1b97e6db5901509d935e1f4ce475950a",
  243. "integrity": "sha512-NmJOcv25/OtF84YrmYxi31beFde7rt+/y2qlnq0wYR4ZCFRE5TsuqisTVTe1OyJ8D8JwwPMyMSMSMtlMwUfqIQ==",
  244. "registry": "npm",
  245. "packageName": "@verdaccio/ui-theme",
  246. "cacheIntegrity": "sha512-NmJOcv25/OtF84YrmYxi31beFde7rt+/y2qlnq0wYR4ZCFRE5TsuqisTVTe1OyJ8D8JwwPMyMSMSMtlMwUfqIQ== sha1-IRCPPBuX5ttZAVCdk14fTOR1lQo="
  247. },
  248. "registry": "npm",
  249. "hash": "21108f3c1b97e6db5901509d935e1f4ce475950a"
  250. }