1{ 2 "name": "minipass-sized", 3 "version": "1.0.3", 4 "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 6 "license": "ISC", 7 "scripts": { 8 "test": "tap", 9 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 13 }, 14 "tap": { 15 "check-coverage": true 16 }, 17 "devDependencies": { 18 "tap": "^14.6.4" 19 }, 20 "dependencies": { 21 "minipass": "^3.0.0" 22 }, 23 "main": "index.js", 24 "keywords": [ 25 "minipass", 26 "size", 27 "length" 28 ], 29 "directories": { 30 "test": "test" 31 }, 32 "repository": { 33 "type": "git", 34 "url": "git+https://github.com/isaacs/minipass-sized.git" 35 }, 36 "engines": { 37 "node": ">=8" 38 } 39} 40