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

    r0c6b92a r79a0317  
    11{
    2   "name": "immutable",
    3   "version": "5.0.3",
    4   "description": "Immutable Data Collections",
    5   "license": "MIT",
    6   "homepage": "https://immutable-js.com",
     2  "_from": "immutable@5.0.3",
     3  "_id": "immutable@5.0.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==",
     6  "_location": "/immutable",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "immutable@5.0.3",
     12    "name": "immutable",
     13    "escapedName": "immutable",
     14    "rawSpec": "5.0.3",
     15    "saveSpec": null,
     16    "fetchSpec": "5.0.3"
     17  },
     18  "_requiredBy": [
     19    "/sass"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz",
     22  "_shasum": "aa037e2313ea7b5d400cd9298fa14e404c933db1",
     23  "_spec": "immutable@5.0.3",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/sass",
    725  "author": {
    826    "name": "Lee Byron",
    927    "url": "https://github.com/leebyron"
    1028  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git://github.com/immutable-js/immutable-js.git"
    14   },
    1529  "bugs": {
    1630    "url": "https://github.com/immutable-js/immutable-js/issues"
    1731  },
    18   "main": "dist/immutable.js",
    19   "module": "dist/immutable.es.js",
    20   "types": "dist/immutable.d.ts",
     32  "bundleDependencies": false,
     33  "deprecated": false,
     34  "description": "Immutable Data Collections",
    2135  "files": [
    2236    "dist",
     
    2438    "LICENSE"
    2539  ],
     40  "homepage": "https://immutable-js.com",
    2641  "keywords": [
    2742    "immutable",
     
    3550    "sequence",
    3651    "iteration"
    37   ]
     52  ],
     53  "license": "MIT",
     54  "main": "dist/immutable.js",
     55  "module": "dist/immutable.es.js",
     56  "name": "immutable",
     57  "repository": {
     58    "type": "git",
     59    "url": "git://github.com/immutable-js/immutable-js.git"
     60  },
     61  "types": "dist/immutable.d.ts",
     62  "version": "5.0.3"
    3863}
Note: See TracChangeset for help on using the changeset viewer.