package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "autoprefixer@9.8.6",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "autoprefixer@9.8.6",
  10. "_id": "autoprefixer@9.8.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
  13. "_location": "/autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "autoprefixer@9.8.6",
  19. "name": "autoprefixer",
  20. "escapedName": "autoprefixer",
  21. "rawSpec": "9.8.6",
  22. "saveSpec": null,
  23. "fetchSpec": "9.8.6"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/stylelint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
  30. "_spec": "9.8.6",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "author": {
  33. "name": "Andrey Sitnik",
  34. "email": "andrey@sitnik.ru"
  35. },
  36. "bin": {
  37. "autoprefixer": "bin/autoprefixer"
  38. },
  39. "browser": {
  40. "colorette": false,
  41. "chalk": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/postcss/autoprefixer/issues"
  45. },
  46. "dependencies": {
  47. "browserslist": "^4.12.0",
  48. "caniuse-lite": "^1.0.30001109",
  49. "colorette": "^1.2.1",
  50. "normalize-range": "^0.1.2",
  51. "num2fraction": "^1.2.2",
  52. "postcss": "^7.0.32",
  53. "postcss-value-parser": "^4.1.0"
  54. },
  55. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  56. "eslintIgnore": [
  57. "build/"
  58. ],
  59. "funding": {
  60. "type": "tidelift",
  61. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  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",
  73. "name": "autoprefixer",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/postcss/autoprefixer.git"
  77. },
  78. "version": "9.8.6"
  79. }