{
  "_args": [
    [
      "electron-mocha@8.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "electron-mocha@8.0.1",
  "_id": "electron-mocha@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-FG7viwoP8zmpdNkX1dyTa95+Wn1JEDu/GA/QhBnpLJD/Kh9/b3al6tSgiviPK+qPW4J27UtDWJbJcKDKMOWDiw==",
  "_location": "/electron-mocha",
  "_phantomChildren": {
    "ansi-styles": "3.2.1",
    "decamelize": "1.2.0",
    "find-up": "3.0.0",
    "get-caller-file": "2.0.5",
    "graceful-fs": "4.2.8",
    "jsonfile": "4.0.0",
    "require-directory": "2.1.1",
    "require-main-filename": "2.0.0",
    "set-blocking": "2.0.0",
    "strip-ansi": "5.2.0",
    "universalify": "0.1.2",
    "which-module": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "electron-mocha@8.0.1",
    "name": "electron-mocha",
    "escapedName": "electron-mocha",
    "rawSpec": "8.0.1",
    "saveSpec": null,
    "fetchSpec": "8.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/electron-mocha/-/electron-mocha-8.0.1.tgz",
  "_spec": "8.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "JP Richardson"
  },
  "bin": {
    "electron-mocha": "bin/electron-mocha"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/electron-mocha/issues"
  },
  "dependencies": {
    "ansi-colors": "^3.2.4",
    "electron-window": "^0.8.0",
    "fs-extra": "^7.0.1",
    "log-symbols": "^2.2.0",
    "mocha": "^6.1.1",
    "which": "^1.3.1",
    "yargs": "^13.2.2"
  },
  "description": "Mocha tests in Electron.",
  "devDependencies": {
    "electron": "^4.1.4",
    "standard": "^12.0.1"
  },
  "engines": {
    "node": ">= 7.0.0"
  },
  "homepage": "https://github.com/jprichardson/electron-mocha#readme",
  "keywords": [
    "mocha",
    "electron",
    "electron-tool",
    "test",
    "testing",
    "tdd",
    "bdd",
    "browser",
    "browser testing"
  ],
  "license": "MIT",
  "main": "lib/main.js",
  "name": "electron-mocha",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/electron-mocha.git"
  },
  "scripts": {
    "mocha": "node bin/electron-mocha",
    "prepublishOnly": "npm test",
    "pretest": "standard",
    "test": "npm run test:main && npm run test:renderer",
    "test:main": "node bin/electron-mocha test/main",
    "test:renderer": "node bin/electron-mocha --renderer --script test/support/preload.js test/renderer"
  },
  "standard": {
    "env": "mocha"
  },
  "version": "8.0.1"
}
