-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage-lock.json
More file actions
87 lines (87 loc) · 3.23 KB
/
package-lock.json
File metadata and controls
87 lines (87 loc) · 3.23 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@bosque/core",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@bosque/core",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@bosque/jsbrex": "0.15.0",
"@types/node": "22.7.1",
"chalk": "5.5.0"
},
"bin": {
"bosque": "bin/cmd/bosque.js"
},
"devDependencies": {
"typescript": "5.6.2"
},
"engines": {
"node": ">=22.9.0"
}
},
"node_modules/@bosque/jsbrex": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/@bosque/jsbrex/-/jsbrex-0.15.0.tgz",
"integrity": "sha512-FoTetNU1FWi0UXs88gWjRo5dmjsZuE/sGNpTNxsvDTPLMjEuV99SW2wdlVjjfFl4nIUx4/MBR/YjTf5ti4oZEQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "8.0.0"
}
},
"node_modules/@types/node": {
"version": "22.7.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.1.tgz",
"integrity": "sha512-adOMRLVmleuWs/5V/w5/l7o0chDK/az+5ncCsIapTKogsu/3MVWvSgP58qVTXi5IwpfGt8pMobNq9rOWtJyu5Q==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"
}
},
"node_modules/chalk": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
"integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/node-addon-api": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.0.0.tgz",
"integrity": "sha512-ipO7rsHEBqa9STO5C5T10fj732ml+5kLN1cAG8/jdHd56ldQeGj3Q7+scUS+VHK/qy1zLEwC4wMK5+yM0btPvw==",
"license": "MIT",
"engines": {
"node": "^18 || ^20 || >= 21"
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"license": "MIT"
}
}
}