package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "postcss-discard-empty@^5.1.1",
  3. "_id": "postcss-discard-empty@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  6. "_location": "/postcss-discard-empty",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-discard-empty@^5.1.1",
  12. "name": "postcss-discard-empty",
  13. "escapedName": "postcss-discard-empty",
  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-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  22. "_shasum": "e57762343ff7f503fe53fca553d18d7f0c369c6c",
  23. "_spec": "postcss-discard-empty@^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. "deprecated": false,
  35. "description": "Discard empty rules and values with PostCSS.",
  36. "devDependencies": {
  37. "postcss": "^8.2.15"
  38. },
  39. "engines": {
  40. "node": "^10 || ^12 || >=14.0"
  41. },
  42. "files": [
  43. "src",
  44. "LICENSE-MIT",
  45. "types"
  46. ],
  47. "homepage": "https://github.com/cssnano/cssnano",
  48. "keywords": [
  49. "compress",
  50. "css",
  51. "empty",
  52. "minify",
  53. "optimisation",
  54. "postcss",
  55. "postcss-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "src/index.js",
  59. "name": "postcss-discard-empty",
  60. "peerDependencies": {
  61. "postcss": "^8.2.15"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/cssnano/cssnano.git"
  66. },
  67. "types": "types/index.d.ts",
  68. "version": "5.1.1"
  69. }