package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "gulp-autoprefixer@^6.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ti/BUFe+ekhbDJfspZIMiOsOvw51KhI9EncsDfK7NaxjqRm+v4xS9v99kPxEoiDavpWqQWvG8Y6xT1mMlB3aXA==",
  6. "_location": "/gulp-autoprefixer",
  7. "_phantomChildren": {
  8. "readable-stream": "2.3.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "gulp-autoprefixer@^6.0.0",
  14. "name": "gulp-autoprefixer",
  15. "escapedName": "gulp-autoprefixer",
  16. "rawSpec": "^6.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^6.0.0"
  19. },
  20. "_requiredBy": [
  21. "/fomantic-ui"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-6.1.0.tgz",
  24. "_shasum": "5f7f78468fe99a589ce353fa5891b7bee16b8f1e",
  25. "_spec": "gulp-autoprefixer@^6.0.0",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "[email protected]",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "autoprefixer": "^9.5.1",
  38. "fancy-log": "^1.3.2",
  39. "plugin-error": "^1.0.1",
  40. "postcss": "^7.0.2",
  41. "through2": "^3.0.1",
  42. "vinyl-sourcemaps-apply": "^0.2.1"
  43. },
  44. "deprecated": false,
  45. "description": "Prefix CSS",
  46. "devDependencies": {
  47. "ava": "^1.4.1",
  48. "gulp-sourcemaps": "^2.6.0",
  49. "p-event": "^2.3.1",
  50. "vinyl": "^2.1.0",
  51. "xo": "^0.24.0"
  52. },
  53. "engines": {
  54. "node": ">=6"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/gulp-autoprefixer#readme",
  60. "keywords": [
  61. "gulpplugin",
  62. "autoprefixer",
  63. "postcss",
  64. "css",
  65. "prefix",
  66. "prefixes",
  67. "stylesheet",
  68. "preprocess",
  69. "postcss-runner"
  70. ],
  71. "license": "MIT",
  72. "name": "gulp-autoprefixer",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "6.1.0"
  81. }