package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "ws@4.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@4.1.0",
  10. "_id": "ws@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@4.1.0",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ws/-/ws-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "safe-buffer": "~5.1.0"
  42. },
  43. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  44. "devDependencies": {
  45. "benchmark": "~2.1.2",
  46. "bufferutil": "~3.0.0",
  47. "eslint": "~4.18.0",
  48. "eslint-config-standard": "~11.0.0",
  49. "eslint-plugin-import": "~2.9.0",
  50. "eslint-plugin-node": "~6.0.0",
  51. "eslint-plugin-promise": "~3.6.0",
  52. "eslint-plugin-standard": "~3.0.0",
  53. "mocha": "~5.0.0",
  54. "nyc": "~11.4.1",
  55. "utf-8-validate": "~4.0.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "lib"
  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. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/websockets/ws.git"
  76. },
  77. "scripts": {
  78. "integration": "eslint . && mocha test/*.integration.js",
  79. "lint": "eslint .",
  80. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  81. },
  82. "version": "4.1.0"
  83. }