package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "ws@8.5.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "ws@8.5.0",
  9. "_id": "ws@8.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
  12. "_location": "/ws",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ws@8.5.0",
  18. "name": "ws",
  19. "escapedName": "ws",
  20. "rawSpec": "8.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.5.0"
  23. },
  24. "_requiredBy": [
  25. "/xrpl"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
  28. "_spec": "8.5.0",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Einar Otto Stangvik",
  32. "email": "einaros@gmail.com",
  33. "url": "http://2x.io"
  34. },
  35. "browser": "browser.js",
  36. "bugs": {
  37. "url": "https://github.com/websockets/ws/issues"
  38. },
  39. "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "bufferutil": "^4.0.1",
  43. "eslint": "^8.0.0",
  44. "eslint-config-prettier": "^8.1.0",
  45. "eslint-plugin-prettier": "^4.0.0",
  46. "mocha": "^8.4.0",
  47. "nyc": "^15.0.0",
  48. "prettier": "^2.0.5",
  49. "utf-8-validate": "^5.0.2"
  50. },
  51. "engines": {
  52. "node": ">=10.0.0"
  53. },
  54. "exports": {
  55. "import": "./wrapper.mjs",
  56. "require": "./index.js"
  57. },
  58. "files": [
  59. "browser.js",
  60. "index.js",
  61. "lib/*.js",
  62. "wrapper.mjs"
  63. ],
  64. "homepage": "https://github.com/websockets/ws",
  65. "keywords": [
  66. "HyBi",
  67. "Push",
  68. "RFC-6455",
  69. "WebSocket",
  70. "WebSockets",
  71. "real-time"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "ws",
  76. "peerDependencies": {
  77. "bufferutil": "^4.0.1",
  78. "utf-8-validate": "^5.0.2"
  79. },
  80. "peerDependenciesMeta": {
  81. "bufferutil": {
  82. "optional": true
  83. },
  84. "utf-8-validate": {
  85. "optional": true
  86. }
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/websockets/ws.git"
  91. },
  92. "scripts": {
  93. "integration": "mocha --throw-deprecation test/*.integration.js",
  94. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
  95. "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
  96. },
  97. "version": "8.5.0"
  98. }