{"_id":"inherits-browser","_rev":"216003","name":"inherits-browser","description":"A inherits fork that is safe per default to use in browsers","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"nikku","email":"git_nikku@nixis.de"}],"time":{"modified":"2023-03-24T09:04:12.000Z","created":"2022-04-06T19:14:58.447Z","0.1.0":"2022-08-11T16:57:56.185Z","0.0.1":"2022-04-06T19:14:58.447Z"},"users":{},"author":{"name":"Nico Rehwaldt"},"repository":{"type":"git","url":"git+https://github.com/nikku/inherits-browser.git"},"versions":{"0.1.0":{"name":"inherits-browser","description":"A inherits fork that is safe per default to use in browsers","version":"0.1.0","source":"index.js","module":"./dist/index.es.js","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"test":"echo 'no tests'","prepare":"microbundle -f cjs,esm && cpy index.d.ts dist/"},"repository":{"type":"git","url":"git+https://github.com/nikku/inherits-browser.git"},"keywords":["inherits"],"author":{"name":"Nico Rehwaldt"},"license":"ISC","sideEffects":false,"devDependencies":{"cpy-cli":"^4.1.0","microbundle":"^0.14.2"},"gitHead":"ad2dbfcea0d25d6c45c5df2fc5dd12e07df19faa","bugs":{"url":"https://github.com/nikku/inherits-browser/issues"},"homepage":"https://github.com/nikku/inherits-browser#readme","_id":"inherits-browser@0.1.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","_npmUser":{"name":"nikku","email":"git_nikku@nixis.de"},"dist":{"shasum":"893a7c9cc78f2a1e18093aaa203bbb8cf5c30511","size":2102,"noattachment":false,"key":"/inherits-browser/-/inherits-browser-0.1.0.tgz","tarball":"http://name.csiicloud.com:7001/inherits-browser/download/inherits-browser-0.1.0.tgz"},"directories":{},"maintainers":[{"name":"nikku","email":"git_nikku@nixis.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/inherits-browser_0.1.0_1660237076010_0.9943589509852304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-11T17:06:00.279Z","publish_time":1660237076185,"_cnpm_publish_time":1660237076185},"0.0.1":{"name":"inherits-browser","description":"A inherits fork that is safe per default to use in browsers","version":"0.0.1","source":"index.js","module":"./dist/index.es.js","main":"./dist/index.js","scripts":{"test":"echo 'no tests'","prepare":"microbundle -f cjs,esm"},"repository":{"type":"git","url":"git+https://github.com/nikku/inherits-browser.git"},"keywords":["inherits"],"author":{"name":"Nico Rehwaldt"},"license":"ISC","sideEffects":false,"devDependencies":{"microbundle":"^0.14.2"},"gitHead":"c2e0b6ca276a412f22e81628b74c1254a0c90a3e","bugs":{"url":"https://github.com/nikku/inherits-browser/issues"},"homepage":"https://github.com/nikku/inherits-browser#readme","_id":"inherits-browser@0.0.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","_npmUser":{"name":"nikku","email":"git_nikku@nixis.de"},"dist":{"shasum":"e85be69ebe554cc9840ec816ef3596a4316645ec","size":1925,"noattachment":false,"key":"/inherits-browser/-/inherits-browser-0.0.1.tgz","tarball":"http://name.csiicloud.com:7001/inherits-browser/download/inherits-browser-0.0.1.tgz"},"directories":{},"maintainers":[{"name":"nikku","email":"git_nikku@nixis.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/inherits-browser_0.0.1_1649272498303_0.3181405578856231"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T01:22:35.390Z","publish_time":1649272498447,"_cnpm_publish_time":1649272498447}},"readme":"# inherits-browser\n\nA [inherits@2](https://www.npmjs.com/package/inherits) fork that is safe per default to use in browsers.\n\n\n## Usage\n\n```javascript\nimport inherits from 'inherits-browser';\n\nfunction Parent() {}\n\nfunction Child() {\n  Parent.call(this);\n}\n\ninherits(Child, Parent);\n```\n\n\n## Why\n\n* Do not require `package.json#browser`; always be browser compatible\n* Target modern run-times (IE9+, other browsers + NodeJS) only\n\n## License\n\nISC","_attachments":{},"homepage":"https://github.com/nikku/inherits-browser#readme","bugs":{"url":"https://github.com/nikku/inherits-browser/issues"},"license":"ISC"}