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-normalize-repeat-style/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-normalize-repeat-style",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "postcss-normalize-repeat-style@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-normalize-repeat-style@5.0.1",
     10  "_id": "postcss-normalize-repeat-style@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==",
     13  "_location": "/postcss-normalize-repeat-style",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-normalize-repeat-style@5.0.1",
     19    "name": "postcss-normalize-repeat-style",
     20    "escapedName": "postcss-normalize-repeat-style",
     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-normalize-repeat-style/-/postcss-normalize-repeat-style-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    "cssnano-utils": "^2.0.1",
     41    "postcss-value-parser": "^4.1.0"
     42  },
    443  "description": "Convert two value syntax for repeat-style into one value.",
    5   "main": "dist/index.js",
    6   "scripts": {
    7     "prebuild": "del-cli dist",
    8     "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
    9     "prepublish": "yarn build"
     44  "devDependencies": {
     45    "postcss": "^8.2.15"
     46  },
     47  "engines": {
     48    "node": "^10 || ^12 || >=14.0"
    1049  },
    1150  "files": [
     
    1352    "dist"
    1453  ],
     54  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     55  "homepage": "https://github.com/cssnano/cssnano",
    1556  "license": "MIT",
    16   "dependencies": {
    17     "cssnano-utils": "^2.0.1",
    18     "postcss-value-parser": "^4.1.0"
    19   },
    20   "author": {
    21     "name": "Ben Briggs",
    22     "email": "beneb.info@gmail.com",
    23     "url": "http://beneb.info"
    24   },
    25   "repository": "cssnano/cssnano",
    26   "bugs": {
    27     "url": "https://github.com/cssnano/cssnano/issues"
    28   },
    29   "homepage": "https://github.com/cssnano/cssnano",
    30   "engines": {
    31     "node": "^10 || ^12 || >=14.0"
    32   },
    33   "devDependencies": {
    34     "postcss": "^8.2.15"
    35   },
     57  "main": "dist/index.js",
     58  "name": "postcss-normalize-repeat-style",
    3659  "peerDependencies": {
    3760    "postcss": "^8.2.15"
    3861  },
    39   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/cssnano/cssnano.git"
     65  },
     66  "scripts": {
     67    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     68    "prebuild": "del-cli dist",
     69    "prepublish": "yarn build"
     70  },
     71  "version": "5.0.1"
    4072}
Note: See TracChangeset for help on using the changeset viewer.