package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "ws@5.2.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@5.2.3",
  10. "_id": "ws@5.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@5.2.3",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "5.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.3"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz",
  29. "_spec": "5.2.3",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Einar Otto Stangvik",
  33. "email": "einaros@gmail.com",
  34. "url": "http://2x.io"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/websockets/ws/issues"
  38. },
  39. "dependencies": {
  40. "async-limiter": "~1.0.0"
  41. },
  42. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  43. "devDependencies": {
  44. "benchmark": "~2.1.2",
  45. "bufferutil": "~3.0.0",
  46. "eslint": "~4.19.0",
  47. "eslint-config-standard": "~11.0.0",
  48. "eslint-plugin-import": "~2.12.0",
  49. "eslint-plugin-node": "~6.0.0",
  50. "eslint-plugin-promise": "~3.8.0",
  51. "eslint-plugin-standard": "~3.0.0",
  52. "mocha": "~5.2.0",
  53. "nyc": "~12.0.2",
  54. "utf-8-validate": "~4.0.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/websockets/ws",
  61. "keywords": [
  62. "HyBi",
  63. "Push",
  64. "RFC-6455",
  65. "WebSocket",
  66. "WebSockets",
  67. "real-time"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "ws",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/websockets/ws.git"
  75. },
  76. "scripts": {
  77. "integration": "eslint . && mocha test/*.integration.js",
  78. "lint": "eslint .",
  79. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  80. },
  81. "version": "5.2.3"
  82. }