1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_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.npmjs.org/screenfull/-/screenfull-5.0.2.tgz",
- "_shasum": "b9acdcf1ec676a948674df5cd0ff66b902b0bed7",
- "_spec": "screenfull@5.0.2",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "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"
- ],
- "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"
- ]
- }
- }
|