package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "ws@6.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ws@6.2.1",
  9. "_id": "ws@6.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
  12. "_location": "/ws",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ws@6.2.1",
  18. "name": "ws",
  19. "escapedName": "ws",
  20. "rawSpec": "6.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.2.1"
  23. },
  24. "_requiredBy": [
  25. "/@aspnet/signalr",
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
  29. "_spec": "6.2.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Einar Otto Stangvik",
  33. "email": "einaros@gmail.com",
  34. "url": "http://2x.io"
  35. },
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/websockets/ws/issues"
  39. },
  40. "dependencies": {
  41. "async-limiter": "~1.0.0"
  42. },
  43. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  44. "devDependencies": {
  45. "benchmark": "~2.1.4",
  46. "bufferutil": "~4.0.0",
  47. "coveralls": "~3.0.3",
  48. "eslint": "~5.15.0",
  49. "eslint-config-prettier": "~4.1.0",
  50. "eslint-plugin-prettier": "~3.0.0",
  51. "mocha": "~6.0.0",
  52. "nyc": "~13.3.0",
  53. "prettier": "~1.16.1",
  54. "utf-8-validate": "~5.0.0"
  55. },
  56. "files": [
  57. "browser.js",
  58. "index.js",
  59. "lib/*.js"
  60. ],
  61. "homepage": "https://github.com/websockets/ws",
  62. "keywords": [
  63. "HyBi",
  64. "Push",
  65. "RFC-6455",
  66. "WebSocket",
  67. "WebSockets",
  68. "real-time"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "ws",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/websockets/ws.git"
  76. },
  77. "scripts": {
  78. "integration": "npm run lint && mocha test/*.integration.js",
  79. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
  80. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  81. },
  82. "version": "6.2.1"
  83. }