{"_id":"object_values","_rev":"3-cc61075602ca43c5692dddd2277f5602","name":"object_values","description":"polyfill for es8 Object.values","dist-tags":{"latest":"0.1.2"},"versions":{"0.1.0":{"name":"object_values","version":"0.1.0","description":"polyfill for es8 Object.values","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["es8","javascript","prototype","polyfill","utility"],"author":{"name":"Khaled Al-Ansari","email":"khaledelansari@gmail.com"},"license":"MIT","gitHead":"e10429d5514f61b7cb6181729087c0339f49b0b0","_id":"object_values@0.1.0","_npmVersion":"5.1.0","_nodeVersion":"8.0.0","_npmUser":{"name":"khaledelansari","email":"khaledelansari@gmail.com"},"dist":{"integrity":"sha512-/nhX7Uj0GJsexknzq+G8r/P9Y5Fq9E2icpXD4GisA2E0ziN4QZ2dOPCDtCZFZZPjNc+Neu9wudj3PZXpTuTWEA==","shasum":"58a3496799e306b32d0baedbb7efa46f9e2500ce","tarball":"https://registry.npmjs.org/object_values/-/object_values-0.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEM/MsJaRK2XOTOruki4TuHYJal3s5im/CUfjhtuR0mGAiALW7mzvsncyciepGORMXlZyLYWzM4PhnsJ3+ofyihxeQ=="}]},"maintainers":[{"name":"khaledelansari","email":"khaledelansari@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/object_values-0.1.0.tgz_1500151306445_0.38293632259592414"}},"0.1.1":{"name":"object_values","version":"0.1.1","description":"polyfill for es8 Object.values","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["es8","javascript","prototype","polyfill","utility"],"author":{"name":"Khaled Al-Ansari","email":"khaledelansari@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/KhaledElAnsari/Object.values.git"},"bugs":{"url":"https://github.com/KhaledElAnsari/Object.values/issues"},"homepage":"https://github.com/KhaledElAnsari/Object.values#readme","gitHead":"e10429d5514f61b7cb6181729087c0339f49b0b0","_id":"object_values@0.1.1","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"khaledelansari","email":"khaledelansari@gmail.com"},"dist":{"integrity":"sha512-ZiV62wavpQb+g8e9lXa3DQVHMFpIals77k1jm3o00+teL3U2mwSN5T5h1h8BDkkFqtTYnsUyY+AEE+IxnOM0AA==","shasum":"7415d0285a330582e7d79267c95950f8025bdbad","tarball":"https://registry.npmjs.org/object_values/-/object_values-0.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUkFqLrWE3qgh6FF/jb0Ia7h4Py6QTyJNiwM+rTlaejQIhAOSf/XF1+WPrxjV9rnbWCbcNN8J8LAtB6VPlBNTOG2Zl"}]},"maintainers":[{"name":"khaledelansari","email":"khaledelansari@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/object_values-0.1.1.tgz_1500151424227_0.813795939553529"}},"0.1.2":{"name":"object_values","version":"0.1.2","description":"polyfill for es8 Object.values","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["es8","javascript","prototype","polyfill","utility"],"author":{"name":"Khaled Al-Ansari","email":"khaledelansari@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/KhaledElAnsari/Object.values.git"},"bugs":{"url":"https://github.com/KhaledElAnsari/Object.values/issues"},"homepage":"https://github.com/KhaledElAnsari/Object.values#readme","gitHead":"1555d0970635d23ce0fded2c101d8aa11dafda76","_id":"object_values@0.1.2","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"khaledelansari","email":"khaledelansari@gmail.com"},"dist":{"integrity":"sha512-tZgUiKLraVH+4OAedBYrr4/K6KmAQw2RPNd1AuNdhLsuz5WP3VB7WuiKBWbOcjeqqAjus2ChIIWC8dSfmg7ReA==","shasum":"f8fbc31d2e537170a4cbcfb28dd61501b3207334","tarball":"https://registry.npmjs.org/object_values/-/object_values-0.1.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICag0rbXcIp4m2aSVpJ2RbBuWe3ete3PoqzS6gdgnp/vAiEAtSCJdHlV3mmsZZhyr/U9OihNJLit3GgY5uzWBL0wOtQ="}]},"maintainers":[{"name":"khaledelansari","email":"khaledelansari@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/object_values-0.1.2.tgz_1500411811637_0.47984598367474973"}}},"readme":"## Object.entries\n\nThis is a polyfill for the [Object.values](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/values) function from the ECMAScript 8\n\n## Why Another One?\n\nBecause of the already writtern polyfills are too complicated and I wanted something simpler and doesn't relys on other new prototypes!.\n\n## Usage\nYou can install it with npm\n```\nnpm install --save object_values\n```\n\nOr just [download it manually](https://raw.githubusercontent.com/KhaledElAnsari/Object.values/master/index.js) and add it to your project\n\n## License\n\nThis polyfill is available under the MIT license.\n","maintainers":[{"name":"khaledelansari","email":"khaledelansari@gmail.com"}],"time":{"modified":"2022-05-12T01:10:28.176Z","created":"2017-07-15T20:41:47.410Z","0.1.0":"2017-07-15T20:41:47.410Z","0.1.1":"2017-07-15T20:43:45.304Z","0.1.2":"2017-07-18T21:03:33.692Z"},"keywords":["es8","javascript","prototype","polyfill","utility"],"author":{"name":"Khaled Al-Ansari","email":"khaledelansari@gmail.com"},"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/KhaledElAnsari/Object.values#readme","repository":{"type":"git","url":"git+https://github.com/KhaledElAnsari/Object.values.git"},"bugs":{"url":"https://github.com/KhaledElAnsari/Object.values/issues"}}