{ "name": "sonic-boom", "version": "1.3.0", "description": "Extremely fast utf8 only stream implementation", "main": "index.js", "scripts": { "test": "standard && tap --no-ts --no-jsx --no-esm -t 120 test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/sonic-boom.git" }, "keywords": [ "stream", "fs", "net", "fd", "file", "descriptor", "fast" ], "author": "Matteo Collina ", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/sonic-boom/issues" }, "homepage": "https://github.com/mcollina/sonic-boom#readme", "devDependencies": { "fastbench": "^1.0.1", "husky": "^4.3.0", "proxyquire": "^2.1.0", "standard": "^14.0.0", "tap": "^14.10.8" }, "dependencies": { "atomic-sleep": "^1.0.0", "flatstr": "^1.0.12" }, "husky": { "hooks": { "pre-commit": "npm test" } } }