11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "minipass-collect", 31cb0ef41Sopenharmony_ci "version": "2.0.1", 41cb0ef41Sopenharmony_ci "description": "A Minipass stream that collects all the data into a single chunk", 51cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 61cb0ef41Sopenharmony_ci "license": "ISC", 71cb0ef41Sopenharmony_ci "scripts": { 81cb0ef41Sopenharmony_ci "test": "tap", 91cb0ef41Sopenharmony_ci "snap": "tap", 101cb0ef41Sopenharmony_ci "preversion": "npm test", 111cb0ef41Sopenharmony_ci "postversion": "npm publish", 121cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags" 131cb0ef41Sopenharmony_ci }, 141cb0ef41Sopenharmony_ci "tap": { 151cb0ef41Sopenharmony_ci "check-coverage": true 161cb0ef41Sopenharmony_ci }, 171cb0ef41Sopenharmony_ci "devDependencies": { 181cb0ef41Sopenharmony_ci "tap": "^16.3.8" 191cb0ef41Sopenharmony_ci }, 201cb0ef41Sopenharmony_ci "dependencies": { 211cb0ef41Sopenharmony_ci "minipass": "^7.0.3" 221cb0ef41Sopenharmony_ci }, 231cb0ef41Sopenharmony_ci "files": [ 241cb0ef41Sopenharmony_ci "index.js" 251cb0ef41Sopenharmony_ci ], 261cb0ef41Sopenharmony_ci "engines": { 271cb0ef41Sopenharmony_ci "node": ">=16 || 14 >=14.17" 281cb0ef41Sopenharmony_ci }, 291cb0ef41Sopenharmony_ci "repository": "https://github.com/isaacs/minipass-collect" 301cb0ef41Sopenharmony_ci} 31