選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.2 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "ws@6.1.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "ws@6.1.4",
  9. "_id": "ws@6.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==",
  12. "_location": "/ws",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ws@6.1.4",
  18. "name": "ws",
  19. "escapedName": "ws",
  20. "rawSpec": "6.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "6.1.4"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-client"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz",
  28. "_spec": "6.1.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "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.4",
  45. "bufferutil": "~4.0.0",
  46. "eslint": "~5.14.0",
  47. "eslint-config-prettier": "~4.0.0",
  48. "eslint-plugin-prettier": "~3.0.0",
  49. "mocha": "~5.2.0",
  50. "nyc": "~13.3.0",
  51. "prettier": "~1.16.1",
  52. "prettylint": "~1.0.0",
  53. "utf-8-validate": "~5.0.0"
  54. },
  55. "files": [
  56. "browser.js",
  57. "index.js",
  58. "lib/*.js"
  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": "npm run lint && mocha test/*.integration.js",
  78. "lint": "eslint . --ignore-path .gitignore && prettylint '**/*.{json,md}' --ignore-path .gitignore",
  79. "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
  80. },
  81. "version": "6.1.4"
  82. }