143 lines
4.0 KiB
JSON
143 lines
4.0 KiB
JSON
{
|
|
"_from": "postcss-loader@^8.1.1",
|
|
"_id": "postcss-loader@8.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==",
|
|
"_location": "/postcss-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-loader@^8.1.1",
|
|
"name": "postcss-loader",
|
|
"escapedName": "postcss-loader",
|
|
"rawSpec": "^8.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^8.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz",
|
|
"_shasum": "2822589e7522927344954acb55bbf26e8b195dfe",
|
|
"_spec": "postcss-loader@^8.1.1",
|
|
"_where": "C:\\Users\\Wlad\\Projekte\\Mediaplayer",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/postcss-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cosmiconfig": "^9.0.0",
|
|
"jiti": "^1.20.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "PostCSS loader for webpack",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.23.9",
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@commitlint/cli": "^18.6.1",
|
|
"@commitlint/config-conventional": "^18.6.2",
|
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
|
"babel-jest": "^29.7.0",
|
|
"cross-env": "^7.0.3",
|
|
"cspell": "^8.4.1",
|
|
"cssnano": "^6.0.3",
|
|
"del": "^7.1.0",
|
|
"del-cli": "^5.1.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"husky": "^8.0.3",
|
|
"jest": "^29.7.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"lint-staged": "^15.2.2",
|
|
"memfs": "^4.7.6",
|
|
"midas": "^2.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.35",
|
|
"postcss-dark-theme-class": "^1.2.1",
|
|
"postcss-import": "^16.0.1",
|
|
"postcss-js": "^4.0.1",
|
|
"postcss-load-config": "^5.0.3",
|
|
"postcss-nested": "^6.0.1",
|
|
"postcss-short": "^5.0.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.71.0",
|
|
"sass-loader": "^14.1.1",
|
|
"standard-version": "^9.3.2",
|
|
"strip-ansi": "^7.1.0",
|
|
"sugarss": "^4.0.1",
|
|
"ts-jest": "^29.1.2",
|
|
"ts-node": "^10.9.1",
|
|
"webpack": "^5.90.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.12.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": {
|
|
"@rspack/core": "0.x || 1.x",
|
|
"postcss": "^7.0.0 || ^8.0.1",
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@rspack/core": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"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",
|
|
"fix": "npm-run-all -l fix:js fix:prettier",
|
|
"fix:js": "npm run lint:js -- --fix",
|
|
"fix:prettier": "npm run lint:prettier -- --write",
|
|
"lint": "npm-run-all -l -p \"lint:**\"",
|
|
"lint:js": "eslint --cache .",
|
|
"lint:prettier": "prettier --cache --list-different .",
|
|
"lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
|
|
"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": "8.1.1"
|
|
}
|