package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "ws@^4.0.0",
  3. "_id": "ws@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^4.0.0",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/discord.js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ws/-/ws-4.1.0.tgz",
  22. "_shasum": "a979b5d7d4da68bf54efe0408967c324869a7289",
  23. "_spec": "ws@^4.0.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/discord.js",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/websockets/ws/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "async-limiter": "~1.0.0",
  36. "safe-buffer": "~5.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  40. "devDependencies": {
  41. "benchmark": "~2.1.2",
  42. "bufferutil": "~3.0.0",
  43. "eslint": "~4.18.0",
  44. "eslint-config-standard": "~11.0.0",
  45. "eslint-plugin-import": "~2.9.0",
  46. "eslint-plugin-node": "~6.0.0",
  47. "eslint-plugin-promise": "~3.6.0",
  48. "eslint-plugin-standard": "~3.0.0",
  49. "mocha": "~5.0.0",
  50. "nyc": "~11.4.1",
  51. "utf-8-validate": "~4.0.0"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib"
  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. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/websockets/ws.git"
  72. },
  73. "scripts": {
  74. "integration": "eslint . && mocha test/*.integration.js",
  75. "lint": "eslint .",
  76. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  77. },
  78. "version": "4.1.0"
  79. }