package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "end-of-stream@1.4.4",
  9. "_id": "end-of-stream@1.4.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  12. "_location": "/end-of-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "end-of-stream@1.4.4",
  18. "name": "end-of-stream",
  19. "escapedName": "end-of-stream",
  20. "rawSpec": "1.4.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.4"
  23. },
  24. "_requiredBy": [
  25. "/copy-webpack-plugin/mississippi",
  26. "/copy-webpack-plugin/pump",
  27. "/duplexify",
  28. "/mississippi",
  29. "/pump",
  30. "/pumpify/pump",
  31. "/stream-each"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  34. "_spec": "1.4.4",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "Mathias Buus",
  38. "email": "mathiasbuus@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mafintosh/end-of-stream/issues"
  42. },
  43. "dependencies": {
  44. "once": "^1.4.0"
  45. },
  46. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  47. "devDependencies": {
  48. "tape": "^4.11.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/mafintosh/end-of-stream",
  54. "keywords": [
  55. "stream",
  56. "streams",
  57. "callback",
  58. "finish",
  59. "close",
  60. "end",
  61. "wait"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "end-of-stream",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/mafintosh/end-of-stream.git"
  69. },
  70. "scripts": {
  71. "test": "node test.js"
  72. },
  73. "version": "1.4.4"
  74. }