source: trip-planner-front/node_modules/css-loader/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.8 KB
Line 
1{
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"
24 },
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"
33 },
34 "bugs": {
35 "url": "https://github.com/webpack-contrib/css-loader/issues"
36 },
37 "dependencies": {
38 "icss-utils": "^5.1.0",
39 "postcss": "^8.2.15",
40 "postcss-modules-extract-imports": "^3.0.0",
41 "postcss-modules-local-by-default": "^4.0.0",
42 "postcss-modules-scope": "^3.0.0",
43 "postcss-modules-values": "^4.0.0",
44 "postcss-value-parser": "^4.1.0",
45 "semver": "^7.3.5"
46 },
47 "description": "css loader module for webpack",
48 "devDependencies": {
49 "@babel/cli": "^7.14.5",
50 "@babel/core": "^7.14.6",
51 "@babel/preset-env": "^7.14.7",
52 "@commitlint/cli": "^12.1.4",
53 "@commitlint/config-conventional": "^12.1.4",
54 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
55 "babel-jest": "^27.0.6",
56 "cross-env": "^7.0.3",
57 "del": "^6.0.0",
58 "del-cli": "^4.0.1",
59 "es-check": "^5.2.4",
60 "eslint": "^7.30.0",
61 "eslint-config-prettier": "^8.3.0",
62 "eslint-plugin-import": "^2.23.4",
63 "file-loader": "^6.2.0",
64 "husky": "^7.0.1",
65 "jest": "^27.0.6",
66 "less": "^4.1.1",
67 "less-loader": "^10.0.1",
68 "lint-staged": "^11.0.1",
69 "memfs": "^3.2.2",
70 "mini-css-extract-plugin": "^2.1.0",
71 "npm-run-all": "^4.1.5",
72 "postcss-loader": "^6.1.1",
73 "postcss-preset-env": "^6.7.0",
74 "prettier": "^2.3.2",
75 "sass": "^1.35.2",
76 "sass-loader": "^12.1.0",
77 "standard-version": "^9.3.1",
78 "strip-ansi": "^6.0.0",
79 "style-loader": "^3.1.0",
80 "stylus": "^0.54.8",
81 "stylus-loader": "^6.1.0",
82 "url-loader": "^4.1.1",
83 "webpack": "^5.45.1"
84 },
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",
96 "keywords": [
97 "webpack",
98 "css",
99 "loader",
100 "url",
101 "import"
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"
134}
Note: See TracBrowser for help on using the repository browser.