package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "stream-consume@0.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stream-consume@0.1.0",
  10. "_id": "stream-consume@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=",
  13. "_location": "/stream-consume",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stream-consume@0.1.0",
  19. "name": "stream-consume",
  20. "escapedName": "stream-consume",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/orchestrator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Aron Nopanen"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/aroneous/stream-consume/issues"
  36. },
  37. "description": "Consume a stream to ensure it keeps flowing",
  38. "devDependencies": {
  39. "mocha": "^1.20.1",
  40. "should": "^4.0.4",
  41. "through2": "^0.5.1"
  42. },
  43. "homepage": "https://github.com/aroneous/stream-consume",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "stream-consume",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/aroneous/stream-consume.git"
  50. },
  51. "scripts": {
  52. "test": "mocha"
  53. },
  54. "version": "0.1.0"
  55. }