package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "postcss@7.0.39",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@7.0.39",
  10. "_id": "postcss@7.0.39",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  13. "_location": "/postcss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss@7.0.39",
  19. "name": "postcss",
  20. "escapedName": "postcss",
  21. "rawSpec": "7.0.39",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.39"
  24. },
  25. "_requiredBy": [
  26. "/@intervolga/optimize-cssnano-plugin",
  27. "/@vue/component-compiler-utils",
  28. "/autoprefixer",
  29. "/css-declaration-sorter",
  30. "/cssnano",
  31. "/cssnano-preset-default",
  32. "/cssnano-util-raw-cache",
  33. "/postcss-calc",
  34. "/postcss-colormin",
  35. "/postcss-convert-values",
  36. "/postcss-discard-comments",
  37. "/postcss-discard-duplicates",
  38. "/postcss-discard-empty",
  39. "/postcss-discard-overridden",
  40. "/postcss-loader",
  41. "/postcss-merge-longhand",
  42. "/postcss-merge-rules",
  43. "/postcss-minify-font-values",
  44. "/postcss-minify-gradients",
  45. "/postcss-minify-params",
  46. "/postcss-minify-selectors",
  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-reduce-initial",
  58. "/postcss-reduce-transforms",
  59. "/postcss-svgo",
  60. "/postcss-unique-selectors",
  61. "/stylehacks"
  62. ],
  63. "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
  64. "_spec": "7.0.39",
  65. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  66. "author": {
  67. "name": "Andrey Sitnik",
  68. "email": "andrey@sitnik.ru"
  69. },
  70. "browser": {
  71. "./lib/terminal-highlight": false,
  72. "fs": false
  73. },
  74. "bugs": {
  75. "url": "https://github.com/postcss/postcss/issues"
  76. },
  77. "dependencies": {
  78. "picocolors": "^0.2.1",
  79. "source-map": "^0.6.1"
  80. },
  81. "description": "Tool for transforming styles with JS plugins",
  82. "engines": {
  83. "node": ">=6.0.0"
  84. },
  85. "funding": {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/postcss/"
  88. },
  89. "homepage": "https://postcss.org/",
  90. "keywords": [
  91. "css",
  92. "postcss",
  93. "rework",
  94. "preprocessor",
  95. "parser",
  96. "source map",
  97. "transform",
  98. "manipulation",
  99. "transpiler"
  100. ],
  101. "license": "MIT",
  102. "main": "lib/postcss",
  103. "name": "postcss",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/postcss/postcss.git"
  107. },
  108. "types": "lib/postcss.d.ts",
  109. "version": "7.0.39"
  110. }