package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "postcss-minify-gradients@^5.1.1",
  3. "_id": "postcss-minify-gradients@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  6. "_location": "/postcss-minify-gradients",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-minify-gradients@^5.1.1",
  12. "name": "postcss-minify-gradients",
  13. "escapedName": "postcss-minify-gradients",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  22. "_shasum": "f1fe1b4f498134a5068240c2f25d46fcd236ba2c",
  23. "_spec": "postcss-minify-gradients@^5.1.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "colord": "^2.9.1",
  36. "cssnano-utils": "^3.1.0",
  37. "postcss-value-parser": "^4.2.0"
  38. },
  39. "deprecated": false,
  40. "description": "Minify gradient parameters with PostCSS.",
  41. "devDependencies": {
  42. "postcss": "^8.2.15"
  43. },
  44. "engines": {
  45. "node": "^10 || ^12 || >=14.0"
  46. },
  47. "files": [
  48. "LICENSE-MIT",
  49. "src",
  50. "types"
  51. ],
  52. "homepage": "https://github.com/cssnano/cssnano",
  53. "keywords": [
  54. "css",
  55. "postcss",
  56. "postcss-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "src/index.js",
  60. "name": "postcss-minify-gradients",
  61. "peerDependencies": {
  62. "postcss": "^8.2.15"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/cssnano/cssnano.git"
  67. },
  68. "types": "types/index.d.ts",
  69. "version": "5.1.1"
  70. }