package.json 2.2 KB

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