package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "minipass-pipeline@^1.2.4",
  3. "_id": "minipass-pipeline@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  6. "_location": "/minipass-pipeline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass-pipeline@^1.2.4",
  12. "name": "minipass-pipeline",
  13. "escapedName": "minipass-pipeline",
  14. "rawSpec": "^1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/make-fetch-happen"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  23. "_shasum": "68472f79711c084657c067c5c6ad93cddea8214c",
  24. "_spec": "minipass-pipeline@^1.2.4",
  25. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "https://izs.me"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "minipass": "^3.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "create a pipeline of streams using Minipass",
  37. "devDependencies": {
  38. "tap": "^14.6.9"
  39. },
  40. "engines": {
  41. "node": ">=8"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "license": "ISC",
  47. "name": "minipass-pipeline",
  48. "scripts": {
  49. "postpublish": "git push origin --follow-tags",
  50. "postversion": "npm publish",
  51. "preversion": "npm test",
  52. "snap": "tap",
  53. "test": "tap"
  54. },
  55. "tap": {
  56. "check-coverage": true
  57. },
  58. "version": "1.2.4"
  59. }