package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "postcss@6.0.22",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss@6.0.22",
  9. "_id": "postcss@6.0.22",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Toc9lLoUASwGqxBSJGTVcOQiDqjK+Z2XlWBg+IgYwQMY9vA2f7iMpXVc1GpPcfTSyM5lkxNo0oDwDRO+wm7XHA==",
  12. "_location": "/postcss",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss@6.0.22",
  18. "name": "postcss",
  19. "escapedName": "postcss",
  20. "rawSpec": "6.0.22",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.22"
  23. },
  24. "_requiredBy": [
  25. "/autoprefixer",
  26. "/icss-utils",
  27. "/postcss-import",
  28. "/postcss-loader",
  29. "/postcss-modules-extract-imports",
  30. "/postcss-modules-local-by-default",
  31. "/postcss-modules-scope",
  32. "/postcss-modules-values",
  33. "/postcss-url",
  34. "/vue-loader"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.22.tgz",
  37. "_spec": "6.0.22",
  38. "_where": "D:\\projects\\dealer_front",
  39. "author": {
  40. "name": "Andrey Sitnik",
  41. "email": "andrey@sitnik.ru"
  42. },
  43. "browser": {
  44. "supports-color": false,
  45. "chalk": false,
  46. "fs": false
  47. },
  48. "bugs": {
  49. "url": "https://github.com/postcss/postcss/issues"
  50. },
  51. "dependencies": {
  52. "chalk": "^2.4.1",
  53. "source-map": "^0.6.1",
  54. "supports-color": "^5.4.0"
  55. },
  56. "description": "Tool for transforming styles with JS plugins",
  57. "engines": {
  58. "node": ">=4.0.0"
  59. },
  60. "homepage": "http://postcss.org/",
  61. "keywords": [
  62. "css",
  63. "postcss",
  64. "rework",
  65. "preprocessor",
  66. "parser",
  67. "source map",
  68. "transform",
  69. "manipulation",
  70. "transpiler"
  71. ],
  72. "license": "MIT",
  73. "main": "lib/postcss",
  74. "name": "postcss",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/postcss/postcss.git"
  78. },
  79. "types": "lib/postcss.d.ts",
  80. "version": "6.0.22"
  81. }