更新
This commit is contained in:
+170
@@ -0,0 +1,170 @@
|
||||
{
|
||||
"_from": "css-minimizer-webpack-plugin@^5.0.1",
|
||||
"_id": "css-minimizer-webpack-plugin@5.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==",
|
||||
"_location": "/css-minimizer-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "css-minimizer-webpack-plugin@^5.0.1",
|
||||
"name": "css-minimizer-webpack-plugin",
|
||||
"escapedName": "css-minimizer-webpack-plugin",
|
||||
"rawSpec": "^5.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz",
|
||||
"_shasum": "33effe662edb1a0bf08ad633c32fa75d0f7ec565",
|
||||
"_spec": "css-minimizer-webpack-plugin@^5.0.1",
|
||||
"_where": "/root/dns",
|
||||
"author": {
|
||||
"name": "Loann Neveu"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jridgewell/trace-mapping": "^0.3.18",
|
||||
"cssnano": "^6.0.1",
|
||||
"jest-worker": "^29.4.3",
|
||||
"postcss": "^8.4.24",
|
||||
"schema-utils": "^4.0.1",
|
||||
"serialize-javascript": "^6.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "CSS minimizer (minifier) plugin for Webpack",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.21.5",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@babel/preset-env": "^7.22.4",
|
||||
"@commitlint/cli": "^17.6.5",
|
||||
"@commitlint/config-conventional": "^17.6.5",
|
||||
"@parcel/css": "^1.8.3",
|
||||
"@swc/css": "^0.0.20",
|
||||
"@types/clean-css": "^4.2.5",
|
||||
"@types/csso": "^5.0.0",
|
||||
"@types/node": "^18.16.3",
|
||||
"@types/serialize-javascript": "^5.0.2",
|
||||
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
||||
"babel-jest": "^29.4.3",
|
||||
"clean-css": "^5.3.2",
|
||||
"copy-webpack-plugin": "^9.1.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^6.27.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"cssnano-preset-simple": "^4.0.0",
|
||||
"csso": "^5.0.3",
|
||||
"del": "^6.1.0",
|
||||
"del-cli": "^5.0.0",
|
||||
"esbuild": "^0.17.19",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.4.3",
|
||||
"lightningcss": "^1.20.0",
|
||||
"lint-staged": "^13.2.2",
|
||||
"memfs": "^3.5.1",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "^1.62.1",
|
||||
"sass-loader": "^13.3.1",
|
||||
"source-map": "^0.6.1",
|
||||
"standard-version": "^9.5.0",
|
||||
"sugarss": "^4.0.1",
|
||||
"typescript": "^5.0.4",
|
||||
"webpack": "^5.85.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14.15.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"types"
|
||||
],
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/webpack"
|
||||
},
|
||||
"homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin",
|
||||
"keywords": [
|
||||
"cssnano",
|
||||
"css",
|
||||
"csso",
|
||||
"clean-css",
|
||||
"swc",
|
||||
"esbuild",
|
||||
"webpack",
|
||||
"webpack-plugin",
|
||||
"minimize",
|
||||
"minimizer",
|
||||
"minify",
|
||||
"minifier",
|
||||
"optimize",
|
||||
"optimizer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "css-minimizer-webpack-plugin",
|
||||
"peerDependencies": {
|
||||
"webpack": "^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"csso": {
|
||||
"optional": true
|
||||
},
|
||||
"esbuild": {
|
||||
"optional": true
|
||||
},
|
||||
"@swc/css": {
|
||||
"optional": true
|
||||
},
|
||||
"clean-css": {
|
||||
"optional": true
|
||||
},
|
||||
"@parcel/css": {
|
||||
"optional": true
|
||||
},
|
||||
"lightningcss": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webpack-contrib/css-minimizer-webpack-plugin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm-run-all -p \"build:**\"",
|
||||
"build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
|
||||
"build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
|
||||
"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 \"**/*.*\"",
|
||||
"lint:types": "tsc --pretty --noEmit",
|
||||
"prebuild": "npm run clean types",
|
||||
"prepare": "husky install && npm run build",
|
||||
"pretest": "npm run lint",
|
||||
"release": "standard-version",
|
||||
"security": "npm audit",
|
||||
"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"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "5.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user