package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "ws@6.2.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@6.2.2",
  10. "_id": "ws@6.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@6.2.2",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "6.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.2.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.nlark.com/ws/download/ws-6.2.2.tgz",
  30. "_spec": "6.2.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Einar Otto Stangvik",
  34. "email": "einaros@gmail.com",
  35. "url": "http://2x.io"
  36. },
  37. "browser": "browser.js",
  38. "bugs": {
  39. "url": "https://github.com/websockets/ws/issues"
  40. },
  41. "dependencies": {
  42. "async-limiter": "~1.0.0"
  43. },
  44. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  45. "devDependencies": {
  46. "benchmark": "~2.1.4",
  47. "bufferutil": "~4.0.0",
  48. "coveralls": "~3.0.3",
  49. "eslint": "~5.15.0",
  50. "eslint-config-prettier": "~4.1.0",
  51. "eslint-plugin-prettier": "~3.0.0",
  52. "mocha": "~6.0.0",
  53. "nyc": "~13.3.0",
  54. "prettier": "~1.16.1",
  55. "utf-8-validate": "~5.0.0"
  56. },
  57. "files": [
  58. "browser.js",
  59. "index.js",
  60. "lib/*.js"
  61. ],
  62. "homepage": "https://github.com/websockets/ws",
  63. "keywords": [
  64. "HyBi",
  65. "Push",
  66. "RFC-6455",
  67. "WebSocket",
  68. "WebSockets",
  69. "real-time"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "ws",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/websockets/ws.git"
  77. },
  78. "scripts": {
  79. "integration": "npm run lint && mocha test/*.integration.js",
  80. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
  81. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  82. },
  83. "version": "6.2.2"
  84. }