Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
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": {
18
"type": "git",
19
"url": "git://github.com/isaacs/inherits.git"
20
},
21
"license": "ISC",
22
"scripts": {
23
"test": "node test"
24
},
25
"bugs": {
26
"url": "https://github.com/isaacs/inherits/issues"
27
},
28
"_id": "[email protected]",
29
"dist": {
30
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
31
"tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
32
},
33
"_from": "inherits@>=2.0.1 <2.1.0",
34
"_npmVersion": "1.3.8",
35
"_npmUser": {
36
"name": "isaacs",
37
"email": "[email protected]"
38
},
39
"maintainers": [
40
{
41
"name": "isaacs",
42
"email": "[email protected]"
43
}
44
],
45
"directories": {},
46
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
47
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
48
"readme": "ERROR: No README data found!",
49
"homepage": "https://github.com/isaacs/inherits#readme"
50
}
51
52