{
  "_args": [
    [
      {
        "name": "archiver",
        "raw": "archiver@~0.14.0",
        "rawSpec": "~0.14.0",
        "scope": null,
        "spec": ">=0.14.0 <0.15.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\wd"
    ]
  ],
  "_from": "archiver@>=0.14.0 <0.15.0",
  "_id": "archiver@0.14.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/archiver",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "email": "chris@christalkington.com",
    "name": "ctalkington"
  },
  "_npmVersion": "2.8.3",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inflight": "1.0.5",
    "inherits": "2.0.1",
    "isarray": "0.0.1",
    "minimatch": "2.0.10",
    "once": "1.3.3",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "name": "archiver",
    "raw": "archiver@~0.14.0",
    "rawSpec": "~0.14.0",
    "scope": null,
    "spec": ">=0.14.0 <0.15.0",
    "type": "range"
  },
  "_requiredBy": [
    "/wd"
  ],
  "_resolved": "https://registry.npmjs.org/archiver/-/archiver-0.14.4.tgz",
  "_shasum": "5b9ddb9f5ee1ceef21cb8f3b020e6240ecb4315c",
  "_shrinkwrap": null,
  "_spec": "archiver@~0.14.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\wd",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-archiver/issues"
  },
  "dependencies": {
    "async": "~0.9.0",
    "buffer-crc32": "~0.2.1",
    "glob": "~4.3.0",
    "lazystream": "~0.1.0",
    "lodash": "~3.2.0",
    "readable-stream": "~1.0.26",
    "tar-stream": "~1.1.0",
    "zip-stream": "~0.5.0"
  },
  "description": "a streaming interface for archive generation",
  "devDependencies": {
    "chai": "~2.0.0",
    "mkdirp": "~0.5.0",
    "mocha": "~2.1.0",
    "rimraf": "~2.2.8",
    "stream-bench": "~0.1.2",
    "tar": "~1.0.3",
    "yauzl": "~2.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "5b9ddb9f5ee1ceef21cb8f3b020e6240ecb4315c",
    "tarball": "https://registry.npmjs.org/archiver/-/archiver-0.14.4.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "lib"
  ],
  "gitHead": "1e55f081f0ad96622990da016e7f1ea091143c16",
  "homepage": "https://github.com/archiverjs/node-archiver",
  "keywords": [
    "archive",
    "archiver",
    "stream",
    "zip",
    "tar"
  ],
  "license": "MIT",
  "main": "lib/archiver.js",
  "maintainers": [
    {
      "email": "chris@christalkington.com",
      "name": "ctalkington"
    }
  ],
  "name": "archiver",
  "optionalDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-archiver.git"
  },
  "scripts": {
    "bench": "node benchmark/simple/pack-zip.js",
    "test": "mocha --reporter dot"
  },
  "version": "0.14.4"
}
