blob: 5b05cc13f90d5217dcaa933a64718c1407052183 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "inherits@2",
3 "_id": "inherits@2.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
6 "_location": "/inherits",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "inherits@2",
12 "name": "inherits",
13 "escapedName": "inherits",
14 "rawSpec": "2",
15 "saveSpec": null,
16 "fetchSpec": "2"
17 },
18 "_requiredBy": [
19 "/cloneable-readable",
20 "/duplexify",
21 "/findup-sync/glob",
22 "/flush-write-stream",
23 "/from2",
24 "/glob",
25 "/pumpify",
26 "/readable-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
29 "_shasum": "0fa2c64f932917c3433a0ded55363aae37416b7c",
30 "_spec": "inherits@2",
31 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\findup-sync\\node_modules\\glob",
32 "browser": "./inherits_browser.js",
33 "bugs": {
34 "url": "https://github.com/isaacs/inherits/issues"
35 },
36 "bundleDependencies": false,
37 "deprecated": false,
38 "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
39 "devDependencies": {
40 "tap": "^14.2.4"
41 },
42 "files": [
43 "inherits.js",
44 "inherits_browser.js"
45 ],
46 "homepage": "https://github.com/isaacs/inherits#readme",
47 "keywords": [
48 "inheritance",
49 "class",
50 "klass",
51 "oop",
52 "object-oriented",
53 "inherits",
54 "browser",
55 "browserify"
56 ],
57 "license": "ISC",
58 "main": "./inherits.js",
59 "name": "inherits",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/isaacs/inherits.git"
63 },
64 "scripts": {
65 "test": "tap"
66 },
67 "version": "2.0.4"
68}