Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "postcss@^7.0.21",
  3. "_id": "postcss@7.0.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {
  8. "has-flag": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "postcss@^7.0.21",
  14. "name": "postcss",
  15. "escapedName": "postcss",
  16. "rawSpec": "^7.0.21",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.0.21"
  19. },
  20. "_requiredBy": [
  21. "/@vue/component-compiler-utils",
  22. "/autoprefixer",
  23. "/css-declaration-sorter",
  24. "/cssnano",
  25. "/cssnano-preset-default",
  26. "/cssnano-util-raw-cache",
  27. "/postcss-calc",
  28. "/postcss-colormin",
  29. "/postcss-convert-values",
  30. "/postcss-discard-comments",
  31. "/postcss-discard-duplicates",
  32. "/postcss-discard-empty",
  33. "/postcss-discard-overridden",
  34. "/postcss-loader",
  35. "/postcss-merge-longhand",
  36. "/postcss-merge-rules",
  37. "/postcss-minify-font-values",
  38. "/postcss-minify-gradients",
  39. "/postcss-minify-params",
  40. "/postcss-minify-selectors",
  41. "/postcss-normalize-charset",
  42. "/postcss-normalize-display-values",
  43. "/postcss-normalize-positions",
  44. "/postcss-normalize-repeat-style",
  45. "/postcss-normalize-string",
  46. "/postcss-normalize-timing-functions",
  47. "/postcss-normalize-unicode",
  48. "/postcss-normalize-url",
  49. "/postcss-normalize-whitespace",
  50. "/postcss-ordered-values",
  51. "/postcss-reduce-initial",
  52. "/postcss-reduce-transforms",
  53. "/postcss-svgo",
  54. "/postcss-unique-selectors",
  55. "/stylehacks"
  56. ],
  57. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz",
  58. "_shasum": "06bb07824c19c2021c5d056d5b10c35b989f7e17",
  59. "_spec": "postcss@^7.0.21",
  60. "_where": "/var/www/html/mdch.sipadu/node_modules/autoprefixer",
  61. "author": {
  62. "name": "Andrey Sitnik",
  63. "email": "andrey@sitnik.ru"
  64. },
  65. "browser": {
  66. "./lib/terminal-highlight": false,
  67. "supports-color": false,
  68. "chalk": false,
  69. "fs": false
  70. },
  71. "browserslist": [
  72. "last 2 version",
  73. "not dead",
  74. "not Explorer 11",
  75. "not ExplorerMobile 11",
  76. "node 6"
  77. ],
  78. "bugs": {
  79. "url": "https://github.com/postcss/postcss/issues"
  80. },
  81. "bundleDependencies": false,
  82. "dependencies": {
  83. "chalk": "^2.4.2",
  84. "source-map": "^0.6.1",
  85. "supports-color": "^6.1.0"
  86. },
  87. "deprecated": false,
  88. "description": "Tool for transforming styles with JS plugins",
  89. "engines": {
  90. "node": ">=6.0.0"
  91. },
  92. "homepage": "https://postcss.org/",
  93. "husky": {
  94. "hooks": {
  95. "pre-commit": "lint-staged"
  96. }
  97. },
  98. "keywords": [
  99. "css",
  100. "postcss",
  101. "rework",
  102. "preprocessor",
  103. "parser",
  104. "source map",
  105. "transform",
  106. "manipulation",
  107. "transpiler"
  108. ],
  109. "license": "MIT",
  110. "main": "lib/postcss",
  111. "name": "postcss",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/postcss/postcss.git"
  115. },
  116. "types": "lib/postcss.d.ts",
  117. "version": "7.0.21"
  118. }