{
  "_id": "minipass-collect@1.0.2",
  "_inBundle": true,
  "_location": "/npm/minipass-collect",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/cacache",
    "/npm/make-fetch-happen"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "dependencies": {
    "minipass": "^3.0.0"
  },
  "description": "A Minipass stream that collects all the data into a single chunk",
  "devDependencies": {
    "tap": "^14.6.9"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "index.js"
  ],
  "license": "ISC",
  "name": "minipass-collect",
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.2"
}
