2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "screenfull@^4.2.1" ,
2023-12-18 13:12:25 +08:00
"_id" : "screenfull@4.2.1" ,
"_inBundle" : false ,
"_integrity" : "sha512-PLSp6f5XdhvjCCCO8OjavRfzkSGL3Qmdm7P82bxyU8HDDDBhDV3UckRaYcRa/NDNTYt8YBpzjoLWHUAejmOjLg==" ,
"_location" : "/screenfull" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "screenfull@^4.2.1" ,
2023-12-18 13:12:25 +08:00
"name" : "screenfull" ,
"escapedName" : "screenfull" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^4.2.1" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^4.2.1"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/"
] ,
2024-01-16 21:26:16 +08:00
"_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" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Sindre Sorhus" ,
"email" : "sindresorhus@gmail.com" ,
"url" : "sindresorhus.com"
} ,
"bugs" : {
"url" : "https://github.com/sindresorhus/screenfull.js/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"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"
]
}
}