forked from zhurui/management
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"screenfull@4.2.1",
|
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
|
]
|
|
],
|
|
"_from": "screenfull@4.2.1",
|
|
"_id": "screenfull@4.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PLSp6f5XdhvjCCCO8OjavRfzkSGL3Qmdm7P82bxyU8HDDDBhDV3UckRaYcRa/NDNTYt8YBpzjoLWHUAejmOjLg==",
|
|
"_location": "/screenfull",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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.npmjs.org/screenfull/-/screenfull-4.2.1.tgz",
|
|
"_spec": "4.2.1",
|
|
"_where": "C:\\Users\\27446\\Desktop\\up\\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"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|