{"versions":{"1.0.0":{"name":"css-font-weight-keywords","version":"1.0.0","description":"List of CSS font weight keywords.","main":"index.json","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/jedmao/css-font-weight-keywords.git"},"keywords":["css","font","weight","keywords"],"author":{"name":"Jed Mao","email":"jedmao@outlook.com"},"license":"MIT","bugs":{"url":"https://github.com/jedmao/css-font-weight-keywords/issues"},"homepage":"https://github.com/jedmao/css-font-weight-keywords#readme","gitHead":"d0deac6caa72a3cdb299dcabd8e8bb175a649560","_id":"css-font-weight-keywords@1.0.0","_shasum":"9bc04671ac85bc724b574ef5d3ac96b0d604fd97","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"jedmao@outlook.com"},"dist":{"shasum":"9bc04671ac85bc724b574ef5d3ac96b0d604fd97","size":1536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz","integrity":"sha512-5So8/NH+oDD+EzsnF4iaG4ZFHQ3vaViePkL1ZbZ5iC/KrsCY+WHq/lvOgrtmuOQ9pBBZ1ADGpaf+A4lj1Z9eYA=="},"maintainers":[{"name":"anonymous","email":"jedmao@outlook.com"}],"directories":{},"publish_time":1443825885360,"_hasShrinkwrap":false,"_cnpm_publish_time":1443825885360,"_cnpmcore_publish_time":"2021-12-16T23:06:59.838Z","contributors":[]}},"dist-tags":{"latest":"1.0.0"},"name":"css-font-weight-keywords","time":{"created":"2022-01-26T21:37:31.792Z","modified":"2023-08-06T18:08:24.092Z","1.0.0":"2015-10-02T22:44:45.360Z"},"readme":"# css-font-weight-keywords\n\nList of CSS [font weights](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight):\n- normal\n- bold\n- lighter\n- bolder\n- 100, 200, 300, 400, 500, 600, 700, 800, 900\n\n## Installation\n\n```\nnpm install css-font-weight-keywords [--save[-dev]]\n```\n\n## Usage\n\n```js\nvar fontWeightKeywords = require('css-font-weight-keywords');\nfontWeightKeywords; /*\n[\n\t\"normal\",\n\t\"bold\",\n\t\"bolder\",\n\t\"lighter\",\n\t\"100\",\n\t\"200\",\n\t\"300\",\n\t\"400\",\n\t\"500\",\n\t\"600\",\n\t\"700\",\n\t\"800\",\n\t\"900\"\n]\n*/\n```","users":{}}