Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.1 KiB

há 3 anos
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "sockjs@0.3.19",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "sockjs@0.3.19",
  9. "_id": "sockjs@0.3.19",
  10. "_inBundle": false,
  11. "_integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==",
  12. "_location": "/sockjs",
  13. "_phantomChildren": {
  14. "websocket-driver": "0.7.3"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "sockjs@0.3.19",
  20. "name": "sockjs",
  21. "escapedName": "sockjs",
  22. "rawSpec": "0.3.19",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.19"
  25. },
  26. "_requiredBy": [
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz",
  30. "_spec": "0.3.19",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Marek Majkowski"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sockjs/sockjs-node/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Bryce Kahle",
  41. "email": "bkahle@gmail.com"
  42. },
  43. {
  44. "name": "Marek Majkowski",
  45. "email": "deadbeef@popcount.org"
  46. }
  47. ],
  48. "dependencies": {
  49. "faye-websocket": "^0.10.0",
  50. "uuid": "^3.0.1"
  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. "coffee-script": "^1.8.0"
  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.19"
  74. }