{ "_args": [ [ "less-loader@10.0.1", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "less-loader@10.0.1", "_id": "less-loader@10.0.1", "_inBundle": false, "_integrity": "sha512-Crln//HpW9M5CbtdfWm3IO66Cvx1WhZQvNybXgfB2dD/6Sav9ppw+IWqs/FQKPBFO4B6X0X28Z0WNznshgwUzA==", "_location": "/less-loader", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "less-loader@10.0.1", "name": "less-loader", "escapedName": "less-loader", "rawSpec": "10.0.1", "saveSpec": null, "fetchSpec": "10.0.1" }, "_requiredBy": [ "/@angular-devkit/build-angular" ], "_resolved": "https://registry.npmjs.org/less-loader/-/less-loader-10.0.1.tgz", "_spec": "10.0.1", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Johannes Ewald @jhnns" }, "bugs": { "url": "https://github.com/webpack-contrib/less-loader/issues" }, "dependencies": { "klona": "^2.0.4" }, "description": "A Less loader for webpack. Compiles Less to CSS.", "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5", "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^27.0.2", "cross-env": "^7.0.3", "del": "^6.0.0", "del-cli": "^4.0.0", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "husky": "^6.0.0", "jest": "^27.0.4", "less": "^4.1.1", "lint-staged": "^11.0.0", "memfs": "^3.2.2", "npm-run-all": "^4.1.5", "prettier": "^2.3.1", "standard-version": "^9.3.0", "strip-ansi": "^7.0.0", "webpack": "^5.39.1" }, "engines": { "node": ">= 12.13.0" }, "files": [ "dist" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "homepage": "https://github.com/webpack-contrib/less-loader", "keywords": [ "webpack", "loader", "less", "lesscss", "less.js", "css", "preprocessor" ], "license": "MIT", "main": "dist/cjs.js", "name": "less-loader", "peerDependencies": { "less": "^3.5.0 || ^4.0.0", "webpack": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/less-loader.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "clean": "del-cli dist", "commitlint": "commitlint --from=master", "lint": "npm-run-all -l -p \"lint:**\"", "lint:js": "eslint --cache .", "lint:prettier": "prettier --list-different .", "prebuild": "npm run clean", "prepare": "husky install && npm run build", "pretest": "npm run lint", "release": "standard-version", "security": "npm audit --production", "start": "npm run build -- -w", "test": "npm run test:coverage", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch" }, "version": "10.0.1" }