Files
botgroup.chat/node_modules/postcss-load-config/package.json
2025-02-12 17:18:18 +08:00

100 lines
2.3 KiB
JSON

{
"_from": "postcss-load-config@^4.0.2",
"_id": "postcss-load-config@4.0.2",
"_inBundle": false,
"_integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
"_location": "/postcss-load-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-load-config@^4.0.2",
"name": "postcss-load-config",
"escapedName": "postcss-load-config",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
"_shasum": "7159dcf626118d33e299f485d6afe4aff7c4a3e3",
"_spec": "postcss-load-config@^4.0.2",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/tailwindcss",
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"bugs": {
"url": "https://github.com/postcss/postcss-load-config/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ryan Dunckel"
},
{
"name": "Mateusz Derks"
},
{
"name": "Dalton Santos"
},
{
"name": "Patrick Gilday"
},
{
"name": "François Wouts"
}
],
"dependencies": {
"lilconfig": "^3.0.0",
"yaml": "^2.3.4"
},
"deprecated": false,
"description": "Autoload Config for PostCSS",
"engines": {
"node": ">= 14"
},
"files": [
"src"
],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"homepage": "https://github.com/postcss/postcss-load-config#readme",
"keywords": [
"postcss",
"postcssrc",
"postcss.config.js"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-load-config",
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
},
"postcss": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-load-config.git"
},
"types": "src/index.d.ts",
"version": "4.0.2"
}