You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.8 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "postcss-discard-duplicates@5.1.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-discard-duplicates@5.1.0",
  10. "_id": "postcss-discard-duplicates@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  13. "_location": "/postcss-discard-duplicates",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-discard-duplicates@5.1.0",
  19. "name": "postcss-discard-duplicates",
  20. "escapedName": "postcss-discard-duplicates",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Ben Briggs",
  33. "email": "beneb.info@gmail.com",
  34. "url": "http://beneb.info"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "description": "Discard duplicate rules in your CSS files with PostCSS.",
  40. "devDependencies": {
  41. "postcss": "^8.2.15"
  42. },
  43. "engines": {
  44. "node": "^10 || ^12 || >=14.0"
  45. },
  46. "files": [
  47. "src",
  48. "LICENSE-MIT",
  49. "types"
  50. ],
  51. "homepage": "https://github.com/cssnano/cssnano",
  52. "keywords": [
  53. "css",
  54. "dedupe",
  55. "optimise",
  56. "postcss",
  57. "postcss-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "src/index.js",
  61. "name": "postcss-discard-duplicates",
  62. "peerDependencies": {
  63. "postcss": "^8.2.15"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/cssnano/cssnano.git"
  68. },
  69. "types": "types/index.d.ts",
  70. "version": "5.1.0"
  71. }