/var/www/myprog.com.ua/server/node/node_modules/component-inherit
NameSizeModeActions
test/-0755rm
.npmignore300644editdlrm
component.json1910644editdlrm
History.md700644editdlrm
index.js1460644editdlrm
Makefile2180644editdlrm
package.json3560644editdlrm
Readme.md2490644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/component-inherit/index.js (146B)
module.exports = function(a, b){ var fn = function(){}; fn.prototype = b.prototype; a.prototype = new fn; a.prototype.constructor = a; };