source: trip-planner-front/node_modules/sass-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.9 KB
Line 
1{
2 "_args": [
3 [
4 "sass-loader@12.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "sass-loader@12.1.0",
10 "_id": "sass-loader@12.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-FVJZ9kxVRYNZTIe2xhw93n3xJNYZADr+q69/s98l9nTCrWASo+DR2Ot0s5xTKQDDEosUkatsGeHxcH4QBp5bSg==",
13 "_location": "/sass-loader",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "sass-loader@12.1.0",
19 "name": "sass-loader",
20 "escapedName": "sass-loader",
21 "rawSpec": "12.1.0",
22 "saveSpec": null,
23 "fetchSpec": "12.1.0"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.1.0.tgz",
29 "_spec": "12.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "J. Tangelder"
33 },
34 "bugs": {
35 "url": "https://github.com/webpack-contrib/sass-loader/issues"
36 },
37 "dependencies": {
38 "klona": "^2.0.4",
39 "neo-async": "^2.6.2"
40 },
41 "description": "Sass loader for webpack",
42 "devDependencies": {
43 "@babel/cli": "^7.14.5",
44 "@babel/core": "^7.14.5",
45 "@babel/preset-env": "^7.14.5",
46 "@commitlint/cli": "^12.1.4",
47 "@commitlint/config-conventional": "^12.1.4",
48 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
49 "babel-jest": "^27.0.2",
50 "bootstrap-sass": "^3.4.1",
51 "bootstrap-v4": "npm:bootstrap@^4.5.3",
52 "bootstrap-v5": "npm:bootstrap@^5.0.1",
53 "cross-env": "^7.0.3",
54 "css-loader": "^5.2.6",
55 "del": "^6.0.0",
56 "del-cli": "^3.0.1",
57 "enhanced-resolve": "^5.8.2",
58 "eslint": "^7.28.0",
59 "eslint-config-prettier": "^8.3.0",
60 "eslint-plugin-import": "^2.23.3",
61 "fibers": "^5.0.0",
62 "file-loader": "^6.2.0",
63 "foundation-sites": "^6.6.3",
64 "husky": "^6.0.0",
65 "jest": "^27.0.4",
66 "lint-staged": "^11.0.0",
67 "material-components-web": "^8.0.0",
68 "memfs": "^3.2.2",
69 "node-sass": "^6.0.0",
70 "node-sass-glob-importer": "^5.3.2",
71 "npm-run-all": "^4.1.5",
72 "prettier": "^2.3.1",
73 "sass": "^1.34.1",
74 "semver": "^7.3.5",
75 "standard-version": "^9.3.0",
76 "style-loader": "^2.0.0",
77 "webpack": "^5.38.1"
78 },
79 "engines": {
80 "node": ">= 12.13.0"
81 },
82 "files": [
83 "dist"
84 ],
85 "funding": {
86 "type": "opencollective",
87 "url": "https://opencollective.com/webpack"
88 },
89 "homepage": "https://github.com/webpack-contrib/sass-loader",
90 "keywords": [
91 "sass",
92 "libsass",
93 "webpack",
94 "loader"
95 ],
96 "license": "MIT",
97 "main": "dist/cjs.js",
98 "name": "sass-loader",
99 "peerDependencies": {
100 "fibers": ">= 3.1.0",
101 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0",
102 "sass": "^1.3.0",
103 "webpack": "^5.0.0"
104 },
105 "peerDependenciesMeta": {
106 "node-sass": {
107 "optional": true
108 },
109 "sass": {
110 "optional": true
111 },
112 "fibers": {
113 "optional": true
114 }
115 },
116 "repository": {
117 "type": "git",
118 "url": "git+https://github.com/webpack-contrib/sass-loader.git"
119 },
120 "scripts": {
121 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
122 "clean": "del-cli dist",
123 "commitlint": "commitlint --from=master",
124 "lint": "npm-run-all -l -p \"lint:**\"",
125 "lint:js": "eslint --cache .",
126 "lint:prettier": "prettier --list-different .",
127 "prebuild": "npm run clean",
128 "prepare": "husky install && npm run build",
129 "pretest": "npm run lint",
130 "release": "standard-version",
131 "security": "npm audit --production",
132 "start": "npm run build -- -w",
133 "test": "npm run test:coverage",
134 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
135 "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
136 "test:only": "cross-env NODE_ENV=test jest",
137 "test:watch": "npm run test:only -- --watch"
138 },
139 "version": "12.1.0"
140}
Note: See TracBrowser for help on using the repository browser.