1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
{
"_args": [
[
"inherits@~2.0.1",
"/Users/rebecca/code/npm"
]
],
"_from": "inherits@>=2.0.1 <2.1.0",
"_id": "inherits@2.0.1",
"_inCache": true,
"_location": "/inherits",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "1.3.8",
"_phantomChildren": {},
"_requested": {
"name": "inherits",
"raw": "inherits@~2.0.1",
"rawSpec": "~2.0.1",
"scope": null,
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/",
"/bl/readable-stream",
"/block-stream",
"/concat-stream",
"/concat-stream/readable-stream",
"/fstream",
"/fstream-ignore",
"/fstream-npm",
"/glob",
"/node-gyp/glob",
"/node-gyp/tar",
"/readable-stream",
"/rimraf/glob",
"/tar"
],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
"_shrinkwrap": null,
"_spec": "inherits@~2.0.1",
"_where": "/Users/rebecca/code/npm",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
"dependencies": {},
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
"tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"keywords": [
"browser",
"browserify",
"class",
"inheritance",
"inherits",
"klass",
"object-oriented",
"oop"
],
"license": "ISC",
"main": "./inherits.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "inherits",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/inherits"
},
"scripts": {
"test": "node test"
},
"version": "2.0.1"
}
|