{ "_from": "screenfull@^4.2.1", "_id": "screenfull@4.2.1", "_inBundle": false, "_integrity": "sha512-PLSp6f5XdhvjCCCO8OjavRfzkSGL3Qmdm7P82bxyU8HDDDBhDV3UckRaYcRa/NDNTYt8YBpzjoLWHUAejmOjLg==", "_location": "/screenfull", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "screenfull@^4.2.1", "name": "screenfull", "escapedName": "screenfull", "rawSpec": "^4.2.1", "saveSpec": null, "fetchSpec": "^4.2.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-4.2.1.tgz", "_shasum": "3245b7bc73d2b7c9a15bd8caaf6965db7cbc7f04", "_spec": "screenfull@^4.2.1", "_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/screenfull.js/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": { "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": "4.2.1", "xo": { "envs": [ "node", "browser" ] } }