-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 1.96 KB
/
Copy pathpackage-lock.json
File metadata and controls
72 lines (72 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@blindspotlab/stackbrief",
"version": "1.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@blindspotlab/stackbrief",
"version": "1.1.2",
"license": "MIT",
"bin": {
"stackbrief": "bin/cli.js"
},
"devDependencies": {
"@types/node": "^16.18.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=16.7.0"
}
},
"node_modules/@types/node": {
"version": "16.18.126",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz",
"integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==",
"dev": true,
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"packages/cli": {
"name": "@blindspotlab/stackbrief-cli",
"version": "1.0.4",
"extraneous": true,
"dependencies": {
"@blindspotlab/stackbrief-scanner": "1.0.4",
"@blindspotlab/stackbrief-types": "1.0.4"
}
},
"packages/core": {
"name": "@blindspotlab/stackbrief-core",
"version": "1.0.4",
"extraneous": true
},
"packages/scanner": {
"name": "@blindspotlab/stackbrief-scanner",
"version": "1.0.4",
"extraneous": true,
"dependencies": {
"@blindspotlab/stackbrief-core": "1.0.4",
"@blindspotlab/stackbrief-types": "1.0.4"
}
},
"packages/types": {
"name": "@blindspotlab/stackbrief-types",
"version": "1.0.4",
"extraneous": true
}
}
}