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-color-mod-function/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-color-mod-function",
    3   "version": "3.0.3",
    4   "description": "Modify colors using the color-mod() function in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-color-mod-function",
    8   "homepage": "https://github.com/jonathantneal/postcss-color-mod-function#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-color-mod-function/issues",
    10   "main": "index.cjs.js",
    11   "module": "index.es.mjs",
    12   "files": [
    13     "index.cjs.js",
    14     "index.cjs.js.map",
    15     "index.es.mjs",
    16     "index.es.mjs.map"
     2  "_args": [
     3    [
     4      "postcss-color-mod-function@3.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    177  ],
    18   "scripts": {
    19     "prepublishOnly": "npm test",
    20     "pretest": "rollup -c .rollup.js --silent",
    21     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    22     "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
    23     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-color-mod-function@3.0.3",
     10  "_id": "postcss-color-mod-function@3.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==",
     13  "_location": "/postcss-color-mod-function",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    2416  },
    25   "engines": {
    26     "node": ">=6.0.0"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-color-mod-function@3.0.3",
     21    "name": "postcss-color-mod-function",
     22    "escapedName": "postcss-color-mod-function",
     23    "rawSpec": "3.0.3",
     24    "saveSpec": null,
     25    "fetchSpec": "3.0.3"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz",
     31  "_spec": "3.0.3",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jonathan Neal",
     35    "email": "jonathantneal@hotmail.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/jonathantneal/postcss-color-mod-function/issues"
    2739  },
    2840  "dependencies": {
     
    3143    "postcss-values-parser": "^2.0.0"
    3244  },
     45  "description": "Modify colors using the color-mod() function in CSS",
    3346  "devDependencies": {
    3447    "@babel/core": "^7.1.0",
     
    4356    "rollup-plugin-babel": "^4.0.3"
    4457  },
     58  "engines": {
     59    "node": ">=6.0.0"
     60  },
    4561  "eslintConfig": {
    4662    "extends": "dev",
     
    5369    }
    5470  },
     71  "files": [
     72    "index.cjs.js",
     73    "index.cjs.js.map",
     74    "index.es.mjs",
     75    "index.es.mjs.map"
     76  ],
     77  "homepage": "https://github.com/jonathantneal/postcss-color-mod-function#readme",
    5578  "keywords": [
    5679    "postcss",
     
    81104    "blenda",
    82105    "contrast"
    83   ]
     106  ],
     107  "license": "CC0-1.0",
     108  "main": "index.cjs.js",
     109  "module": "index.es.mjs",
     110  "name": "postcss-color-mod-function",
     111  "repository": {
     112    "type": "git",
     113    "url": "git+https://github.com/jonathantneal/postcss-color-mod-function.git"
     114  },
     115  "scripts": {
     116    "prepublishOnly": "npm test",
     117    "pretest": "rollup -c .rollup.js --silent",
     118    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     119    "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
     120    "test:tape": "postcss-tape"
     121  },
     122  "version": "3.0.3"
    84123}
Note: See TracChangeset for help on using the changeset viewer.