package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "event-stream@~3.0.20",
  6. "scope": null,
  7. "escapedName": "event-stream",
  8. "name": "event-stream",
  9. "rawSpec": "~3.0.20",
  10. "spec": ">=3.0.20 <3.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt"
  14. ]
  15. ],
  16. "_from": "event-stream@>=3.0.20 <3.1.0",
  17. "_id": "event-stream@3.0.20",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/event-stream",
  21. "_npmUser": {
  22. "name": "dominictarr",
  23. "email": "dominic.tarr@gmail.com"
  24. },
  25. "_npmVersion": "1.3.11",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "event-stream@~3.0.20",
  29. "scope": null,
  30. "escapedName": "event-stream",
  31. "name": "event-stream",
  32. "rawSpec": "~3.0.20",
  33. "spec": ">=3.0.20 <3.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-prompt"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.0.20.tgz",
  40. "_shasum": "038bbb2ea9ea90385b26fbc1854d0b539f2abea3",
  41. "_shrinkwrap": null,
  42. "_spec": "event-stream@~3.0.20",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt",
  44. "author": {
  45. "name": "Dominic Tarr",
  46. "email": "dominic.tarr@gmail.com",
  47. "url": "http://bit.ly/dominictarr"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/dominictarr/event-stream/issues"
  51. },
  52. "dependencies": {
  53. "duplexer": "~0.1.1",
  54. "from": "~0",
  55. "map-stream": "~0.0.3",
  56. "pause-stream": "0.0.11",
  57. "split": "0.2",
  58. "stream-combiner": "~0.0.3",
  59. "through": "~2.3.1"
  60. },
  61. "description": "construct pipes of streams of events",
  62. "devDependencies": {
  63. "asynct": "*",
  64. "it-is": "1",
  65. "stream-spec": "~0.3.5",
  66. "tape": "~2.3.0",
  67. "ubelt": "~3.2.2"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "038bbb2ea9ea90385b26fbc1854d0b539f2abea3",
  72. "tarball": "https://registry.npmjs.org/event-stream/-/event-stream-3.0.20.tgz"
  73. },
  74. "homepage": "http://github.com/dominictarr/event-stream",
  75. "maintainers": [
  76. {
  77. "name": "dominictarr",
  78. "email": "dominic.tarr@gmail.com"
  79. }
  80. ],
  81. "name": "event-stream",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/dominictarr/event-stream.git"
  87. },
  88. "scripts": {
  89. "test": "asynct test/",
  90. "test_tap": "set -e; for t in test/*.js; do node $t; done"
  91. },
  92. "testling": {
  93. "files": "test/*.js",
  94. "browsers": {
  95. "ie": [
  96. 8,
  97. 9
  98. ],
  99. "firefox": [
  100. 13
  101. ],
  102. "chrome": [
  103. 20
  104. ],
  105. "safari": [
  106. 5.1
  107. ],
  108. "opera": [
  109. 12
  110. ]
  111. }
  112. },
  113. "version": "3.0.20"
  114. }