You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
929 B

{
"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": {
"type": "git",
"url": "git://github.com/isaacs/inherits.git"
},
"license": {
"type": "WTFPL2"
},
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_id": "inherits@1.0.0",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.10",
"_nodeVersion": "v0.7.7-pre",
"_defaultsLoaded": true,
"dist": {
"shasum": "12dbc03c9f7c203289234b214a7d05a311d71450"
},
"_from": "git://github.com/isaacs/inherits"
}