rDrama/node_modules/postcss-load-config/package.json

92 lines
2.0 KiB
JSON

{
"_args": [
[
"postcss-load-config@3.1.0",
"/d"
]
],
"_from": "postcss-load-config@3.1.0",
"_id": "postcss-load-config@3.1.0",
"_inBundle": false,
"_integrity": "sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==",
"_location": "/postcss-load-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-load-config@3.1.0",
"name": "postcss-load-config",
"escapedName": "postcss-load-config",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/postcss-cli",
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/d",
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"bugs": {
"url": "https://github.com/postcss/postcss-load-config/issues"
},
"contributors": [
{
"name": "Ryan Dunckel"
},
{
"name": "Mateusz Derks"
},
{
"name": "Dalton Santos"
},
{
"name": "Patrick Gilday"
}
],
"dependencies": {
"import-cwd": "^3.0.0",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
"description": "Autoload Config for PostCSS",
"engines": {
"node": ">= 10"
},
"files": [
"src"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"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": {
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-load-config.git"
},
"types": "src/index.d.ts",
"version": "3.1.0"
}