package.json 1.6 KB

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