package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "sockjs@0.3.24",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sockjs@0.3.24",
  10. "_id": "sockjs@0.3.24",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  13. "_location": "/sockjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sockjs@0.3.24",
  19. "name": "sockjs",
  20. "escapedName": "sockjs",
  21. "rawSpec": "0.3.24",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.24"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz",
  29. "_spec": "0.3.24",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Marek Majkowski"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sockjs/sockjs-node/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Bryce Kahle",
  40. "email": "bkahle@gmail.com"
  41. },
  42. {
  43. "name": "Marek Majkowski",
  44. "email": "deadbeef@popcount.org"
  45. }
  46. ],
  47. "dependencies": {
  48. "faye-websocket": "^0.11.3",
  49. "uuid": "^8.3.2",
  50. "websocket-driver": "^0.7.4"
  51. },
  52. "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.",
  53. "devDependencies": {
  54. "coffeescript": "^1.12.7"
  55. },
  56. "homepage": "https://github.com/sockjs/sockjs-node",
  57. "keywords": [
  58. "websockets",
  59. "websocket"
  60. ],
  61. "license": "MIT",
  62. "main": "index",
  63. "name": "sockjs",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sockjs/sockjs-node.git"
  67. },
  68. "scripts": {
  69. "postpublish": "git push origin --all && git push origin --tags",
  70. "postversion": "npm publish",
  71. "version": "make build && git add Changelog"
  72. },
  73. "version": "0.3.24"
  74. }