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-pseudo-class-any-link/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-pseudo-class-any-link",
    3   "version": "6.0.0",
    4   "description": "Use the :any-link pseudo-class in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-pseudo-class-any-link",
    8   "homepage": "https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-pseudo-class-any-link/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-pseudo-class-any-link@6.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:ec": "echint --ignore index.*.js test",
    23     "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    24     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-pseudo-class-any-link@6.0.0",
     10  "_id": "postcss-pseudo-class-any-link@6.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==",
     13  "_location": "/postcss-pseudo-class-any-link",
     14  "_phantomChildren": {
     15    "indexes-of": "1.0.1",
     16    "picocolors": "0.2.1",
     17    "uniq": "1.0.1"
    2518  },
    26   "engines": {
    27     "node": ">=6.0.0"
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "postcss-pseudo-class-any-link@6.0.0",
     23    "name": "postcss-pseudo-class-any-link",
     24    "escapedName": "postcss-pseudo-class-any-link",
     25    "rawSpec": "6.0.0",
     26    "saveSpec": null,
     27    "fetchSpec": "6.0.0"
     28  },
     29  "_requiredBy": [
     30    "/postcss-preset-env"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz",
     33  "_spec": "6.0.0",
     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/jonathantneal/postcss-pseudo-class-any-link/issues"
    2841  },
    2942  "dependencies": {
     
    3144    "postcss-selector-parser": "^5.0.0-rc.3"
    3245  },
     46  "description": "Use the :any-link pseudo-class in CSS",
    3347  "devDependencies": {
    3448    "@babel/core": "^7.0.0",
     
    4256    "rollup-plugin-babel": "^4.0.1"
    4357  },
     58  "engines": {
     59    "node": ">=6.0.0"
     60  },
    4461  "eslintConfig": {
    4562    "extends": "dev",
    4663    "parser": "babel-eslint"
    4764  },
     65  "files": [
     66    "index.cjs.js",
     67    "index.cjs.js.map",
     68    "index.es.mjs",
     69    "index.es.mjs.map"
     70  ],
     71  "homepage": "https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme",
    4872  "keywords": [
    4973    "postcss",
     
    5781    "hyperlink",
    5882    "href"
    59   ]
     83  ],
     84  "license": "CC0-1.0",
     85  "main": "index.cjs.js",
     86  "module": "index.es.mjs",
     87  "name": "postcss-pseudo-class-any-link",
     88  "repository": {
     89    "type": "git",
     90    "url": "git+https://github.com/jonathantneal/postcss-pseudo-class-any-link.git"
     91  },
     92  "scripts": {
     93    "prepublishOnly": "npm test",
     94    "pretest": "rollup -c .rollup.js --silent",
     95    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     96    "test:ec": "echint --ignore index.*.js test",
     97    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     98    "test:tape": "postcss-tape"
     99  },
     100  "version": "6.0.0"
    60101}
Note: See TracChangeset for help on using the changeset viewer.