{
  "_args": [
    [
      "screenfull@5.0.0",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_from": "screenfull@5.0.0",
  "_id": "screenfull@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-yShzhaIoE9OtOhWVyBBffA6V98CDCoyHTsp8228blmqYy1Z5bddzE/4FPiJKlr8DVR4VBiiUyfPzIQPIYDkeMA==",
  "_location": "/screenfull",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "screenfull@5.0.0",
    "name": "screenfull",
    "escapedName": "screenfull",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/screenfull.js/issues"
  },
  "description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
  "devDependencies": {
    "grunt": "^1.0.4",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^4.0.1",
    "load-grunt-tasks": "^4.0.0",
    "tsd": "^0.7.1",
    "xo": "^0.16.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "dist/screenfull.js",
    "dist/screenfull.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/screenfull.js#readme",
  "keywords": [
    "browser",
    "fullscreen"
  ],
  "license": "MIT",
  "main": "dist/screenfull.js",
  "name": "screenfull",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/screenfull.js.git"
  },
  "scripts": {
    "pretest": "grunt",
    "test": "xo && tsd"
  },
  "types": "dist/screenfull.d.ts",
  "version": "5.0.0",
  "xo": {
    "envs": [
      "node",
      "browser"
    ]
  }
}
