package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "end-of-stream@~0.1.5",
  6. "scope": null,
  7. "escapedName": "end-of-stream",
  8. "name": "end-of-stream",
  9. "rawSpec": "~0.1.5",
  10. "spec": ">=0.1.5 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/orchestrator"
  14. ]
  15. ],
  16. "_from": "end-of-stream@>=0.1.5 <0.2.0",
  17. "_id": "end-of-stream@0.1.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/end-of-stream",
  21. "_npmUser": {
  22. "name": "mafintosh",
  23. "email": "mathiasbuus@gmail.com"
  24. },
  25. "_npmVersion": "1.4.9",
  26. "_phantomChildren": {
  27. "wrappy": "1.0.2"
  28. },
  29. "_requested": {
  30. "raw": "end-of-stream@~0.1.5",
  31. "scope": null,
  32. "escapedName": "end-of-stream",
  33. "name": "end-of-stream",
  34. "rawSpec": "~0.1.5",
  35. "spec": ">=0.1.5 <0.2.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/orchestrator"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
  42. "_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
  43. "_shrinkwrap": null,
  44. "_spec": "end-of-stream@~0.1.5",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/orchestrator",
  46. "author": {
  47. "name": "Mathias Buus",
  48. "email": "mathiasbuus@gmail.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/mafintosh/end-of-stream/issues"
  52. },
  53. "dependencies": {
  54. "once": "~1.3.0"
  55. },
  56. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  57. "devDependencies": {},
  58. "directories": {},
  59. "dist": {
  60. "shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
  61. "tarball": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz"
  62. },
  63. "homepage": "https://github.com/mafintosh/end-of-stream",
  64. "keywords": [
  65. "stream",
  66. "streams",
  67. "callback",
  68. "finish",
  69. "close",
  70. "end",
  71. "wait"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "mafintosh",
  78. "email": "mathiasbuus@gmail.com"
  79. }
  80. ],
  81. "name": "end-of-stream",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/mafintosh/end-of-stream.git"
  87. },
  88. "scripts": {
  89. "test": "node test.js"
  90. },
  91. "version": "0.1.5"
  92. }