package.json 2.0 KB

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