package.json 1.5 KB

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