{"name":"chai-object","version":"0.0.1","description":"Object include assertions for the Chai assertion library","main":"./lib/chai-object.js","dependencies":{"chai":"~1.6.0"},"devDependencies":{"chai":"~1.6.0","coffee-script":"~1.6.2","mocha":"~1.9.0"},"directories":{"test":"test"},"scripts":{"test":"./node_modules/mocha/bin/mocha --compilers coffee:coffee-script"},"keywords":["test","assert","testing","chai","object"],"author":{"name":"zoh.","email":"zoh@bk.ru"},"repository":{"type":"git","url":"https://github.com/zoh/chai-object.git"},"license":"MIT","readmeFilename":"README.md","readme":"# chai-object\n\nAn extension to the [chai](http://chaijs.com/) assertion library (VERSION: 1.6.0)\nthat provides a set of include object assertions.\n\n## Installation\n\n```bash\n$ npm install chai-object\n```\n\n```coffeescriot\nchai = require('chai')\nchai.should()\nobject = require('chai-object')\nchai.use object\n```\n\n### includeObj\n```javascript\n({test: 1}).should.includeObj({test: 1})\n```\n\n\n....\n\n## Test\n\n```bash\n$ npm test\n```\n\n## License\nMIT\n","_id":"chai-object@0.0.1","dist":{"shasum":"3008ad1d9fc8ceceecf377ba008cb67693540c50","tarball":"https://registry.npmjs.org/chai-object/-/chai-object-0.0.1.tgz","integrity":"sha512-4Qt/FSQvFhaXtHslKo/3zlifS6mIE0ZZ4g918kcI2gJb7emoPA7AxFyDr9GxFt2P3yHh+AiMOK1ajYXdjwomSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHFnzuer36KoyJuJ3r90t2PVNH1UuKWkhviYn41VJngGAiAuUo7a6exWiCtsM/zvhmd5wL0yKxmV50USZKXjqrO2Hg=="}]},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"zoh","email":"zoh@bk.ru"},"maintainers":[{"name":"zoh","email":"zoh@bk.ru"}]}