- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/mini-css-extract-plugin/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "mini-css-extract-plugin@2.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "mini-css-extract-plugin@2.2.1", 10 "_id": "mini-css-extract-plugin@2.2.1", 2 "_from": "mini-css-extract-plugin@2.4.2", 3 "_id": "mini-css-extract-plugin@2.4.2", 11 4 "_inBundle": false, 12 "_integrity": "sha512- A0GBXpz8WIPgh2HfASJ0EeY8grd2dGxmC4R8uTujFJXZY7zFy0nvYSYW6SKCLKlz7y45BdHONfaxZQMIZpeF/w==",5 "_integrity": "sha512-ZmqShkn79D36uerdED+9qdo1ZYG8C1YsWvXu0UMJxurZnSdgz7gQKO2EGv8T55MhDqG3DYmGtizZNpM/UbTlcA==", 13 6 "_location": "/mini-css-extract-plugin", 14 7 "_phantomChildren": { 15 8 "@types/json-schema": "7.0.9", 9 "ajv-keywords": "3.5.2", 16 10 "fast-deep-equal": "3.1.3", 17 11 "fast-json-stable-stringify": "2.1.0", … … 21 15 "type": "version", 22 16 "registry": true, 23 "raw": "mini-css-extract-plugin@2. 2.1",17 "raw": "mini-css-extract-plugin@2.4.2", 24 18 "name": "mini-css-extract-plugin", 25 19 "escapedName": "mini-css-extract-plugin", 26 "rawSpec": "2. 2.1",20 "rawSpec": "2.4.2", 27 21 "saveSpec": null, 28 "fetchSpec": "2. 2.1"22 "fetchSpec": "2.4.2" 29 23 }, 30 24 "_requiredBy": [ 31 25 "/@angular-devkit/build-angular" 32 26 ], 33 "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.1.tgz", 34 "_spec": "2.2.1", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 27 "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz", 28 "_shasum": "b3508191ea479388a4715018c99dd3e6dd40d2d2", 29 "_spec": "mini-css-extract-plugin@2.4.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular", 36 31 "author": { 37 32 "name": "Tobias Koppers @sokra" … … 40 35 "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues" 41 36 }, 37 "bundleDependencies": false, 42 38 "dependencies": { 43 39 "schema-utils": "^3.1.0" 44 40 }, 41 "deprecated": false, 45 42 "description": "extracts CSS into separate files", 46 43 "devDependencies": { … … 55 52 "bootstrap": "^4.6.0", 56 53 "cross-env": "^7.0.3", 57 "css-loader": "^ 5.2.6",54 "css-loader": "^6.2.0", 58 55 "del": "^6.0.0", 59 56 "del-cli": "^4.0.0", … … 70 67 "npm-run-all": "^4.1.5", 71 68 "prettier": "^2.3.2", 69 "sass": "^1.39.0", 70 "sass-loader": "^12.1.0", 72 71 "standard-version": "^9.3.0", 73 "webpack": "^5. 48.0",72 "webpack": "^5.57.0", 74 73 "webpack-cli": "^4.7.2", 75 74 "webpack-dev-server": "^4.0.0" … … 123 122 "test:watch": "npm run test:only -- --watch" 124 123 }, 125 "version": "2. 2.1"124 "version": "2.4.2" 126 125 }
Note:
See TracChangeset
for help on using the changeset viewer.