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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-custom-properties",
    3   "version": "8.0.11",
    4   "description": "Use Custom Properties Queries in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
     2  "_args": [
     3    [
     4      "postcss-custom-properties@8.0.11",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-custom-properties@8.0.11",
     10  "_id": "postcss-custom-properties@8.0.11",
     11  "_inBundle": false,
     12  "_integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
     13  "_location": "/postcss-custom-properties",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-custom-properties@8.0.11",
     21    "name": "postcss-custom-properties",
     22    "escapedName": "postcss-custom-properties",
     23    "rawSpec": "8.0.11",
     24    "saveSpec": null,
     25    "fetchSpec": "8.0.11"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
     31  "_spec": "8.0.11",
     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-custom-properties/issues"
     39  },
    640  "contributors": [
    7     "Maxime Thirouin"
     41    {
     42      "name": "Maxime Thirouin"
     43    }
    844  ],
    9   "license": "MIT",
    10   "repository": "postcss/postcss-custom-properties",
    11   "homepage": "https://github.com/postcss/postcss-custom-properties#readme",
    12   "bugs": "https://github.com/postcss/postcss-custom-properties/issues",
    13   "main": "index.cjs.js",
    14   "module": "index.esm.mjs",
    15   "files": [
    16     "index.cjs.js",
    17     "index.cjs.js.map",
    18     "index.esm.mjs",
    19     "index.esm.mjs.map"
    20   ],
    21   "scripts": {
    22     "prepublishOnly": "npm test",
    23     "pretest:tape": "rollup -c .rollup.js --silent",
    24     "test": "npm run test:js && npm run test:tape",
    25     "test:js": "eslint src/{*,**/*}.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.17",
    3347    "postcss-values-parser": "^2.0.1"
    3448  },
     49  "description": "Use Custom Properties Queries in CSS",
    3550  "devDependencies": {
    3651    "@babel/core": "^7.4.5",
     
    4358    "rollup": "^1.15.6",
    4459    "rollup-plugin-babel": "^4.3.2"
     60  },
     61  "engines": {
     62    "node": ">=6.0.0"
    4563  },
    4664  "eslintConfig": {
     
    5977    "root": true
    6078  },
     79  "files": [
     80    "index.cjs.js",
     81    "index.cjs.js.map",
     82    "index.esm.mjs",
     83    "index.esm.mjs.map"
     84  ],
     85  "homepage": "https://github.com/postcss/postcss-custom-properties#readme",
    6186  "keywords": [
    6287    "postcss",
     
    7196    "csswg",
    7297    "specification"
    73   ]
     98  ],
     99  "license": "MIT",
     100  "main": "index.cjs.js",
     101  "module": "index.esm.mjs",
     102  "name": "postcss-custom-properties",
     103  "repository": {
     104    "type": "git",
     105    "url": "git+https://github.com/postcss/postcss-custom-properties.git"
     106  },
     107  "scripts": {
     108    "prepublishOnly": "npm test",
     109    "pretest:tape": "rollup -c .rollup.js --silent",
     110    "test": "npm run test:js && npm run test:tape",
     111    "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
     112    "test:tape": "postcss-tape"
     113  },
     114  "version": "8.0.11"
    74115}
Note: See TracChangeset for help on using the changeset viewer.