package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "eventsource@^2.0.2",
  3. "_id": "eventsource@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==",
  6. "_location": "/eventsource",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eventsource@^2.0.2",
  12. "name": "eventsource",
  13. "escapedName": "eventsource",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/sockjs-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz",
  22. "_shasum": "76dfcc02930fb2ff339520b6d290da573a9e8508",
  23. "_spec": "eventsource@^2.0.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\sockjs-client",
  25. "author": {
  26. "name": "Aslak Hellesøy",
  27. "email": "aslak.hellesoy@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/EventSource/eventsource/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
  36. "devDependencies": {
  37. "buffer-from": "^1.1.1",
  38. "express": "^4.15.3",
  39. "mocha": "^3.5.3",
  40. "nyc": "^11.2.1",
  41. "serve-static": "^1.12.3",
  42. "ssestream": "^1.0.0",
  43. "standard": "^10.0.2",
  44. "webpack": "^3.5.6"
  45. },
  46. "directories": {
  47. "lib": "./lib"
  48. },
  49. "engines": {
  50. "node": ">=12.0.0"
  51. },
  52. "homepage": "http://github.com/EventSource/eventsource",
  53. "keywords": [
  54. "eventsource",
  55. "http",
  56. "streaming",
  57. "sse",
  58. "polyfill"
  59. ],
  60. "license": "MIT",
  61. "licenses": [
  62. {
  63. "type": "MIT",
  64. "url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
  65. }
  66. ],
  67. "main": "./lib/eventsource",
  68. "name": "eventsource",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/EventSource/eventsource.git"
  72. },
  73. "scripts": {
  74. "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
  75. "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
  76. "postpublish": "git push && git push --tags",
  77. "test": "mocha --reporter spec && standard"
  78. },
  79. "standard": {
  80. "ignore": [
  81. "example/eventsource-polyfill.js"
  82. ],
  83. "globals": [
  84. "URL"
  85. ]
  86. },
  87. "version": "2.0.2"
  88. }