package.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "@aspnet/signalr@1.1.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@aspnet/signalr@1.1.4",
  9. "_id": "@aspnet/signalr@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Jp9nPc8hmmhbG9OKiHe2fOKskBHfg+3Y9foSKHxjgGtyI743hXjGFv3uFlUg503K9f8Ilu63gQt3fDkLICBRyg==",
  12. "_location": "/@aspnet/signalr",
  13. "_phantomChildren": {
  14. "aws-sign2": "0.7.0",
  15. "caseless": "0.12.0",
  16. "combined-stream": "1.0.6",
  17. "forever-agent": "0.6.1",
  18. "form-data": "2.3.3",
  19. "har-validator": "5.1.3",
  20. "http-signature": "1.2.0",
  21. "is-typedarray": "1.0.0",
  22. "isstream": "0.1.2",
  23. "json-stringify-safe": "5.0.1",
  24. "original": "1.0.1",
  25. "performance-now": "2.1.0",
  26. "psl": "1.7.0",
  27. "qs": "6.5.2",
  28. "safe-buffer": "5.1.2",
  29. "tunnel-agent": "0.6.0"
  30. },
  31. "_requested": {
  32. "type": "version",
  33. "registry": true,
  34. "raw": "@aspnet/signalr@1.1.4",
  35. "name": "@aspnet/signalr",
  36. "escapedName": "@aspnet%2fsignalr",
  37. "scope": "@aspnet",
  38. "rawSpec": "1.1.4",
  39. "saveSpec": null,
  40. "fetchSpec": "1.1.4"
  41. },
  42. "_requiredBy": [
  43. "/"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/@aspnet/signalr/-/signalr-1.1.4.tgz",
  46. "_spec": "1.1.4",
  47. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  48. "author": {
  49. "name": "Microsoft"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/aspnet/SignalR/issues"
  53. },
  54. "dependencies": {
  55. "eventsource": "^1.0.7",
  56. "request": "^2.88.0",
  57. "ws": "^6.0.0"
  58. },
  59. "description": "ASP.NET Core SignalR Client",
  60. "devDependencies": {
  61. "@types/eventsource": "^1.0.2",
  62. "@types/node": "^10.9.4",
  63. "@types/request": "^2.47.1",
  64. "es6-promise": "^4.2.2"
  65. },
  66. "directories": {
  67. "test": "spec"
  68. },
  69. "files": [
  70. "dist/**/*",
  71. "src/**/*"
  72. ],
  73. "homepage": "https://github.com/aspnet/SignalR#readme",
  74. "license": "Apache-2.0",
  75. "main": "./dist/cjs/index.js",
  76. "module": "./dist/esm/index.js",
  77. "name": "@aspnet/signalr",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/aspnet/SignalR.git"
  81. },
  82. "scripts": {
  83. "build": "npm run clean && npm run build:lint && npm run build:esm && npm run build:cjs && npm run build:browser && npm run build:uglify",
  84. "build:browser": "node ../common/node_modules/webpack-cli/bin/cli.js",
  85. "build:cjs": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module commonjs --outDir ./dist/cjs",
  86. "build:esm": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module es2015 --outDir ./dist/esm -d && node ./build/process-dts.js",
  87. "build:lint": "node ../common/node_modules/tslint/bin/tslint -c ../tslint.json -p ./tsconfig.json",
  88. "build:uglify": "node ../common/node_modules/uglify-js/bin/uglifyjs --source-map \"url='signalr.min.js.map',content='./dist/browser/signalr.js.map'\" --comments -o ./dist/browser/signalr.min.js ./dist/browser/signalr.js",
  89. "clean": "node ../common/node_modules/rimraf/bin.js ./dist",
  90. "prepack": "node ../build/embed-version.js",
  91. "test": "echo \"Run 'npm test' in the 'clients\\ts' folder to test this package\" && exit 1"
  92. },
  93. "typings": "./dist/esm/index.d.ts",
  94. "umd": "./dist/browser/signalr.js",
  95. "umd_name": "signalR",
  96. "version": "1.1.4"
  97. }