package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "stream-each@^1.1.0",
  3. "_id": "stream-each@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mc1dbFhGBxvTM3bIWmAAINbqiuAk9TATcfIQC8P+/+HJefgaiTlMn2dHvkX8qlI12KeYKSQ1Ua9RrIqrn1VPoA==",
  6. "_location": "/stream-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-each@^1.1.0",
  12. "name": "stream-each",
  13. "escapedName": "stream-each",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/mississippi",
  20. "/npm-profile/cacache/mississippi",
  21. "/npm-profile/mississippi",
  22. "/npm-registry-fetch/cacache/mississippi"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.2.tgz",
  25. "_shasum": "8e8c463f91da8991778765873fe4d960d8f616bd",
  26. "_spec": "stream-each@^1.1.0",
  27. "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
  28. "author": {
  29. "name": "Mathias Buus",
  30. "url": "@mafintosh"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mafintosh/stream-each/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "end-of-stream": "^1.1.0",
  38. "stream-shift": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Iterate all the data in a stream",
  42. "devDependencies": {
  43. "standard": "^5.3.1",
  44. "tape": "^4.2.1",
  45. "through2": "^2.0.0"
  46. },
  47. "homepage": "https://github.com/mafintosh/stream-each",
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "stream-each",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/mafintosh/stream-each.git"
  54. },
  55. "scripts": {
  56. "test": "standard && tape test.js"
  57. },
  58. "version": "1.2.2"
  59. }