package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "minipass-flush@1.0.5",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass-flush@1.0.5",
  10. "_id": "minipass-flush@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gucTXX6JpQ/+ZGEKeHlTxMTLs3M=",
  13. "_location": "/minipass-flush",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass-flush@1.0.5",
  19. "name": "minipass-flush",
  20. "escapedName": "minipass-flush",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/compression-webpack-plugin/cacache"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/minipass-flush/download/minipass-flush-1.0.5.tgz",
  30. "_spec": "1.0.5",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "https://izs.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/minipass-flush/issues"
  39. },
  40. "dependencies": {
  41. "minipass": "^3.0.0"
  42. },
  43. "description": "A Minipass stream that calls a flush function before emitting 'end'",
  44. "devDependencies": {
  45. "tap": "^14.6.9"
  46. },
  47. "engines": {
  48. "node": ">= 8"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/minipass-flush#readme",
  54. "keywords": [
  55. "minipass",
  56. "flush",
  57. "stream"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "minipass-flush",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/isaacs/minipass-flush.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --follow-tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "snap": "tap",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "check-coverage": true
  75. },
  76. "version": "1.0.5"
  77. }