Changeset 59329aa for trip-planner-front/node_modules/css-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/css-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "css-loader", 3 "version": "6.2.0", 4 "description": "css loader module for webpack", 5 "license": "MIT", 6 "repository": "webpack-contrib/css-loader", 7 "author": "Tobias Koppers @sokra", 8 "homepage": "https://github.com/webpack-contrib/css-loader", 9 "bugs": "https://github.com/webpack-contrib/css-loader/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 2 "_args": [ 3 [ 4 "css-loader@6.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "css-loader@6.2.0", 10 "_id": "css-loader@6.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-/rvHfYRjIpymZblf49w8jYcRo2y9gj6rV8UroHGmBxKrIyGLokpycyKzp9OkitvqT29ZSpzJ0Ic7SpnJX3sC8g==", 13 "_location": "/css-loader", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "css-loader@6.2.0", 19 "name": "css-loader", 20 "escapedName": "css-loader", 21 "rawSpec": "6.2.0", 22 "saveSpec": null, 23 "fetchSpec": "6.2.0" 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/css-loader/-/css-loader-6.2.0.tgz", 29 "_spec": "6.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tobias Koppers @sokra" 17 33 }, 18 "scripts": { 19 "start": "npm run build -- -w", 20 "clean": "del-cli dist", 21 "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"", 22 "prebuild": "npm run clean", 23 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 24 "postbuild": "npm run validate:runtime", 25 "commitlint": "commitlint --from=master", 26 "security": "npm audit --production", 27 "lint:prettier": "prettier --list-different .", 28 "lint:js": "eslint --cache .", 29 "lint": "npm-run-all -l -p \"lint:**\"", 30 "test:only": "cross-env NODE_ENV=test jest", 31 "test:watch": "npm run test:only -- --watch", 32 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 33 "pretest": "npm run lint", 34 "test": "npm run test:coverage", 35 "prepare": "husky install && npm run build", 36 "release": "standard-version" 37 }, 38 "files": [ 39 "dist" 40 ], 41 "peerDependencies": { 42 "webpack": "^5.0.0" 34 "bugs": { 35 "url": "https://github.com/webpack-contrib/css-loader/issues" 43 36 }, 44 37 "dependencies": { … … 52 45 "semver": "^7.3.5" 53 46 }, 47 "description": "css loader module for webpack", 54 48 "devDependencies": { 55 49 "@babel/cli": "^7.14.5", … … 89 83 "webpack": "^5.45.1" 90 84 }, 85 "engines": { 86 "node": ">= 12.13.0" 87 }, 88 "files": [ 89 "dist" 90 ], 91 "funding": { 92 "type": "opencollective", 93 "url": "https://opencollective.com/webpack" 94 }, 95 "homepage": "https://github.com/webpack-contrib/css-loader", 91 96 "keywords": [ 92 97 "webpack", … … 95 100 "url", 96 101 "import" 97 ] 102 ], 103 "license": "MIT", 104 "main": "dist/cjs.js", 105 "name": "css-loader", 106 "peerDependencies": { 107 "webpack": "^5.0.0" 108 }, 109 "repository": { 110 "type": "git", 111 "url": "git+https://github.com/webpack-contrib/css-loader.git" 112 }, 113 "scripts": { 114 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 115 "clean": "del-cli dist", 116 "commitlint": "commitlint --from=master", 117 "lint": "npm-run-all -l -p \"lint:**\"", 118 "lint:js": "eslint --cache .", 119 "lint:prettier": "prettier --list-different .", 120 "postbuild": "npm run validate:runtime", 121 "prebuild": "npm run clean", 122 "prepare": "husky install && npm run build", 123 "pretest": "npm run lint", 124 "release": "standard-version", 125 "security": "npm audit --production", 126 "start": "npm run build -- -w", 127 "test": "npm run test:coverage", 128 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 129 "test:only": "cross-env NODE_ENV=test jest", 130 "test:watch": "npm run test:only -- --watch", 131 "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"" 132 }, 133 "version": "6.2.0" 98 134 }
Note:
See TracChangeset
for help on using the changeset viewer.