{"_id":"css-font-weight-keywords","_rev":"249745","name":"css-font-weight-keywords","description":"List of CSS font weight keywords.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"jedmao","email":"jed.hunsaker+npm@gmail.com"}],"time":{"modified":"2021-06-03T16:11:04.000Z","created":"2015-10-02T22:44:45.360Z","1.0.0":"2015-10-02T22:44:45.360Z"},"users":{},"author":{"name":"Jed Mao","email":"jedmao@outlook.com"},"repository":{"type":"git","url":"git+https://github.com/jedmao/css-font-weight-keywords.git"},"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":"jedmao","email":"jedmao@outlook.com"},"dist":{"shasum":"9bc04671ac85bc724b574ef5d3ac96b0d604fd97","size":1536,"noattachment":false,"key":"/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/css-font-weight-keywords/download/css-font-weight-keywords-1.0.0.tgz"},"maintainers":[{"name":"jedmao","email":"jed.hunsaker+npm@gmail.com"}],"directories":{},"publish_time":1443825885360,"_cnpm_publish_time":1443825885360,"_hasShrinkwrap":false}},"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```","_attachments":{},"homepage":"https://github.com/jedmao/css-font-weight-keywords#readme","bugs":{"url":"https://github.com/jedmao/css-font-weight-keywords/issues"},"license":"MIT"}