package.json 2.9 KB

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