Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "autoprefixer@^9.4.2",
  3. "_id": "autoprefixer@9.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==",
  6. "_location": "/autoprefixer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "autoprefixer@^9.4.2",
  12. "name": "autoprefixer",
  13. "escapedName": "autoprefixer",
  14. "rawSpec": "^9.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.4.2"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.1.tgz",
  22. "_shasum": "9ffc44c55f5ca89253d9bb7186cefb01ef57747f",
  23. "_spec": "autoprefixer@^9.4.2",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "bin": {
  30. "autoprefixer": "./bin/autoprefixer"
  31. },
  32. "browser": {
  33. "chalk": false
  34. },
  35. "bugs": {
  36. "url": "https://github.com/postcss/autoprefixer/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "browserslist": "^4.7.2",
  41. "caniuse-lite": "^1.0.30001006",
  42. "chalk": "^2.4.2",
  43. "normalize-range": "^0.1.2",
  44. "num2fraction": "^1.2.2",
  45. "postcss": "^7.0.21",
  46. "postcss-value-parser": "^4.0.2"
  47. },
  48. "deprecated": false,
  49. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "eslintIgnore": [
  54. "build/"
  55. ],
  56. "homepage": "https://github.com/postcss/autoprefixer#readme",
  57. "keywords": [
  58. "autoprefixer",
  59. "css",
  60. "prefix",
  61. "postcss",
  62. "postcss-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/autoprefixer",
  66. "name": "autoprefixer",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/postcss/autoprefixer.git"
  70. },
  71. "version": "9.7.1"
  72. }