package.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@microsoft/signalr@^7.0.5",
  3. "_id": "@microsoft/signalr@7.0.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dnS7gSJF5LxByZwJaj82+F1K755ya7ttPT+JnSeCBef3sL8p8FBkHePXphK8NSuOquIb7vsphXWa28A+L2SPpw==",
  6. "_location": "/@microsoft/signalr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@microsoft/signalr@^7.0.5",
  12. "name": "@microsoft/signalr",
  13. "escapedName": "@microsoft%2fsignalr",
  14. "scope": "@microsoft",
  15. "rawSpec": "^7.0.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.5"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-7.0.14.tgz",
  23. "_shasum": "97551d68f09bb0ae063ffec738f7398f29d297ff",
  24. "_spec": "@microsoft/signalr@^7.0.5",
  25. "_where": "D:\\project\\czzn-app",
  26. "author": {
  27. "name": "Microsoft"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dotnet/aspnetcore/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "abort-controller": "^3.0.0",
  35. "eventsource": "^2.0.2",
  36. "fetch-cookie": "^2.0.3",
  37. "node-fetch": "^2.6.7",
  38. "ws": "^7.4.5"
  39. },
  40. "deprecated": false,
  41. "description": "ASP.NET Core SignalR Client",
  42. "devDependencies": {
  43. "@types/eventsource": "^1.1.8",
  44. "@types/jest": "^26.0.20",
  45. "@types/node": "^14.14.31",
  46. "@types/tough-cookie": "^4.0.0",
  47. "process": "^0.11.10"
  48. },
  49. "directories": {
  50. "test": "spec"
  51. },
  52. "files": [
  53. "dist/**/*",
  54. "src/**/*"
  55. ],
  56. "homepage": "https://github.com/dotnet/aspnetcore/tree/main/src/SignalR#readme",
  57. "keywords": [
  58. "signalr",
  59. "aspnetcore"
  60. ],
  61. "license": "MIT",
  62. "main": "./dist/cjs/index.js",
  63. "module": "./dist/esm/index.js",
  64. "name": "@microsoft/signalr",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/dotnet/aspnetcore.git"
  68. },
  69. "resolutions": {
  70. "ansi-regex": "5.0.1"
  71. },
  72. "scripts": {
  73. "build": "yarn run build:lint && yarn run build:esm && yarn run build:cjs && yarn run build:browser && yarn run build:webworker",
  74. "build:browser": "node ../common/node_modules/webpack-cli/bin/cli.js",
  75. "build:cjs": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module commonjs --outDir ./dist/cjs",
  76. "build:esm": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module es2015 --outDir ./dist/esm -d && node ./build/process-dts.js",
  77. "build:lint": "node ../common/node_modules/eslint/bin/eslint ./src --ext .ts --resolve-plugins-relative-to ../common",
  78. "build:webworker": "node ../common/node_modules/webpack-cli/bin/cli.js --env platform=webworker",
  79. "clean": "node ../common/node_modules/rimraf/bin.js ./dist",
  80. "prebuild": "yarn run clean && yarn install --mutex network --frozen-lockfile",
  81. "preclean": "cd ../common && yarn install --mutex network --frozen-lockfile",
  82. "prepack": "node ../build/embed-version.js",
  83. "test": "echo \"Run 'yarn test' in the 'clients/ts' folder to test this package\" && exit 1"
  84. },
  85. "sideEffects": false,
  86. "typings": "./dist/esm/index.d.ts",
  87. "umd": "./dist/browser/signalr.js",
  88. "umd_name": "signalR",
  89. "unpkg": "./dist/browser/signalr.js",
  90. "version": "7.0.14"
  91. }