{
  "_from": "@drp/7z@~0.4.3",
  "_id": "@drp/7z@0.4.3",
  "_inBundle": false,
  "_integrity": "sha1-aW+AviC8LorXHbeEIy5hLugE66E=",
  "_location": "/@drp/7z",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@drp/7z@~0.4.3",
    "name": "@drp/7z",
    "escapedName": "@drp%2f7z",
    "scope": "@drp",
    "rawSpec": "~0.4.3",
    "saveSpec": null,
    "fetchSpec": "~0.4.3"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "http://registry.drp.su:8080/@drp%2f7z/-/7z-0.4.3.tgz",
  "_shasum": "696f80be20bc2e8ad71db784232e612ee804eba1",
  "_spec": "@drp/7z@~0.4.3",
  "_where": "/home/ubuntu/dev/delorean",
  "author": {
    "name": "Quentin Rossetti",
    "email": "quentin.rossetti@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/quentinrossetti/node-7zip/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "HelloGravity"
    },
    {
      "name": "sketchpunk"
    },
    {
      "name": "Dannii Willis",
      "email": "curiousdannii@gmail.com"
    },
    {
      "name": "toantk911"
    }
  ],
  "dependencies": {
    "cross-spawn": "^4.0.0",
    "when": "^3.7.7"
  },
  "deprecated": false,
  "description": "A Node.js wrapper for 7-Zip",
  "devDependencies": {
    "chai": "^3.5.0",
    "fs-extra": "^0.30.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "rewire": "^2.5.1"
  },
  "homepage": "https://github.com/quentinrossetti/node-7zip.git",
  "keywords": [
    "node",
    "7zip",
    "wrapper"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@drp/7z",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quentinrossetti/node-7zip.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage",
    "coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "mocha"
  },
  "version": "0.4.3"
}
