{
  "_args": [
    [
      "archive-type@3.2.0",
      "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard"
    ]
  ],
  "_development": true,
  "_from": "archive-type@3.2.0",
  "_id": "archive-type@3.2.0",
  "_inBundle": false,
  "_integrity": "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y=",
  "_location": "/archive-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "archive-type@3.2.0",
    "name": "archive-type",
    "escapedName": "archive-type",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/bin-build",
    "/gulp-decompress"
  ],
  "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "bugs": {
    "url": "https://github.com/kevva/archive-type/issues"
  },
  "dependencies": {
    "file-type": "^3.1.0"
  },
  "description": "Detect the archive type of a Buffer/Uint8Array",
  "devDependencies": {
    "ava": "^0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kevva/archive-type#readme",
  "keywords": [
    "7zip",
    "archive",
    "buffer",
    "bz2",
    "bzip2",
    "check",
    "detect",
    "gz",
    "gzip",
    "mime",
    "rar",
    "zip",
    "type"
  ],
  "license": "MIT",
  "name": "archive-type",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/archive-type.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "3.2.0",
  "xo": {
    "rules": {
      "no-negated-condition": 0
    }
  }
}
