Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "stream-each@^1.1.0",
  3. "_id": "stream-each@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
  22. "_shasum": "ebe27a0c389b04fbcc233642952e10731afa9bae",
  23. "_spec": "stream-each@^1.1.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/mississippi",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "url": "@mafintosh"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/stream-each/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "end-of-stream": "^1.1.0",
  35. "stream-shift": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Iterate all the data in a stream",
  39. "devDependencies": {
  40. "ndjson": "^1.5.0",
  41. "standard": "^5.3.1",
  42. "tape": "^4.2.1",
  43. "through2": "^2.0.0"
  44. },
  45. "homepage": "https://github.com/mafintosh/stream-each",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "stream-each",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/mafintosh/stream-each.git"
  52. },
  53. "scripts": {
  54. "test": "standard && tape test.js"
  55. },
  56. "version": "1.2.3"
  57. }