Files
Virtual-Box/.npm/_cacache/content-v2/sha512/6c/e5/45c1442cc9effba51814a99b4142ee9f801abf0b53b2bcaa64f08ea78858b882ce747a072d4fc5b2df07e984b757e79e765bb0034a09c1966322d431795d
2025-12-02 16:27:21 +00:00

1 line
1.7 KiB
Plaintext

{"_id":"component-inherit","_rev":"4-940c9ff10f515ffac9967077de602624","name":"component-inherit","description":"Prototype inheritance utility","dist-tags":{"latest":"0.0.3"},"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","tarball":"https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz","integrity":"sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHsm5d4zupUhfmnICI6W5jrJ84lH+nP5OmUHoOtJWelPAiBcAx98TG4GlXoxfGxjC5nhBxMjowQaBuOgQ2kCAc9yTg=="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"coreh","email":"thecoreh@gmail.com"},"maintainers":[{"name":"coreh","email":"thecoreh@gmail.com"}]}},"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\n","maintainers":[{"name":"coreh","email":"thecoreh@gmail.com"}],"time":{"modified":"2022-06-13T20:00:02.277Z","created":"2014-02-12T00:00:03.837Z","0.0.3":"2014-02-12T00:00:03.837Z"},"readmeFilename":"Readme.md"}