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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "sockjs@0.3.19",
  3. "_id": "sockjs@0.3.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==",
  6. "_location": "/sockjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sockjs@0.3.19",
  12. "name": "sockjs",
  13. "escapedName": "sockjs",
  14. "rawSpec": "0.3.19",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.19"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz",
  22. "_shasum": "d976bbe800af7bd20ae08598d582393508993c0d",
  23. "_spec": "sockjs@0.3.19",
  24. "_where": "/var/www/html/mdch.sipadu/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.10.0",
  44. "uuid": "^3.0.1"
  45. },
  46. "deprecated": false,
  47. "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.",
  48. "devDependencies": {
  49. "coffee-script": "^1.8.0"
  50. },
  51. "homepage": "https://github.com/sockjs/sockjs-node",
  52. "keywords": [
  53. "websockets",
  54. "websocket"
  55. ],
  56. "license": "MIT",
  57. "main": "index",
  58. "name": "sockjs",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sockjs/sockjs-node.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --all && git push origin --tags",
  65. "postversion": "npm publish",
  66. "version": "make build && git add Changelog"
  67. },
  68. "version": "0.3.19"
  69. }