package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "postcss-load-config@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-load-config@2.0.0",
  10. "_id": "postcss-load-config@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8TEt2/WRLNdHF3CDxe96GdYu5IQ=",
  13. "_location": "/postcss-load-config",
  14. "_phantomChildren": {
  15. "error-ex": "1.3.2",
  16. "is-directory": "0.3.1",
  17. "js-yaml": "3.13.1",
  18. "json-parse-better-errors": "1.0.2",
  19. "require-from-string": "2.0.2"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "postcss-load-config@2.0.0",
  25. "name": "postcss-load-config",
  26. "escapedName": "postcss-load-config",
  27. "rawSpec": "2.0.0",
  28. "saveSpec": null,
  29. "fetchSpec": "2.0.0"
  30. },
  31. "_requiredBy": [
  32. "/postcss-loader"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.0.0.tgz",
  35. "_spec": "2.0.0",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": {
  38. "name": "Michael Ciniawky",
  39. "email": "michael.ciniawsky@gmail.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Ryan Dunckel"
  47. },
  48. {
  49. "name": "Mateusz Derks"
  50. },
  51. {
  52. "name": "Dalton Santos"
  53. },
  54. {
  55. "name": "Patrick Gilday"
  56. }
  57. ],
  58. "dependencies": {
  59. "cosmiconfig": "^4.0.0",
  60. "import-cwd": "^2.0.0"
  61. },
  62. "description": "Autoload Config for PostCSS",
  63. "devDependencies": {
  64. "cssnano": "^4.0.0",
  65. "del-cli": "^1.0.0",
  66. "jest": "^22.0.0",
  67. "jsdoc-to-markdown": "^4.0.0",
  68. "postcss": "^6.0.0",
  69. "postcss-import": "^11.0.0",
  70. "postcss-nested": "^3.0.0",
  71. "standard": "^11.0.0",
  72. "standard-version": "4.0.0",
  73. "sugarss": "^1.0.0"
  74. },
  75. "engines": {
  76. "node": ">= 4"
  77. },
  78. "files": [
  79. "src"
  80. ],
  81. "homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
  82. "keywords": [
  83. "postcss",
  84. "postcssrc",
  85. "postcss.config.js"
  86. ],
  87. "license": "MIT",
  88. "main": "src/index.js",
  89. "name": "postcss-load-config",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
  93. },
  94. "scripts": {
  95. "clean": "del-cli coverage",
  96. "docs": "jsdoc2md src/*.js > DOCS.md",
  97. "lint": "standard --env jest",
  98. "release": "standard-version",
  99. "test": "jest --verbose --coverage"
  100. },
  101. "version": "2.0.0"
  102. }