package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "eventsource@0.1.6",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eventsource@0.1.6",
  10. "_id": "eventsource@0.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
  13. "_location": "/eventsource",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eventsource@0.1.6",
  19. "name": "eventsource",
  20. "escapedName": "eventsource",
  21. "rawSpec": "0.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.6"
  24. },
  25. "_requiredBy": [
  26. "/sockjs-client"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
  29. "_spec": "0.1.6",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Aslak Hellesøy",
  33. "email": "aslak.hellesoy@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/aslakhellesoy/eventsource-node/issues"
  37. },
  38. "dependencies": {
  39. "original": ">=0.0.5"
  40. },
  41. "description": "W3C compliant EventSource client for Node.js",
  42. "devDependencies": {
  43. "mocha": ">=1.21.4"
  44. },
  45. "directories": {
  46. "lib": "./lib"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "homepage": "http://github.com/aslakhellesoy/eventsource-node",
  52. "keywords": [
  53. "eventsource",
  54. "http",
  55. "streaming",
  56. "sse"
  57. ],
  58. "licenses": [
  59. {
  60. "type": "MIT",
  61. "url": "http://github.com/aslakhellesoy/eventsource-node/raw/master/LICENSE"
  62. }
  63. ],
  64. "main": "./lib/eventsource",
  65. "name": "eventsource",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/aslakhellesoy/eventsource-node.git"
  69. },
  70. "scripts": {
  71. "postpublish": "git push && git push --tags",
  72. "test": "mocha --reporter spec"
  73. },
  74. "version": "0.1.6"
  75. }