node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

38
server/node_modules/@rushstack/terminal/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "@rushstack/terminal",
"version": "0.15.2",
"description": "User interface primitives for console applications",
"main": "lib/index.js",
"typings": "dist/terminal.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/terminal"
},
"dependencies": {
"supports-color": "~8.1.1",
"@rushstack/node-core-library": "5.13.0"
},
"devDependencies": {
"@rushstack/heft": "0.70.0",
"@rushstack/heft-node-rig": "2.8.0",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"@types/supports-color": "8.1.3",
"local-eslint-config": "1.0.0"
},
"peerDependencies": {
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}