| 12345678910111213141516171819202122232425 |
- {
- "name": "inherits",
- "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
- "version": "2.0.1",
- "keywords": [
- "inheritance",
- "class",
- "klass",
- "oop",
- "object-oriented",
- "inherits",
- "browser",
- "browserify"
- ],
- "main": "./inherits.js",
- "browser": "./inherits_browser.js",
- "repository": "git://github.com/isaacs/inherits",
- "license": "ISC",
- "scripts": {
- "test": "node test"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:58 GMT+0800 (CST)",
- "_from": "inherits@2.0.1",
- "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.1.tgz"
- }
|