64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"_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"
|
|
}
|