{"versions":{"1.0.0":{"name":"css-font-size-keywords","version":"1.0.0","description":"List of CSS font size keywords.","main":"index.json","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/jedmao/css-font-size-keywords.git"},"keywords":["css","font","size","keywords"],"author":{"name":"Jed Mao","email":"jedmao@outlook.com"},"license":"MIT","bugs":{"url":"https://github.com/jedmao/css-font-size-keywords/issues"},"homepage":"https://github.com/jedmao/css-font-size-keywords#readme","gitHead":"d7853a6bcef707393c028b85f0403fa7b1a04db4","_id":"css-font-size-keywords@1.0.0","_shasum":"854875ace9aca6a8d2ee0d345a44aae9bb6db6cb","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"jedmao@outlook.com"},"dist":{"shasum":"854875ace9aca6a8d2ee0d345a44aae9bb6db6cb","size":1494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/css-font-size-keywords/-/css-font-size-keywords-1.0.0.tgz","integrity":"sha512-Q+svMDbMlelgCfH/RVDKtTDaf5021O486ZThQPIpahnIjUkMUslC+WuOQSWTgGSrNCH08Y7tYNEmmy0hkfMI8Q=="},"maintainers":[{"name":"anonymous","email":"jedmao@outlook.com"}],"directories":{},"publish_time":1443349026469,"_hasShrinkwrap":false,"_cnpm_publish_time":1443349026469,"_cnpmcore_publish_time":"2021-12-16T23:06:58.114Z","contributors":[]}},"dist-tags":{"latest":"1.0.0"},"name":"css-font-size-keywords","time":{"created":"2022-01-26T22:20:00.322Z","modified":"2022-01-26T22:20:00.322Z","1.0.0":"2015-09-27T10:17:06.469Z"},"readme":"# css-font-size-keywords\n\nList of CSS [font size keywords](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size):\n- xx-small\n- x-small\n- small\n- medium\n- large\n- x-large\n- xx-large\n- larger\n- smaller\n\n## Installation\n\n```\nnpm install css-font-size-keywords [--save[-dev]]\n```\n\n## Usage\n\n```js\nvar cssFontSizeKeywords = require('css-font-size-keywords');\ncssFontSizeKeywords; /*\n[\n\t\"xx-small\",\n\t\"x-small\",\n\t\"small\",\n\t\"medium\",\n\t\"large\",\n\t\"x-large\",\n\t\"xx-large\",\n\t\"larger\",\n\t\"smaller\"\n]\n*/\n```","users":{}}