package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "ws@~8.2.3",
  3. "_id": "ws@8.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@~8.2.3",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "~8.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~8.2.3"
  17. },
  18. "_requiredBy": [
  19. "/engine.io"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
  22. "_shasum": "63a56456db1b04367d0b721a0b80cae6d8becbba",
  23. "_spec": "ws@~8.2.3",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\engine.io",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/websockets/ws/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  37. "devDependencies": {
  38. "benchmark": "^2.1.4",
  39. "bufferutil": "^4.0.1",
  40. "eslint": "^7.2.0",
  41. "eslint-config-prettier": "^8.1.0",
  42. "eslint-plugin-prettier": "^4.0.0",
  43. "mocha": "^8.4.0",
  44. "nyc": "^15.0.0",
  45. "prettier": "^2.0.5",
  46. "utf-8-validate": "^5.0.2"
  47. },
  48. "engines": {
  49. "node": ">=10.0.0"
  50. },
  51. "exports": {
  52. "import": "./wrapper.mjs",
  53. "require": "./index.js"
  54. },
  55. "files": [
  56. "browser.js",
  57. "index.js",
  58. "lib/*.js",
  59. "wrapper.mjs"
  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. "peerDependencies": {
  74. "bufferutil": "^4.0.1",
  75. "utf-8-validate": "^5.0.2"
  76. },
  77. "peerDependenciesMeta": {
  78. "bufferutil": {
  79. "optional": true
  80. },
  81. "utf-8-validate": {
  82. "optional": true
  83. }
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/websockets/ws.git"
  88. },
  89. "scripts": {
  90. "integration": "mocha --throw-deprecation test/*.integration.js",
  91. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  92. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  93. },
  94. "version": "8.2.3"
  95. }