Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "postcss-merge-longhand@^5.0.4",
     3  "_id": "postcss-merge-longhand@5.0.4",
    114  "_inBundle": false,
    12   "_integrity": "sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==",
     5  "_integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==",
    136  "_location": "/postcss-merge-longhand",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "postcss-merge-longhand@5.0.2",
     11    "raw": "postcss-merge-longhand@^5.0.4",
    1912    "name": "postcss-merge-longhand",
    2013    "escapedName": "postcss-merge-longhand",
    21     "rawSpec": "5.0.2",
     14    "rawSpec": "^5.0.4",
    2215    "saveSpec": null,
    23     "fetchSpec": "5.0.2"
     16    "fetchSpec": "^5.0.4"
    2417  },
    2518  "_requiredBy": [
    2619    "/cssnano-preset-default"
    2720  ],
    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",
     21  "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz",
     22  "_shasum": "41f4f3270282ea1a145ece078b7679f0cef21c32",
     23  "_spec": "postcss-merge-longhand@^5.0.4",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
    3125  "author": {
    3226    "name": "Ben Briggs",
     
    3731    "url": "https://github.com/cssnano/cssnano/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {
    40     "css-color-names": "^1.0.1",
    4135    "postcss-value-parser": "^4.1.0",
    4236    "stylehacks": "^5.0.1"
    4337  },
     38  "deprecated": false,
    4439  "description": "Merge longhand properties into shorthand with PostCSS.",
    4540  "devDependencies": {
     
    5348    "dist"
    5449  ],
    55   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
    5650  "homepage": "https://github.com/cssnano/cssnano",
    5751  "keywords": [
     
    7468  "scripts": {
    7569    "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"
     70    "prebuild": "rimraf dist",
     71    "prepare": "yarn build"
    7872  },
    79   "version": "5.0.2"
     73  "version": "5.0.4"
    8074}
Note: See TracChangeset for help on using the changeset viewer.