source: trip-planner-front/node_modules/style-loader/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 3.5 KB
Line 
1{
2 "_args": [
3 [
4 "style-loader@3.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "style-loader@3.2.1",
10 "_id": "style-loader@3.2.1",
11 "_inBundle": false,
12 "_integrity": "sha512-1k9ZosJCRFaRbY6hH49JFlRB0fVSbmnyq1iTPjNxUmGVjBNEmwrrHPenhlp+Lgo51BojHSf6pl2FcqYaN3PfVg==",
13 "_location": "/style-loader",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "style-loader@3.2.1",
19 "name": "style-loader",
20 "escapedName": "style-loader",
21 "rawSpec": "3.2.1",
22 "saveSpec": null,
23 "fetchSpec": "3.2.1"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.2.1.tgz",
29 "_spec": "3.2.1",
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/style-loader/issues"
36 },
37 "description": "style loader module for webpack",
38 "devDependencies": {
39 "@babel/cli": "^7.14.5",
40 "@babel/core": "^7.14.6",
41 "@babel/preset-env": "^7.14.5",
42 "@commitlint/cli": "^12.1.4",
43 "@commitlint/config-conventional": "^12.1.4",
44 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
45 "babel-jest": "^27.0.6",
46 "cross-env": "^7.0.3",
47 "css-loader": "^5.2.7",
48 "del": "^6.0.0",
49 "del-cli": "^4.0.1",
50 "es-check": "5.2.3",
51 "eslint": "^7.30.0",
52 "eslint-config-prettier": "^8.3.0",
53 "eslint-plugin-import": "^2.23.4",
54 "file-loader": "^6.2.0",
55 "husky": "^7.0.1",
56 "jest": "^27.0.6",
57 "jsdom": "^16.6.0",
58 "lint-staged": "^11.0.1",
59 "memfs": "^3.2.2",
60 "npm-run-all": "^4.1.5",
61 "prettier": "^2.3.2",
62 "sass": "^1.35.2",
63 "sass-loader": "^12.1.0",
64 "semver": "^7.3.4",
65 "standard-version": "^9.3.1",
66 "webpack": "^5.45.1",
67 "webpack-cli": "^4.7.2",
68 "webpack-dev-server": "^3.11.2"
69 },
70 "engines": {
71 "node": ">= 12.13.0"
72 },
73 "files": [
74 "dist"
75 ],
76 "funding": {
77 "type": "opencollective",
78 "url": "https://opencollective.com/webpack"
79 },
80 "homepage": "https://github.com/webpack-contrib/style-loader",
81 "keywords": [
82 "webpack"
83 ],
84 "license": "MIT",
85 "main": "dist/cjs.js",
86 "name": "style-loader",
87 "peerDependencies": {
88 "webpack": "^5.0.0"
89 },
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/webpack-contrib/style-loader.git"
93 },
94 "scripts": {
95 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
96 "clean": "del-cli dist",
97 "commitlint": "commitlint --from=master",
98 "lint": "npm-run-all -l -p \"lint:**\"",
99 "lint:js": "eslint --cache .",
100 "lint:prettier": "prettier --list-different .",
101 "postbuild": "npm run validate:runtime",
102 "prebuild": "npm run clean",
103 "prepare": "husky install && npm run build",
104 "pretest": "npm run lint",
105 "release": "standard-version",
106 "security": "npm audit --production",
107 "start": "npm run build -- -w",
108 "test": "npm run test:coverage",
109 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
110 "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config test/manual/webpack.config.js",
111 "test:only": "cross-env NODE_ENV=test jest",
112 "test:watch": "npm run test:only -- --watch",
113 "validate:runtime": "es-check es3 \"dist/runtime/**/*.js\""
114 },
115 "version": "3.2.1"
116}
Note: See TracBrowser for help on using the repository browser.