package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "stream-consume@~0.1.0",
  6. "scope": null,
  7. "escapedName": "stream-consume",
  8. "name": "stream-consume",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/orchestrator"
  14. ]
  15. ],
  16. "_from": "stream-consume@>=0.1.0 <0.2.0",
  17. "_id": "stream-consume@0.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/stream-consume",
  21. "_npmUser": {
  22. "name": "aroneous",
  23. "email": "aron.nopanen@gmail.com"
  24. },
  25. "_npmVersion": "1.5.0-alpha-3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "stream-consume@~0.1.0",
  29. "scope": null,
  30. "escapedName": "stream-consume",
  31. "name": "stream-consume",
  32. "rawSpec": "~0.1.0",
  33. "spec": ">=0.1.0 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/orchestrator"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
  40. "_shasum": "a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f",
  41. "_shrinkwrap": null,
  42. "_spec": "stream-consume@~0.1.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/orchestrator",
  44. "author": {
  45. "name": "Aron Nopanen"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/aroneous/stream-consume/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Consume a stream to ensure it keeps flowing",
  52. "devDependencies": {
  53. "mocha": "^1.20.1",
  54. "should": "^4.0.4",
  55. "through2": "^0.5.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f",
  60. "tarball": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz"
  61. },
  62. "gitHead": "54496fd47e0f10bf6924728ef405b72a4bbad6de",
  63. "homepage": "https://github.com/aroneous/stream-consume",
  64. "license": "MIT",
  65. "main": "index.js",
  66. "maintainers": [
  67. {
  68. "name": "aroneous",
  69. "email": "aron.nopanen@gmail.com"
  70. }
  71. ],
  72. "name": "stream-consume",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/aroneous/stream-consume.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "version": "0.1.0"
  83. }