package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-charset@5.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-normalize-charset@5.1.0",
  10. "_id": "postcss-normalize-charset@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  13. "_location": "/postcss-normalize-charset",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-normalize-charset@5.1.0",
  19. "name": "postcss-normalize-charset",
  20. "escapedName": "postcss-normalize-charset",
  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-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Bogdan Chadkin",
  33. "email": "trysound@yandex.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cssnano/cssnano/issues"
  37. },
  38. "description": "Add necessary or remove extra charset with PostCSS",
  39. "devDependencies": {
  40. "postcss": "^8.2.15"
  41. },
  42. "engines": {
  43. "node": "^10 || ^12 || >=14.0"
  44. },
  45. "files": [
  46. "src",
  47. "LICENSE",
  48. "types"
  49. ],
  50. "homepage": "https://github.com/cssnano/cssnano",
  51. "keywords": [
  52. "postcss",
  53. "css",
  54. "postcss-plugin",
  55. "charset"
  56. ],
  57. "license": "MIT",
  58. "main": "src/index.js",
  59. "name": "postcss-normalize-charset",
  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.0"
  69. }