{"_id":"are-objects","_rev":"2-f0095a481b607e149ecba5ef5a9976aa","name":"are-objects","description":"Function for check if all values are objects","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"are-objects","version":"1.0.0","description":"Function for check if all values are objects","main":"index.js","scripts":{"test":"jasmine-node ."},"repository":{"type":"git","url":"git+https://github.com/rich-97/are-objects.git"},"keywords":["objects","equal","equivalent"],"author":{"name":"Ricardo Moreno"},"license":"MIT","bugs":{"url":"https://github.com/rich-97/are-objects/issues"},"homepage":"https://github.com/rich-97/are-objects#readme","gitHead":"c7cfb887ee4ce2b7ac9949052798ff730be49c6d","_id":"are-objects@1.0.0","_shasum":"e7fe4deb0c0bc22e4528d3d05c0d6535084255a9","_from":".","_npmVersion":"4.4.1","_nodeVersion":"4.2.6","_npmUser":{"name":"rich-97","email":"morenoricardo237@gmail.com"},"dist":{"shasum":"e7fe4deb0c0bc22e4528d3d05c0d6535084255a9","tarball":"https://registry.npmjs.org/are-objects/-/are-objects-1.0.0.tgz","integrity":"sha512-hpqIUuCSYK0dCIe4ZgGgE6M3DVN8HcfCcQY0ouzobi8mU7kKy+PNYwF1N/PsAm+PCamnJftkWWYfrxJR3b683w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD09aZAhiDuSLzmIy3nUEXqXefotWjT4TwrSJxXiREzdgIgf52PwHkWPxjUgtMbw4Mfur10aK9N/TDzcqFSU059sFc="}]},"maintainers":[{"name":"rich-97","email":"morenoricardo237@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/are-objects-1.0.0.tgz_1492488074785_0.9674580073915422"}}},"readme":"# are-objects\n\nFunction for check if all values are objects.\n\n## Installation\n\nWith the simple command `npm install are-objects`.\n\n## Usage\n\nThe function takes any arguments as you want.\n\nExample:\n\n```js\nconst areObjects = require('are-objects');\n\nareObjects({}, 12, [1, null]); // false\nareObjects([], {foo: false}); // true\nareObjects(function(){}, String()); // false\n```\n\n## Test\n\nYou should have installed globaly `jasmine-node` for test this package, then execute `npm run test`.\n\n## License\n\n[MIT](https://github.com/rich-97/req-ajax/blob/master/LICENSE)\n\n","maintainers":[{"name":"rich-97","email":"morenoricardo237@gmail.com"}],"time":{"modified":"2022-06-13T03:25:46.709Z","created":"2017-04-18T04:01:16.519Z","1.0.0":"2017-04-18T04:01:16.519Z"},"homepage":"https://github.com/rich-97/are-objects#readme","keywords":["objects","equal","equivalent"],"repository":{"type":"git","url":"git+https://github.com/rich-97/are-objects.git"},"author":{"name":"Ricardo Moreno"},"bugs":{"url":"https://github.com/rich-97/are-objects/issues"},"license":"MIT","readmeFilename":"README.md"}