-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.29 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 3.29 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
{
"private": true,
"description": "Monorepo for Consul UI, packages and addons.",
"license": "MPL-2.0",
"author": "HashiCorp",
"scripts": {
"compliance": "npm-run-all compliance:*",
"compliance:licenses": "license-checker --summary --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL' --excludePackages 'consul-ui@2.2.0'",
"doc:toc": "doctoc README.md"
},
"devDependencies": {
"doctoc": "^2.0.0",
"license-checker": "^25.0.1",
"npm-run-all": "^4.1.5"
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
"engines": {
"node": "24",
"pnpm": ">= 9"
},
"pnpm": {
"overrides": {
"clean-css@<4.1.11": ">=4.1.11",
"markdown-it@<14.2.0": ">=14.2.0",
"js-yaml@<4.3.0": "4.3.0",
"shell-quote@<1.9.0": ">=1.9.0",
"json5@<1.0.2": ">=1.0.2",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"body-parser@<2.3.0": ">=2.3.0",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"ansi-html@<0.0.8": ">=0.0.8",
"cookie@<0.7.0": ">=0.7.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"path-to-regexp@<0.1.13": "=0.1.13",
"prismjs@<1.30.0": ">=1.30.0",
"on-headers@<1.1.0": ">=1.1.0",
"tmp@<0.2.6": ">=0.2.6",
"rollup@<2.80.0": ">=2.80.0",
"qs": ">=6.15.2",
"underscore": ">=1.13.8",
"immutable": ">=5.1.8",
"serialize-javascript@<=7.0.4": ">=7.0.5",
"socket.io-parser@<4.2.6": ">=4.2.6",
"handlebars@<4.7.9": ">=4.7.9",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"picomatch@<2.3.2": "^2.3.2",
"brace-expansion@>=5.0.0 <5.0.7": "^5.0.7",
"brace-expansion@5.0.6": "5.0.7",
"brace-expansion@>=2.0.0 <2.1.2": "^2.1.2",
"brace-expansion@<1.1.16": "^1.1.16",
"ajv@<6.14.0": "^6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
"lodash@>=4.0.0 <=4.17.22": "^4.18.0",
"flatted@<=3.4.1": "^3.4.2",
"minimatch@>=3.0.0 <3.1.4": "^3.1.4",
"minimatch@>=5.0.0 <5.1.8": "^5.1.8",
"minimatch@>=7.0.0 <7.4.8": "^7.4.8",
"minimatch@>=8.0.0 <8.0.6": "^8.0.6",
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"webpack@>=5.49.0 <=5.104.0": "^5.104.1",
"diff@>=5.0.0 <5.2.2": "^5.2.2",
"diff@>=6.0.0 <8.0.3": "^8.0.3",
"@xmldom/xmldom@<0.8.13": ">=0.8.13",
"follow-redirects@<=1.15.11": ">=1.16.0",
"uuid@<14.0.0": ">=14.0.0",
"postcss@<8.5.10": ">=8.5.10",
"fast-uri@<3.1.4": ">=3.1.4",
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": "^7.29.4",
"ws@<8.21.0": ">=8.21.0",
"@babel/core@<7.29.6": "^7.29.6",
"websocket-driver@<0.7.5": ">=0.7.5",
"engine.io@<6.6.7": ">=6.6.7",
"linkify-it@<=5.0.1": ">=5.0.2",
"morgan@<1.11.0": ">=1.11.0",
"@ember/test-waiters": "3.1.0"
},
"patchedDependencies": {
"js-yaml@4.3.0": "patches/js-yaml@4.3.0.patch"
}
}
}