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-local-by-default/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-modules-local-by-default",
    3   "version": "4.0.0",
    4   "description": "A CSS Modules transform to make local scope the default",
    5   "main": "src/index.js",
    6   "author": "Mark Dalgleish",
    7   "license": "MIT",
    8   "files": [
    9     "src"
     2  "_args": [
     3    [
     4      "postcss-modules-local-by-default@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/css-modules/postcss-modules-local-by-default.git"
     8  "_development": true,
     9  "_from": "postcss-modules-local-by-default@4.0.0",
     10  "_id": "postcss-modules-local-by-default@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
     13  "_location": "/postcss-modules-local-by-default",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-modules-local-by-default@4.0.0",
     19    "name": "postcss-modules-local-by-default",
     20    "escapedName": "postcss-modules-local-by-default",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
    1424  },
    15   "engines": {
    16     "node": "^10 || ^12 || >= 14"
     25  "_requiredBy": [
     26    "/css-loader"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
     29  "_spec": "4.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mark Dalgleish"
    1733  },
    18   "keywords": [
    19     "css-modules",
    20     "postcss",
    21     "css",
    22     "postcss-plugin"
    23   ],
    24   "scripts": {
    25     "prettier": "prettier -l --ignore-path .gitignore .",
    26     "eslint": "eslint --ignore-path .gitignore .",
    27     "lint": "yarn eslint && yarn prettier",
    28     "test:only": "jest",
    29     "test:watch": "jest --watch",
    30     "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
    31     "pretest": "yarn lint",
    32     "test": "yarn test:coverage",
    33     "prepublishOnly": "yarn test"
     34  "bugs": {
     35    "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
    3436  },
    3537  "dependencies": {
     
    3840    "postcss-value-parser": "^4.1.0"
    3941  },
     42  "description": "A CSS Modules transform to make local scope the default",
    4043  "devDependencies": {
    4144    "coveralls": "^3.1.0",
     
    4851    "prettier": "^2.1.2"
    4952  },
     53  "engines": {
     54    "node": "^10 || ^12 || >= 14"
     55  },
     56  "files": [
     57    "src"
     58  ],
     59  "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
     60  "keywords": [
     61    "css-modules",
     62    "postcss",
     63    "css",
     64    "postcss-plugin"
     65  ],
     66  "license": "MIT",
     67  "main": "src/index.js",
     68  "name": "postcss-modules-local-by-default",
    5069  "peerDependencies": {
    5170    "postcss": "^8.1.0"
    52   }
     71  },
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
     75  },
     76  "scripts": {
     77    "eslint": "eslint --ignore-path .gitignore .",
     78    "lint": "yarn eslint && yarn prettier",
     79    "prepublishOnly": "yarn test",
     80    "pretest": "yarn lint",
     81    "prettier": "prettier -l --ignore-path .gitignore .",
     82    "test": "yarn test:coverage",
     83    "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
     84    "test:only": "jest",
     85    "test:watch": "jest --watch"
     86  },
     87  "version": "4.0.0"
    5388}
Note: See TracChangeset for help on using the changeset viewer.