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

80 lines
2.1 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "postcss-minify-selectors@^4.0.2",
2023-12-18 13:12:25 +08:00
"_id": "postcss-minify-selectors@4.0.2",
"_inBundle": false,
"_integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
"_location": "/postcss-minify-selectors",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"dot-prop": "5.3.0",
2023-12-18 13:12:25 +08:00
"indexes-of": "1.0.1",
2024-01-16 21:26:16 +08:00
"picocolors": "0.2.1",
2023-12-18 13:12:25 +08:00
"uniq": "1.0.1"
},
"_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-minify-selectors@^4.0.2",
2023-12-18 13:12:25 +08:00
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
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-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
"_shasum": "e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8",
"_spec": "postcss-minify-selectors@^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": {
"alphanum-sort": "^1.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Minify selectors with PostCSS.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"postcss-font-magician": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-minify-selectors",
"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"
}