/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
62 строки
2 KB
William Godbe
[Infrastructure] Updated npm packages 2026-07-29 (#68091)
03 авг 2026, 18:41
Не верифицирован
03 авг 2026, 18:41
1a93b55
Код
Авторство
О чём код?
{ "name": "@microsoft/aspnetcore", "version": "1.0.0", "private": true, "workspaces": [ "src/SignalR/clients/ts/signalr", "src/SignalR/clients/ts/signalr-protocol-msgpack", "src/SignalR/clients/ts/FunctionalTests", "src/SignalR/clients/ts", "src/JSInterop/Microsoft.JSInterop.JS/src", "src/Components/dotnet-runtime-js", "src/Components/Web.JS/", "src/Components/WebAssembly/WebAssembly.Authentication/src/Interop", "src/Components/WebAssembly/Authentication.Msal/src/Interop", "src/Components/CustomElements/src/js", "src/Components/Server.AutoPause/src/js", "src/ProjectTemplates/test/Templates.Tests" ], "scripts": { "build": "npm run build --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "test": "npm run test --workspaces --if-present", "integration-test": "npm run integration-test --workspaces --if-present", "coverage": "npm run coverage --workspaces --if-present", "get-version": "npm run get-version --workspaces --if-present" }, "overrides": { "got": "^11.8.2", "http-cache-semantics": "^4.1.1", "semver-regex": "^3.1.3", "saucelabs": ">=7.2.0", "tar": ">=7.5.11", "serialize-javascript": ">=7.0.5", "@tootallnate/once": ">=3.0.1", "oidc-client": { "serialize-javascript": ">=7.0.5" }, "lodash": ">=4.18.0", "cacache": ">=21.0.0", "ignore-walk": ">=9.0.0", "read-package-json": ">=7.0.0", "readdir-glob": ">=3.0.0", "@tufjs/models": ">=5.0.0" }, "engines": { "node": ">=20.9.0", "npm": ">=9.3.1" }, "devDependencies": { "karma-sauce-launcher": "^4.3.6", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^11.1.5", "rimraf": "^6.1.3", "rollup": "^4.9.2", "rollup-plugin-filesize": "^10.0.0", "typescript": "^5.3.3", "ts-node": "^10.9.2" } }