package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "autoprefixer@10.4.15",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "autoprefixer@10.4.15",
  10. "_id": "autoprefixer@10.4.15",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==",
  13. "_location": "/autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "autoprefixer@10.4.15",
  19. "name": "autoprefixer",
  20. "escapedName": "autoprefixer",
  21. "rawSpec": "10.4.15",
  22. "saveSpec": null,
  23. "fetchSpec": "10.4.15"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.15.tgz",
  29. "_spec": "10.4.15",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bin": {
  36. "autoprefixer": "bin/autoprefixer"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/postcss/autoprefixer/issues"
  40. },
  41. "dependencies": {
  42. "browserslist": "^4.21.10",
  43. "caniuse-lite": "^1.0.30001520",
  44. "fraction.js": "^4.2.0",
  45. "normalize-range": "^0.1.2",
  46. "picocolors": "^1.0.0",
  47. "postcss-value-parser": "^4.2.0"
  48. },
  49. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  50. "engines": {
  51. "node": "^10 || ^12 || >=14"
  52. },
  53. "funding": [
  54. {
  55. "type": "opencollective",
  56. "url": "https://opencollective.com/postcss/"
  57. },
  58. {
  59. "type": "tidelift",
  60. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  61. },
  62. {
  63. "type": "github",
  64. "url": "https://github.com/sponsors/ai"
  65. }
  66. ],
  67. "homepage": "https://github.com/postcss/autoprefixer#readme",
  68. "keywords": [
  69. "autoprefixer",
  70. "css",
  71. "prefix",
  72. "postcss",
  73. "postcss-plugin"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/autoprefixer.js",
  77. "name": "autoprefixer",
  78. "peerDependencies": {
  79. "postcss": "^8.1.0"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/postcss/autoprefixer.git"
  84. },
  85. "types": "lib/autoprefixer.d.ts",
  86. "version": "10.4.15"
  87. }