package.json 2.0 KB

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