non_npm_packages: 00feng00/react-ihooks, src/hooks/src/useFullScreen/screenfull/package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 548be86345c95ba91726520619d182c2b5d13c25 | {
"_from": "screenfull",
"_id": "screenfull@6.0.1",
"_inBundle": false,
"_integrity": "sha512-yzQW+j4zMUBQC51xxWaoDYjxOtl8Kn+xvue3p6v/fv2pIi1jH4AldgVLU8TBfFVgH2x3VXlf3+YiA/AYIPlaew==",
"_location": "/screenfull",
"_phantomChildren": {},
"_requested": {
"escapedName": "screenfull",
"fetchSpec": "latest",
"name": "screenfull",
"raw": "screenfull",
"rawSpec": "",
"registry": true,
"saveSpec": null,
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-6.0.1.tgz",
"_shasum": "3b71e6f06b72d817a8d3be73c45ebe71fa8da1ce",
"_spec": "screenfull",
"_where": "/Applications/github\u5f00\u6e90\u9879\u76ee/hooks",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/screenfull/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": {
"tsd": "^0.18.0",
"xo": "^0.45.0"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/screenfull#readme",
"keywords": [
"browser",
"fullscreen"
],
"license": "MIT",
"name": "screenfull",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/screenfull.git"
},
"scripts": {
"test": "xo && tsd"
},
"type": "module",
"version": "6.0.1",
"xo": {
"envs": [
"node",
"browser"
]
}
} |
00feng00 | src/hooks/src/useFullScreen/screenfull/package.json | 00feng00/react-ihooks |