{
  "_args": [
    [
      "spectron@9.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "spectron@9.0.0",
  "_id": "spectron@9.0.0",
  "_inBundle": false,
  "_integrity": "sha512-aMxprQ+5/8hDl27P6FafIuuL8jAueJ7WEc6S6pEEQNU7xGCMcfj0RY6TB1i9BtkazMymIxAkmwqlK233Fbhcgw==",
  "_location": "/spectron",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "spectron@9.0.0",
    "name": "spectron",
    "escapedName": "spectron",
    "rawSpec": "9.0.0",
    "saveSpec": null,
    "fetchSpec": "9.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/spectron/-/spectron-9.0.0.tgz",
  "_spec": "9.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Kevin Sawicki"
  },
  "bugs": {
    "url": "https://github.com/electron/spectron/issues"
  },
  "dependencies": {
    "dev-null": "^0.1.1",
    "electron-chromedriver": "^7.0.0",
    "request": "^2.87.0",
    "split": "^1.0.0",
    "webdriverio": "^4.13.0"
  },
  "description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
  "devDependencies": {
    "@types/webdriverio": "^4.8.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-roughly": "^1.0.0",
    "check-for-leaks": "^1.0.2",
    "electron": "^7.0.0",
    "husky": "^3.0.0",
    "mocha": "^6.1.4",
    "standard": "^12.0.1",
    "temp": "^0.9.0",
    "tslint": "^5.10.0",
    "typescript": "^3.5.3"
  },
  "engines": {
    "node": ">=0.12.4"
  },
  "homepage": "https://github.com/electron/spectron#readme",
  "keywords": [
    "electron",
    "chromedriver",
    "webdriverio",
    "selenium"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "spectron",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron/spectron.git"
  },
  "scripts": {
    "lint": "standard",
    "prepack": "check-for-leaks",
    "prepush": "check-for-leaks",
    "pretest": "tslint lib/spectron.d.ts && tsc lib/spectron.d.ts",
    "test": "mocha && standard"
  },
  "types": "./lib/spectron.d.ts",
  "version": "9.0.0"
}
