{
  "_args": [
    [
      {
        "name": "wct-local",
        "raw": "wct-local@^2.0.0",
        "rawSpec": "^2.0.0",
        "scope": null,
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester"
    ]
  ],
  "_from": "wct-local@>=2.0.0 <3.0.0",
  "_id": "wct-local@2.0.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/wct-local",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/wct-local-2.0.7.tgz_1467417538131_0.3873867425136268"
  },
  "_npmUser": {
    "email": "admin@polymer-project.org",
    "name": "polymer"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "wct-local",
    "raw": "wct-local@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/web-component-tester"
  ],
  "_resolved": "https://registry.npmjs.org/wct-local/-/wct-local-2.0.7.tgz",
  "_shasum": "282b35d72fd4246a6a2538d347c995a54e359156",
  "_shrinkwrap": null,
  "_spec": "wct-local@^2.0.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester",
  "bugs": {
    "url": "https://github.com/Polymer/wct-local/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "cleankill": "^1.0.3",
    "freeport": "^1.0.4",
    "launchpad": "^0.5.0",
    "promisify-node": "^0.4.0",
    "selenium-standalone": "^5.0.0",
    "which": "^1.0.8"
  },
  "description": "WCT plugin that enables support for local browsers via Selenium",
  "devDependencies": {
    "gulp": "^3.8.10",
    "tools-common": "github:rictic/tools-common#0de693a",
    "typescript": "^1.8.10"
  },
  "directories": {},
  "dist": {
    "shasum": "282b35d72fd4246a6a2538d347c995a54e359156",
    "tarball": "https://registry.npmjs.org/wct-local/-/wct-local-2.0.7.tgz"
  },
  "engines": {
    "node": ">=4.0"
  },
  "gitHead": "ad737b9d654007d221757b5d9322abcc96e6edd6",
  "homepage": "https://github.com/Polymer/wct-local",
  "keywords": [
    "wct",
    "web-component-tester",
    "plugin"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/plugin.js",
  "maintainers": [
    {
      "email": "ian@nevir.net",
      "name": "nevir"
    },
    {
      "email": "admin@polymer-project.org",
      "name": "polymer"
    },
    {
      "email": "ajo@google.com",
      "name": "garlicnation"
    },
    {
      "email": "dfreedm2@gmail.com",
      "name": "azakus"
    }
  ],
  "name": "wct-local",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Polymer/wct-local.git"
  },
  "scripts": {
    "build": "gulp build",
    "init": "gulp init",
    "lint": "gulp lint",
    "postinstall": "node scripts/postinstall.js",
    "prepublish": "gulp build-all",
    "test": "gulp test"
  },
  "selenium-version": "2.53.1",
  "version": "2.0.7",
  "wct-plugin": {
    "cli-options": {
      "browsers": {
        "abbr": "l",
        "full": "local",
        "help": "Local browsers to run tests on, or 'all'.",
        "list": true,
        "metavar": "NAME"
      },
      "seleniumArgs": {
        "full": "selenium-arg",
        "help": "Additional selenium server arguments. Port is auto-selected.",
        "list": true,
        "metavar": "ARG"
      },
      "skipSeleniumInstall": {
        "flag": true,
        "full": "skip-selenium-install",
        "help": "Skip trying to install selenium."
      }
    }
  }
}
