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-extract-imports/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-modules-extract-imports",
    3   "version": "3.0.0",
    4   "description": "A CSS Modules transform to extract local aliases for inline imports",
    5   "main": "src/index.js",
    6   "engines": {
    7     "node": "^10 || ^12 || >= 14"
     2  "_args": [
     3    [
     4      "postcss-modules-extract-imports@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-modules-extract-imports@3.0.0",
     10  "_id": "postcss-modules-extract-imports@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
     13  "_location": "/postcss-modules-extract-imports",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-modules-extract-imports@3.0.0",
     19    "name": "postcss-modules-extract-imports",
     20    "escapedName": "postcss-modules-extract-imports",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
    824  },
    9   "files": [
    10     "src"
     25  "_requiredBy": [
     26    "/css-loader"
    1127  ],
    12   "scripts": {
    13     "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
    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"
     28  "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
     29  "_spec": "3.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": "https://github.com/css-modules/postcss-modules-extract-imports.git"
    26   },
    27   "keywords": [
    28     "css-modules",
    29     "postcss",
    30     "plugin"
    31   ],
    32   "author": "Glen Maddern",
    33   "license": "ISC",
    3434  "bugs": {
    3535    "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
    3636  },
    37   "homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
     37  "description": "A CSS Modules transform to extract local aliases for inline imports",
    3838  "devDependencies": {
    3939    "coveralls": "^3.1.0",
     
    4646    "prettier": "^2.1.2"
    4747  },
     48  "engines": {
     49    "node": "^10 || ^12 || >= 14"
     50  },
     51  "files": [
     52    "src"
     53  ],
     54  "homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
     55  "keywords": [
     56    "css-modules",
     57    "postcss",
     58    "plugin"
     59  ],
     60  "license": "ISC",
     61  "main": "src/index.js",
     62  "name": "postcss-modules-extract-imports",
    4863  "peerDependencies": {
    4964    "postcss": "^8.1.0"
    50   }
     65  },
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
     69  },
     70  "scripts": {
     71    "eslint": "eslint --ignore-path .gitignore .",
     72    "lint": "yarn eslint && yarn prettier",
     73    "prepublishOnly": "yarn test",
     74    "pretest": "yarn lint",
     75    "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
     76    "test": "yarn test:coverage",
     77    "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
     78    "test:only": "jest",
     79    "test:watch": "jest --watch"
     80  },
     81  "version": "3.0.0"
    5182}
Note: See TracChangeset for help on using the changeset viewer.