package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "screenfull@5.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "screenfull@5.0.2",
  9. "_id": "screenfull@5.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cCF2b+L/mnEiORLN5xSAz6H3t18i2oHh9BA8+CQlAh5DRw2+NFAGQJOSYbcGw8B2k04g/lVvFcfZ83b3ysH5UQ==",
  12. "_location": "/screenfull",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "screenfull@5.0.2",
  18. "name": "screenfull",
  19. "escapedName": "screenfull",
  20. "rawSpec": "5.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/screenfull/download/screenfull-5.0.2.tgz",
  28. "_spec": "5.0.2",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/screenfull.js/issues"
  37. },
  38. "description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
  39. "devDependencies": {
  40. "grunt": "^1.0.4",
  41. "grunt-contrib-concat": "^1.0.1",
  42. "grunt-contrib-copy": "^1.0.0",
  43. "grunt-contrib-uglify": "^4.0.1",
  44. "load-grunt-tasks": "^4.0.0",
  45. "tsd": "^0.7.1",
  46. "xo": "^0.16.0"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "dist/screenfull.js",
  53. "dist/screenfull.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/screenfull.js#readme",
  57. "keywords": [
  58. "browser",
  59. "fullscreen"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/screenfull.js",
  63. "name": "screenfull",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/screenfull.js.git"
  67. },
  68. "scripts": {
  69. "pretest": "grunt",
  70. "test": "xo && tsd"
  71. },
  72. "types": "dist/screenfull.d.ts",
  73. "version": "5.0.2",
  74. "xo": {
  75. "envs": [
  76. "node",
  77. "browser"
  78. ]
  79. }
  80. }