package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "ws@~6.1.0",
  3. "_id": "ws@6.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-W1yIAK+rkl6UzLKdFTyNAsF3bvk=",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@~6.1.0",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "~6.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~6.1.0"
  17. },
  18. "_requiredBy": [
  19. "/engine.io",
  20. "/engine.io-client"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/ws/download/ws-6.1.4.tgz",
  23. "_shasum": "5b5c8800afab925e94ccb29d153c8d02c1776ef9",
  24. "_spec": "ws@~6.1.0",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\engine.io",
  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.0",
  44. "eslint": "~5.14.0",
  45. "eslint-config-prettier": "~4.0.0",
  46. "eslint-plugin-prettier": "~3.0.0",
  47. "mocha": "~5.2.0",
  48. "nyc": "~13.3.0",
  49. "prettier": "~1.16.1",
  50. "prettylint": "~1.0.0",
  51. "utf-8-validate": "~5.0.0"
  52. },
  53. "files": [
  54. "browser.js",
  55. "index.js",
  56. "lib/*.js"
  57. ],
  58. "homepage": "https://github.com/websockets/ws",
  59. "keywords": [
  60. "HyBi",
  61. "Push",
  62. "RFC-6455",
  63. "WebSocket",
  64. "WebSockets",
  65. "real-time"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "ws",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/websockets/ws.git"
  73. },
  74. "scripts": {
  75. "integration": "npm run lint && mocha test/*.integration.js",
  76. "lint": "eslint . --ignore-path .gitignore && prettylint '**/*.{json,md}' --ignore-path .gitignore",
  77. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  78. },
  79. "version": "6.1.4"
  80. }