Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/screenfull/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "screenfull",
    3         "version": "5.2.0",
    4         "description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.",
    5         "license": "MIT",
    6         "repository": "sindresorhus/screenfull.js",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "sindresorhus.com"
    12         },
    13         "main": "dist/screenfull.js",
    14         "engines": {
    15                 "node": ">=0.10.0"
    16         },
    17         "scripts": {
    18                 "pretest": "grunt",
    19                 "test": "xo && tsd"
    20         },
    21         "files": [
    22                 "dist/screenfull.js",
    23                 "dist/screenfull.d.ts"
    24         ],
    25         "keywords": [
    26                 "browser",
    27                 "fullscreen"
    28         ],
    29         "devDependencies": {
    30                 "grunt": "^1.0.4",
    31                 "grunt-contrib-concat": "^1.0.1",
    32                 "grunt-contrib-copy": "^1.0.0",
    33                 "grunt-contrib-uglify": "^4.0.1",
    34                 "load-grunt-tasks": "^4.0.0",
    35                 "tsd": "^0.7.1",
    36                 "xo": "^0.16.0"
    37         },
    38         "types": "dist/screenfull.d.ts",
    39         "xo": {
    40                 "envs": [
    41                         "node",
    42                         "browser"
    43                 ]
    44         }
     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  }
    4577}
Note: See TracChangeset for help on using the changeset viewer.