package.json 500 B

123456789101112131415161718
  1. {
  2. "name": "inherits",
  3. "description": "A tiny simple way to do classic inheritance in js",
  4. "version": "1.0.2",
  5. "keywords": [
  6. "inheritance",
  7. "class",
  8. "klass",
  9. "oop",
  10. "object-oriented"
  11. ],
  12. "main": "./inherits.js",
  13. "repository": "https://github.com/isaacs/inherits",
  14. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  15. "__npminstall_done": true,
  16. "_from": "inherits@1.0.2",
  17. "_resolved": "https://registry.npmmirror.com/inherits/-/inherits-1.0.2.tgz"
  18. }