Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/postcss/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss",
    3   "version": "8.3.6",
     2  "_args": [
     3    [
     4      "postcss@8.3.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss@8.3.6",
     10  "_id": "postcss@8.3.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
     13  "_location": "/postcss",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss@8.3.6",
     19    "name": "postcss",
     20    "escapedName": "postcss",
     21    "rawSpec": "8.3.6",
     22    "saveSpec": null,
     23    "fetchSpec": "8.3.6"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/css-loader",
     28    "/css-minimizer-webpack-plugin"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
     31  "_spec": "8.3.6",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Andrey Sitnik",
     35    "email": "andrey@sitnik.ru"
     36  },
     37  "browser": {
     38    "./lib/terminal-highlight": false,
     39    "source-map-js": false,
     40    "colorette": false,
     41    "path": false,
     42    "url": false,
     43    "fs": false
     44  },
     45  "bugs": {
     46    "url": "https://github.com/postcss/postcss/issues"
     47  },
     48  "dependencies": {
     49    "colorette": "^1.2.2",
     50    "nanoid": "^3.1.23",
     51    "source-map-js": "^0.6.2"
     52  },
    453  "description": "Tool for transforming styles with JS plugins",
    554  "engines": {
     
    4089    "./package.json": "./package.json"
    4190  },
    42   "main": "./lib/postcss.js",
    43   "types": "./lib/postcss.d.ts",
     91  "funding": {
     92    "type": "opencollective",
     93    "url": "https://opencollective.com/postcss/"
     94  },
     95  "homepage": "https://postcss.org/",
    4496  "keywords": [
    4597    "css",
     
    53105    "transpiler"
    54106  ],
    55   "funding": {
    56     "type": "opencollective",
    57     "url": "https://opencollective.com/postcss/"
     107  "license": "MIT",
     108  "main": "./lib/postcss.js",
     109  "name": "postcss",
     110  "repository": {
     111    "type": "git",
     112    "url": "git+https://github.com/postcss/postcss.git"
    58113  },
    59   "author": "Andrey Sitnik <andrey@sitnik.ru>",
    60   "license": "MIT",
    61   "homepage": "https://postcss.org/",
    62   "repository": "postcss/postcss",
    63   "dependencies": {
    64     "colorette": "^1.2.2",
    65     "nanoid": "^3.1.23",
    66     "source-map-js": "^0.6.2"
    67   },
    68   "browser": {
    69     "./lib/terminal-highlight": false,
    70     "source-map-js": false,
    71     "colorette": false,
    72     "path": false,
    73     "url": false,
    74     "fs": false
    75   }
     114  "types": "./lib/postcss.d.ts",
     115  "version": "8.3.6"
    76116}
Note: See TracChangeset for help on using the changeset viewer.