package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "stream-each@1.2.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stream-each@1.2.3",
  10. "_id": "stream-each@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6+J6DDibBPvMIzZClS4Qcxr6m64=",
  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. "/copy-webpack-plugin/mississippi",
  27. "/mississippi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/stream-each/download/stream-each-1.2.3.tgz",
  30. "_spec": "1.2.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Mathias Buus",
  34. "url": "@mafintosh"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mafintosh/stream-each/issues"
  38. },
  39. "dependencies": {
  40. "end-of-stream": "^1.1.0",
  41. "stream-shift": "^1.0.0"
  42. },
  43. "description": "Iterate all the data in a stream",
  44. "devDependencies": {
  45. "ndjson": "^1.5.0",
  46. "standard": "^5.3.1",
  47. "tape": "^4.2.1",
  48. "through2": "^2.0.0"
  49. },
  50. "homepage": "https://github.com/mafintosh/stream-each",
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "stream-each",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/mafintosh/stream-each.git"
  57. },
  58. "scripts": {
  59. "test": "standard && tape test.js"
  60. },
  61. "version": "1.2.3"
  62. }