package.json 2.1 KB

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