package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "postcss-discard-comments@^5.1.2",
  3. "_id": "postcss-discard-comments@5.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  6. "_location": "/postcss-discard-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-discard-comments@^5.1.2",
  12. "name": "postcss-discard-comments",
  13. "escapedName": "postcss-discard-comments",
  14. "rawSpec": "^5.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.2"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  22. "_shasum": "8df5e81d2925af2780075840c1526f0660e53696",
  23. "_spec": "postcss-discard-comments@^5.1.2",
  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 comments in your CSS files 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. "css",
  50. "comments",
  51. "postcss",
  52. "postcss-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "src/index.js",
  56. "name": "postcss-discard-comments",
  57. "peerDependencies": {
  58. "postcss": "^8.2.15"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/cssnano/cssnano.git"
  63. },
  64. "types": "types/index.d.ts",
  65. "version": "5.1.2"
  66. }