{ "name" : "inherits" , "description": "A tiny simple way to do classic inheritance in js" , "version" : "1.0.0" , "keywords" : ["inheritance", "class", "klass", "oop", "object-oriented"] , "main" : "./inherits.js" , "repository" : "https://github.com/isaacs/inherits" , "license": { "type": "GPOL", "url": "https://raw.github.com/isaacs/inherits/master/LICENSE" } , "author" : "Isaac Z. Schlueter (http://blog.izs.me/)" }