| { |
| "browser": "./inherits_browser.js", |
| "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", |
| "devDependencies": { |
| "tap": "^14.2.4" |
| }, |
| "files": [ |
| "inherits.js", |
| "inherits_browser.js" |
| ], |
| "keywords": [ |
| "inheritance", |
| "class", |
| "klass", |
| "oop", |
| "object-oriented", |
| "inherits", |
| "browser", |
| "browserify" |
| ], |
| "license": "ISC", |
| "main": "./inherits.js", |
| "name": "inherits", |
| "repository": "git://github.com/isaacs/inherits", |
| "scripts": { |
| "test": "tap" |
| }, |
| "version": "2.0.4" |
| } |