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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-custom-selectors",
    3   "version": "5.1.2",
    4   "description": "Use Custom Selectors in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
     2  "_args": [
     3    [
     4      "postcss-custom-selectors@5.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-custom-selectors@5.1.2",
     10  "_id": "postcss-custom-selectors@5.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==",
     13  "_location": "/postcss-custom-selectors",
     14  "_phantomChildren": {
     15    "indexes-of": "1.0.1",
     16    "picocolors": "0.2.1",
     17    "uniq": "1.0.1"
     18  },
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "postcss-custom-selectors@5.1.2",
     23    "name": "postcss-custom-selectors",
     24    "escapedName": "postcss-custom-selectors",
     25    "rawSpec": "5.1.2",
     26    "saveSpec": null,
     27    "fetchSpec": "5.1.2"
     28  },
     29  "_requiredBy": [
     30    "/postcss-preset-env"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz",
     33  "_spec": "5.1.2",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Jonathan Neal",
     37    "email": "jonathantneal@hotmail.com"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/postcss/postcss-custom-selectors/issues"
     41  },
    642  "contributors": [
    7     "yisi",
    8     "Maxime Thirouin"
     43    {
     44      "name": "yisi"
     45    },
     46    {
     47      "name": "Maxime Thirouin"
     48    }
    949  ],
    10   "license": "MIT",
    11   "repository": "postcss/postcss-custom-selectors",
    12   "homepage": "https://github.com/postcss/postcss-custom-selectors#readme",
    13   "bugs": "https://github.com/postcss/postcss-custom-selectors/issues",
    14   "main": "index.cjs.js",
    15   "module": "index.es.mjs",
    16   "files": [
    17     "index.cjs.js",
    18     "index.cjs.js.map",
    19     "index.es.mjs",
    20     "index.es.mjs.map"
    21   ],
    22   "scripts": {
    23     "prepublishOnly": "npm test",
    24     "pretest": "rollup -c .rollup.js --silent",
    25     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    26     "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
    27     "test:tape": "postcss-tape"
    28   },
    29   "engines": {
    30     "node": ">=6.0.0"
    31   },
    3250  "dependencies": {
    3351    "postcss": "^7.0.2",
    3452    "postcss-selector-parser": "^5.0.0-rc.3"
    3553  },
     54  "description": "Use Custom Selectors in CSS",
    3655  "devDependencies": {
    3756    "@babel/core": "^7.1.0",
     
    4665    "rollup-plugin-babel": "^4.0.3"
    4766  },
     67  "engines": {
     68    "node": ">=6.0.0"
     69  },
    4870  "eslintConfig": {
    4971    "extends": "dev",
    5072    "parser": "babel-eslint"
    5173  },
     74  "files": [
     75    "index.cjs.js",
     76    "index.cjs.js.map",
     77    "index.es.mjs",
     78    "index.es.mjs.map"
     79  ],
     80  "homepage": "https://github.com/postcss/postcss-custom-selectors#readme",
    5281  "keywords": [
    5382    "postcss",
     
    6493    "at-rule",
    6594    "specification"
    66   ]
     95  ],
     96  "license": "MIT",
     97  "main": "index.cjs.js",
     98  "module": "index.es.mjs",
     99  "name": "postcss-custom-selectors",
     100  "repository": {
     101    "type": "git",
     102    "url": "git+https://github.com/postcss/postcss-custom-selectors.git"
     103  },
     104  "scripts": {
     105    "prepublishOnly": "npm test",
     106    "pretest": "rollup -c .rollup.js --silent",
     107    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     108    "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
     109    "test:tape": "postcss-tape"
     110  },
     111  "version": "5.1.2"
    67112}
Note: See TracChangeset for help on using the changeset viewer.