FIN INIT
This commit is contained in:
54
node_modules/postcss-load-config/package.json
generated
vendored
Normal file
54
node_modules/postcss-load-config/package.json
generated
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "postcss-load-config",
|
||||
"version": "4.0.2",
|
||||
"description": "Autoload Config for PostCSS",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"lilconfig": "^3.0.0",
|
||||
"yaml": "^2.3.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": ">=8.0.9",
|
||||
"ts-node": ">=9.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"ts-node": {
|
||||
"optional": true
|
||||
},
|
||||
"postcss": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"postcssrc",
|
||||
"postcss.config.js"
|
||||
],
|
||||
"author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
|
||||
"contributors": [
|
||||
"Ryan Dunckel",
|
||||
"Mateusz Derks",
|
||||
"Dalton Santos",
|
||||
"Patrick Gilday",
|
||||
"François Wouts"
|
||||
],
|
||||
"repository": "postcss/postcss-load-config",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user