{
  "_args": [
    [
      "archiver@2.1.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "archiver@2.1.1",
  "_id": "archiver@2.1.1",
  "_inBundle": false,
  "_integrity": "sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw=",
  "_location": "/archiver",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "buffer-alloc": "1.2.0",
    "end-of-stream": "1.0.0",
    "fs-constants": "1.0.0",
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "lodash": "4.17.11",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "readable-stream": "2.3.6",
    "safe-buffer": "5.1.2",
    "to-buffer": "1.1.1",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "archiver@2.1.1",
    "name": "archiver",
    "escapedName": "archiver",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/wd"
  ],
  "_resolved": "https://registry.npmjs.org/archiver/-/archiver-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-archiver/issues"
  },
  "dependencies": {
    "archiver-utils": "^1.3.0",
    "async": "^2.0.0",
    "buffer-crc32": "^0.2.1",
    "glob": "^7.0.0",
    "lodash": "^4.8.0",
    "readable-stream": "^2.0.0",
    "tar-stream": "^1.5.0",
    "zip-stream": "^1.2.0"
  },
  "description": "a streaming interface for archive generation",
  "devDependencies": {
    "archiver-jsdoc-theme": "^1.0.0",
    "chai": "^4.0.0",
    "jsdoc": "~3.4.0",
    "mkdirp": "^0.5.0",
    "mocha": "^3.1.1",
    "rimraf": "^2.4.2",
    "stream-bench": "^0.1.2",
    "tar": "^3.1.0",
    "yauzl": "^2.3.1"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/archiverjs/node-archiver",
  "keywords": [
    "archive",
    "archiver",
    "stream",
    "zip",
    "tar"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "archiver",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-archiver.git"
  },
  "scripts": {
    "bench": "node benchmark/simple/pack-zip.js",
    "jsdoc": "jsdoc -c jsdoc.json README.md",
    "test": "mocha --reporter dot"
  },
  "version": "2.1.1"
}
