更新
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_from": "postcss-minify-selectors@^6.0.4",
|
||||
"_id": "postcss-minify-selectors@6.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==",
|
||||
"_location": "/postcss-minify-selectors",
|
||||
"_phantomChildren": {
|
||||
"cssesc": "3.0.0",
|
||||
"util-deprecate": "1.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss-minify-selectors@^6.0.4",
|
||||
"name": "postcss-minify-selectors",
|
||||
"escapedName": "postcss-minify-selectors",
|
||||
"rawSpec": "^6.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz",
|
||||
"_shasum": "197f7d72e6dd19eed47916d575d69dc38b396aff",
|
||||
"_spec": "postcss-minify-selectors@^6.0.4",
|
||||
"_where": "/root/dns/node_modules/cssnano-preset-default",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"postcss-selector-parser": "^6.0.16"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Minify selectors with PostCSS.",
|
||||
"devDependencies": {
|
||||
"postcss": "^8.4.37"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14 || ^16 || >=18.0"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"LICENSE-MIT",
|
||||
"types"
|
||||
],
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"minify",
|
||||
"optimise",
|
||||
"postcss",
|
||||
"postcss-plugin",
|
||||
"selectors"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "postcss-minify-selectors",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.4.31"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "6.0.4"
|
||||
}
|
||||
Reference in New Issue
Block a user