package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "ws@6.2.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@6.2.1",
  10. "_id": "ws@6.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RC/fCkftZPWbal2P8TD0dI7VJPs=",
  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. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ws/download/ws-6.2.1.tgz",
  29. "_spec": "6.2.1",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Einar Otto Stangvik",
  33. "email": "einaros@gmail.com",
  34. "url": "http://2x.io"
  35. },
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/websockets/ws/issues"
  39. },
  40. "dependencies": {
  41. "async-limiter": "~1.0.0"
  42. },
  43. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  44. "devDependencies": {
  45. "benchmark": "~2.1.4",
  46. "bufferutil": "~4.0.0",
  47. "coveralls": "~3.0.3",
  48. "eslint": "~5.15.0",
  49. "eslint-config-prettier": "~4.1.0",
  50. "eslint-plugin-prettier": "~3.0.0",
  51. "mocha": "~6.0.0",
  52. "nyc": "~13.3.0",
  53. "prettier": "~1.16.1",
  54. "utf-8-validate": "~5.0.0"
  55. },
  56. "files": [
  57. "browser.js",
  58. "index.js",
  59. "lib/*.js"
  60. ],
  61. "homepage": "https://github.com/websockets/ws",
  62. "keywords": [
  63. "HyBi",
  64. "Push",
  65. "RFC-6455",
  66. "WebSocket",
  67. "WebSockets",
  68. "real-time"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "ws",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/websockets/ws.git"
  76. },
  77. "scripts": {
  78. "integration": "npm run lint && mocha test/*.integration.js",
  79. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
  80. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  81. },
  82. "version": "6.2.1"
  83. }