package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "ws@^6.0.0",
  3. "_id": "ws@6.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^6.0.0",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-bundle-analyzer",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
  23. "_shasum": "dd5cdbd57a9979916097652d78f1cc5faea0c32e",
  24. "_spec": "ws@^6.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\webpack-bundle-analyzer",
  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. "coveralls": "~3.0.3",
  45. "eslint": "~5.15.0",
  46. "eslint-config-prettier": "~4.1.0",
  47. "eslint-plugin-prettier": "~3.0.0",
  48. "mocha": "~6.0.0",
  49. "nyc": "~13.3.0",
  50. "prettier": "~1.16.1",
  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 . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
  77. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  78. },
  79. "version": "6.2.2"
  80. }