{
  "_args": [
    [
      "node-7z@2.1.2",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "node-7z@2.1.2",
  "_id": "node-7z@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-mSmn90OIYKYIkuRwH1YRJl2sMwB9OlYhCQS4SPTOfxlzWwomoC1G9j4tsvAsv7vJPwvK7B76Z0a2dH5Mvwo91Q==",
  "_location": "/node-7z",
  "_phantomChildren": {
    "isexe": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-7z@2.1.2",
    "name": "node-7z",
    "escapedName": "node-7z",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-7z/-/node-7z-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Quentin Rossetti",
    "email": "quentin.rossetti@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/quentinrossetti/node-7zip/issues"
  },
  "contributors": [],
  "dependencies": {
    "cross-spawn": "^7.0.2",
    "debug": "^4.1.1",
    "lodash.defaultsdeep": "^4.6.1",
    "lodash.defaultto": "^4.14.0",
    "lodash.flattendeep": "^4.4.0",
    "lodash.isempty": "^4.4.0",
    "lodash.negate": "^3.0.2",
    "normalize-path": "^3.0.0"
  },
  "description": "A Node.js wrapper for 7-Zip with platform binaries",
  "devDependencies": {
    "chai": "^4.2.0",
    "esm": "^3.2.25",
    "fs-readdir-recursive": "^1.1.0",
    "is-child-process": "^1.0.2",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "rimraf": "^3.0.2",
    "standard": "^14.3.4"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/quentinrossetti/node-7zip.git",
  "keywords": [
    "node",
    "7z",
    "7za",
    "7zr",
    "p7zip",
    "7zip",
    "wrapper"
  ],
  "license": "ISC",
  "main": "./src/main.js",
  "name": "node-7z",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quentinrossetti/node-7z.git"
  },
  "scripts": {
    "test": "npx mocha -r esm --reporter=spec \"test/**/*.spec.js\" --timeout=0",
    "test-coverage": "npx nyc --reporter=lcov npm run test",
    "test-debug": "DEBUG=node-7z npm run test",
    "test-func": "npx mocha -r esm --reporter=spec \"test/func/*.spec.js\" --timeout=0",
    "test-func-coverage": "npx nyc --reporter=html npm run test-func",
    "test-unit": "npx mocha -r esm --reporter=spec \"test/unit/*.spec.js\"",
    "test-unit-coverage": "npx nyc --reporter=html npm run test-unit"
  },
  "version": "2.1.2"
}
