package.json 1.6 KB

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