forgeplus-react/node_modules/screenfull/package.json

81 lines
2.0 KiB
JSON

{
"_args": [
[
"screenfull@5.2.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "screenfull@5.2.0",
"_id": "screenfull@5.2.0",
"_inBundle": false,
"_integrity": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==",
"_location": "/screenfull",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "screenfull@5.2.0",
"name": "screenfull",
"escapedName": "screenfull",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/ahooks"
],
"_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.2.0.tgz",
"_spec": "5.2.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"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.2.0",
"xo": {
"envs": [
"node",
"browser"
]
}
}