{
  "name": "batch2",
  "version": "2.0.0",
  "description": "A transform stream that collects chunks and passes them on as batches",
  "main": "src/batch2.js",
  "scripts": {
    "lint": "standard",
    "test": "standard && tap test/*.test.js --coverage --100",
    "test:report": "standard && tap test/*.test.js --coverage  --coverage-report=html --100",
    "posttest": "tap --coverage --coverage-report=lcovonly"
  },
  "keywords": [
    "batch",
    "bulk",
    "chunk",
    "stream",
    "streams2",
    "through",
    "through2",
    "transform"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovhemert/batch2.git"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "author": "Osmond van Hemert <hello@ovhemert.dev> (https://ovhemert.dev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ovhemert/batch2/issues"
  },
  "homepage": "https://github.com/ovhemert/batch2#readme",
  "dependencies": {
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "standard": "^14.3.4",
    "tap": "^14.10.8"
  }
}
