{"_id":"polyfill","_rev":"10-2e5ce1550a2ae433c46358468038e142","name":"polyfill","description":"JavaScript polyfills","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"polyfill","version":"0.1.0","description":"JavaScript polyfills","main":"index.js","scripts":{"test":"./node_modules/.bin/mocha"},"repository":{"type":"git","url":"https://github.com/marcello3d/polyfill.js"},"keywords":["polyfill","js","es5","es6"],"dependencies":{"json3":"3.2.4"},"author":{"name":"Marcello Bastea-Forte and others"},"license":"zlib","testling":{"files":"test/browser-*.js","browsers":["ie/6.0..latest","firefox/3.0..latest","chrome/4.0..latest","safari/5.0..latest","opera/10.0..latest","iphone/4.0..latest","ipad/4.0..latest"],"harness":"mocha-qunit"},"_id":"polyfill@0.1.0","dist":{"shasum":"ded507cb76802804834b3385dfd3ba2e51004c3d","tarball":"https://registry.npmjs.org/polyfill/-/polyfill-0.1.0.tgz","integrity":"sha512-EL2FdBj6IBG41Fxd4IoEX3fCDKccLmtlYMS5cCUR4k/rmrc0vRSLLqbgWIy7OQi2oQfNxipQYCckiebomiohyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDARiKafJpdxi4CvsCBpyilzrFIlzraOwFl++OrZmPUYQIhAPa8dANpC83H2YhwrWb8fAVO+h85Jp5GlAqJ5uZ7fTPB"}]},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"marcello","email":"marcello@cellosoft.com"},"maintainers":[{"name":"marcello","email":"marcello@cellosoft.com"}],"directories":{}}},"readme":"Polyfill [![Build Status](https://travis-ci.org/marcello3d/polyfill.js.png)](https://travis-ci.org/marcello3d/polyfill.js)\n==================\nA collection of polyfills for standard JavaScript features.\n\nNotes\n-----\n\nThis is intended for use with [node-shimmy](https://github.com/marcello3d/node-shimmy), and not really a standalone \nmodule.\n\nUsage\n-----\n\n```js\nvar polyfill = require('polyfill')\n\npolyfill('Array.prototype.forEach', function(error, polyfillSource) {\n  // return the JavaScript source for the given polyfill\n})\n\nif (polyfill.defines('Date.now')) {\n  // check if a polyfill is defined for a given feature name\n}\n\n// Print out list of defined polyfill names\nconsole.dir(polyfill.names)\n```\n\n\n\nLicense\n-------\nOpen source software under the [zlib license](LICENSE).\n\nMany polyfills based on documentation on [MDN](https://developer.mozilla.org/en-US/docs/JavaScript/Reference) and\n[ecmascript.org](http://wiki.ecmascript.org/doku.php).","maintainers":[{"name":"marcello","email":"marcello@cellosoft.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"time":{"modified":"2022-06-24T06:55:13.438Z","created":"2013-02-24T04:42:55.077Z","0.1.0":"2013-02-24T04:42:55.878Z"},"author":{"name":"Marcello Bastea-Forte and others"},"repository":{"type":"git","url":"https://github.com/marcello3d/polyfill.js"},"readmeFilename":"Readme.md","keywords":["polyfill","js","es5","es6"],"license":"zlib","users":{"sternelee":true,"johnny_kim":true}}