package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "gulp-autoprefixer@latest",
  3. "_id": "gulp-autoprefixer@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gjfCeKaXdScKHK/n1vEBz81YVUQ=",
  6. "_location": "/gulp-autoprefixer",
  7. "_phantomChildren": {
  8. "ansi-gray": "0.1.1",
  9. "color-support": "1.1.3",
  10. "time-stamp": "1.1.0"
  11. },
  12. "_requested": {
  13. "type": "tag",
  14. "registry": true,
  15. "raw": "gulp-autoprefixer@latest",
  16. "name": "gulp-autoprefixer",
  17. "escapedName": "gulp-autoprefixer",
  18. "rawSpec": "latest",
  19. "saveSpec": null,
  20. "fetchSpec": "latest"
  21. },
  22. "_requiredBy": [
  23. "#DEV:/",
  24. "#USER"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-5.0.0.tgz",
  27. "_shasum": "8237c278a69775270a1cafe7d6f101cfcd585544",
  28. "_spec": "gulp-autoprefixer@latest",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "autoprefixer": "^8.0.0",
  41. "fancy-log": "^1.3.2",
  42. "plugin-error": "^1.0.1",
  43. "postcss": "^6.0.1",
  44. "through2": "^2.0.0",
  45. "vinyl-sourcemaps-apply": "^0.2.0"
  46. },
  47. "deprecated": false,
  48. "description": "Prefix CSS",
  49. "devDependencies": {
  50. "ava": "*",
  51. "gulp-sourcemaps": "^2.6.0",
  52. "p-event": "^1.1.0",
  53. "vinyl": "^2.1.0",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=4.5"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/gulp-autoprefixer#readme",
  63. "keywords": [
  64. "gulpplugin",
  65. "autoprefixer",
  66. "postcss",
  67. "css",
  68. "prefix",
  69. "prefixes",
  70. "stylesheet",
  71. "preprocess",
  72. "postcss-runner"
  73. ],
  74. "license": "MIT",
  75. "name": "gulp-autoprefixer",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "5.0.0"
  84. }