package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "postcss-load-config",
  3. "version": "2.1.2",
  4. "description": "Autoload Config for PostCSS",
  5. "main": "src/index.js",
  6. "files": [
  7. "src"
  8. ],
  9. "engines": {
  10. "node": ">= 4"
  11. },
  12. "funding": {
  13. "type": "opencollective",
  14. "url": "https://opencollective.com/postcss/"
  15. },
  16. "dependencies": {
  17. "cosmiconfig": "^5.0.0",
  18. "import-cwd": "^2.0.0"
  19. },
  20. "keywords": [
  21. "postcss",
  22. "postcssrc",
  23. "postcss.config.js"
  24. ],
  25. "author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
  26. "contributors": [
  27. "Ryan Dunckel",
  28. "Mateusz Derks",
  29. "Dalton Santos",
  30. "Patrick Gilday"
  31. ],
  32. "repository": "postcss/postcss-load-config.git",
  33. "license": "MIT",
  34. "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
  35. "_from": "postcss-load-config@2.1.2",
  36. "_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"
  37. }