package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "minipass@3.1.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass@3.1.3",
  10. "_id": "minipass@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
  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. "/cacache",
  27. "/fs-minipass",
  28. "/minipass-collect",
  29. "/minipass-flush",
  30. "/minipass-pipeline",
  31. "/minizlib",
  32. "/ssri",
  33. "/tar"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
  36. "_spec": "3.1.3",
  37. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/minipass/issues"
  45. },
  46. "dependencies": {
  47. "yallist": "^4.0.0"
  48. },
  49. "description": "minimal implementation of a PassThrough stream",
  50. "devDependencies": {
  51. "end-of-stream": "^1.4.0",
  52. "tap": "^14.6.5",
  53. "through2": "^2.0.3"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/isaacs/minipass#readme",
  62. "keywords": [
  63. "passthrough",
  64. "stream"
  65. ],
  66. "license": "ISC",
  67. "main": "index.js",
  68. "name": "minipass",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/isaacs/minipass.git"
  72. },
  73. "scripts": {
  74. "postpublish": "git push origin --follow-tags",
  75. "postversion": "npm publish --tag=next",
  76. "preversion": "npm test",
  77. "test": "tap"
  78. },
  79. "tap": {
  80. "check-coverage": true
  81. },
  82. "version": "3.1.3"
  83. }