package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "minipass-collect@1.0.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass-collect@1.0.2",
  10. "_id": "minipass-collect@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IrgTv3Rdxu26JXa5QAIq1u3Ixhc=",
  13. "_location": "/minipass-collect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass-collect@1.0.2",
  19. "name": "minipass-collect",
  20. "escapedName": "minipass-collect",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/minipass-collect/download/minipass-collect-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "https://izs.me"
  35. },
  36. "dependencies": {
  37. "minipass": "^3.0.0"
  38. },
  39. "description": "A Minipass stream that collects all the data into a single chunk",
  40. "devDependencies": {
  41. "tap": "^14.6.9"
  42. },
  43. "engines": {
  44. "node": ">= 8"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "license": "ISC",
  50. "name": "minipass-collect",
  51. "scripts": {
  52. "postpublish": "git push origin --follow-tags",
  53. "postversion": "npm publish",
  54. "preversion": "npm test",
  55. "snap": "tap",
  56. "test": "tap"
  57. },
  58. "tap": {
  59. "check-coverage": true
  60. },
  61. "version": "1.0.2"
  62. }