1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| {
| "_from": "screenfull@4.2.0",
| "_id": "screenfull@4.2.0",
| "_inBundle": false,
| "_integrity": "sha512-qpyI9XbwuMJElWRP5vTgxkFAl4k7HpyhIqBFOZEwX9QBXn0MAuRSpn7LOc6/4CeSwoz61oBu1VPV+2fbIWC+5Q==",
| "_location": "/screenfull",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "screenfull@4.2.0",
| "name": "screenfull",
| "escapedName": "screenfull",
| "rawSpec": "4.2.0",
| "saveSpec": null,
| "fetchSpec": "4.2.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-4.2.0.tgz",
| "_shasum": "d5252a5a0f56504719abbed9ebbcd9208115da03",
| "_spec": "screenfull@4.2.0",
| "_where": "D:\\源码\\vue-element-admin-master",
| "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.0",
| "xo": {
| "envs": [
| "node",
| "browser"
| ]
| }
| }
|
|