package.json 2.7 KB

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