{"_id":"object.entries-ponyfill","_rev":"276433","name":"object.entries-ponyfill","description":"`Object.entries()` ponyfill","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"m59","email":"johnnyhauser@gmail.com"}],"time":{"modified":"2021-06-03T18:02:31.000Z","created":"2017-04-18T12:20:49.055Z","1.0.1":"2017-04-18T13:11:07.621Z","1.0.0":"2017-04-18T12:20:49.055Z"},"users":{},"author":{"name":"Johnny Hauser","email":"johnnyhauser@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/m59peacemaker/js-object.entries.git"},"versions":{"1.0.1":{"name":"object.entries-ponyfill","version":"1.0.1","description":"`Object.entries()` ponyfill","keywords":["Object.entries","object","entries","ponyfill","polyfill","shim","native","built-in","es7","es2017","browser","node"],"main":"index.js","scripts":{"test":"tape '*.test.js'"},"repository":{"type":"git","url":"git+https://github.com/m59peacemaker/js-object.entries.git"},"author":{"name":"Johnny Hauser","email":"johnnyhauser@gmail.com"},"devDependencies":{"tape":"^4.6.3"},"gitHead":"0c962f2c1446cea8998941df28c6902a9f332d38","bugs":{"url":"https://github.com/m59peacemaker/js-object.entries/issues"},"homepage":"https://github.com/m59peacemaker/js-object.entries#readme","_id":"object.entries-ponyfill@1.0.1","_shasum":"29abdf77cbfbd26566dd1aa24e9d88f65433d256","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"m59","email":"johnnyhauser@gmail.com"},"dist":{"shasum":"29abdf77cbfbd26566dd1aa24e9d88f65433d256","size":4713,"noattachment":false,"key":"/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/object.entries-ponyfill/download/object.entries-ponyfill-1.0.1.tgz"},"maintainers":[{"name":"m59","email":"johnnyhauser@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/object.entries-ponyfill-1.0.1.tgz_1492521065865_0.6337393037974834"},"directories":{},"publish_time":1492521067621,"_hasShrinkwrap":false,"_cnpm_publish_time":1492521067621},"1.0.0":{"name":"object.entries-ponyfill","version":"1.0.0","description":"`Object.entries()` ponyfill","keywords":["Object.entries","object","entries","ponyfill","polyfill","shim","native","built-in","es7","es2017","browser","node"],"main":"index.js","scripts":{"test":"tape '*.test.js'"},"repository":{"type":"git","url":"git+https://github.com/m59peacemaker/js-object.entries.git"},"author":{"name":"Johnny Hauser","email":"johnnyhauser@gmail.com"},"devDependencies":{"tape":"^4.6.3"},"gitHead":"f74d1213104746cceee3a45f22757f1d1288ba6d","bugs":{"url":"https://github.com/m59peacemaker/js-object.entries/issues"},"homepage":"https://github.com/m59peacemaker/js-object.entries#readme","_id":"object.entries-ponyfill@1.0.0","_shasum":"f5b117462d8095bf801f6a448409b31b64dc2029","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"m59","email":"johnnyhauser@gmail.com"},"dist":{"shasum":"f5b117462d8095bf801f6a448409b31b64dc2029","size":4711,"noattachment":false,"key":"/object.entries-ponyfill/-/object.entries-ponyfill-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/object.entries-ponyfill/download/object.entries-ponyfill-1.0.0.tgz"},"maintainers":[{"name":"m59","email":"johnnyhauser@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/object.entries-ponyfill-1.0.0.tgz_1492518047216_0.9856495528947562"},"directories":{},"publish_time":1492518049055,"_hasShrinkwrap":false,"_cnpm_publish_time":1492518049055}},"readme":"# object.entries-ponyfill\n\n> [`Object.entries()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries) [ponyfill](https://ponyfill.com)\n\nThe implementation is the same as [es-shims/Object.entries](https://github.com/es-shims/Object.entries), except ES3 is not supported, therefore making this package 600 bytes rather than [28000 bytes](https://github.com/es-shims/Object.entries/issues/10).\n\n## built-in\n\nYou should polyfill your targeted browser environments automatically with [polyfill.io](https://polyfill.io), rather than using a non-tailored approach like this ponyfill. Node >= 7 has `Object.entries` natively. You probably only need this ponyfill if your targeted environment is Node and is version < 7.\n\n## install\n\n```sh\n$ npm install object.entries-ponyfill\n```\n\n## example\n\n```js\nconst entries = require('object.entries-ponyfill')\n\nentries({ foo: 123, bar: 456 })\n// => [ [ 'foo', 123 ], [ 'bar', 456 ] ]\n```\n","_attachments":{},"homepage":"https://github.com/m59peacemaker/js-object.entries#readme","bugs":{"url":"https://github.com/m59peacemaker/js-object.entries/issues"}}