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