package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "ws",
  3. "_id": "ws@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ws",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz",
  23. "_shasum": "c672d1629de8bb27a9699eb599be47aeeedd8f73",
  24. "_spec": "ws",
  25. "_where": "E:\\workspace\\node\\game_server",
  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. "dependencies": {
  37. "async-limiter": "^1.0.0"
  38. },
  39. "deprecated": false,
  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. "coveralls": "^3.0.3",
  45. "eslint": "^6.0.0",
  46. "eslint-config-prettier": "^6.0.0",
  47. "eslint-plugin-prettier": "^3.0.1",
  48. "mocha": "^6.1.3",
  49. "nyc": "^14.0.0",
  50. "prettier": "^1.17.0",
  51. "utf-8-validate": "^5.0.2"
  52. },
  53. "files": [
  54. "browser.js",
  55. "index.js",
  56. "lib/*.js"
  57. ],
  58. "greenkeeper": {
  59. "commitMessages": {
  60. "dependencyUpdate": "[pkg] Update ${dependency} to version ${version}",
  61. "devDependencyUpdate": "[pkg] Update ${dependency} to version ${version}"
  62. }
  63. },
  64. "homepage": "https://github.com/websockets/ws",
  65. "keywords": [
  66. "HyBi",
  67. "Push",
  68. "RFC-6455",
  69. "WebSocket",
  70. "WebSockets",
  71. "real-time"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "ws",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/websockets/ws.git"
  79. },
  80. "scripts": {
  81. "integration": "npm run lint && mocha --throw-deprecation test/*.integration.js",
  82. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  83. "test": "npm run lint && nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js"
  84. },
  85. "version": "7.1.2"
  86. }