package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "eventsource@^1.0.7",
  3. "_id": "eventsource@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==",
  6. "_location": "/eventsource",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eventsource@^1.0.7",
  12. "name": "eventsource",
  13. "escapedName": "eventsource",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/sockjs-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz",
  22. "_shasum": "00e8ca7c92109e94b0ddf32dac677d841028cfaf",
  23. "_spec": "eventsource@^1.0.7",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "original": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
  38. "devDependencies": {
  39. "buffer-from": "^1.1.1",
  40. "express": "^4.15.3",
  41. "mocha": "^3.5.3",
  42. "nyc": "^11.2.1",
  43. "serve-static": "^1.12.3",
  44. "ssestream": "^1.0.0",
  45. "standard": "^10.0.2",
  46. "webpack": "^3.5.6"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "engines": {
  52. "node": ">=0.12.0"
  53. },
  54. "homepage": "http://github.com/EventSource/eventsource",
  55. "keywords": [
  56. "eventsource",
  57. "http",
  58. "streaming",
  59. "sse",
  60. "polyfill"
  61. ],
  62. "license": "MIT",
  63. "licenses": [
  64. {
  65. "type": "MIT",
  66. "url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
  67. }
  68. ],
  69. "main": "./lib/eventsource",
  70. "name": "eventsource",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/EventSource/eventsource.git"
  74. },
  75. "scripts": {
  76. "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
  77. "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
  78. "postpublish": "git push && git push --tags",
  79. "test": "mocha --reporter spec && standard"
  80. },
  81. "standard": {
  82. "ignore": [
  83. "example/eventsource-polyfill.js"
  84. ]
  85. },
  86. "version": "1.1.0"
  87. }