{
  "name": "subleveldown",
  "version": "5.0.1",
  "description": "Split a levelup database into sublevels with their own keyspace, encoding and events",
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "standard && hallmark && (nyc -s node test | faucet) && nyc report",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "hallmark": "hallmark --fix",
    "dependency-check": "dependency-check --no-dev .",
    "prepublishOnly": "npm run dependency-check"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "abstract-leveldown": "^6.3.0",
    "encoding-down": "^6.2.0",
    "inherits": "^2.0.3",
    "level-option-wrap": "^1.1.0",
    "levelup": "^4.4.0",
    "reachdown": "^1.1.0"
  },
  "devDependencies": {
    "after": "^0.8.2",
    "coveralls": "^3.0.2",
    "dependency-check": "^4.1.0",
    "faucet": "^0.0.1",
    "hallmark": "^2.0.0",
    "level-community": "^3.0.0",
    "level-concat-iterator": "^2.0.1",
    "memdown": "^5.0.0",
    "nyc": "^14.0.0",
    "standard": "^14.0.0",
    "tape": "^4.9.0"
  },
  "hallmark": {
    "community": "level-community"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/level/subleveldown.git"
  },
  "homepage": "https://github.com/level/subleveldown",
  "bugs": {
    "url": "https://github.com/level/subleveldown/issues"
  },
  "keywords": [
    "level"
  ],
  "engines": {
    "node": ">=6"
  }
}
