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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-custom-media",
    3   "version": "7.0.8",
    4   "description": "Use Custom Media Queries in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
     2  "_args": [
     3    [
     4      "postcss-custom-media@7.0.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-custom-media@7.0.8",
     10  "_id": "postcss-custom-media@7.0.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
     13  "_location": "/postcss-custom-media",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-custom-media@7.0.8",
     21    "name": "postcss-custom-media",
     22    "escapedName": "postcss-custom-media",
     23    "rawSpec": "7.0.8",
     24    "saveSpec": null,
     25    "fetchSpec": "7.0.8"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
     31  "_spec": "7.0.8",
     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-media/issues"
     39  },
    640  "contributors": [
    7     "Maxime Thirouin"
     41    {
     42      "name": "Maxime Thirouin"
     43    }
    844  ],
    9   "license": "MIT",
    10   "repository": "postcss/postcss-custom-media",
    11   "homepage": "https://github.com/postcss/postcss-custom-media#readme",
    12   "bugs": "https://github.com/postcss/postcss-custom-media/issues",
    13   "main": "index.cjs.js",
    14   "module": "index.es.mjs",
    15   "files": [
    16     "index.cjs.js",
    17     "index.es.mjs"
    18   ],
    19   "scripts": {
    20     "prepublishOnly": "npm test",
    21     "pretest": "rollup -c .rollup.js --silent",
    22     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    23     "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
    24     "test:tape": "postcss-tape"
    25   },
    26   "engines": {
    27     "node": ">=6.0.0"
    28   },
    2945  "dependencies": {
    3046    "postcss": "^7.0.14"
    3147  },
     48  "description": "Use Custom Media Queries in CSS",
    3249  "devDependencies": {
    3350    "@babel/core": "^7.4.0",
     
    4259    "rollup-plugin-babel": "^4.3.2"
    4360  },
     61  "engines": {
     62    "node": ">=6.0.0"
     63  },
    4464  "eslintConfig": {
    4565    "extends": "dev",
    4666    "parser": "babel-eslint"
    4767  },
     68  "files": [
     69    "index.cjs.js",
     70    "index.es.mjs"
     71  ],
     72  "homepage": "https://github.com/postcss/postcss-custom-media#readme",
    4873  "keywords": [
    4974    "postcss",
     
    5984    "at-rule",
    6085    "specification"
    61   ]
     86  ],
     87  "license": "MIT",
     88  "main": "index.cjs.js",
     89  "module": "index.es.mjs",
     90  "name": "postcss-custom-media",
     91  "repository": {
     92    "type": "git",
     93    "url": "git+https://github.com/postcss/postcss-custom-media.git"
     94  },
     95  "scripts": {
     96    "prepublishOnly": "npm test",
     97    "pretest": "rollup -c .rollup.js --silent",
     98    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     99    "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
     100    "test:tape": "postcss-tape"
     101  },
     102  "version": "7.0.8"
    62103}
Note: See TracChangeset for help on using the changeset viewer.