package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "ws@^7.3.1",
  3. "_id": "ws@7.5.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^7.3.1",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^7.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.3.1"
  17. },
  18. "_requiredBy": [
  19. "/jsdom",
  20. "/webpack-bundle-analyzer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
  23. "_shasum": "9e0ac77ee50af70d58326ecff7e85eb3fa375e67",
  24. "_spec": "ws@^7.3.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\webpack-bundle-analyzer",
  26. "author": {
  27. "name": "Einar Otto Stangvik",
  28. "email": "einaros@gmail.com",
  29. "url": "http://2x.io"
  30. },
  31. "browser": "browser.js",
  32. "bugs": {
  33. "url": "https://github.com/websockets/ws/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  38. "devDependencies": {
  39. "benchmark": "^2.1.4",
  40. "bufferutil": "^4.0.1",
  41. "eslint": "^7.2.0",
  42. "eslint-config-prettier": "^8.1.0",
  43. "eslint-plugin-prettier": "^4.0.0",
  44. "mocha": "^7.0.0",
  45. "nyc": "^15.0.0",
  46. "prettier": "^2.0.5",
  47. "utf-8-validate": "^5.0.2"
  48. },
  49. "engines": {
  50. "node": ">=8.3.0"
  51. },
  52. "files": [
  53. "browser.js",
  54. "index.js",
  55. "lib/*.js"
  56. ],
  57. "homepage": "https://github.com/websockets/ws",
  58. "keywords": [
  59. "HyBi",
  60. "Push",
  61. "RFC-6455",
  62. "WebSocket",
  63. "WebSockets",
  64. "real-time"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "ws",
  69. "peerDependencies": {
  70. "bufferutil": "^4.0.1",
  71. "utf-8-validate": "^5.0.2"
  72. },
  73. "peerDependenciesMeta": {
  74. "bufferutil": {
  75. "optional": true
  76. },
  77. "utf-8-validate": {
  78. "optional": true
  79. }
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/websockets/ws.git"
  84. },
  85. "scripts": {
  86. "integration": "mocha --throw-deprecation test/*.integration.js",
  87. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  88. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  89. },
  90. "version": "7.5.7"
  91. }