{"_id":"chai-colors","_rev":"8-1375657f021def6104d8c6a6f0f7b047","name":"chai-colors","description":"Color assertions for chai","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"chai-colors","version":"1.0.0","description":"Color assertions for chai","author":{"name":"Adam Hull","email":"adam@hmlad.com"},"keywords":["chai","plugin","color","assertion"],"main":"chai_colors","repository":{"type":"git","url":"git://github.com/hurrymaplelad/chai-colors.git"},"homepage":"https://github.com/hurrymaplelad/chai-colors","bugs":{"url":"https://github.com/hurrymaplelad/chai-colors/issues"},"license":"MIT","dependencies":{"onecolor":"~2.4.2"},"devDependencies":{"coffee-script":">=1.7.x","mocha":"~1.x.x","jshint":"*","chai":"~1.9.2"},"scripts":{"test":"jshint *.js && mocha"},"_id":"chai-colors@1.0.0","dist":{"shasum":"028726ff5104cee94ac18558219ffbeb962ee56a","tarball":"https://registry.npmjs.org/chai-colors/-/chai-colors-1.0.0.tgz","integrity":"sha512-BmZV4JvVe1hiNzd3BtJPkonzTWg3kYLfDoOGHgCqTEsI7AwXEqnuvJKf3+knhvoj7AfBlvMYo9yBBlK0cIN2Pw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlo2F9FASqgrJ5SyfBiBsgDExBn5Q0OEp15OfVqgovUwIhAICtsbObNH+auEy3AkMH3YAu4Ffx2I39R7QgRVgCaPYb"}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hurrymaplelad","email":"adam@hmlad.com"},"maintainers":[{"name":"hurrymaplelad","email":"adam@hmlad.com"}]},"1.0.1":{"name":"chai-colors","version":"1.0.1","description":"Color assertions for chai","author":{"name":"Adam Hull","email":"adam@hmlad.com"},"keywords":["chai","chai-plugin","browser","plugin","color","colors","assertion"],"main":"chai_colors","repository":{"type":"git","url":"git://github.com/hurrymaplelad/chai-colors.git"},"homepage":"https://github.com/hurrymaplelad/chai-colors","bugs":{"url":"https://github.com/hurrymaplelad/chai-colors/issues"},"license":"MIT","dependencies":{"onecolor":"~2.4.2"},"devDependencies":{"coffee-script":">=1.7.x","mocha":"~1.x.x","jshint":"*","chai":"~1.9.2"},"scripts":{"test":"jshint *.js && mocha"},"gitHead":"1a06757d49c1dc21b3cda0f10b60d31d9b7c108a","_id":"chai-colors@1.0.1","_shasum":"c5a1640cf95ec5f355bac7e00f4cd2ea30f9d442","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"hurrymaplelad","email":"adam@hmlad.com"},"maintainers":[{"name":"hurrymaplelad","email":"adam@hmlad.com"}],"dist":{"shasum":"c5a1640cf95ec5f355bac7e00f4cd2ea30f9d442","tarball":"https://registry.npmjs.org/chai-colors/-/chai-colors-1.0.1.tgz","integrity":"sha512-dHfkpLWbYx8jHxruZJWBO/TAh/kx6nK4FQ99bTGOxxChkGbq4x/1oOCbkoNo3CkyVZf5etG8qeaLaoAeCvC/mA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIERvBy0eNkC3NokgenAMn1Vy+qTgJzmMSNKaUkudWDRqAiEApDqJs3afd4KAHw/g1N9kiRi9yQUnuB1DqdBG+j6hGcg="}]}}},"readme":"chai-colors\n==============\n\nColor assertions for chai.  Thin wrapper around [onecolor](https://github.com/One-com/one-color).\n\n[![NPM version](http://img.shields.io/npm/v/chai-colors.svg?style=flat-square)](https://www.npmjs.org/package/chai-colors)\n[![Build Status](http://img.shields.io/travis/hurrymaplelad/chai-colors/master.svg?style=flat-square)](https://travis-ci.org/hurrymaplelad/chai-colors)\n\nCompare different color representations:\n\n```js\n'rgba(0, 0, 0, 1)'.should.be.colored('#000000');\n```\n\nCombine with [webdriver](https://github.com/admc/wd) for more fun:\n\n```js\nbrowser\n  .elementByCss('code .hljs-keyword')\n  .getComputedCss('color').should.eventually.be.colored('mintcream')\n```\n\n#### Installation\n\nThis is a addon plugin for the [Chai Assertion Library](http://chaijs.com). Install via [npm](http://npmjs.org).\n\n    npm install chai-colors\n\n\n#### Plugin\n\nUse this plugin as you would all other Chai plugins.\n\n```js\nvar chai = require('chai')\n  , chaiColors = require('chai-colors');\n\nchai.use(chaiColors);\n```\n\n#### Supported Formats\n\nSee the [onecolor API](https://github.com/One-com/one-color#api-overview).\n","maintainers":[{"name":"hurrymaplelad","email":"adam@hmlad.com"}],"time":{"modified":"2022-06-13T05:50:52.333Z","created":"2014-10-21T08:04:57.466Z","1.0.0":"2014-10-21T08:04:58.080Z","1.0.1":"2015-11-19T03:48:28.390Z"},"readmeFilename":"README.md","homepage":"https://github.com/hurrymaplelad/chai-colors","keywords":["chai","chai-plugin","browser","plugin","color","colors","assertion"],"repository":{"type":"git","url":"git://github.com/hurrymaplelad/chai-colors.git"},"author":{"name":"Adam Hull","email":"adam@hmlad.com"},"bugs":{"url":"https://github.com/hurrymaplelad/chai-colors/issues"},"license":"MIT","users":{"jalcine":true}}