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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
| {
| "_args": [
| [
| {
| "raw": "inherits@2",
| "scope": null,
| "escapedName": "inherits",
| "name": "inherits",
| "rawSpec": "2",
| "spec": ">=2.0.0 <3.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/glob"
| ]
| ],
| "_from": "inherits@>=2.0.0 <3.0.0",
| "_hasShrinkwrap": false,
| "_id": "inherits@2.0.4",
| "_inCache": true,
| "_location": "/inherits",
| "_nodeVersion": "12.3.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/inherits_2.0.4_1560975532337_0.07791065184845936"
| },
| "_npmUser": {
| "name": "isaacs",
| "email": "i@izs.me"
| },
| "_npmVersion": "6.9.0",
| "_phantomChildren": {},
| "_requested": {
| "raw": "inherits@2",
| "scope": null,
| "escapedName": "inherits",
| "name": "inherits",
| "rawSpec": "2",
| "spec": ">=2.0.0 <3.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/concat-stream",
| "/concat-stream/readable-stream",
| "/glob",
| "/hpack.js",
| "/hpack.js/readable-stream",
| "/readable-stream"
| ],
| "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
| "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
| "_shrinkwrap": null,
| "_spec": "inherits@2",
| "_where": "/root/rushmail/node_modules/glob",
| "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": {
| "tap": "^14.2.4"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
| "shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
| "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
| "fileCount": 5,
| "unpackedSize": 3958,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCpisCRA9TVsSAnZWagAA34wP/R7/M+OPDguEHhSTBFwm\nyr5qskotwW0egz8MlwqkYJnKmkNMGVwH2ciD0+mzkoomD+iUf9cAI6qjAT+p\n2b+qFTikQpScNZRMKnMF+f5Jf0X6IVS03tojFm2i9BSxD0DL7fRoNLw/3seH\nO/5vYeiQUq0Ojx3AY4hf31AQTfBlZ7pohiE6BNAYWBXWpCq2c3uENGaeiwxk\nnmTL/fUs8RRubjrqW5Bwpi+PZrkmwcL+Te/juGLP1Ef52BDjaeVk1e9YlNtJ\nX++I+HyVR0Kb4pYyBO/iRE1ifanLmGm70PsBFUmwAAq21FGhFH/cfAeoRJo7\n3MuW5+W8n2BmJKwpngGIf/92SWJP9Ww1Vo1Lo11fpwGjPjF4RiFkD81+GDSI\n6LXikSQRmGS+6FIrkXDKZ45ir8K3tGw6peXr/fq1FmzicySGRd8gFpAZIxCw\nLIM7YXBonoGsG8p/LqG6rTfmC3ymOR8R+WH5NGeMXkRw08KJED5nMkSp5b4I\nIRenKnfIZgz+daoFE8p/W6KtTz+Ac1pMou9vnSa3B7YZjr1y6B6B3PLDq3kC\nyZZWvv3u78F8u8WkVS8iA8BvEO6aPcENzQcT61P4h0r8mitpLmvKN2+WViLV\nowBn8STKGeuXImHwPgY6Et6U29r9ec1Y01YNNf8Qfd03eNhroDFKBsC3rPGU\nT9HJ\r\n=18y6\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "gitHead": "9a2c29400c6d491e0b7beefe0c32efa3b462545d",
| "homepage": "https://github.com/isaacs/inherits#readme",
| "keywords": [
| "inheritance",
| "class",
| "klass",
| "oop",
| "object-oriented",
| "inherits",
| "browser",
| "browserify"
| ],
| "license": "ISC",
| "main": "./inherits.js",
| "maintainers": [
| {
| "name": "isaacs",
| "email": "i@izs.me"
| }
| ],
| "name": "inherits",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git://github.com/isaacs/inherits.git"
| },
| "scripts": {
| "test": "tap"
| },
| "version": "2.0.4"
| }
|
|