package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ws@7.5.9",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@7.5.9",
  10. "_id": "ws@7.5.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@7.5.9",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "7.5.9",
  22. "saveSpec": null,
  23. "fetchSpec": "7.5.9"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz",
  29. "_spec": "7.5.9",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "bufferutil": "^4.0.1",
  44. "eslint": "^7.2.0",
  45. "eslint-config-prettier": "^8.1.0",
  46. "eslint-plugin-prettier": "^4.0.0",
  47. "mocha": "^7.0.0",
  48. "nyc": "^15.0.0",
  49. "prettier": "^2.0.5",
  50. "utf-8-validate": "^5.0.2"
  51. },
  52. "engines": {
  53. "node": ">=8.3.0"
  54. },
  55. "files": [
  56. "browser.js",
  57. "index.js",
  58. "lib/*.js"
  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. "peerDependencies": {
  73. "bufferutil": "^4.0.1",
  74. "utf-8-validate": "^5.0.2"
  75. },
  76. "peerDependenciesMeta": {
  77. "bufferutil": {
  78. "optional": true
  79. },
  80. "utf-8-validate": {
  81. "optional": true
  82. }
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/websockets/ws.git"
  87. },
  88. "scripts": {
  89. "integration": "mocha --throw-deprecation test/*.integration.js",
  90. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  91. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  92. },
  93. "version": "7.5.9"
  94. }