123456789101112131415161718 |
- {
- "name": "inherits",
- "description": "A tiny simple way to do classic inheritance in js",
- "version": "1.0.2",
- "keywords": [
- "inheritance",
- "class",
- "klass",
- "oop",
- "object-oriented"
- ],
- "main": "./inherits.js",
- "repository": "https://github.com/isaacs/inherits",
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "__npminstall_done": true,
- "_from": "inherits@1.0.2",
- "_resolved": "https://registry.npmmirror.com/inherits/-/inherits-1.0.2.tgz"
- }
|