package.json 1.9 KB

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