1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/postcss-discard-duplicates/package.json

72 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "postcss-discard-duplicates@^4.0.2",
2023-12-18 13:12:25 +08:00
"_id": "postcss-discard-duplicates@4.0.2",
"_inBundle": false,
"_integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==",
"_location": "/postcss-discard-duplicates",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"picocolors": "0.2.1"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "postcss-discard-duplicates@^4.0.2",
2023-12-18 13:12:25 +08:00
"name": "postcss-discard-duplicates",
"escapedName": "postcss-discard-duplicates",
2024-01-16 21:26:16 +08:00
"rawSpec": "^4.0.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^4.0.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cssnano-preset-default"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz",
"_shasum": "3fe133cd3c82282e550fc9b239176a9207b784eb",
"_spec": "postcss-discard-duplicates@^4.0.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cssnano-preset-default",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"postcss": "^7.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Discard duplicate rules in your CSS files with PostCSS.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"dedupe",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-discard-duplicates",
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "4.0.2"
}