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