package.json 2.2 KB

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