package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "postcss-load-plugins@2.3.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-load-plugins@2.3.0",
  10. "_id": "postcss-load-plugins@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=",
  13. "_location": "/postcss-load-plugins",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-load-plugins@2.3.0",
  19. "name": "postcss-load-plugins",
  20. "escapedName": "postcss-load-plugins",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-load-config"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-load-plugins/-/postcss-load-plugins-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Michael Ciniawky",
  33. "email": "michael.ciniawsky@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/michael-ciniawsky/postcss-load-plugins/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mateusz Derks",
  41. "url": "http://ertrzyiks.me"
  42. },
  43. {
  44. "name": "Diogo Franco",
  45. "email": "diogomfranco@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "cosmiconfig": "^2.1.1",
  50. "object-assign": "^4.1.0"
  51. },
  52. "description": "Autoload Plugins for PostCSS",
  53. "devDependencies": {
  54. "ava": "^0.18.1",
  55. "coveralls": "^2.11.16",
  56. "cssnano": "^3.10.0",
  57. "jsdoc-to-markdown": "^3.0.0",
  58. "nyc": "^10.1.0",
  59. "postcss": "^5.2.12",
  60. "postcss-cssnext": "^2.8.0",
  61. "postcss-import": "^9.1.0",
  62. "postcss-nested": "^1.0.0",
  63. "postcss-sprites": "^4.2.0",
  64. "standard": "^8.6.0",
  65. "standard-changelog": "0.0.1",
  66. "sugarss": "^0.2.0"
  67. },
  68. "engines": {
  69. "node": ">=0.12"
  70. },
  71. "files": [
  72. "lib",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/michael-ciniawsky/postcss-load-plugins#readme",
  76. "keywords": [
  77. "postcss",
  78. "postcss-plugin"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "postcss-load-plugins",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/michael-ciniawsky/postcss-load-plugins.git"
  86. },
  87. "scripts": {
  88. "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
  89. "docs": "jsdoc2md index.js lib/plugins.js > INDEX.md",
  90. "lint": "standard",
  91. "logs": "standard-changelog -i CHANGELOG.md -w",
  92. "start": "sudo npm run clean && npm run lint && sudo npm test",
  93. "test": "nyc ava -v test/err/index.js test/rc/index.js test/pkg/index.js test/js/**/index.js"
  94. },
  95. "version": "2.3.0"
  96. }