{
  "_args": [
    [
      "is-zip@1.0.0",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_from": "is-zip@1.0.0",
  "_id": "is-zip@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-R7Co/004p2QxzP2ZqOFaTIa6IyU=",
  "_location": "/is-zip",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-zip@1.0.0",
    "name": "is-zip",
    "escapedName": "is-zip",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/decompress-unzip"
  ],
  "_resolved": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "bugs": {
    "url": "https://github.com/kevva/is-zip/issues"
  },
  "description": "Check if a Buffer/Uint8Array is a ZIP file",
  "devDependencies": {
    "ava": "0.0.4",
    "read-chunk": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kevva/is-zip#readme",
  "keywords": [
    "archive",
    "buffer",
    "check",
    "detect",
    "zip",
    "type",
    "uint8array"
  ],
  "license": "MIT",
  "name": "is-zip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/is-zip.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "1.0.0"
}
