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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-color-gray",
    3   "version": "5.0.0",
    4   "description": "Use the gray() color function in CSS",
    5   "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
    6   "license": "ISC",
    7   "repository": "postcss/postcss-color-gray",
    8   "homepage": "https://github.com/postcss/postcss-color-gray#readme",
    9   "bugs": "https://github.com/postcss/postcss-color-gray/issues",
    10   "main": "index.cjs.js",
    11   "module": "index.es.js",
    12   "files": [
    13     "index.cjs.js",
    14     "index.es.js"
     2  "_args": [
     3    [
     4      "postcss-color-gray@5.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    157  ],
    16   "scripts": {
    17     "prepublishOnly": "npm test",
    18     "pretest": "rollup -c .rollup.js --silent",
    19     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    20     "test:ec": "echint --ignore index.*.js test",
    21     "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    22     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-color-gray@5.0.0",
     10  "_id": "postcss-color-gray@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==",
     13  "_location": "/postcss-color-gray",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    2316  },
    24   "engines": {
    25     "node": ">=6.0.0"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-color-gray@5.0.0",
     21    "name": "postcss-color-gray",
     22    "escapedName": "postcss-color-gray",
     23    "rawSpec": "5.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "5.0.0"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz",
     31  "_spec": "5.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Shinnosuke Watanabe",
     35    "url": "https://github.com/shinnn"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/postcss/postcss-color-gray/issues"
    2639  },
    2740  "dependencies": {
     
    3043    "postcss-values-parser": "^2.0.0"
    3144  },
     45  "description": "Use the gray() color function in CSS",
    3246  "devDependencies": {
    3347    "@babel/core": "^7.0.0",
     
    4155    "rollup-plugin-babel": "^4.0.1"
    4256  },
     57  "engines": {
     58    "node": ">=6.0.0"
     59  },
    4360  "eslintConfig": {
    4461    "extends": "dev",
    4562    "parser": "babel-eslint"
    4663  },
     64  "files": [
     65    "index.cjs.js",
     66    "index.es.js"
     67  ],
     68  "homepage": "https://github.com/postcss/postcss-color-gray#readme",
    4769  "keywords": [
    4870    "postcss",
     
    5779    "w3c",
    5880    "specification"
    59   ]
     81  ],
     82  "license": "ISC",
     83  "main": "index.cjs.js",
     84  "module": "index.es.js",
     85  "name": "postcss-color-gray",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/postcss/postcss-color-gray.git"
     89  },
     90  "scripts": {
     91    "prepublishOnly": "npm test",
     92    "pretest": "rollup -c .rollup.js --silent",
     93    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     94    "test:ec": "echint --ignore index.*.js test",
     95    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     96    "test:tape": "postcss-tape"
     97  },
     98  "version": "5.0.0"
    6099}
Note: See TracChangeset for help on using the changeset viewer.