package.json 656 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "inherits",
  3. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  4. "version": "2.0.1",
  5. "keywords": [
  6. "inheritance",
  7. "class",
  8. "klass",
  9. "oop",
  10. "object-oriented",
  11. "inherits",
  12. "browser",
  13. "browserify"
  14. ],
  15. "main": "./inherits.js",
  16. "browser": "./inherits_browser.js",
  17. "repository": "git://github.com/isaacs/inherits",
  18. "license": "ISC",
  19. "scripts": {
  20. "test": "node test"
  21. },
  22. "__npminstall_done": "Thu Dec 24 2020 20:20:58 GMT+0800 (CST)",
  23. "_from": "inherits@2.0.1",
  24. "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.1.tgz"
  25. }