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/css-has-pseudo/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "css-has-pseudo",
    3   "version": "0.10.0",
    4   "description": "Style elements relative to other elements in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "csstools/css-has-pseudo",
    8   "homepage": "https://github.com/csstools/css-has-pseudo#readme",
    9   "bugs": "https://github.com/csstools/css-has-pseudo/issues",
    10   "main": "index.js",
    11   "module": "index.mjs",
     2  "_args": [
     3    [
     4      "css-has-pseudo@0.10.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "css-has-pseudo@0.10.0",
     10  "_id": "css-has-pseudo@0.10.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==",
     13  "_location": "/css-has-pseudo",
     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": "css-has-pseudo@0.10.0",
     23    "name": "css-has-pseudo",
     24    "escapedName": "css-has-pseudo",
     25    "rawSpec": "0.10.0",
     26    "saveSpec": null,
     27    "fetchSpec": "0.10.0"
     28  },
     29  "_requiredBy": [
     30    "/postcss-preset-env"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz",
     33  "_spec": "0.10.0",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Jonathan Neal",
     37    "email": "jonathantneal@hotmail.com"
     38  },
    1239  "bin": {
    1340    "css-has-pseudo": "cli.js"
     41  },
     42  "bugs": {
     43    "url": "https://github.com/csstools/css-has-pseudo/issues"
     44  },
     45  "dependencies": {
     46    "postcss": "^7.0.6",
     47    "postcss-selector-parser": "^5.0.0-rc.4"
     48  },
     49  "description": "Style elements relative to other elements in CSS",
     50  "devDependencies": {
     51    "@babel/core": "^7.1.6",
     52    "@babel/preset-env": "^7.1.6",
     53    "babel-eslint": "^10.0.1",
     54    "cross-env": "^5.2.0",
     55    "eslint": "^5.9.0",
     56    "eslint-config-dev": "2.0.0",
     57    "postcss-tape": "^2.2.0",
     58    "pre-commit": "^1.2.2",
     59    "rollup": "^0.67.3",
     60    "rollup-plugin-babel": "^4.0.3",
     61    "rollup-plugin-terser": "^3.0.0"
     62  },
     63  "engines": {
     64    "node": ">=6.0.0"
     65  },
     66  "eslintConfig": {
     67    "extends": "dev",
     68    "parser": "babel-eslint"
    1469  },
    1570  "files": [
     
    2580    "postcss.mjs.map"
    2681  ],
    27   "scripts": {
    28     "build": "npm run build:browser && npm run build:cli && npm run build:node && npm run build:postcss",
    29     "build:browser": "cross-env NODE_ENV=browser rollup -c .rollup.js --silent",
    30     "build:cli": "cross-env NODE_ENV=cli rollup -c .rollup.js --silent",
    31     "build:postcss": "cross-env NODE_ENV=postcss rollup -c .rollup.js --silent",
    32     "build:node": "rollup -c .rollup.js --silent",
    33     "prepublishOnly": "npm run build && npm test",
    34     "pretest": "npm run build:postcss",
    35     "pretest:postcss": "npm run build:postcss",
    36     "test": "npm run test:js && npm run test:postcss",
    37     "test:js": "eslint src/*.js --cache --ignore-path .gitignore --quiet",
    38     "test:postcss": "postcss-tape --plugin=postcss.js"
    39   },
    40   "engines": {
    41     "node": ">=6.0.0"
    42   },
    43   "dependencies": {
    44     "postcss": "^7.0.6",
    45     "postcss-selector-parser": "^5.0.0-rc.4"
    46   },
    47   "devDependencies": {
    48     "@babel/core": "^7.1.6",
    49     "@babel/preset-env": "^7.1.6",
    50     "babel-eslint": "^10.0.1",
    51     "cross-env": "^5.2.0",
    52     "eslint": "^5.9.0",
    53     "eslint-config-dev": "2.0.0",
    54     "postcss-tape": "^2.2.0",
    55     "pre-commit": "^1.2.2",
    56     "rollup": "^0.67.3",
    57     "rollup-plugin-babel": "^4.0.3",
    58     "rollup-plugin-terser": "^3.0.0"
    59   },
    60   "eslintConfig": {
    61     "extends": "dev",
    62     "parser": "babel-eslint"
    63   },
     82  "homepage": "https://github.com/csstools/css-has-pseudo#readme",
    6483  "keywords": [
    6584    "postcss",
     
    7493    "pseudo",
    7594    "selector"
    76   ]
     95  ],
     96  "license": "CC0-1.0",
     97  "main": "index.js",
     98  "module": "index.mjs",
     99  "name": "css-has-pseudo",
     100  "repository": {
     101    "type": "git",
     102    "url": "git+https://github.com/csstools/css-has-pseudo.git"
     103  },
     104  "scripts": {
     105    "build": "npm run build:browser && npm run build:cli && npm run build:node && npm run build:postcss",
     106    "build:browser": "cross-env NODE_ENV=browser rollup -c .rollup.js --silent",
     107    "build:cli": "cross-env NODE_ENV=cli rollup -c .rollup.js --silent",
     108    "build:node": "rollup -c .rollup.js --silent",
     109    "build:postcss": "cross-env NODE_ENV=postcss rollup -c .rollup.js --silent",
     110    "prepublishOnly": "npm run build && npm test",
     111    "pretest": "npm run build:postcss",
     112    "pretest:postcss": "npm run build:postcss",
     113    "test": "npm run test:js && npm run test:postcss",
     114    "test:js": "eslint src/*.js --cache --ignore-path .gitignore --quiet",
     115    "test:postcss": "postcss-tape --plugin=postcss.js"
     116  },
     117  "version": "0.10.0"
    77118}
Note: See TracChangeset for help on using the changeset viewer.