選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "end-of-stream@^1.1.0",
  3. "_id": "end-of-stream@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@^1.1.0",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/duplexify",
  20. "/mississippi",
  21. "/pump",
  22. "/pumpify/pump",
  23. "/stream-each"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
  26. "_shasum": "ed29634d19baba463b6ce6b80a37213eab71ec43",
  27. "_spec": "end-of-stream@^1.1.0",
  28. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/mississippi",
  29. "author": {
  30. "name": "Mathias Buus",
  31. "email": "mathiasbuus@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mafintosh/end-of-stream/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "once": "^1.4.0"
  39. },
  40. "deprecated": false,
  41. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/mafintosh/end-of-stream",
  46. "keywords": [
  47. "stream",
  48. "streams",
  49. "callback",
  50. "finish",
  51. "close",
  52. "end",
  53. "wait"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "end-of-stream",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/mafintosh/end-of-stream.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js"
  64. },
  65. "version": "1.4.1"
  66. }