package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "sockjs@^0.3.21",
  3. "_id": "sockjs@0.3.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==",
  6. "_location": "/sockjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sockjs@^0.3.21",
  12. "name": "sockjs",
  13. "escapedName": "sockjs",
  14. "rawSpec": "^0.3.21",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.21"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
  22. "_shasum": "b34ffb98e796930b60a0cfa11904d6a339a7d417",
  23. "_spec": "sockjs@^0.3.21",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Marek Majkowski"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/sockjs/sockjs-node/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Bryce Kahle",
  35. "email": "bkahle@gmail.com"
  36. },
  37. {
  38. "name": "Marek Majkowski",
  39. "email": "deadbeef@popcount.org"
  40. }
  41. ],
  42. "dependencies": {
  43. "faye-websocket": "^0.11.3",
  44. "uuid": "^3.4.0",
  45. "websocket-driver": "^0.7.4"
  46. },
  47. "deprecated": false,
  48. "description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
  49. "devDependencies": {
  50. "coffeescript": "^1.12.7"
  51. },
  52. "homepage": "https://github.com/sockjs/sockjs-node",
  53. "keywords": [
  54. "websockets",
  55. "websocket"
  56. ],
  57. "license": "MIT",
  58. "main": "index",
  59. "name": "sockjs",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sockjs/sockjs-node.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --all && git push origin --tags",
  66. "postversion": "npm publish",
  67. "version": "make build && git add Changelog"
  68. },
  69. "version": "0.3.21"
  70. }