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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-selector-matches",
    3   "version": "4.0.0",
    4   "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
    5   "keywords": [
    6     "postcss",
    7     "postcss-plugin",
    8     "selectors",
    9     "selector",
    10     "matches"
     2  "_args": [
     3    [
     4      "postcss-selector-matches@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "author": "Maxime Thirouin",
    13   "license": "MIT",
    14   "repository": "https://github.com/postcss/postcss-selector-matches.git",
    15   "main": "dist/index.js",
    16   "files": [
    17     "dist"
     8  "_development": true,
     9  "_from": "postcss-selector-matches@4.0.0",
     10  "_id": "postcss-selector-matches@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
     13  "_location": "/postcss-selector-matches",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-selector-matches@4.0.0",
     21    "name": "postcss-selector-matches",
     22    "escapedName": "postcss-selector-matches",
     23    "rawSpec": "4.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "4.0.0"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
    1829  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
     31  "_spec": "4.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Maxime Thirouin"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/postcss/postcss-selector-matches/issues"
     38  },
    1939  "dependencies": {
    2040    "balanced-match": "^1.0.0",
    2141    "postcss": "^7.0.2"
    2242  },
     43  "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
    2344  "devDependencies": {
    2445    "babel-cli": "^6.26.0",
     
    3253    "tape": "^4.9.1"
    3354  },
     55  "files": [
     56    "dist"
     57  ],
     58  "homepage": "https://github.com/postcss/postcss-selector-matches#readme",
     59  "keywords": [
     60    "postcss",
     61    "postcss-plugin",
     62    "selectors",
     63    "selector",
     64    "matches"
     65  ],
     66  "license": "MIT",
     67  "main": "dist/index.js",
     68  "name": "postcss-selector-matches",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/postcss/postcss-selector-matches.git"
     72  },
    3473  "scripts": {
     74    "babelify": "babel src --out-dir dist",
    3575    "lint": "eslint ./src/*.js ./test/*.js",
     76    "prepublish": "npm run babelify",
     77    "release": "npmpub",
    3678    "tape": "tape -r babel-register test/*.js",
    37     "test": "npm run lint && npm run babelify && npm run tape",
    38     "babelify": "babel src --out-dir dist",
    39     "prepublish": "npm run babelify",
    40     "release": "npmpub"
    41   }
     79    "test": "npm run lint && npm run babelify && npm run tape"
     80  },
     81  "version": "4.0.0"
    4282}
Note: See TracChangeset for help on using the changeset viewer.