{"_id":"object.entries-ponyfill","_rev":"3-c5da081d4cf55d2f357c4732d97f199c","name":"object.entries-ponyfill","description":"`Object.entries()` ponyfill","dist-tags":{"latest":"1.0.1"},"versions":{"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","tarball":"https://registry.npmjs.org/object.entries-ponyfill/-/object.entries-ponyfill-1.0.0.tgz","integrity":"sha512-JmY6jGz3ErDx0OnPqOre0L/InDNF6UN2Znn8a4UpExqb/P4ogqTvK/LxjPhbSnmx12jANajb17jQwuCRMxp17w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy3D3a209bT4pxak0hgGxKw6qBNPOh1k37Ru9N5pYgnAIhAIPUn0/KibHY2wliwnJ3OAv5fB6S3BwIoieF1aDa8oV6"}]},"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"}},"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","tarball":"https://registry.npmjs.org/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz","integrity":"sha512-j0ixssXc5GirDWhB2cLVPsOs9jx61G/iRndyMdToTsjMYY8BQmG1Ke6mwqXmpDiP8icye1YCR94NswNaa/yyzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGCrcqN5XHudTtjbtdNUTlz1hr0QAsTnZiFJNeRVfonSAiEAq5ApKe3M8CfMaOK9LP7HMFRxM4bA3pLY8ppxTxYMY8Y="}]},"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"}}},"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","maintainers":[{"name":"m59","email":"johnnyhauser@gmail.com"}],"time":{"modified":"2022-06-22T17:12:40.351Z","created":"2017-04-18T12:20:49.055Z","1.0.0":"2017-04-18T12:20:49.055Z","1.0.1":"2017-04-18T13:11:07.621Z"},"homepage":"https://github.com/m59peacemaker/js-object.entries#readme","keywords":["Object.entries","object","entries","ponyfill","polyfill","shim","native","built-in","es7","es2017","browser","node"],"repository":{"type":"git","url":"git+https://github.com/m59peacemaker/js-object.entries.git"},"author":{"name":"Johnny Hauser","email":"johnnyhauser@gmail.com"},"bugs":{"url":"https://github.com/m59peacemaker/js-object.entries/issues"},"readmeFilename":"README.md"}