{
  "_args": [
    [
      "archiver@^0.21.0",
      "/home/nishkarr/src/mediagrab/mediagrab-app/awslambda/functions/s3zipfunction/node_modules/s3-zip"
    ]
  ],
  "_from": "archiver@>=0.21.0 <0.22.0",
  "_id": "archiver@0.21.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/archiver",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "chris@talkingtontech.com",
    "name": "ctalkington"
  },
  "_npmVersion": "3.5.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "archiver",
    "raw": "archiver@^0.21.0",
    "rawSpec": "^0.21.0",
    "scope": null,
    "spec": ">=0.21.0 <0.22.0",
    "type": "range"
  },
  "_requiredBy": [
    "/s3-zip"
  ],
  "_resolved": "https://registry.npmjs.org/archiver/-/archiver-0.21.0.tgz",
  "_shasum": "129da0c8eae1a9bf08a012d8a4e2043a1e2909ce",
  "_shrinkwrap": null,
  "_spec": "archiver@^0.21.0",
  "_where": "/home/nishkarr/src/mediagrab/mediagrab-app/awslambda/functions/s3zipfunction/node_modules/s3-zip",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-archiver/issues"
  },
  "dependencies": {
    "archiver-utils": "~0.3.0",
    "async": "~1.5.0",
    "buffer-crc32": "~0.2.1",
    "glob": "~6.0.0",
    "lodash": "~3.10.0",
    "readable-stream": "~2.0.0",
    "tar-stream": "~1.3.1",
    "zip-stream": "~0.8.0"
  },
  "description": "a streaming interface for archive generation",
  "devDependencies": {
    "chai": "~3.4.0",
    "jsdoc": "~3.4.0",
    "minami": "~1.1.0",
    "mkdirp": "~0.5.0",
    "mocha": "~2.3.3",
    "rimraf": "~2.4.2",
    "stream-bench": "~0.1.2",
    "tar": "~2.2.1",
    "yauzl": "~2.3.1"
  },
  "directories": {},
  "dist": {
    "shasum": "129da0c8eae1a9bf08a012d8a4e2043a1e2909ce",
    "tarball": "https://registry.npmjs.org/archiver/-/archiver-0.21.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "0eecde8525112bfadd96e7141639b07d4878231b",
  "homepage": "https://github.com/archiverjs/node-archiver",
  "keywords": [
    "archive",
    "archiver",
    "stream",
    "tar",
    "zip"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ctalkington",
      "email": "chris@christalkington.com"
    }
  ],
  "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",
    "gendocs": "jsdoc -c jsdoc.json readme.md",
    "test": "mocha --reporter dot"
  },
  "version": "0.21.0"
}
