| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | {  "_args": [    [      "screenfull@5.0.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_from": "screenfull@5.0.2",  "_id": "screenfull@5.0.2",  "_inBundle": false,  "_integrity": "sha512-cCF2b+L/mnEiORLN5xSAz6H3t18i2oHh9BA8+CQlAh5DRw2+NFAGQJOSYbcGw8B2k04g/lVvFcfZ83b3ysH5UQ==",  "_location": "/screenfull",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "screenfull@5.0.2",    "name": "screenfull",    "escapedName": "screenfull",    "rawSpec": "5.0.2",    "saveSpec": null,    "fetchSpec": "5.0.2"  },  "_requiredBy": [    "/"  ],  "_resolved": "https://registry.npmmirror.com/screenfull/download/screenfull-5.0.2.tgz",  "_spec": "5.0.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "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"  ],  "funding": "https://github.com/sponsors/sindresorhus",  "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.2",  "xo": {    "envs": [      "node",      "browser"    ]  }}
 |