| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "postcss-load-config",
- "version": "2.1.2",
- "description": "Autoload Config for PostCSS",
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "engines": {
- "node": ">= 4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- "dependencies": {
- "cosmiconfig": "^5.0.0",
- "import-cwd": "^2.0.0"
- },
- "keywords": [
- "postcss",
- "postcssrc",
- "postcss.config.js"
- ],
- "author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
- "contributors": [
- "Ryan Dunckel",
- "Mateusz Derks",
- "Dalton Santos",
- "Patrick Gilday"
- ],
- "repository": "postcss/postcss-load-config.git",
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
- "_from": "postcss-load-config@2.1.2",
- "_resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-load-config%2Fdownload%2Fpostcss-load-config-2.1.2.tgz"
- }
|