{
  "name": "fastq",
  "version": "1.20.1",
  "description": "Fast, in memory work queue",
  "main": "queue.js",
  "type": "commonjs",
  "pre-commit": [
    "test",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastq.git"
  },
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "ISC",
  "homepage": "https://github.com/mcollina/fastq#readme",
  "devDependencies": {
    "async": "^3.1.0",
    "eslint": "^9.36.0",
    "neo-async": "^2.6.1",
    "neostandard": "^0.12.2",
    "nyc": "^17.0.0",
    "pre-commit": "^1.2.2",
    "tape": "^5.0.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "reusify": "^1.0.4"
  }
}