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

    r0c6b92a r79a0317  
    11{
     2  "_from": "tslib@^2.1.0",
     3  "_id": "tslib@2.8.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
     6  "_location": "/tslib",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "tslib@^2.1.0",
    212    "name": "tslib",
    3     "author": "Microsoft Corp.",
    4     "homepage": "https://www.typescriptlang.org/",
    5     "version": "2.8.1",
    6     "license": "0BSD",
    7     "description": "Runtime library for TypeScript helper functions",
    8     "keywords": [
    9         "TypeScript",
    10         "Microsoft",
    11         "compiler",
    12         "language",
    13         "javascript",
    14         "tslib",
    15         "runtime"
    16     ],
    17     "bugs": {
    18         "url": "https://github.com/Microsoft/TypeScript/issues"
     13    "escapedName": "tslib",
     14    "rawSpec": "^2.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.1.0"
     17  },
     18  "_requiredBy": [
     19    "/react-use"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
     22  "_shasum": "612efe4ed235d567e8aba5f2a5fab70280ade83f",
     23  "_spec": "tslib@^2.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
     25  "author": {
     26    "name": "Microsoft Corp."
     27  },
     28  "bugs": {
     29    "url": "https://github.com/Microsoft/TypeScript/issues"
     30  },
     31  "bundleDependencies": false,
     32  "deprecated": false,
     33  "description": "Runtime library for TypeScript helper functions",
     34  "exports": {
     35    ".": {
     36      "module": {
     37        "types": "./modules/index.d.ts",
     38        "default": "./tslib.es6.mjs"
     39      },
     40      "import": {
     41        "node": "./modules/index.js",
     42        "default": {
     43          "types": "./modules/index.d.ts",
     44          "default": "./tslib.es6.mjs"
     45        }
     46      },
     47      "default": "./tslib.js"
    1948    },
    20     "repository": {
    21         "type": "git",
    22         "url": "https://github.com/Microsoft/tslib.git"
    23     },
    24     "main": "tslib.js",
    25     "module": "tslib.es6.js",
    26     "jsnext:main": "tslib.es6.js",
    27     "typings": "tslib.d.ts",
    28     "sideEffects": false,
    29     "exports": {
    30         ".": {
    31             "module": {
    32                 "types": "./modules/index.d.ts",
    33                 "default": "./tslib.es6.mjs"
    34             },
    35             "import": {
    36                 "node": "./modules/index.js",
    37                 "default": {
    38                     "types": "./modules/index.d.ts",
    39                     "default": "./tslib.es6.mjs"
    40                 }
    41             },
    42             "default": "./tslib.js"
    43         },
    44         "./*": "./*",
    45         "./": "./"
    46     }
     49    "./*": "./*",
     50    "./": "./"
     51  },
     52  "homepage": "https://www.typescriptlang.org/",
     53  "jsnext:main": "tslib.es6.js",
     54  "keywords": [
     55    "TypeScript",
     56    "Microsoft",
     57    "compiler",
     58    "language",
     59    "javascript",
     60    "tslib",
     61    "runtime"
     62  ],
     63  "license": "0BSD",
     64  "main": "tslib.js",
     65  "module": "tslib.es6.js",
     66  "name": "tslib",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/Microsoft/tslib.git"
     70  },
     71  "sideEffects": false,
     72  "typings": "tslib.d.ts",
     73  "version": "2.8.1"
    4774}
Note: See TracChangeset for help on using the changeset viewer.