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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-reduce-initial",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "postcss-reduce-initial@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-reduce-initial@5.0.1",
     10  "_id": "postcss-reduce-initial@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==",
     13  "_location": "/postcss-reduce-initial",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-reduce-initial@5.0.1",
     19    "name": "postcss-reduce-initial",
     20    "escapedName": "postcss-reduce-initial",
     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-reduce-initial/-/postcss-reduce-initial-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  },
     39  "dependencies": {
     40    "browserslist": "^4.16.0",
     41    "caniuse-api": "^3.0.0"
     42  },
    443  "description": "Reduce initial definitions to the actual initial value, where possible.",
    5   "main": "dist/index.js",
     44  "devDependencies": {
     45    "postcss": "^8.2.15"
     46  },
     47  "engines": {
     48    "node": "^10 || ^12 || >=14.0"
     49  },
    650  "files": [
    751    "data",
     
    953    "LICENSE-MIT"
    1054  ],
    11   "scripts": {
    12     "acquire": "node ./src/acquire.mjs",
    13     "prebuild": "del-cli dist",
    14     "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/acquire.mjs'",
    15     "prepublish": "yarn build"
    16   },
     55  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     56  "homepage": "https://github.com/cssnano/cssnano",
    1757  "keywords": [
    1858    "css",
     
    2161  ],
    2262  "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     "browserslist": "^4.16.0",
    32     "caniuse-api": "^3.0.0"
    33   },
    34   "bugs": {
    35     "url": "https://github.com/cssnano/cssnano/issues"
    36   },
    37   "engines": {
    38     "node": "^10 || ^12 || >=14.0"
    39   },
    40   "devDependencies": {
    41     "postcss": "^8.2.15"
    42   },
     63  "main": "dist/index.js",
     64  "name": "postcss-reduce-initial",
    4365  "peerDependencies": {
    4466    "postcss": "^8.2.15"
    4567  },
    46   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/cssnano/cssnano.git"
     71  },
     72  "scripts": {
     73    "acquire": "node ./src/acquire.mjs",
     74    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/acquire.mjs'",
     75    "prebuild": "del-cli dist",
     76    "prepublish": "yarn build"
     77  },
     78  "version": "5.0.1"
    4779}
Note: See TracChangeset for help on using the changeset viewer.