package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "ws@5.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ws@5.2.2",
  10. "_id": "ws@5.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=",
  13. "_location": "/ws",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ws@5.2.2",
  19. "name": "ws",
  20. "escapedName": "ws",
  21. "rawSpec": "5.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/ws/download/ws-5.2.2.tgz",
  29. "_spec": "5.2.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Einar Otto Stangvik",
  33. "email": "einaros@gmail.com",
  34. "url": "http://2x.io"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/websockets/ws/issues"
  38. },
  39. "dependencies": {
  40. "async-limiter": "~1.0.0"
  41. },
  42. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  43. "devDependencies": {
  44. "benchmark": "~2.1.2",
  45. "bufferutil": "~3.0.0",
  46. "eslint": "~4.19.0",
  47. "eslint-config-standard": "~11.0.0",
  48. "eslint-plugin-import": "~2.12.0",
  49. "eslint-plugin-node": "~6.0.0",
  50. "eslint-plugin-promise": "~3.8.0",
  51. "eslint-plugin-standard": "~3.0.0",
  52. "mocha": "~5.2.0",
  53. "nyc": "~12.0.2",
  54. "utf-8-validate": "~4.0.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/websockets/ws",
  61. "keywords": [
  62. "HyBi",
  63. "Push",
  64. "RFC-6455",
  65. "WebSocket",
  66. "WebSockets",
  67. "real-time"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "ws",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/websockets/ws.git"
  75. },
  76. "scripts": {
  77. "integration": "eslint . && mocha test/*.integration.js",
  78. "lint": "eslint .",
  79. "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
  80. },
  81. "version": "5.2.2"
  82. }