Initial commit
This commit is contained in:
+93
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "postcss-load-config@^3.1.4",
|
||||
"_id": "postcss-load-config@3.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
|
||||
"_location": "/postcss-load-config",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss-load-config@^3.1.4",
|
||||
"name": "postcss-load-config",
|
||||
"escapedName": "postcss-load-config",
|
||||
"rawSpec": "^3.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
|
||||
"_shasum": "1ab2571faf84bb078877e1d07905eabe9ebda855",
|
||||
"_spec": "postcss-load-config@^3.1.4",
|
||||
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater/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": "^2.0.5",
|
||||
"yaml": "^1.10.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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": {
|
||||
"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": "3.1.4"
|
||||
}
|
||||
Reference in New Issue
Block a user