package.json 1.7 KB

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