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/css-loader/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "css-loader",
    3   "version": "6.2.0",
    4   "description": "css loader module for webpack",
    5   "license": "MIT",
    6   "repository": "webpack-contrib/css-loader",
    7   "author": "Tobias Koppers @sokra",
    8   "homepage": "https://github.com/webpack-contrib/css-loader",
    9   "bugs": "https://github.com/webpack-contrib/css-loader/issues",
    10   "funding": {
    11     "type": "opencollective",
    12     "url": "https://opencollective.com/webpack"
     2  "_args": [
     3    [
     4      "css-loader@6.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "css-loader@6.2.0",
     10  "_id": "css-loader@6.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/rvHfYRjIpymZblf49w8jYcRo2y9gj6rV8UroHGmBxKrIyGLokpycyKzp9OkitvqT29ZSpzJ0Ic7SpnJX3sC8g==",
     13  "_location": "/css-loader",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "css-loader@6.2.0",
     19    "name": "css-loader",
     20    "escapedName": "css-loader",
     21    "rawSpec": "6.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "6.2.0"
    1324  },
    14   "main": "dist/cjs.js",
    15   "engines": {
    16     "node": ">= 12.13.0"
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.2.0.tgz",
     29  "_spec": "6.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tobias Koppers @sokra"
    1733  },
    18   "scripts": {
    19     "start": "npm run build -- -w",
    20     "clean": "del-cli dist",
    21     "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"",
    22     "prebuild": "npm run clean",
    23     "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    24     "postbuild": "npm run validate:runtime",
    25     "commitlint": "commitlint --from=master",
    26     "security": "npm audit --production",
    27     "lint:prettier": "prettier --list-different .",
    28     "lint:js": "eslint --cache .",
    29     "lint": "npm-run-all -l -p \"lint:**\"",
    30     "test:only": "cross-env NODE_ENV=test jest",
    31     "test:watch": "npm run test:only -- --watch",
    32     "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    33     "pretest": "npm run lint",
    34     "test": "npm run test:coverage",
    35     "prepare": "husky install && npm run build",
    36     "release": "standard-version"
    37   },
    38   "files": [
    39     "dist"
    40   ],
    41   "peerDependencies": {
    42     "webpack": "^5.0.0"
     34  "bugs": {
     35    "url": "https://github.com/webpack-contrib/css-loader/issues"
    4336  },
    4437  "dependencies": {
     
    5245    "semver": "^7.3.5"
    5346  },
     47  "description": "css loader module for webpack",
    5448  "devDependencies": {
    5549    "@babel/cli": "^7.14.5",
     
    8983    "webpack": "^5.45.1"
    9084  },
     85  "engines": {
     86    "node": ">= 12.13.0"
     87  },
     88  "files": [
     89    "dist"
     90  ],
     91  "funding": {
     92    "type": "opencollective",
     93    "url": "https://opencollective.com/webpack"
     94  },
     95  "homepage": "https://github.com/webpack-contrib/css-loader",
    9196  "keywords": [
    9297    "webpack",
     
    95100    "url",
    96101    "import"
    97   ]
     102  ],
     103  "license": "MIT",
     104  "main": "dist/cjs.js",
     105  "name": "css-loader",
     106  "peerDependencies": {
     107    "webpack": "^5.0.0"
     108  },
     109  "repository": {
     110    "type": "git",
     111    "url": "git+https://github.com/webpack-contrib/css-loader.git"
     112  },
     113  "scripts": {
     114    "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
     115    "clean": "del-cli dist",
     116    "commitlint": "commitlint --from=master",
     117    "lint": "npm-run-all -l -p \"lint:**\"",
     118    "lint:js": "eslint --cache .",
     119    "lint:prettier": "prettier --list-different .",
     120    "postbuild": "npm run validate:runtime",
     121    "prebuild": "npm run clean",
     122    "prepare": "husky install && npm run build",
     123    "pretest": "npm run lint",
     124    "release": "standard-version",
     125    "security": "npm audit --production",
     126    "start": "npm run build -- -w",
     127    "test": "npm run test:coverage",
     128    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
     129    "test:only": "cross-env NODE_ENV=test jest",
     130    "test:watch": "npm run test:only -- --watch",
     131    "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\""
     132  },
     133  "version": "6.2.0"
    98134}
Note: See TracChangeset for help on using the changeset viewer.