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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-modules-values",
    3   "version": "4.0.0",
    4   "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
    5   "main": "src/index.js",
    6   "files": [
    7     "src"
     2  "_args": [
     3    [
     4      "postcss-modules-values@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "engines": {
    10     "node": "^10 || ^12 || >= 14"
     8  "_development": true,
     9  "_from": "postcss-modules-values@4.0.0",
     10  "_id": "postcss-modules-values@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
     13  "_location": "/postcss-modules-values",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-modules-values@4.0.0",
     19    "name": "postcss-modules-values",
     20    "escapedName": "postcss-modules-values",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
    1124  },
    12   "scripts": {
    13     "prettier": "prettier -l --ignore-path .gitignore .",
    14     "eslint": "eslint --ignore-path .gitignore .",
    15     "lint": "yarn eslint && yarn prettier",
    16     "test:only": "jest",
    17     "test:watch": "jest --watch",
    18     "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
    19     "pretest": "yarn lint",
    20     "test": "yarn test:coverage",
    21     "prepublishOnly": "yarn test"
     25  "_requiredBy": [
     26    "/css-loader"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
     29  "_spec": "4.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Glen Maddern"
    2233  },
    23   "repository": {
    24     "type": "git",
    25     "url": "git+https://github.com/css-modules/postcss-modules-values.git"
    26   },
    27   "keywords": [
    28     "css",
    29     "modules",
    30     "postcss"
    31   ],
    32   "author": "Glen Maddern",
    33   "license": "ISC",
    3434  "bugs": {
    3535    "url": "https://github.com/css-modules/postcss-modules-values/issues"
    3636  },
    37   "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
     37  "dependencies": {
     38    "icss-utils": "^5.0.0"
     39  },
     40  "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
    3841  "devDependencies": {
    3942    "coveralls": "^3.1.0",
     
    4649    "prettier": "^2.1.2"
    4750  },
    48   "dependencies": {
    49     "icss-utils": "^5.0.0"
     51  "engines": {
     52    "node": "^10 || ^12 || >= 14"
    5053  },
     54  "files": [
     55    "src"
     56  ],
     57  "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
     58  "keywords": [
     59    "css",
     60    "modules",
     61    "postcss"
     62  ],
     63  "license": "ISC",
     64  "main": "src/index.js",
     65  "name": "postcss-modules-values",
    5166  "peerDependencies": {
    5267    "postcss": "^8.1.0"
    53   }
     68  },
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/css-modules/postcss-modules-values.git"
     72  },
     73  "scripts": {
     74    "eslint": "eslint --ignore-path .gitignore .",
     75    "lint": "yarn eslint && yarn prettier",
     76    "prepublishOnly": "yarn test",
     77    "pretest": "yarn lint",
     78    "prettier": "prettier -l --ignore-path .gitignore .",
     79    "test": "yarn test:coverage",
     80    "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
     81    "test:only": "jest",
     82    "test:watch": "jest --watch"
     83  },
     84  "version": "4.0.0"
    5485}
Note: See TracChangeset for help on using the changeset viewer.