package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "stream-each@1.2.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "stream-each@1.2.2",
  9. "_id": "stream-each@1.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mc1dbFhGBxvTM3bIWmAAINbqiuAk9TATcfIQC8P+/+HJefgaiTlMn2dHvkX8qlI12KeYKSQ1Ua9RrIqrn1VPoA==",
  12. "_location": "/stream-each",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stream-each@1.2.2",
  18. "name": "stream-each",
  19. "escapedName": "stream-each",
  20. "rawSpec": "1.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.2"
  23. },
  24. "_requiredBy": [
  25. "/mississippi"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.2.tgz",
  28. "_spec": "1.2.2",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Mathias Buus",
  32. "url": "@mafintosh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/stream-each/issues"
  36. },
  37. "dependencies": {
  38. "end-of-stream": "^1.1.0",
  39. "stream-shift": "^1.0.0"
  40. },
  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. }