package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "minipass@3.1.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass@3.1.3",
  10. "_id": "minipass@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-fUL/HzljVILhX5zbUxhN7r1YFf0=",
  13. "_location": "/minipass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass@3.1.3",
  19. "name": "minipass",
  20. "escapedName": "minipass",
  21. "rawSpec": "3.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.3"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/@vue/cli-service/ssri",
  28. "/compression-webpack-plugin/cacache",
  29. "/compression-webpack-plugin/ssri",
  30. "/fs-minipass",
  31. "/minipass-collect",
  32. "/minipass-flush",
  33. "/minipass-pipeline",
  34. "/minizlib",
  35. "/tar"
  36. ],
  37. "_resolved": "https://registry.npm.taobao.org/minipass/download/minipass-3.1.3.tgz",
  38. "_spec": "3.1.3",
  39. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/minipass/issues"
  47. },
  48. "dependencies": {
  49. "yallist": "^4.0.0"
  50. },
  51. "description": "minimal implementation of a PassThrough stream",
  52. "devDependencies": {
  53. "end-of-stream": "^1.4.0",
  54. "tap": "^14.6.5",
  55. "through2": "^2.0.3"
  56. },
  57. "engines": {
  58. "node": ">=8"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/isaacs/minipass#readme",
  64. "keywords": [
  65. "passthrough",
  66. "stream"
  67. ],
  68. "license": "ISC",
  69. "main": "index.js",
  70. "name": "minipass",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/isaacs/minipass.git"
  74. },
  75. "scripts": {
  76. "postpublish": "git push origin --follow-tags",
  77. "postversion": "npm publish --tag=next",
  78. "preversion": "npm test",
  79. "test": "tap"
  80. },
  81. "tap": {
  82. "check-coverage": true
  83. },
  84. "version": "3.1.3"
  85. }