-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage-lock.json
More file actions
129 lines (129 loc) · 4.04 KB
/
Copy pathpackage-lock.json
File metadata and controls
129 lines (129 loc) · 4.04 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@repomix/memory-benchmarks",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@repomix/memory-benchmarks",
"version": "1.0.0",
"dependencies": {
"@types/asciichart": "^1.5.8",
"asciichart": "^1.5.25",
"repomix": "file:../.."
},
"devDependencies": {
"@types/node": "^24.13.1",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22.0.0"
}
},
"../..": {
"version": "1.14.1",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.11.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@repomix/strip-comments": "^2.4.2",
"@repomix/tree-sitter-wasms": "^0.1.17",
"@secretlint/core": "^13.0.2",
"@secretlint/secretlint-rule-preset-recommend": "^13.0.2",
"commander": "^14.0.3",
"fast-xml-builder": "^1.2.0",
"git-url-parse": "^16.1.0",
"globby": "^16.2.0",
"gpt-tokenizer": "^3.4.0",
"handlebars": "^4.7.9",
"iconv-lite": "^0.7.0",
"is-binary-path": "^3.0.0",
"isbinaryfile": "^5.0.2",
"jiti": "^2.7.0",
"jschardet": "^3.1.4",
"json5": "^2.2.3",
"minimatch": "^10.2.5",
"picocolors": "^1.1.1",
"picospinner": "^3.0.0",
"tar": "^7.5.15",
"tinyclip": "^0.1.13",
"tinypool": "^2.1.0",
"valibot": "^1.4.1",
"web-tree-sitter": "^0.26.9",
"zod": "^4.4.3"
},
"bin": {
"repomix": "bin/repomix.cjs"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@secretlint/types": "^13.0.2",
"@types/node": "^24.12.4",
"@types/strip-comments": "^2.0.4",
"@typescript/native-preview": "^7.0.0-dev.20260527.2",
"@valibot/to-json-schema": "^1.7.0",
"@vitest/coverage-v8": "^4.1.7",
"@xmldom/xmldom": "^0.9.9",
"git-up": "^8.1.1",
"oxlint": "^1.67.0",
"rimraf": "^6.1.3",
"secretlint": "^13.0.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.7"
},
"engines": {
"node": ">=22.0.0",
"yarn": ">=1.22.22"
}
},
"node_modules/@types/asciichart": {
"version": "1.5.8",
"resolved": "https://registry.npmjs.org/@types/asciichart/-/asciichart-1.5.8.tgz",
"integrity": "sha512-8yzgCUybv8/yUfj4WeTh7G+V+AxU7AzwsF2CrkTtARKHdrxE/EiByF2efUMj6qdm87tENucNu6pLs22RWU0H7g==",
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.13.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.1.tgz",
"integrity": "sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.18.0"
}
},
"node_modules/asciichart": {
"version": "1.5.25",
"resolved": "https://registry.npmjs.org/asciichart/-/asciichart-1.5.25.tgz",
"integrity": "sha512-PNxzXIPPOtWq8T7bgzBtk9cI2lgS4SJZthUHEiQ1aoIc3lNzGfUvIvo9LiAnq26TACo9t1/4qP6KTGAUbzX9Xg==",
"license": "MIT"
},
"node_modules/repomix": {
"resolved": "../..",
"link": true
},
"node_modules/typescript": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"dev": true,
"license": "MIT"
}
}
}