{
  "_args": [
    [
      {
        "raw": "@drp/7z@~0.4.3",
        "scope": "@drp",
        "escapedName": "@drp%2f7z",
        "name": "@drp/7z",
        "rawSpec": "~0.4.3",
        "spec": ">=0.4.3 <0.5.0",
        "type": "range"
      },
      "/home/leonid/Documents/drp/delorean"
    ]
  ],
  "_from": "@drp/7z@>=0.4.3 <0.5.0",
  "_id": "@drp/7z@0.4.3",
  "_inCache": true,
  "_location": "/@drp/7z",
  "_nodeVersion": "4.4.4",
  "_npmUser": {},
  "_npmVersion": "3.9.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "@drp/7z@~0.4.3",
    "scope": "@drp",
    "escapedName": "@drp%2f7z",
    "name": "@drp/7z",
    "rawSpec": "~0.4.3",
    "spec": ">=0.4.3 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://registry.drp.su:8080/@drp%2f7z/-/7z-0.4.3.tgz",
  "_shasum": "696f80be20bc2e8ad71db784232e612ee804eba1",
  "_shrinkwrap": null,
  "_spec": "@drp/7z@~0.4.3",
  "_where": "/home/leonid/Documents/drp/delorean",
  "author": {
    "name": "Quentin Rossetti",
    "email": "quentin.rossetti@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/quentinrossetti/node-7zip/issues"
  },
  "contributors": [
    {
      "name": "HelloGravity"
    },
    {
      "name": "sketchpunk"
    },
    {
      "name": "Dannii Willis",
      "email": "curiousdannii@gmail.com"
    },
    {
      "name": "toantk911"
    }
  ],
  "dependencies": {
    "cross-spawn": "^4.0.0",
    "when": "^3.7.7"
  },
  "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"
  },
  "dist": {
    "shasum": "696f80be20bc2e8ad71db784232e612ee804eba1",
    "tarball": "http://registry.drp.su:8080/@drp%2f7z/-/7z-0.4.3.tgz"
  },
  "gitHead": "4634c56d018c05b4aa9af811f4c9f9963e3dcedb",
  "homepage": "https://github.com/quentinrossetti/node-7zip.git",
  "keywords": [
    "node",
    "7zip",
    "wrapper"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@drp/7z",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "readmeFilename": "README.md",
  "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"
}
