{"versions":{"0.0.3":{"name":"component-inherit","description":"Prototype inheritance utility","version":"0.0.3","keywords":["inherit","utility"],"dependencies":{},"component":{"scripts":{"inherit/index.js":"index.js"}},"repository":{"type":"git","url":"https://github.com/component/inherit.git"},"bugs":{"url":"https://github.com/component/inherit/issues"},"homepage":"https://github.com/component/inherit","_id":"component-inherit@0.0.3","dist":{"shasum":"645fc4adf58b72b649d5cae65135619db26ff143","size":1020,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/component-inherit/-/component-inherit-0.0.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"thecoreh@gmail.com"},"maintainers":[{"name":"anonymous","email":"thecoreh@gmail.com"}],"directories":{},"publish_time":1392163203837,"_cnpm_publish_time":1392163203837,"_hasShrinkwrap":false,"contributors":[]}},"dist-tags":{"latest":"0.0.3"},"name":"component-inherit","time":{"modified":"2022-01-26T14:42:10.673Z","created":"2022-01-26T14:42:10.673Z","0.0.3":"2014-02-12T00:00:03.837Z"},"readme":"# inherit\n\n  Prototype inheritance utility.\n\n## Installation\n\n```\n$ component install component/inherit\n```\n\n## Example\n\n```js\nvar inherit = require('inherit');\n\nfunction Human() {}\nfunction Woman() {}\n\ninherit(Woman, Human);\n```\n\n## License\n\n  MIT","users":{}}