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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-normalize-string",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "postcss-normalize-string@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-normalize-string@5.0.1",
     10  "_id": "postcss-normalize-string@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==",
     13  "_location": "/postcss-normalize-string",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-normalize-string@5.0.1",
     19    "name": "postcss-normalize-string",
     20    "escapedName": "postcss-normalize-string",
     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-string/-/postcss-normalize-string-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    "postcss-value-parser": "^4.1.0"
     41  },
    442  "description": "Normalize wrapping quotes for CSS string literals.",
    5   "main": "dist/index.js",
     43  "devDependencies": {
     44    "postcss": "^8.2.15"
     45  },
     46  "engines": {
     47    "node": "^10 || ^12 || >=14.0"
     48  },
    649  "files": [
    750    "dist",
    851    "LICENSE-MIT"
    952  ],
    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   },
     53  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     54  "homepage": "https://github.com/cssnano/cssnano",
    1555  "keywords": [
    1656    "css",
     
    1959  ],
    2060  "license": "MIT",
    21   "homepage": "https://github.com/cssnano/cssnano",
    22   "author": {
    23     "name": "Ben Briggs",
    24     "email": "beneb.info@gmail.com",
    25     "url": "http://beneb.info"
    26   },
    27   "repository": "cssnano/cssnano",
    28   "dependencies": {
    29     "postcss-value-parser": "^4.1.0"
    30   },
    31   "bugs": {
    32     "url": "https://github.com/cssnano/cssnano/issues"
    33   },
    34   "engines": {
    35     "node": "^10 || ^12 || >=14.0"
    36   },
    37   "devDependencies": {
    38     "postcss": "^8.2.15"
    39   },
     61  "main": "dist/index.js",
     62  "name": "postcss-normalize-string",
    4063  "peerDependencies": {
    4164    "postcss": "^8.2.15"
    4265  },
    43   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/cssnano/cssnano.git"
     69  },
     70  "scripts": {
     71    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     72    "prebuild": "del-cli dist",
     73    "prepublish": "yarn build"
     74  },
     75  "version": "5.0.1"
    4476}
Note: See TracChangeset for help on using the changeset viewer.