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
+63
View File
@@ -0,0 +1,63 @@
{
"_from": "postcss-normalize-repeat-style@^6.0.2",
"_id": "postcss-normalize-repeat-style@6.0.2",
"_inBundle": false,
"_integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==",
"_location": "/postcss-normalize-repeat-style",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-normalize-repeat-style@^6.0.2",
"name": "postcss-normalize-repeat-style",
"escapedName": "postcss-normalize-repeat-style",
"rawSpec": "^6.0.2",
"saveSpec": null,
"fetchSpec": "^6.0.2"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz",
"_shasum": "f8006942fd0617c73f049dd8b6201c3a3040ecf3",
"_spec": "postcss-normalize-repeat-style@^6.0.2",
"_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"
},
"deprecated": false,
"description": "Convert two value syntax for repeat-style into one value.",
"devDependencies": {
"postcss": "^8.4.35"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
},
"files": [
"LICENSE-MIT",
"src",
"types"
],
"homepage": "https://github.com/cssnano/cssnano",
"license": "MIT",
"main": "src/index.js",
"name": "postcss-normalize-repeat-style",
"peerDependencies": {
"postcss": "^8.4.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"types": "types/index.d.ts",
"version": "6.0.2"
}