123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "_from": "postcss-loader",
- "_id": "postcss-loader@7.3.3",
- "_inBundle": false,
- "_integrity": "sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==",
- "_location": "/postcss-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "postcss-loader",
- "name": "postcss-loader",
- "escapedName": "postcss-loader",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz",
- "_shasum": "6da03e71a918ef49df1bb4be4c80401df8e249dd",
- "_spec": "postcss-loader",
- "_where": "E:\\2023\\8\\MT_APP",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/postcss-loader/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cosmiconfig": "^8.2.0",
- "jiti": "^1.18.2",
- "semver": "^7.3.8"
- },
- "deprecated": false,
- "description": "PostCSS loader for webpack",
- "devDependencies": {
- "@babel/cli": "^7.21.0",
- "@babel/core": "^7.21.4",
- "@babel/preset-env": "^7.21.4",
- "@commitlint/cli": "^17.5.1",
- "@commitlint/config-conventional": "^17.4.4",
- "@webpack-contrib/eslint-config-webpack": "^3.0.0",
- "babel-jest": "^29.4.3",
- "cross-env": "^7.0.3",
- "cspell": "^6.31.1",
- "cssnano": "^6.0.0",
- "del": "^6.1.1",
- "del-cli": "^5.0.0",
- "eslint": "^8.37.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-import": "^2.27.5",
- "husky": "^8.0.3",
- "jest": "^29.4.3",
- "less": "^4.1.3",
- "less-loader": "^11.1.0",
- "lint-staged": "^13.2.0",
- "memfs": "^3.4.13",
- "midas": "^2.0.3",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.21",
- "postcss-dark-theme-class": "^0.7.3",
- "postcss-import": "^15.1.0",
- "postcss-js": "^4.0.1",
- "postcss-load-config": "^4.0.1",
- "postcss-nested": "^6.0.1",
- "postcss-short": "^5.0.0",
- "prettier": "^2.8.7",
- "sass": "^1.60.0",
- "sass-loader": "^13.2.2",
- "standard-version": "^9.3.2",
- "strip-ansi": "^6.0.0",
- "sugarss": "^4.0.1",
- "ts-jest": "^29.1.0",
- "ts-node": "^10.9.1",
- "webpack": "^5.77.0"
- },
- "engines": {
- "node": ">= 14.15.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",
- "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 \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
- "lint:spelling": "cspell \"**/*.*\"",
- "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": "7.3.3"
- }
|