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

    rceaed42 r59329aa  
    11{
    2   "name": "autoprefixer",
    3   "version": "9.8.8",
    4   "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
    5   "keywords": [
    6     "autoprefixer",
    7     "css",
    8     "prefix",
    9     "postcss",
    10     "postcss-plugin"
     2  "_args": [
     3    [
     4      "autoprefixer@9.8.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "bin": "./bin/autoprefixer",
    13   "funding": {
    14     "type": "tidelift",
    15     "url": "https://tidelift.com/funding/github/npm/autoprefixer"
     8  "_development": true,
     9  "_from": "autoprefixer@9.8.8",
     10  "_id": "autoprefixer@9.8.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
     13  "_location": "/autoprefixer",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    1616  },
    17   "author": "Andrey Sitnik <andrey@sitnik.ru>",
    18   "license": "MIT",
    19   "repository": "postcss/autoprefixer",
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "autoprefixer@9.8.8",
     21    "name": "autoprefixer",
     22    "escapedName": "autoprefixer",
     23    "rawSpec": "9.8.8",
     24    "saveSpec": null,
     25    "fetchSpec": "9.8.8"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
     31  "_spec": "9.8.8",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Andrey Sitnik",
     35    "email": "andrey@sitnik.ru"
     36  },
     37  "bin": {
     38    "autoprefixer": "bin/autoprefixer"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/postcss/autoprefixer/issues"
     42  },
    2043  "dependencies": {
    2144    "browserslist": "^4.12.0",
     
    2750    "postcss-value-parser": "^4.1.0"
    2851  },
    29   "main": "lib/autoprefixer"
     52  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
     53  "funding": {
     54    "type": "tidelift",
     55    "url": "https://tidelift.com/funding/github/npm/autoprefixer"
     56  },
     57  "homepage": "https://github.com/postcss/autoprefixer#readme",
     58  "keywords": [
     59    "autoprefixer",
     60    "css",
     61    "prefix",
     62    "postcss",
     63    "postcss-plugin"
     64  ],
     65  "license": "MIT",
     66  "main": "lib/autoprefixer",
     67  "name": "autoprefixer",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/postcss/autoprefixer.git"
     71  },
     72  "version": "9.8.8"
    3073}
Note: See TracChangeset for help on using the changeset viewer.