package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "autoprefixer@9.8.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "autoprefixer@9.8.0",
  10. "_id": "autoprefixer@9.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A==",
  13. "_location": "/autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "autoprefixer@9.8.0",
  19. "name": "autoprefixer",
  20. "escapedName": "autoprefixer",
  21. "rawSpec": "9.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.8.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.0.tgz",
  29. "_spec": "9.8.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bin": {
  36. "autoprefixer": "./bin/autoprefixer"
  37. },
  38. "browser": {
  39. "chalk": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/postcss/autoprefixer/issues"
  43. },
  44. "dependencies": {
  45. "browserslist": "^4.12.0",
  46. "caniuse-lite": "^1.0.30001061",
  47. "chalk": "^2.4.2",
  48. "normalize-range": "^0.1.2",
  49. "num2fraction": "^1.2.2",
  50. "postcss": "^7.0.30",
  51. "postcss-value-parser": "^4.1.0"
  52. },
  53. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  54. "engines": {
  55. "node": ">=6.0.0"
  56. },
  57. "eslintIgnore": [
  58. "build/"
  59. ],
  60. "funding": {
  61. "type": "tidelift",
  62. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  63. },
  64. "homepage": "https://github.com/postcss/autoprefixer#readme",
  65. "keywords": [
  66. "autoprefixer",
  67. "css",
  68. "prefix",
  69. "postcss",
  70. "postcss-plugin"
  71. ],
  72. "license": "MIT",
  73. "main": "lib/autoprefixer",
  74. "name": "autoprefixer",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/postcss/autoprefixer.git"
  78. },
  79. "version": "9.8.0"
  80. }