package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "stream-each@1.2.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stream-each@1.2.3",
  10. "_id": "stream-each@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
  13. "_location": "/stream-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stream-each@1.2.3",
  19. "name": "stream-each",
  20. "escapedName": "stream-each",
  21. "rawSpec": "1.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.3"
  24. },
  25. "_requiredBy": [
  26. "/mississippi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "ndjson": "^1.5.0",
  45. "standard": "^5.3.1",
  46. "tape": "^4.2.1",
  47. "through2": "^2.0.0"
  48. },
  49. "homepage": "https://github.com/mafintosh/stream-each",
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "stream-each",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/mafintosh/stream-each.git"
  56. },
  57. "scripts": {
  58. "test": "standard && tape test.js"
  59. },
  60. "version": "1.2.3"
  61. }