package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "stream-consume@~0.1.0",
  3. "_id": "stream-consume@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==",
  6. "_location": "/stream-consume",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-consume@~0.1.0",
  12. "name": "stream-consume",
  13. "escapedName": "stream-consume",
  14. "rawSpec": "~0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/orchestrator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz",
  22. "_shasum": "d3bdb598c2bd0ae82b8cac7ac50b1107a7996c48",
  23. "_spec": "stream-consume@~0.1.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/orchestrator",
  25. "author": {
  26. "name": "Aron Nopanen"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/aroneous/stream-consume/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Consume a stream to ensure it keeps flowing",
  34. "devDependencies": {
  35. "mocha": "^1.20.1",
  36. "should": "^4.0.4",
  37. "through2": "^0.5.1"
  38. },
  39. "homepage": "https://github.com/aroneous/stream-consume",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "stream-consume",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/aroneous/stream-consume.git"
  46. },
  47. "scripts": {
  48. "test": "mocha"
  49. },
  50. "version": "0.1.1"
  51. }