package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "postcss@^7.0.27",
  3. "_id": "postcss@7.0.39",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^7.0.27",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^7.0.27",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.27"
  17. },
  18. "_requiredBy": [
  19. "/@intervolga/optimize-cssnano-plugin",
  20. "/@vue/cli-service/autoprefixer",
  21. "/@vue/component-compiler-utils",
  22. "/autoprefixer",
  23. "/css-declaration-sorter",
  24. "/css-loader",
  25. "/cssnano",
  26. "/cssnano-preset-default",
  27. "/cssnano-util-raw-cache",
  28. "/icss-utils",
  29. "/postcss-calc",
  30. "/postcss-colormin",
  31. "/postcss-convert-values",
  32. "/postcss-discard-comments",
  33. "/postcss-discard-duplicates",
  34. "/postcss-discard-empty",
  35. "/postcss-discard-overridden",
  36. "/postcss-loader",
  37. "/postcss-merge-longhand",
  38. "/postcss-merge-rules",
  39. "/postcss-minify-font-values",
  40. "/postcss-minify-gradients",
  41. "/postcss-minify-params",
  42. "/postcss-minify-selectors",
  43. "/postcss-modules-extract-imports",
  44. "/postcss-modules-local-by-default",
  45. "/postcss-modules-scope",
  46. "/postcss-modules-values",
  47. "/postcss-normalize-charset",
  48. "/postcss-normalize-display-values",
  49. "/postcss-normalize-positions",
  50. "/postcss-normalize-repeat-style",
  51. "/postcss-normalize-string",
  52. "/postcss-normalize-timing-functions",
  53. "/postcss-normalize-unicode",
  54. "/postcss-normalize-url",
  55. "/postcss-normalize-whitespace",
  56. "/postcss-ordered-values",
  57. "/postcss-pxtorem",
  58. "/postcss-reduce-initial",
  59. "/postcss-reduce-transforms",
  60. "/postcss-svgo",
  61. "/postcss-unique-selectors",
  62. "/stylehacks"
  63. ],
  64. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  65. "_shasum": "9624375d965630e2e1f2c02a935c82a59cb48309",
  66. "_spec": "postcss@^7.0.27",
  67. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\postcss-pxtorem",
  68. "author": {
  69. "name": "Andrey Sitnik",
  70. "email": "andrey@sitnik.ru"
  71. },
  72. "browser": {
  73. "./lib/terminal-highlight": false,
  74. "fs": false
  75. },
  76. "bugs": {
  77. "url": "https://github.com/postcss/postcss/issues"
  78. },
  79. "bundleDependencies": false,
  80. "dependencies": {
  81. "picocolors": "^0.2.1",
  82. "source-map": "^0.6.1"
  83. },
  84. "deprecated": false,
  85. "description": "Tool for transforming styles with JS plugins",
  86. "engines": {
  87. "node": ">=6.0.0"
  88. },
  89. "funding": {
  90. "type": "opencollective",
  91. "url": "https://opencollective.com/postcss/"
  92. },
  93. "homepage": "https://postcss.org/",
  94. "keywords": [
  95. "css",
  96. "postcss",
  97. "rework",
  98. "preprocessor",
  99. "parser",
  100. "source map",
  101. "transform",
  102. "manipulation",
  103. "transpiler"
  104. ],
  105. "license": "MIT",
  106. "main": "lib/postcss",
  107. "name": "postcss",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/postcss/postcss.git"
  111. },
  112. "types": "lib/postcss.d.ts",
  113. "version": "7.0.39"
  114. }