package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "autoprefixer@^10.2.4",
  3. "_id": "autoprefixer@10.4.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  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.27.tgz",
  22. "_shasum": "51ea301a5c3c5f8642f8e564759c4f573be486f2",
  23. "_spec": "autoprefixer@^10.2.4",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\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.28.1",
  38. "caniuse-lite": "^1.0.30001774",
  39. "fraction.js": "^5.3.4",
  40. "picocolors": "^1.1.1",
  41. "postcss-value-parser": "^4.2.0"
  42. },
  43. "deprecated": false,
  44. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  45. "engines": {
  46. "node": "^10 || ^12 || >=14"
  47. },
  48. "funding": [
  49. {
  50. "type": "opencollective",
  51. "url": "https://opencollective.com/postcss/"
  52. },
  53. {
  54. "type": "tidelift",
  55. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  56. },
  57. {
  58. "type": "github",
  59. "url": "https://github.com/sponsors/ai"
  60. }
  61. ],
  62. "homepage": "https://github.com/postcss/autoprefixer#readme",
  63. "keywords": [
  64. "autoprefixer",
  65. "css",
  66. "prefix",
  67. "postcss",
  68. "postcss-plugin"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/autoprefixer.js",
  72. "name": "autoprefixer",
  73. "peerDependencies": {
  74. "postcss": "^8.1.0"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/postcss/autoprefixer.git"
  79. },
  80. "types": "lib/autoprefixer.d.ts",
  81. "version": "10.4.27"
  82. }