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.
134 lines
3.8 KiB
134 lines
3.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"css-loader@6.2.0",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "css-loader@6.2.0",
|
|
"_id": "css-loader@6.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/rvHfYRjIpymZblf49w8jYcRo2y9gj6rV8UroHGmBxKrIyGLokpycyKzp9OkitvqT29ZSpzJ0Ic7SpnJX3sC8g==",
|
|
"_location": "/css-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "css-loader@6.2.0",
|
|
"name": "css-loader",
|
|
"escapedName": "css-loader",
|
|
"rawSpec": "6.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular-devkit/build-angular"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.2.0.tgz",
|
|
"_spec": "6.2.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/css-loader/issues"
|
|
},
|
|
"dependencies": {
|
|
"icss-utils": "^5.1.0",
|
|
"postcss": "^8.2.15",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-value-parser": "^4.1.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"description": "css loader module for webpack",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.5",
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
|
"babel-jest": "^27.0.6",
|
|
"cross-env": "^7.0.3",
|
|
"del": "^6.0.0",
|
|
"del-cli": "^4.0.1",
|
|
"es-check": "^5.2.4",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"file-loader": "^6.2.0",
|
|
"husky": "^7.0.1",
|
|
"jest": "^27.0.6",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^10.0.1",
|
|
"lint-staged": "^11.0.1",
|
|
"memfs": "^3.2.2",
|
|
"mini-css-extract-plugin": "^2.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-loader": "^6.1.1",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prettier": "^2.3.2",
|
|
"sass": "^1.35.2",
|
|
"sass-loader": "^12.1.0",
|
|
"standard-version": "^9.3.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"style-loader": "^3.1.0",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^6.1.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.45.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"homepage": "https://github.com/webpack-contrib/css-loader",
|
|
"keywords": [
|
|
"webpack",
|
|
"css",
|
|
"loader",
|
|
"url",
|
|
"import"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs.js",
|
|
"name": "css-loader",
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack-contrib/css-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 --list-different .",
|
|
"postbuild": "npm run validate:runtime",
|
|
"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",
|
|
"validate:runtime": "es-check es5 \"dist/runtime/**/*.js\""
|
|
},
|
|
"version": "6.2.0"
|
|
}
|