projecte_ionic/node_modules/postcss-loader/package.json
2022-02-09 18:30:03 +01:00

126 lines
3.6 KiB
JSON
Executable file

{
"_from": "postcss-loader@6.1.0",
"_id": "postcss-loader@6.1.0",
"_inBundle": false,
"_integrity": "sha512-yA/cXBfACkthZNA2hQxOnaReVfQ6uLmvbEDQzNafpbK40URZJvP/28dL1DG174Gvz3ptkkHbbwDBCh+gXR94CA==",
"_location": "/postcss-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-loader@6.1.0",
"name": "postcss-loader",
"escapedName": "postcss-loader",
"rawSpec": "6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.1.0.tgz",
"_shasum": "13c800a00b3c7d434a1319a73d85e2df0714cdde",
"_spec": "postcss-loader@6.1.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/webpack-contrib/postcss-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"cosmiconfig": "^7.0.0",
"klona": "^2.0.4",
"semver": "^7.3.5"
},
"deprecated": false,
"description": "PostCSS loader for webpack",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@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",
"cssnano": "^5.0.6",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"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",
"less-loader": "^9.0.0",
"lint-staged": "^11.0.0",
"memfs": "^3.2.2",
"midas": "^2.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.1",
"postcss-dark-theme-class": "^0.5.2",
"postcss-import": "^14.0.2",
"postcss-js": "^3.0.3",
"postcss-nested": "^5.0.5",
"postcss-short": "^5.0.0",
"prettier": "^2.3.1",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"standard-version": "^9.3.0",
"strip-ansi": "^6.0.0",
"sugarss": "^3.0.3",
"webpack": "^5.38.1"
},
"engines": {
"node": ">= 12.13.0"
},
"files": [
"dist"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"homepage": "https://github.com/webpack-contrib/postcss-loader",
"keywords": [
"css",
"postcss",
"postcss-runner",
"webpack",
"webpack-loader"
],
"license": "MIT",
"main": "dist/cjs.js",
"name": "postcss-loader",
"peerDependencies": {
"postcss": "^7.0.0 || ^8.0.1",
"webpack": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/postcss-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 \"{**/*,*}.{js,json,md,yml,css,ts}\" --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": "6.1.0"
}