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

    rceaed42 r59329aa  
    11{
    2   "name": "csso",
    3   "version": "4.2.0",
    4   "description": "CSS minifier with structural optimisations",
    5   "homepage": "https://github.com/css/csso",
    6   "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",
    7   "maintainers": [
    8     {
    9       "name": "Roman Dvornov",
    10       "email": "rdvornov@gmail.com",
    11       "github-username": "lahmatiy"
    12     }
     2  "_args": [
     3    [
     4      "csso@4.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "license": "MIT",
    15   "repository": "css/csso",
     8  "_development": true,
     9  "_from": "csso@4.2.0",
     10  "_id": "csso@4.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
     13  "_location": "/csso",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "csso@4.2.0",
     19    "name": "csso",
     20    "escapedName": "csso",
     21    "rawSpec": "4.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.2.0"
     24  },
     25  "_requiredBy": [
     26    "/svgo"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
     29  "_spec": "4.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sergey Kryzhanovsky",
     33    "email": "skryzhanovsky@ya.ru",
     34    "url": "https://github.com/afelix"
     35  },
     36  "browser": {
     37    "css-tree": "css-tree/dist/csstree.min.js"
     38  },
    1639  "bugs": {
    1740    "url": "https://github.com/css/csso/issues"
    18   },
    19   "keywords": [
    20     "css",
    21     "compress",
    22     "minifier",
    23     "minify",
    24     "optimise",
    25     "optimisation",
    26     "csstree"
    27   ],
    28   "main": "./lib/index",
    29   "scripts": {
    30     "test": "mocha --reporter dot",
    31     "lint": "eslint lib test",
    32     "lint-and-test": "npm run lint && npm test",
    33     "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
    34     "coverage": "nyc npm test",
    35     "coveralls": "nyc report --reporter=text-lcov | coveralls",
    36     "travis": "nyc npm run lint-and-test && npm run coveralls",
    37     "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
    38     "prepublishOnly": "npm run build"
    3941  },
    4042  "dependencies": {
    4143    "css-tree": "^1.1.2"
    4244  },
    43   "browser": {
    44     "css-tree": "css-tree/dist/csstree.min.js"
    45   },
     45  "description": "CSS minifier with structural optimisations",
    4646  "devDependencies": {
    4747    "@rollup/plugin-commonjs": "^11.0.1",
     
    6262    "dist",
    6363    "lib"
    64   ]
     64  ],
     65  "homepage": "https://github.com/css/csso",
     66  "keywords": [
     67    "css",
     68    "compress",
     69    "minifier",
     70    "minify",
     71    "optimise",
     72    "optimisation",
     73    "csstree"
     74  ],
     75  "license": "MIT",
     76  "main": "./lib/index",
     77  "maintainers": [
     78    {
     79      "name": "Roman Dvornov",
     80      "email": "rdvornov@gmail.com"
     81    }
     82  ],
     83  "name": "csso",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/css/csso.git"
     87  },
     88  "scripts": {
     89    "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
     90    "coverage": "nyc npm test",
     91    "coveralls": "nyc report --reporter=text-lcov | coveralls",
     92    "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
     93    "lint": "eslint lib test",
     94    "lint-and-test": "npm run lint && npm test",
     95    "prepublishOnly": "npm run build",
     96    "test": "mocha --reporter dot",
     97    "travis": "nyc npm run lint-and-test && npm run coveralls"
     98  },
     99  "version": "4.2.0"
    65100}
Note: See TracChangeset for help on using the changeset viewer.