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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-dir-pseudo-class",
    3   "version": "5.0.0",
    4   "description": "Use the :dir pseudo-class in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-dir-pseudo-class",
    8   "homepage": "https://github.com/jonathantneal/postcss-dir-pseudo-class#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-dir-pseudo-class/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-dir-pseudo-class@5.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-dir-pseudo-class@5.0.0",
     10  "_id": "postcss-dir-pseudo-class@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==",
     13  "_location": "/postcss-dir-pseudo-class",
     14  "_phantomChildren": {
     15    "indexes-of": "1.0.1",
     16    "picocolors": "0.2.1",
     17    "uniq": "1.0.1"
    2518  },
    26   "engines": {
    27     "node": ">=4.0.0"
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "postcss-dir-pseudo-class@5.0.0",
     23    "name": "postcss-dir-pseudo-class",
     24    "escapedName": "postcss-dir-pseudo-class",
     25    "rawSpec": "5.0.0",
     26    "saveSpec": null,
     27    "fetchSpec": "5.0.0"
     28  },
     29  "_requiredBy": [
     30    "/postcss-preset-env"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz",
     33  "_spec": "5.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-dir-pseudo-class/issues"
    2841  },
    2942  "dependencies": {
     
    3144    "postcss-selector-parser": "^5.0.0-rc.3"
    3245  },
     46  "description": "Use the :dir pseudo-class in CSS",
    3347  "devDependencies": {
    3448    "@babel/core": "^7.0.0",
     
    4155    "rollup": "^0.66.0",
    4256    "rollup-plugin-babel": "^4.0.1"
     57  },
     58  "engines": {
     59    "node": ">=4.0.0"
    4360  },
    4461  "eslintConfig": {
     
    5471    }
    5572  },
     73  "files": [
     74    "index.cjs.js",
     75    "index.cjs.js.map",
     76    "index.es.mjs",
     77    "index.es.mjs.map"
     78  ],
     79  "homepage": "https://github.com/jonathantneal/postcss-dir-pseudo-class#readme",
    5680  "keywords": [
    5781    "postcss",
     
    6993    "right-to-left",
    7094    "rtl"
    71   ]
     95  ],
     96  "license": "CC0-1.0",
     97  "main": "index.cjs.js",
     98  "module": "index.es.mjs",
     99  "name": "postcss-dir-pseudo-class",
     100  "repository": {
     101    "type": "git",
     102    "url": "git+https://github.com/jonathantneal/postcss-dir-pseudo-class.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:ec": "echint --ignore index.*.js test",
     109    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     110    "test:tape": "postcss-tape"
     111  },
     112  "version": "5.0.0"
    72113}
Note: See TracChangeset for help on using the changeset viewer.