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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-focus-within",
    3   "version": "3.0.0",
    4   "description": "Use the :focus-within pseudo-selector in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-focus-within",
    8   "homepage": "https://github.com/jonathantneal/postcss-focus-within#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-focus-within/issues",
    10   "main": "index.cjs.js",
    11   "module": "index.es.mjs",
    12   "files": [
    13     "index.cjs.js",
    14     "index.cjs.js.map",
    15     "index.es.mjs",
    16     "index.es.mjs.map"
     2  "_args": [
     3    [
     4      "postcss-focus-within@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    177  ],
    18   "scripts": {
    19     "prepublishOnly": "npm test",
    20     "pretest": "rollup -c .rollup.js --silent",
    21     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    22     "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    23     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-focus-within@3.0.0",
     10  "_id": "postcss-focus-within@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==",
     13  "_location": "/postcss-focus-within",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    2416  },
    25   "engines": {
    26     "node": ">=6.0.0"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-focus-within@3.0.0",
     21    "name": "postcss-focus-within",
     22    "escapedName": "postcss-focus-within",
     23    "rawSpec": "3.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "3.0.0"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz",
     31  "_spec": "3.0.0",
     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/jonathantneal/postcss-focus-within/issues"
    2739  },
    2840  "dependencies": {
    2941    "postcss": "^7.0.2"
    3042  },
     43  "description": "Use the :focus-within pseudo-selector in CSS",
    3144  "devDependencies": {
    3245    "@babel/core": "^7.0.0",
     
    4053    "rollup-plugin-babel": "^4.0.1"
    4154  },
     55  "engines": {
     56    "node": ">=6.0.0"
     57  },
    4258  "eslintConfig": {
    4359    "extends": "dev",
    4460    "parser": "babel-eslint"
    4561  },
     62  "files": [
     63    "index.cjs.js",
     64    "index.cjs.js.map",
     65    "index.es.mjs",
     66    "index.es.mjs.map"
     67  ],
     68  "homepage": "https://github.com/jonathantneal/postcss-focus-within#readme",
    4669  "keywords": [
    4770    "postcss",
     
    5780    "descendants",
    5881    "ancestors"
    59   ]
     82  ],
     83  "license": "CC0-1.0",
     84  "main": "index.cjs.js",
     85  "module": "index.es.mjs",
     86  "name": "postcss-focus-within",
     87  "repository": {
     88    "type": "git",
     89    "url": "git+https://github.com/jonathantneal/postcss-focus-within.git"
     90  },
     91  "scripts": {
     92    "prepublishOnly": "npm test",
     93    "pretest": "rollup -c .rollup.js --silent",
     94    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     95    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     96    "test:tape": "postcss-tape"
     97  },
     98  "version": "3.0.0"
    6099}
Note: See TracChangeset for help on using the changeset viewer.