package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "/copy-webpack-plugin/mississippi",
  20. "/mississippi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
  23. "_shasum": "ebe27a0c389b04fbcc233642952e10731afa9bae",
  24. "_spec": "stream-each@^1.1.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\mississippi",
  26. "author": {
  27. "name": "Mathias Buus",
  28. "url": "@mafintosh"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/stream-each/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "end-of-stream": "^1.1.0",
  36. "stream-shift": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Iterate all the data in a stream",
  40. "devDependencies": {
  41. "ndjson": "^1.5.0",
  42. "standard": "^5.3.1",
  43. "tape": "^4.2.1",
  44. "through2": "^2.0.0"
  45. },
  46. "homepage": "https://github.com/mafintosh/stream-each",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "stream-each",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mafintosh/stream-each.git"
  53. },
  54. "scripts": {
  55. "test": "standard && tape test.js"
  56. },
  57. "version": "1.2.3"
  58. }