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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-discard-comments",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "postcss-discard-comments@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-discard-comments@5.0.1",
     10  "_id": "postcss-discard-comments@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==",
     13  "_location": "/postcss-discard-comments",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-discard-comments@5.0.1",
     19    "name": "postcss-discard-comments",
     20    "escapedName": "postcss-discard-comments",
     21    "rawSpec": "5.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cssnano-preset-default"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz",
     29  "_spec": "5.0.1",
     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  },
    439  "description": "Discard comments in your CSS files with PostCSS.",
    5   "main": "dist/index.js",
     40  "devDependencies": {
     41    "postcss": "^8.2.15"
     42  },
     43  "engines": {
     44    "node": "^10 || ^12 || >=14.0"
     45  },
    646  "files": [
    747    "dist",
    848    "LICENSE-MIT"
    949  ],
    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   },
     50  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     51  "homepage": "https://github.com/cssnano/cssnano",
    1552  "keywords": [
    1653    "css",
     
    2057  ],
    2158  "license": "MIT",
    22   "homepage": "https://github.com/cssnano/cssnano",
    23   "author": {
    24     "name": "Ben Briggs",
    25     "email": "beneb.info@gmail.com",
    26     "url": "http://beneb.info"
    27   },
    28   "repository": "cssnano/cssnano",
    29   "bugs": {
    30     "url": "https://github.com/cssnano/cssnano/issues"
    31   },
    32   "engines": {
    33     "node": "^10 || ^12 || >=14.0"
    34   },
    35   "devDependencies": {
    36     "postcss": "^8.2.15"
    37   },
     59  "main": "dist/index.js",
     60  "name": "postcss-discard-comments",
    3861  "peerDependencies": {
    3962    "postcss": "^8.2.15"
    4063  },
    41   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/cssnano/cssnano.git"
     67  },
     68  "scripts": {
     69    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     70    "prebuild": "del-cli dist",
     71    "prepublish": "yarn build"
     72  },
     73  "version": "5.0.1"
    4274}
Note: See TracChangeset for help on using the changeset viewer.