{
  "_args": [
    [
      {
        "raw": "karma-host-environment@^1.1.3",
        "scope": null,
        "escapedName": "karma-host-environment",
        "name": "karma-host-environment",
        "rawSpec": "^1.1.3",
        "spec": ">=1.1.3 <2.0.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record"
    ]
  ],
  "_from": "karma-host-environment@>=1.1.3 <2.0.0",
  "_id": "karma-host-environment@1.1.3",
  "_inCache": true,
  "_location": "/karma-host-environment",
  "_nodeVersion": "9.11.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/karma-host-environment_1.1.3_1523224823816_0.7525623264434911"
  },
  "_npmUser": {
    "name": "bigstickcarpet",
    "email": "bigstickcarpet@gmail.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "karma-host-environment@^1.1.3",
    "scope": null,
    "escapedName": "karma-host-environment",
    "name": "karma-host-environment",
    "rawSpec": "^1.1.3",
    "spec": ">=1.1.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/karma-host-environment/-/karma-host-environment-1.1.3.tgz",
  "_shasum": "9f24db85cc2dfde0baa43167c0d9d23d906b5a8e",
  "_shrinkwrap": null,
  "_spec": "karma-host-environment@^1.1.3",
  "_where": "C:\\www\\dallashi\\videojs-record",
  "author": {
    "name": "James Messinger",
    "url": "http://bigstickcarpet.com"
  },
  "browser": "dist/karma-host-environment.js",
  "bugs": {
    "url": "https://github.com/bigstickcarpet/karma-host-environment/issues"
  },
  "dependencies": {
    "temp": "^0.8.3"
  },
  "description": "Provides host environment info (user agent, Node.js version, environment variables, etc.)",
  "devDependencies": {
    "chai": "^4.0.2",
    "codacy-coverage": "^2.0.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.0.0",
    "eslint-config-modular": "^4.1.0",
    "istanbul": "^0.4.5",
    "karma": "^2.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "^1.1.1",
    "karma-edge-launcher": "^0.4.2",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.2.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.1.0",
    "karma-verbose-reporter": "0.0.6",
    "mocha": "^5.0.5",
    "npm-check": "^5.4.4",
    "simplifyify": "^4.0.0",
    "version-bump-prompt": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-kf/qlI31r2eRN5suf5rQLMZRNgHMoYiLn3h6uhUCaA0B/4pM4WcsHi5hYxU6nIfIIBHq/6Dbh4ee9OBeVN8K/w==",
    "shasum": "9f24db85cc2dfde0baa43167c0d9d23d906b5a8e",
    "tarball": "https://registry.npmjs.org/karma-host-environment/-/karma-host-environment-1.1.3.tgz",
    "fileCount": 12,
    "unpackedSize": 40175
  },
  "files": [
    "dist/karma-host-environment.js",
    "dist/karma-host-environment.js.map",
    "dist/karma-host-environment.min.js",
    "dist/karma-host-environment.min.js.map",
    "lib"
  ],
  "gitHead": "53030e1f4be1daaa8fc361a0915a089b61ac95cf",
  "homepage": "https://github.com/bigstickcarpet/karma-host-environment",
  "keywords": [
    "karma-plugin",
    "karma-framework",
    "mocha",
    "test",
    "host",
    "environment",
    "browser",
    "user agent",
    "environment variables"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "bigstickcarpet",
      "email": "bigstickcarpet@gmail.com"
    }
  ],
  "name": "karma-host-environment",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigstickcarpet/karma-host-environment.git"
  },
  "scripts": {
    "build": "simplifyify lib/browser.js --outfile dist/karma-host-environment.js --standalone host --bundle --debug --minify",
    "bump": "bump --prompt --grep dist/* --tag --push --all",
    "cover": "npm run cover-mocha && npm run cover-karma",
    "cover-karma": "npm run build -- --test && istanbul cover karma -i lib/karma-plugin.js --dir coverage/karma -- start --single-run --cover",
    "cover-mocha": "istanbul cover _mocha -x lib/browser.js -x lib/user-agent.js --dir coverage/node",
    "karma": "karma start --single-run",
    "lint": "eslint lib test --fix",
    "mocha": "mocha",
    "release": "npm run upgrade && npm run build && npm test && npm run bump && npm publish",
    "test": "npm run mocha && npm run karma && npm run lint",
    "upgrade": "npm-check -u"
  },
  "version": "1.1.3"
}
