package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "minipass-flush@^1.0.5",
  3. "_id": "minipass-flush@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  6. "_location": "/minipass-flush",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass-flush@^1.0.5",
  12. "name": "minipass-flush",
  13. "escapedName": "minipass-flush",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/cacache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  22. "_shasum": "82e7135d7e89a50ffe64610a787953c4c4cbb373",
  23. "_spec": "minipass-flush@^1.0.5",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "https://izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/minipass-flush/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "minipass": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "A Minipass stream that calls a flush function before emitting 'end'",
  39. "devDependencies": {
  40. "tap": "^14.6.9"
  41. },
  42. "engines": {
  43. "node": ">= 8"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/minipass-flush#readme",
  49. "keywords": [
  50. "minipass",
  51. "flush",
  52. "stream"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "minipass-flush",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/isaacs/minipass-flush.git"
  60. },
  61. "scripts": {
  62. "postpublish": "git push origin --follow-tags",
  63. "postversion": "npm publish",
  64. "preversion": "npm test",
  65. "snap": "tap",
  66. "test": "tap"
  67. },
  68. "tap": {
  69. "check-coverage": true
  70. },
  71. "version": "1.0.5"
  72. }