package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "minipass-pipeline@1.2.4",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass-pipeline@1.2.4",
  10. "_id": "minipass-pipeline@1.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aEcveXEcCEZXwGfFxq2Tzd6oIUw=",
  13. "_location": "/minipass-pipeline",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass-pipeline@1.2.4",
  19. "name": "minipass-pipeline",
  20. "escapedName": "minipass-pipeline",
  21. "rawSpec": "1.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.4"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz?cache=0&sync_timestamp=1595998531778&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminipass-pipeline%2Fdownload%2Fminipass-pipeline-1.2.4.tgz",
  29. "_spec": "1.2.4",
  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": "create a pipeline of streams using Minipass",
  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-pipeline",
  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.2.4"
  62. }