package.json 2.7 KB

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