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/globals/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "globals",
    3         "version": "11.12.0",
    4         "description": "Global identifiers from different JavaScript environments",
    5         "license": "MIT",
    6         "repository": "sindresorhus/globals",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=4"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "globals.json"
    21         ],
    22         "keywords": [
    23                 "globals",
    24                 "global",
    25                 "identifiers",
    26                 "variables",
    27                 "vars",
    28                 "jshint",
    29                 "eslint",
    30                 "environments"
    31         ],
    32         "devDependencies": {
    33                 "ava": "0.21.0",
    34                 "xo": "0.18.0"
    35         },
    36         "xo": {
    37                 "ignores": [
    38                         "get-browser-globals.js"
    39                 ]
    40         }
     2  "_from": "globals@^11.1.0",
     3  "_id": "globals@11.12.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
     6  "_location": "/globals",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "globals@^11.1.0",
     12    "name": "globals",
     13    "escapedName": "globals",
     14    "rawSpec": "^11.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^11.1.0"
     17  },
     18  "_requiredBy": [
     19    "/@babel/traverse"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
     22  "_shasum": "ab8795338868a0babd8525758018c2a7eb95c42e",
     23  "_spec": "globals@^11.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/traverse",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "sindresorhus.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/sindresorhus/globals/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "Global identifiers from different JavaScript environments",
     36  "devDependencies": {
     37    "ava": "0.21.0",
     38    "xo": "0.18.0"
     39  },
     40  "engines": {
     41    "node": ">=4"
     42  },
     43  "files": [
     44    "index.js",
     45    "globals.json"
     46  ],
     47  "homepage": "https://github.com/sindresorhus/globals#readme",
     48  "keywords": [
     49    "globals",
     50    "global",
     51    "identifiers",
     52    "variables",
     53    "vars",
     54    "jshint",
     55    "eslint",
     56    "environments"
     57  ],
     58  "license": "MIT",
     59  "name": "globals",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/sindresorhus/globals.git"
     63  },
     64  "scripts": {
     65    "test": "xo && ava"
     66  },
     67  "version": "11.12.0",
     68  "xo": {
     69    "ignores": [
     70      "get-browser-globals.js"
     71    ]
     72  }
    4173}
Note: See TracChangeset for help on using the changeset viewer.