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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-color-hex-alpha",
    3   "version": "5.0.3",
    4   "description": "Use 4 & 8 character hex color notation in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
     2  "_args": [
     3    [
     4      "postcss-color-hex-alpha@5.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-color-hex-alpha@5.0.3",
     10  "_id": "postcss-color-hex-alpha@5.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==",
     13  "_location": "/postcss-color-hex-alpha",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-color-hex-alpha@5.0.3",
     21    "name": "postcss-color-hex-alpha",
     22    "escapedName": "postcss-color-hex-alpha",
     23    "rawSpec": "5.0.3",
     24    "saveSpec": null,
     25    "fetchSpec": "5.0.3"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz",
     31  "_spec": "5.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/postcss/postcss-color-hex-alpha/issues"
     39  },
    640  "contributors": [
    7     "Maxime Thirouin"
     41    {
     42      "name": "Maxime Thirouin"
     43    }
    844  ],
    9   "license": "MIT",
    10   "repository": "postcss/postcss-color-hex-alpha",
    11   "homepage": "https://github.com/postcss/postcss-color-hex-alpha#readme",
    12   "bugs": "https://github.com/postcss/postcss-color-hex-alpha/issues",
    13   "main": "index.cjs.js",
    14   "module": "index.es.mjs",
    15   "files": [
    16     "index.cjs.js",
    17     "index.cjs.js.map",
    18     "index.es.mjs",
    19     "index.es.mjs.map"
    20   ],
    21   "scripts": {
    22     "prepublishOnly": "npm test",
    23     "pretest": "rollup -c .rollup.js --silent",
    24     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    25     "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    26     "test:tape": "postcss-tape"
    27   },
    28   "engines": {
    29     "node": ">=6.0.0"
    30   },
    3145  "dependencies": {
    3246    "postcss": "^7.0.14",
    3347    "postcss-values-parser": "^2.0.1"
    3448  },
     49  "description": "Use 4 & 8 character hex color notation in CSS",
    3550  "devDependencies": {
    3651    "@babel/core": "^7.4.0",
     
    4560    "rollup-plugin-babel": "^4.3.2"
    4661  },
     62  "engines": {
     63    "node": ">=6.0.0"
     64  },
    4765  "eslintConfig": {
    4866    "extends": "dev",
    4967    "parser": "babel-eslint"
    5068  },
     69  "files": [
     70    "index.cjs.js",
     71    "index.cjs.js.map",
     72    "index.es.mjs",
     73    "index.es.mjs.map"
     74  ],
     75  "homepage": "https://github.com/postcss/postcss-color-hex-alpha#readme",
    5176  "keywords": [
    5277    "postcss",
     
    6489    "specification",
    6590    "spec"
    66   ]
     91  ],
     92  "license": "MIT",
     93  "main": "index.cjs.js",
     94  "module": "index.es.mjs",
     95  "name": "postcss-color-hex-alpha",
     96  "repository": {
     97    "type": "git",
     98    "url": "git+https://github.com/postcss/postcss-color-hex-alpha.git"
     99  },
     100  "scripts": {
     101    "prepublishOnly": "npm test",
     102    "pretest": "rollup -c .rollup.js --silent",
     103    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     104    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     105    "test:tape": "postcss-tape"
     106  },
     107  "version": "5.0.3"
    67108}
Note: See TracChangeset for help on using the changeset viewer.