{
  "_args": [
    [
      {
        "name": "wct-sauce",
        "raw": "wct-sauce@^1.8.2",
        "rawSpec": "^1.8.2",
        "scope": null,
        "spec": ">=1.8.2 <2.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester"
    ]
  ],
  "_from": "wct-sauce@>=1.8.2 <2.0.0",
  "_id": "wct-sauce@1.8.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/wct-sauce",
  "_nodeVersion": "5.7.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/wct-sauce-1.8.4.tgz_1456951340305_0.4645659795496613"
  },
  "_npmUser": {
    "email": "dfreedm2@gmail.com",
    "name": "azakus"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {
    "async": "1.5.2",
    "aws4": "1.4.1",
    "core-util-is": "1.0.2",
    "extend": "3.0.0",
    "har-validator": "2.0.6",
    "inherits": "2.0.1",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "jsprim": "1.3.0",
    "mime-types": "2.1.11",
    "node-uuid": "1.4.7",
    "process-nextick-args": "1.0.7",
    "sshpk": "1.8.3",
    "string_decoder": "0.10.31",
    "stringstream": "0.0.5",
    "tough-cookie": "2.2.2",
    "tunnel-agent": "0.4.3",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "name": "wct-sauce",
    "raw": "wct-sauce@^1.8.2",
    "rawSpec": "^1.8.2",
    "scope": null,
    "spec": ">=1.8.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/web-component-tester"
  ],
  "_resolved": "https://registry.npmjs.org/wct-sauce/-/wct-sauce-1.8.4.tgz",
  "_shasum": "3fa5148b1fe8f74e8bbf168c8015aa9b58dbd2e7",
  "_shrinkwrap": null,
  "_spec": "wct-sauce@^1.8.2",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester",
  "bugs": {
    "url": "https://github.com/Polymer/wct-sauce/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "cleankill": "^1.0.0",
    "lodash": "^3.0.1",
    "request": "^2.53.0",
    "sauce-connect-launcher": "^0.14.0",
    "temp": "^0.8.1",
    "uuid": "^2.0.1"
  },
  "description": "WCT plugin that enables support for sauce browsers via Sauce Labs",
  "devDependencies": {
    "chai": "^3.3.0",
    "gulp": "^3.8.10",
    "gulp-jshint": "^2.0.0",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "mocha": "^2.2.4"
  },
  "directories": {},
  "dist": {
    "shasum": "3fa5148b1fe8f74e8bbf168c8015aa9b58dbd2e7",
    "tarball": "https://registry.npmjs.org/wct-sauce/-/wct-sauce-1.8.4.tgz"
  },
  "gitHead": "8fcce11312d535850e67146c667ae1b9efe6a449",
  "homepage": "https://github.com/Polymer/wct-sauce",
  "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-sauce",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Polymer/wct-sauce.git"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "mocha"
  },
  "version": "1.8.4",
  "wct-plugin": {
    "cli-options": {
      "accessKey": {
        "full": "sauce-access-key",
        "help": "Sauce Labs access key."
      },
      "browsers": {
        "abbr": "s",
        "full": "sauce",
        "help": "Remote Sauce Labs browsers to run tests on, or 'default'.",
        "list": true,
        "metavar": "NAME"
      },
      "buildNumber": {
        "full": "build-number",
        "help": "The build number tested by this test for the sauce labs REST API."
      },
      "jobName": {
        "full": "job-name",
        "help": "Job name for the sauce labs REST API."
      },
      "port": {
        "full": "port",
        "help": "Select an alternative port for Sauce Connect (default is 4445)"
      },
      "tunnelId": {
        "full": "sauce-tunnel-id",
        "help": "Sauce Connect tunnel identifier."
      },
      "username": {
        "full": "sauce-username",
        "help": "Sauce Labs username."
      },
      "visibility": {
        "full": "visibility",
        "help": "Set job visibility to 'public', 'public restricted', 'share', 'team' or 'private'"
      }
    }
  }
}
