{"_id":"component-css","_rev":"208379","name":"component-css","description":"DOM element css helper","dist-tags":{"latest":"0.0.8"},"maintainers":[{"name":"clintwood","email":""},{"name":"dominicbarnes","email":""},{"name":"hughsk","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"stephenmathieson","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""}],"time":{"modified":"2023-03-24T08:20:11.000Z","created":"2014-04-22T09:42:02.306Z","0.0.8":"2016-04-01T16:20:16.381Z","0.0.6":"2014-05-28T00:08:00.368Z","0.0.5":"2014-04-22T09:42:02.306Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/component/css.git"},"versions":{"0.0.8":{"name":"component-css","description":"DOM element css helper","version":"0.0.8","keywords":[],"dependencies":{"debug":"*","within-document":"0.0.1","to-camel-case":"0.2.1","component-each":"~0.2.2"},"devDependencies":{"domify":"^1.2.2","load-styles":"^1.0.1","component-test2":"*"},"browser":{"each":"component-each"},"license":"MIT","component":{"scripts":{"css/index.js":"index.js"}},"repository":{"type":"git","url":"git+https://github.com/component/css.git"},"gitHead":"56c043053e2ea7539c163ec3a0713e7b9799b270","bugs":{"url":"https://github.com/component/css/issues"},"homepage":"https://github.com/component/css#readme","_id":"component-css@0.0.8","scripts":{},"_shasum":"e902fb53af093b41a695285307c95c7f1c585a8c","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"ockham","email":"ockham@raz.or.at"},"dist":{"shasum":"e902fb53af093b41a695285307c95c7f1c585a8c","size":8261,"noattachment":false,"key":"/component-css/-/component-css-0.0.8.tgz","tarball":"http://name.csiicloud.com:7001/component-css/download/component-css-0.0.8.tgz"},"maintainers":[{"name":"clintwood","email":""},{"name":"dominicbarnes","email":""},{"name":"hughsk","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"stephenmathieson","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/component-css-0.0.8.tgz_1459527613997_0.6605373225174844"},"directories":{},"_cnpmcore_publish_time":"2021-12-21T03:21:55.015Z","publish_time":1459527616381,"_cnpm_publish_time":1459527616381},"0.0.6":{"name":"component-css","description":"DOM element css helper","version":"0.0.6","keywords":[],"dependencies":{"debug":"*","within-document":"0.0.1","to-camel-case":"0.2.1","component-each":"~0.2.2"},"devDependencies":{"domify":"^1.2.2","load-styles":"^1.0.1","component-test2":"*"},"browser":{"each":"component-each"},"license":"MIT","component":{"scripts":{"css/index.js":"index.js"}},"repository":{"type":"git","url":"https://github.com/component/css.git"},"bugs":{"url":"https://github.com/component/css/issues"},"homepage":"https://github.com/component/css","_id":"component-css@0.0.6","_shasum":"acb9606395860ec595d38fee84f2a206495c570f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"clintwood","email":""},{"name":"dominicbarnes","email":""},{"name":"hughsk","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"stephenmathieson","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""}],"dist":{"shasum":"acb9606395860ec595d38fee84f2a206495c570f","size":8185,"noattachment":false,"key":"/component-css/-/component-css-0.0.6.tgz","tarball":"http://name.csiicloud.com:7001/component-css/download/component-css-0.0.6.tgz"},"directories":{},"_cnpmcore_publish_time":"2021-12-21T03:21:54.092Z","publish_time":1401235680368,"_cnpm_publish_time":1401235680368},"0.0.5":{"name":"component-css","description":"DOM element css helper","version":"0.0.5","keywords":[],"dependencies":{},"devDependencies":{"component-test2":"*"},"license":"MIT","component":{"scripts":{"css/index.js":"index.js"}},"_id":"component-css@0.0.5","dist":{"shasum":"a5f40e7189e4621cd8b69068123e951c4baa649c","size":7932,"noattachment":false,"key":"/component-css/-/component-css-0.0.5.tgz","tarball":"http://name.csiicloud.com:7001/component-css/download/component-css-0.0.5.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"clintwood","email":""},{"name":"dominicbarnes","email":""},{"name":"hughsk","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"stephenmathieson","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-21T03:21:53.209Z","publish_time":1398159722306,"_cnpm_publish_time":1398159722306}},"readme":"\n# css\n\n  jQuery's [css()](http://api.jquery.com/css/) method.\n\n## Installation\n\n  Install with [component(1)](http://component.io):\n\n    $ component install component/css\n\n## API\n\n### css(el, prop)\n\nGet the computed value of the `prop` on `el`.\n\n```js\ncss(p, 'color')\n```\n\n### css(el, prop, value)\n\nSet the CSS `value` on the `prop` on `el`\n\n```js\ncss(p, 'color', 'red')\n```\n\n### css(el, styles)\n\nSet a `styles` object to `el`\n\n```js\ncss(p, {\n  color: 'red',\n  background: 'blue'\n})\n```\n\n## TODO\n\n- Finish porting jQuery [css unit tests](https://github.com/jquery/jquery/blob/master/test/unit/css.js) over\n\n## License\n\n  MIT\n","_attachments":{},"homepage":"https://github.com/component/css#readme","bugs":{"url":"https://github.com/component/css/issues"},"license":"MIT"}