{ "_from": "@microsoft/signalr@^7.0.5", "_id": "@microsoft/signalr@7.0.14", "_inBundle": false, "_integrity": "sha512-dnS7gSJF5LxByZwJaj82+F1K755ya7ttPT+JnSeCBef3sL8p8FBkHePXphK8NSuOquIb7vsphXWa28A+L2SPpw==", "_location": "/@microsoft/signalr", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@microsoft/signalr@^7.0.5", "name": "@microsoft/signalr", "escapedName": "@microsoft%2fsignalr", "scope": "@microsoft", "rawSpec": "^7.0.5", "saveSpec": null, "fetchSpec": "^7.0.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-7.0.14.tgz", "_shasum": "97551d68f09bb0ae063ffec738f7398f29d297ff", "_spec": "@microsoft/signalr@^7.0.5", "_where": "D:\\project\\czzn-app", "author": { "name": "Microsoft" }, "bugs": { "url": "https://github.com/dotnet/aspnetcore/issues" }, "bundleDependencies": false, "dependencies": { "abort-controller": "^3.0.0", "eventsource": "^2.0.2", "fetch-cookie": "^2.0.3", "node-fetch": "^2.6.7", "ws": "^7.4.5" }, "deprecated": false, "description": "ASP.NET Core SignalR Client", "devDependencies": { "@types/eventsource": "^1.1.8", "@types/jest": "^26.0.20", "@types/node": "^14.14.31", "@types/tough-cookie": "^4.0.0", "process": "^0.11.10" }, "directories": { "test": "spec" }, "files": [ "dist/**/*", "src/**/*" ], "homepage": "https://github.com/dotnet/aspnetcore/tree/main/src/SignalR#readme", "keywords": [ "signalr", "aspnetcore" ], "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "name": "@microsoft/signalr", "repository": { "type": "git", "url": "git+https://github.com/dotnet/aspnetcore.git" }, "resolutions": { "ansi-regex": "5.0.1" }, "scripts": { "build": "yarn run build:lint && yarn run build:esm && yarn run build:cjs && yarn run build:browser && yarn run build:webworker", "build:browser": "node ../common/node_modules/webpack-cli/bin/cli.js", "build:cjs": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module commonjs --outDir ./dist/cjs", "build:esm": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module es2015 --outDir ./dist/esm -d && node ./build/process-dts.js", "build:lint": "node ../common/node_modules/eslint/bin/eslint ./src --ext .ts --resolve-plugins-relative-to ../common", "build:webworker": "node ../common/node_modules/webpack-cli/bin/cli.js --env platform=webworker", "clean": "node ../common/node_modules/rimraf/bin.js ./dist", "prebuild": "yarn run clean && yarn install --mutex network --frozen-lockfile", "preclean": "cd ../common && yarn install --mutex network --frozen-lockfile", "prepack": "node ../build/embed-version.js", "test": "echo \"Run 'yarn test' in the 'clients/ts' folder to test this package\" && exit 1" }, "sideEffects": false, "typings": "./dist/esm/index.d.ts", "umd": "./dist/browser/signalr.js", "umd_name": "signalR", "unpkg": "./dist/browser/signalr.js", "version": "7.0.14" }