source: imaps-frontend/node_modules/screenfull/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "screenfull@^5.1.0",
3 "_id": "screenfull@5.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==",
6 "_location": "/screenfull",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "screenfull@^5.1.0",
12 "name": "screenfull",
13 "escapedName": "screenfull",
14 "rawSpec": "^5.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.0"
17 },
18 "_requiredBy": [
19 "/react-use"
20 ],
21 "_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.2.0.tgz",
22 "_shasum": "6533d524d30621fc1283b9692146f3f13a93d1ba",
23 "_spec": "screenfull@^5.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
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.2.0",
71 "xo": {
72 "envs": [
73 "node",
74 "browser"
75 ]
76 }
[d565449]77}
Note: See TracBrowser for help on using the repository browser.