Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "postcss-load-config@^2.0.0",
  3. "_id": "postcss-load-config@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==",
  6. "_location": "/postcss-load-config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-load-config@^2.0.0",
  12. "name": "postcss-load-config",
  13. "escapedName": "postcss-load-config",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz",
  22. "_shasum": "c84d692b7bb7b41ddced94ee62e8ab31b417b003",
  23. "_spec": "postcss-load-config@^2.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/postcss-loader",
  25. "author": {
  26. "name": "Michael Ciniawky",
  27. "email": "michael.ciniawsky@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Ryan Dunckel"
  36. },
  37. {
  38. "name": "Mateusz Derks"
  39. },
  40. {
  41. "name": "Dalton Santos"
  42. },
  43. {
  44. "name": "Patrick Gilday"
  45. }
  46. ],
  47. "dependencies": {
  48. "cosmiconfig": "^5.0.0",
  49. "import-cwd": "^2.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Autoload Config for PostCSS",
  53. "devDependencies": {
  54. "cssnano": "^4.0.0",
  55. "jest": "^24.0.0",
  56. "jsdoc-to-markdown": "^5.0.0",
  57. "postcss": "^7.0.0",
  58. "postcss-import": "^12.0.0",
  59. "postcss-nested": "^4.0.0",
  60. "standard": "^12.0.0",
  61. "standard-version": "6.0.0",
  62. "sugarss": "^2.0.0"
  63. },
  64. "engines": {
  65. "node": ">= 4"
  66. },
  67. "files": [
  68. "src"
  69. ],
  70. "homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
  71. "keywords": [
  72. "postcss",
  73. "postcssrc",
  74. "postcss.config.js"
  75. ],
  76. "license": "MIT",
  77. "main": "src/index.js",
  78. "name": "postcss-load-config",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
  82. },
  83. "scripts": {
  84. "clean": "npx rimraf ./coverage",
  85. "docs": "jsdoc2md src/*.js > DOCS.md",
  86. "lint": "standard --env jest",
  87. "release": "standard-version",
  88. "test": "jest --verbose --coverage"
  89. },
  90. "version": "2.1.0"
  91. }