Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "ws@^6.2.1",
  3. "_id": "ws@6.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
  6. "_location": "/ws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ws@^6.2.1",
  12. "name": "ws",
  13. "escapedName": "ws",
  14. "rawSpec": "^6.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
  22. "_shasum": "442fdf0a47ed64f59b6a5d8ff130f4748ed524fb",
  23. "_spec": "ws@^6.2.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/webpack-dev-server",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/websockets/ws/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async-limiter": "~1.0.0"
  37. },
  38. "deprecated": false,
  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.0",
  43. "coveralls": "~3.0.3",
  44. "eslint": "~5.15.0",
  45. "eslint-config-prettier": "~4.1.0",
  46. "eslint-plugin-prettier": "~3.0.0",
  47. "mocha": "~6.0.0",
  48. "nyc": "~13.3.0",
  49. "prettier": "~1.16.1",
  50. "utf-8-validate": "~5.0.0"
  51. },
  52. "files": [
  53. "browser.js",
  54. "index.js",
  55. "lib/*.js"
  56. ],
  57. "homepage": "https://github.com/websockets/ws",
  58. "keywords": [
  59. "HyBi",
  60. "Push",
  61. "RFC-6455",
  62. "WebSocket",
  63. "WebSockets",
  64. "real-time"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "ws",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/websockets/ws.git"
  72. },
  73. "scripts": {
  74. "integration": "npm run lint && mocha test/*.integration.js",
  75. "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
  76. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  77. },
  78. "version": "6.2.1"
  79. }