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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-normalize-url",
    3   "version": "5.0.2",
     2  "_args": [
     3    [
     4      "postcss-normalize-url@5.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-normalize-url@5.0.2",
     10  "_id": "postcss-normalize-url@5.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==",
     13  "_location": "/postcss-normalize-url",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-normalize-url@5.0.2",
     19    "name": "postcss-normalize-url",
     20    "escapedName": "postcss-normalize-url",
     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-normalize-url/-/postcss-normalize-url-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    "is-absolute-url": "^3.0.3",
     41    "normalize-url": "^6.0.1",
     42    "postcss-value-parser": "^4.1.0"
     43  },
    444  "description": "Normalize URLs 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    "dist",
    853    "LICENSE-MIT"
    954  ],
    10   "scripts": {
    11     "prebuild": "rimraf dist",
    12     "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
    13     "prepare": "yarn build"
    14   },
     55  "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7",
     56  "homepage": "https://github.com/cssnano/cssnano",
    1557  "keywords": [
    1658    "css",
     
    2365  ],
    2466  "license": "MIT",
    25   "dependencies": {
    26     "is-absolute-url": "^3.0.3",
    27     "normalize-url": "^6.0.1",
    28     "postcss-value-parser": "^4.1.0"
    29   },
    30   "homepage": "https://github.com/cssnano/cssnano",
    31   "author": {
    32     "name": "Ben Briggs",
    33     "email": "beneb.info@gmail.com",
    34     "url": "http://beneb.info"
    35   },
    36   "repository": "cssnano/cssnano",
    37   "bugs": {
    38     "url": "https://github.com/cssnano/cssnano/issues"
    39   },
    40   "engines": {
    41     "node": "^10 || ^12 || >=14.0"
    42   },
    43   "devDependencies": {
    44     "postcss": "^8.2.15"
    45   },
     67  "main": "dist/index.js",
     68  "name": "postcss-normalize-url",
    4669  "peerDependencies": {
    4770    "postcss": "^8.2.15"
    4871  },
    49   "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/cssnano/cssnano.git"
     75  },
     76  "scripts": {
     77    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     78    "prebuild": "rimraf dist",
     79    "prepare": "yarn build"
     80  },
     81  "version": "5.0.2"
    5082}
Note: See TracChangeset for help on using the changeset viewer.