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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-merge-longhand",
    3   "version": "5.0.2",
     2  "_args": [
     3    [
     4      "postcss-merge-longhand@5.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-merge-longhand@5.0.2",
     10  "_id": "postcss-merge-longhand@5.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==",
     13  "_location": "/postcss-merge-longhand",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-merge-longhand@5.0.2",
     19    "name": "postcss-merge-longhand",
     20    "escapedName": "postcss-merge-longhand",
     21    "rawSpec": "5.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.2"
     24  },
     25  "_requiredBy": [
     26    "/cssnano-preset-default"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.2.tgz",
     29  "_spec": "5.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ben Briggs",
     33    "email": "beneb.info@gmail.com",
     34    "url": "http://beneb.info"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/cssnano/cssnano/issues"
     38  },
     39  "dependencies": {
     40    "css-color-names": "^1.0.1",
     41    "postcss-value-parser": "^4.1.0",
     42    "stylehacks": "^5.0.1"
     43  },
    444  "description": "Merge longhand properties into shorthand with PostCSS.",
    5   "main": "dist/index.js",
     45  "devDependencies": {
     46    "postcss": "^8.2.15"
     47  },
     48  "engines": {
     49    "node": "^10 || ^12 || >=14.0"
     50  },
    651  "files": [
    752    "LICENSE-MIT",
    853    "dist"
    954  ],
    10   "scripts": {
    11     "prebuild": "del-cli dist",
    12     "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
    13     "prepublish": "yarn build"
    14   },
     55  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     56  "homepage": "https://github.com/cssnano/cssnano",
    1557  "keywords": [
    1658    "css",
     
    2163  ],
    2264  "license": "MIT",
    23   "homepage": "https://github.com/cssnano/cssnano",
    24   "author": {
    25     "name": "Ben Briggs",
    26     "email": "beneb.info@gmail.com",
    27     "url": "http://beneb.info"
    28   },
    29   "repository": "cssnano/cssnano",
    30   "dependencies": {
    31     "css-color-names": "^1.0.1",
    32     "postcss-value-parser": "^4.1.0",
    33     "stylehacks": "^5.0.1"
    34   },
    35   "bugs": {
    36     "url": "https://github.com/cssnano/cssnano/issues"
    37   },
    38   "engines": {
    39     "node": "^10 || ^12 || >=14.0"
    40   },
    41   "devDependencies": {
    42     "postcss": "^8.2.15"
    43   },
     65  "main": "dist/index.js",
     66  "name": "postcss-merge-longhand",
    4467  "peerDependencies": {
    4568    "postcss": "^8.2.15"
    4669  },
    47   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/cssnano/cssnano.git"
     73  },
     74  "scripts": {
     75    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     76    "prebuild": "del-cli dist",
     77    "prepublish": "yarn build"
     78  },
     79  "version": "5.0.2"
    4880}
Note: See TracChangeset for help on using the changeset viewer.