{
  "name": "archive-type",
  "version": "3.2.0",
  "description": "Detect the archive type of a Buffer/Uint8Array",
  "license": "MIT",
  "repository": "kevva/archive-type",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "7zip",
    "archive",
    "buffer",
    "bz2",
    "bzip2",
    "check",
    "detect",
    "gz",
    "gzip",
    "mime",
    "rar",
    "zip",
    "type"
  ],
  "dependencies": {
    "file-type": "^3.1.0"
  },
  "devDependencies": {
    "ava": "^0.0.4"
  },
  "xo": {
    "rules": {
      "no-negated-condition": 0
    }
  }
}
