package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "postcss-discard-comments@5.1.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-discard-comments@5.1.2",
  10. "_id": "postcss-discard-comments@5.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  13. "_location": "/postcss-discard-comments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-discard-comments@5.1.2",
  19. "name": "postcss-discard-comments",
  20. "escapedName": "postcss-discard-comments",
  21. "rawSpec": "5.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.2"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  29. "_spec": "5.1.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  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 comments 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. "comments",
  55. "postcss",
  56. "postcss-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "src/index.js",
  60. "name": "postcss-discard-comments",
  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.2"
  70. }