{"_id":"setprototypeof","_rev":"7-09bab28f782703d20c2a332bdca3d3bd","name":"setprototypeof","description":"A small polyfill for Object.setprototypeof","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"setprototypeof","version":"1.0.0","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"737c200fa382c4d10466b48e7426f9c6b38ea358","_id":"setprototypeof@1.0.0","_shasum":"d5fafca01e1174d0079bd1bf881f09c8a339794c","_from":".","_npmVersion":"2.1.4","_nodeVersion":"0.10.29","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"dist":{"shasum":"d5fafca01e1174d0079bd1bf881f09c8a339794c","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"setprototypeof","version":"1.0.1","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"1e3d0cde6b7f4a9fba10cd28e62b200c9d8f899f","_id":"setprototypeof@1.0.1","_shasum":"52009b27888c4dc48f591949c0a8275834c1ca7e","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"52009b27888c4dc48f591949c0a8275834c1ca7e","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.1.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.1.tgz_1454803015119_0.7522649802267551"},"directories":{}},"1.0.2":{"name":"setprototypeof","version":"1.0.2","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"34da239ae7ab69b7b42791d5b928379ce51a0ff2","_id":"setprototypeof@1.0.2","_shasum":"81a552141ec104b88e89ce383103ad5c66564d08","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"81a552141ec104b88e89ce383103ad5c66564d08","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.2.tgz_1479056139581_0.43114364007487893"},"directories":{}}},"readme":"# Polyfill for `Object.setPrototypeOf`\n\nA simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8.\n\n## Usage:\n\n```\n$ npm install --save setprototypeof\n```\n\n```javascript\nvar setPrototypeOf = require('setprototypeof');\n\nvar obj = {};\nsetPrototypeOf(obj, {\n\tfoo: function() {\n\t\treturn 'bar';\n\t}\n});\nobj.foo(); // bar\n```\n","maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"time":{"modified":"2017-01-20T17:15:28.980Z","created":"2015-02-04T13:56:57.705Z","1.0.0":"2015-02-04T13:56:57.705Z","1.0.1":"2016-02-06T23:56:57.210Z","1.0.2":"2016-11-13T16:55:41.672Z"},"homepage":"https://github.com/wesleytodd/setprototypeof","keywords":["polyfill","object","setprototypeof"],"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"author":{"name":"Wes Todd"},"bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"license":"ISC","readmeFilename":"README.md","users":{"mojaray2k":true},"_attachments":{},"_etag":"W/\"588245b0-11a2\"","_lastModified":"Fri, 20 Jan 2017 17:15:28 GMT"}