{ "_from": "screenfull@6.0.2", "_id": "screenfull@6.0.2", "_inBundle": false, "_integrity": "sha512-AQdy8s4WhNvUZ6P8F6PB21tSPIYKniic+Ogx0AacBMjKP1GUHN2E9URxQHtCusiwxudnCKkdy4GrHXPPJSkCCw==", "_location": "/screenfull", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "screenfull@6.0.2", "name": "screenfull", "escapedName": "screenfull", "rawSpec": "6.0.2", "saveSpec": null, "fetchSpec": "6.0.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-6.0.2.tgz", "_shasum": "3dbe4b8c4f8f49fb8e33caa8f69d0bca730ab238", "_spec": "screenfull@6.0.2", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/screenfull/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.", "devDependencies": { "tsd": "^0.18.0", "xo": "^0.45.0" }, "engines": { "node": "^14.13.1 || >=16.0.0" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/screenfull#readme", "keywords": [ "browser", "fullscreen" ], "license": "MIT", "name": "screenfull", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/screenfull.git" }, "scripts": { "test": "xo && tsd" }, "type": "module", "version": "6.0.2", "xo": { "envs": [ "node", "browser" ] } }