{
  "_from": "wd@*",
  "_id": "wd@1.14.0",
  "_inBundle": false,
  "_integrity": "sha512-X7ZfGHHYlQ5zYpRlgP16LUsvYti+Al/6fz3T/ClVyivVCpCZQpESTDdz6zbK910O5OIvujO23Ym2DBBo3XsQlA==",
  "_location": "/wd",
  "_phantomChildren": {
    "aws-sign2": "0.7.0",
    "aws4": "1.11.0",
    "caseless": "0.12.0",
    "combined-stream": "1.0.8",
    "extend": "3.0.2",
    "forever-agent": "0.6.1",
    "form-data": "2.3.3",
    "har-validator": "5.1.5",
    "http-signature": "1.2.0",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "mime-types": "2.1.29",
    "oauth-sign": "0.9.0",
    "performance-now": "2.1.0",
    "psl": "1.8.0",
    "qs": "6.5.2",
    "safe-buffer": "5.2.1",
    "tunnel-agent": "0.6.0",
    "uuid": "3.4.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "wd@*",
    "name": "wd",
    "escapedName": "wd",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/popper"
  ],
  "_resolved": "https://registry.npmjs.org/wd/-/wd-1.14.0.tgz",
  "_shasum": "1fe6450b5baef37caa135e7755292c6998ca8a90",
  "_spec": "wd@*",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\popper",
  "author": {
    "name": "Adam Christian",
    "email": "adam.christian@gmail.com"
  },
  "bin": {
    "wd": "lib/bin.js"
  },
  "bugs": {
    "url": "https://github.com/admc/wd/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ruben Daniels",
      "url": "https://github.com/javruben"
    },
    {
      "name": "Peter Braden",
      "url": "https://github.com/peterbraden"
    },
    {
      "name": "Seb Vincent",
      "url": "https://github.com/sebv"
    },
    {
      "name": "Peter 'Pita' Martischka",
      "url": "https://github.com/Pita"
    },
    {
      "name": "Jonathan Lipps",
      "url": "https://github.com/jlipps"
    },
    {
      "name": "Phil Sarin",
      "url": "https://github.com/pdsarin"
    },
    {
      "name": "Mathieu Sabourin",
      "url": "https://github.com/OniOni"
    },
    {
      "name": "Bjorn Tipling",
      "url": "https://github.com/btipling"
    },
    {
      "name": "Santiago Suarez Ordonez",
      "url": "https://github.com/santiycr"
    },
    {
      "name": "Bernard Kobos",
      "url": "https://github.com/bernii"
    },
    {
      "name": "Jason Carr",
      "url": "https://github.com/maudineormsby"
    },
    {
      "name": "Matti Schneider",
      "email": "hi@mattischneider.fr",
      "url": "https://github.com/MattiSG"
    },
    {
      "name": "David Koller",
      "url": "https://github.com/appit-online"
    }
  ],
  "dependencies": {
    "archiver": "^3.0.0",
    "async": "^2.0.0",
    "lodash": "^4.0.0",
    "mkdirp": "^0.5.1",
    "q": "^1.5.1",
    "request": "2.88.0",
    "vargs": "^0.1.0"
  },
  "deprecated": false,
  "description": "WebDriver/Selenium 2 node.js client",
  "devDependencies": {
    "bdd-with-opts": "^1.1.1",
    "chai": "^3.0.0",
    "chai-as-promised": "^7.1.1",
    "colors": "^1.3.3",
    "dox": "^0.9.0",
    "express": "^4.16.3",
    "fancy-log": "^1.3.3",
    "gulp": "^4.0.0",
    "gulp-debug": "^4.0.0",
    "gulp-eslint": "^5.0.0",
    "gulp-if": "^2.0.2",
    "gulp-mocha": "^6.0.0",
    "hbs": "^4.0.0",
    "http-proxy": "^1.15.1",
    "imageinfo": "^1.0.4",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mu2": "^0.5.21",
    "nock": "^10.0.0",
    "promise-simple": "^0.1.0",
    "run-sequence": "^2.0.0",
    "sauce-connect-launcher": "^1.2.4",
    "spawn-mocha-parallel": "^1.3.1",
    "sv-selenium": "^0.3.1",
    "underscore.string": "^3.3.4",
    "uuid": "^3.0.1",
    "yargs": "^13.0.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": [
    "node"
  ],
  "homepage": "https://github.com/admc/wd#readme",
  "keywords": [
    "testing",
    "automation",
    "webdriver",
    "webdriverjs",
    "selenium"
  ],
  "license": "Apache-2.0",
  "main": "./lib/main",
  "name": "wd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/admc/wd.git"
  },
  "scripts": {
    "all_tests": "gulp test",
    "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
    "install": "node scripts/build-browser-scripts",
    "lint": "gulp lint",
    "lint:fix": "gulp lint --fix",
    "test": "gulp test-unit"
  },
  "version": "1.14.0"
}
