package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "minipass@3.1.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  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/ssri"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/minipass/download/minipass-3.1.3.tgz",
  29. "_spec": "3.1.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/minipass/issues"
  38. },
  39. "dependencies": {
  40. "yallist": "^4.0.0"
  41. },
  42. "description": "minimal implementation of a PassThrough stream",
  43. "devDependencies": {
  44. "end-of-stream": "^1.4.0",
  45. "tap": "^14.6.5",
  46. "through2": "^2.0.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/isaacs/minipass#readme",
  55. "keywords": [
  56. "passthrough",
  57. "stream"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "minipass",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/isaacs/minipass.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --follow-tags",
  68. "postversion": "npm publish --tag=next",
  69. "preversion": "npm test",
  70. "test": "tap"
  71. },
  72. "tap": {
  73. "check-coverage": true
  74. },
  75. "version": "3.1.3"
  76. }