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

    r0c6b92a r79a0317  
    11{
    2   "name": "postcss",
    3   "version": "8.4.49",
     2  "_from": "postcss@^8.4.49",
     3  "_id": "postcss@8.4.49",
     4  "_inBundle": false,
     5  "_integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
     6  "_location": "/postcss",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "postcss@^8.4.49",
     12    "name": "postcss",
     13    "escapedName": "postcss",
     14    "rawSpec": "^8.4.49",
     15    "saveSpec": null,
     16    "fetchSpec": "^8.4.49"
     17  },
     18  "_requiredBy": [
     19    "/vite"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
     22  "_shasum": "4ea479048ab059ab3ae61d082190fabfd994fe19",
     23  "_spec": "postcss@^8.4.49",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/vite",
     25  "author": {
     26    "name": "Andrey Sitnik",
     27    "email": "andrey@sitnik.ru"
     28  },
     29  "browser": {
     30    "./lib/terminal-highlight": false,
     31    "source-map-js": false,
     32    "path": false,
     33    "url": false,
     34    "fs": false
     35  },
     36  "bugs": {
     37    "url": "https://github.com/postcss/postcss/issues"
     38  },
     39  "bundleDependencies": false,
     40  "dependencies": {
     41    "nanoid": "^3.3.7",
     42    "picocolors": "^1.1.1",
     43    "source-map-js": "^1.2.1"
     44  },
     45  "deprecated": false,
    446  "description": "Tool for transforming styles with JS plugins",
    547  "engines": {
     
    4082    "./package.json": "./package.json"
    4183  },
    42   "main": "./lib/postcss.js",
    43   "types": "./lib/postcss.d.ts",
    44   "keywords": [
    45     "css",
    46     "postcss",
    47     "rework",
    48     "preprocessor",
    49     "parser",
    50     "source map",
    51     "transform",
    52     "manipulation",
    53     "transpiler"
    54   ],
    5584  "funding": [
    5685    {
     
    6796    }
    6897  ],
    69   "author": "Andrey Sitnik <andrey@sitnik.ru>",
     98  "homepage": "https://postcss.org/",
     99  "keywords": [
     100    "css",
     101    "postcss",
     102    "rework",
     103    "preprocessor",
     104    "parser",
     105    "source map",
     106    "transform",
     107    "manipulation",
     108    "transpiler"
     109  ],
    70110  "license": "MIT",
    71   "homepage": "https://postcss.org/",
    72   "repository": "postcss/postcss",
    73   "bugs": {
    74     "url": "https://github.com/postcss/postcss/issues"
     111  "main": "./lib/postcss.js",
     112  "name": "postcss",
     113  "repository": {
     114    "type": "git",
     115    "url": "git+https://github.com/postcss/postcss.git"
    75116  },
    76   "dependencies": {
    77     "nanoid": "^3.3.7",
    78     "picocolors": "^1.1.1",
    79     "source-map-js": "^1.2.1"
    80   },
    81   "browser": {
    82     "./lib/terminal-highlight": false,
    83     "source-map-js": false,
    84     "path": false,
    85     "url": false,
    86     "fs": false
    87   }
     117  "types": "./lib/postcss.d.ts",
     118  "version": "8.4.49"
    88119}
Note: See TracChangeset for help on using the changeset viewer.