This commit is contained in:
Alex Yang
2026-03-30 01:04:46 +08:00
parent 050aa421b1
commit f627244b8f
5978 changed files with 1502187 additions and 2947 deletions
+71
View File
@@ -0,0 +1,71 @@
{
"_from": "postcss-merge-longhand@^6.0.5",
"_id": "postcss-merge-longhand@6.0.5",
"_inBundle": false,
"_integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==",
"_location": "/postcss-merge-longhand",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-merge-longhand@^6.0.5",
"name": "postcss-merge-longhand",
"escapedName": "postcss-merge-longhand",
"rawSpec": "^6.0.5",
"saveSpec": null,
"fetchSpec": "^6.0.5"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz",
"_shasum": "ba8a8d473617c34a36abbea8dda2b215750a065a",
"_spec": "postcss-merge-longhand@^6.0.5",
"_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-value-parser": "^4.2.0",
"stylehacks": "^6.1.1"
},
"deprecated": false,
"description": "Merge longhand properties into shorthand with PostCSS.",
"devDependencies": {
"postcss": "^8.4.37"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
},
"files": [
"LICENSE-MIT",
"src",
"types"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-merge-longhand",
"peerDependencies": {
"postcss": "^8.4.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"types": "types/index.d.ts",
"version": "6.0.5"
}