package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "stream-each@1.2.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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": "http://registry.npm.taobao.org/stream-each/download/stream-each-1.2.3.tgz",
  30. "_spec": "1.2.3",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }