-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 1.67 KB
/
Copy pathpackage-lock.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
{
"name": "@shilpi1958/code-explainer",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shilpi1958/code-explainer",
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"posthog-node": "^5.47.3"
},
"bin": {
"code-explainer": "src/cli.js",
"pr-explainer": "src/cli.js"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@posthog/core": {
"version": "1.46.1",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.46.1.tgz",
"integrity": "sha512-EoCFduRkvrg9E5ylMi4QnZCjlAdRJCq6tJouWfngBVR79XSI4iPvIWYA+CdzokAjk+TfSVBFVJ++4Im3r+T0Dg==",
"license": "MIT",
"dependencies": {
"@posthog/types": "^1.399.0"
}
},
"node_modules/@posthog/types": {
"version": "1.399.0",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.399.0.tgz",
"integrity": "sha512-/WDwBzqIPko8VJ1B+0rlso2XQEz9+2sqtsY9Tqy3p1GhgTqsFakcz/PmMpAnA321LTEZVRcO6x5hAwABV4yrDw==",
"license": "MIT"
},
"node_modules/posthog-node": {
"version": "5.47.3",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.47.3.tgz",
"integrity": "sha512-mhKaZOGLgD5aKKTj6xNRE2K9vRJnRIj4FNZeguDNnCR0k8RKJh71KO78+UqVdOONBsMzoqb01AD/B+TtsK7YSw==",
"license": "MIT",
"dependencies": {
"@posthog/core": "^1.46.1"
},
"engines": {
"node": "^20.20.0 || >=22.22.0"
},
"peerDependencies": {
"rxjs": "^7.0.0"
},
"peerDependenciesMeta": {
"rxjs": {
"optional": true
}
}
}
}
}