source: trip-planner-front/node_modules/postcss-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.6 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-loader@6.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-loader@6.1.1",
10 "_id": "postcss-loader@6.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-lBmJMvRh1D40dqpWKr9Rpygwxn8M74U9uaCSeYGNKLGInbk9mXBt1ultHf2dH9Ghk6Ue4UXlXWwGMH9QdUJ5ug==",
13 "_location": "/postcss-loader",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-loader@6.1.1",
19 "name": "postcss-loader",
20 "escapedName": "postcss-loader",
21 "rawSpec": "6.1.1",
22 "saveSpec": null,
23 "fetchSpec": "6.1.1"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.1.1.tgz",
29 "_spec": "6.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Andrey Sitnik",
33 "email": "andrey@sitnik.ru"
34 },
35 "bugs": {
36 "url": "https://github.com/webpack-contrib/postcss-loader/issues"
37 },
38 "dependencies": {
39 "cosmiconfig": "^7.0.0",
40 "klona": "^2.0.4",
41 "semver": "^7.3.5"
42 },
43 "description": "PostCSS loader for webpack",
44 "devDependencies": {
45 "@babel/cli": "^7.14.5",
46 "@babel/core": "^7.14.6",
47 "@babel/preset-env": "^7.14.5",
48 "@commitlint/cli": "^12.1.4",
49 "@commitlint/config-conventional": "^12.1.4",
50 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
51 "babel-jest": "^27.0.2",
52 "cross-env": "^7.0.3",
53 "cssnano": "^5.0.6",
54 "del": "^6.0.0",
55 "del-cli": "^4.0.0",
56 "eslint": "^7.28.0",
57 "eslint-config-prettier": "^8.3.0",
58 "eslint-plugin-import": "^2.23.4",
59 "husky": "^7.0.0",
60 "jest": "^27.0.4",
61 "less": "^4.1.1",
62 "less-loader": "^10.0.0",
63 "lint-staged": "^11.0.0",
64 "memfs": "^3.2.2",
65 "midas": "^2.0.3",
66 "npm-run-all": "^4.1.5",
67 "postcss": "^8.3.1",
68 "postcss-dark-theme-class": "^0.5.2",
69 "postcss-import": "^14.0.2",
70 "postcss-js": "^3.0.3",
71 "postcss-nested": "^5.0.5",
72 "postcss-short": "^5.0.0",
73 "prettier": "^2.3.1",
74 "sass": "^1.35.1",
75 "sass-loader": "^12.1.0",
76 "standard-version": "^9.3.0",
77 "strip-ansi": "^6.0.0",
78 "sugarss": "^4.0.1",
79 "webpack": "^5.39.0"
80 },
81 "engines": {
82 "node": ">= 12.13.0"
83 },
84 "files": [
85 "dist"
86 ],
87 "funding": {
88 "type": "opencollective",
89 "url": "https://opencollective.com/webpack"
90 },
91 "homepage": "https://github.com/webpack-contrib/postcss-loader",
92 "keywords": [
93 "css",
94 "postcss",
95 "postcss-runner",
96 "webpack",
97 "webpack-loader"
98 ],
99 "license": "MIT",
100 "main": "dist/cjs.js",
101 "name": "postcss-loader",
102 "peerDependencies": {
103 "postcss": "^7.0.0 || ^8.0.1",
104 "webpack": "^5.0.0"
105 },
106 "repository": {
107 "type": "git",
108 "url": "git+https://github.com/webpack-contrib/postcss-loader.git"
109 },
110 "scripts": {
111 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
112 "clean": "del-cli dist",
113 "commitlint": "commitlint --from=master",
114 "lint": "npm-run-all -l -p \"lint:**\"",
115 "lint:js": "eslint --cache .",
116 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
117 "prebuild": "npm run clean",
118 "prepare": "husky install && npm run build",
119 "pretest": "npm run lint",
120 "release": "standard-version",
121 "security": "npm audit --production",
122 "start": "npm run build -- -w",
123 "test": "npm run test:coverage",
124 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
125 "test:only": "cross-env NODE_ENV=test jest",
126 "test:watch": "npm run test:only -- --watch"
127 },
128 "version": "6.1.1"
129}
Note: See TracBrowser for help on using the repository browser.