Changeset 59329aa for trip-planner-front/node_modules/less-loader
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/less-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "less-loader", 3 "version": "10.0.1", 4 "description": "A Less loader for webpack. Compiles Less to CSS.", 5 "license": "MIT", 6 "repository": "webpack-contrib/less-loader", 7 "author": "Johannes Ewald @jhnns", 8 "homepage": "https://github.com/webpack-contrib/less-loader", 9 "bugs": "https://github.com/webpack-contrib/less-loader/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 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" 13 24 }, 14 "main": "dist/cjs.js", 15 "engines": { 16 "node": ">= 12.13.0" 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" 17 33 }, 18 "scripts": { 19 "start": "npm run build -- -w", 20 "clean": "del-cli dist", 21 "prebuild": "npm run clean", 22 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 23 "commitlint": "commitlint --from=master", 24 "security": "npm audit --production", 25 "lint:prettier": "prettier --list-different .", 26 "lint:js": "eslint --cache .", 27 "lint": "npm-run-all -l -p \"lint:**\"", 28 "test:only": "cross-env NODE_ENV=test jest", 29 "test:watch": "npm run test:only -- --watch", 30 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 31 "pretest": "npm run lint", 32 "test": "npm run test:coverage", 33 "prepare": "husky install && npm run build", 34 "release": "standard-version" 35 }, 36 "files": [ 37 "dist" 38 ], 39 "peerDependencies": { 40 "less": "^3.5.0 || ^4.0.0", 41 "webpack": "^5.0.0" 34 "bugs": { 35 "url": "https://github.com/webpack-contrib/less-loader/issues" 42 36 }, 43 37 "dependencies": { 44 38 "klona": "^2.0.4" 45 39 }, 40 "description": "A Less loader for webpack. Compiles Less to CSS.", 46 41 "devDependencies": { 47 42 "@babel/cli": "^7.14.5", … … 69 64 "webpack": "^5.39.1" 70 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", 71 77 "keywords": [ 72 78 "webpack", … … 77 83 "css", 78 84 "preprocessor" 79 ] 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" 80 116 }
Note:
See TracChangeset
for help on using the changeset viewer.