项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

70 行
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.1",
  5. "D:\\A易云\\YiYunJianZhu"
  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": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
  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. "/duplexify",
  27. "/mississippi",
  28. "/pump",
  29. "/stream-each"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
  32. "_spec": "1.4.1",
  33. "_where": "D:\\A易云\\YiYunJianZhu",
  34. "author": {
  35. "name": "Mathias Buus",
  36. "email": "mathiasbuus@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/end-of-stream/issues"
  40. },
  41. "dependencies": {
  42. "once": "^1.4.0"
  43. },
  44. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/mafintosh/end-of-stream",
  49. "keywords": [
  50. "stream",
  51. "streams",
  52. "callback",
  53. "finish",
  54. "close",
  55. "end",
  56. "wait"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "end-of-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mafintosh/end-of-stream.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.4.1"
  69. }