package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "screenfull@4.2.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "screenfull@4.2.1",
  10. "_id": "screenfull@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PLSp6f5XdhvjCCCO8OjavRfzkSGL3Qmdm7P82bxyU8HDDDBhDV3UckRaYcRa/NDNTYt8YBpzjoLWHUAejmOjLg==",
  13. "_location": "/screenfull",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "screenfull@4.2.1",
  19. "name": "screenfull",
  20. "escapedName": "screenfull",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-4.2.1.tgz",
  29. "_spec": "4.2.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/screenfull.js/issues"
  38. },
  39. "description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
  40. "devDependencies": {
  41. "grunt": "^1.0.4",
  42. "grunt-contrib-concat": "^1.0.1",
  43. "grunt-contrib-copy": "^1.0.0",
  44. "grunt-contrib-uglify": "^4.0.1",
  45. "load-grunt-tasks": "^4.0.0",
  46. "tsd": "^0.7.1",
  47. "xo": "^0.16.0"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "dist/screenfull.js",
  54. "dist/screenfull.d.ts"
  55. ],
  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": "4.2.1",
  74. "xo": {
  75. "envs": [
  76. "node",
  77. "browser"
  78. ]
  79. }
  80. }