{
    "name": "leaky-bucket",
    "description": "A fast and efficient leaky bucket implementation",
    "version": "4.1.4",
    "homepage": "https://github.com/linaGirl/leaky-bucket",
    "author": "Lina van der Weg <lina@vanderweg.ch> (http://vanderweg.ch/)",
    "license": "MIT",
    "repository": {
        "url": "https://github.com/linaGirl/leaky-bucket.git",
        "type": "git"
    },
    "engines": {
        "node": ">=v12"
    },
    "bugs": {
        "url": "https://github.com/linaGirl/leaky-bucket/issues"
    },
    "dependencies": {},
    "devDependencies": {
        "section-tests": "^3.2.0"
    },
    "keywords": [
        "leaky-bucket",
        "leaky",
        "bucket"
    ],
    "scripts": {
        "test": "node --experimental-modules --no-warnings ./node_modules/.bin/section ./test/*.js --ld"
    },
    "main": "./src/LeakyBucket.js",
    "type": "module"
}
