You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
3.6 KiB
129 lines
3.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"postcss-loader@6.1.1",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-loader@6.1.1",
|
|
"_id": "postcss-loader@6.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-lBmJMvRh1D40dqpWKr9Rpygwxn8M74U9uaCSeYGNKLGInbk9mXBt1ultHf2dH9Ghk6Ue4UXlXWwGMH9QdUJ5ug==",
|
|
"_location": "/postcss-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-loader@6.1.1",
|
|
"name": "postcss-loader",
|
|
"escapedName": "postcss-loader",
|
|
"rawSpec": "6.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular-devkit/build-angular"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.1.1.tgz",
|
|
"_spec": "6.1.1",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/postcss-loader/issues"
|
|
},
|
|
"dependencies": {
|
|
"cosmiconfig": "^7.0.0",
|
|
"klona": "^2.0.4",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"description": "PostCSS loader for webpack",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.5",
|
|
"@babel/core": "^7.14.6",
|
|
"@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": "^4.0.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"husky": "^7.0.0",
|
|
"jest": "^27.0.4",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^10.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.35.1",
|
|
"sass-loader": "^12.1.0",
|
|
"standard-version": "^9.3.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"sugarss": "^4.0.1",
|
|
"webpack": "^5.39.0"
|
|
},
|
|
"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.1"
|
|
}
|