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
+74
View File
@@ -0,0 +1,74 @@
{
"_from": "postcss-reduce-initial@^6.1.0",
"_id": "postcss-reduce-initial@6.1.0",
"_inBundle": false,
"_integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==",
"_location": "/postcss-reduce-initial",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-reduce-initial@^6.1.0",
"name": "postcss-reduce-initial",
"escapedName": "postcss-reduce-initial",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz",
"_shasum": "4401297d8e35cb6e92c8e9586963e267105586ba",
"_spec": "postcss-reduce-initial@^6.1.0",
"_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": {
"browserslist": "^4.23.0",
"caniuse-api": "^3.0.0"
},
"deprecated": false,
"description": "Reduce initial definitions to the actual initial value, where possible.",
"devDependencies": {
"@types/caniuse-api": "^3.0.6",
"html-to-text": "^9.0.5",
"postcss": "^8.4.35"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
},
"files": [
"src",
"LICENSE-MIT",
"types"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-reduce-initial",
"peerDependencies": {
"postcss": "^8.4.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"acquire": "node ./src/script/acquire.mjs"
},
"types": "types/index.d.ts",
"version": "6.1.0"
}