package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "gulp-autoprefixer@3.1.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-autoprefixer@3.1.1",
  10. "_id": "gulp-autoprefixer@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dSMAUc0NFxND14O36bXREg7u+bA=",
  13. "_location": "/gulp-autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gulp-autoprefixer@3.1.1",
  19. "name": "gulp-autoprefixer",
  20. "escapedName": "gulp-autoprefixer",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
  38. },
  39. "dependencies": {
  40. "autoprefixer": "^6.0.0",
  41. "gulp-util": "^3.0.0",
  42. "postcss": "^5.0.4",
  43. "through2": "^2.0.0",
  44. "vinyl-sourcemaps-apply": "^0.2.0"
  45. },
  46. "description": "Prefix CSS",
  47. "devDependencies": {
  48. "gulp-sourcemaps": "^1.1.1",
  49. "mocha": "*",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.12.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/gulp-autoprefixer#readme",
  59. "keywords": [
  60. "gulpplugin",
  61. "autoprefixer",
  62. "postcss",
  63. "css",
  64. "prefix",
  65. "prefixes",
  66. "stylesheet",
  67. "preprocess",
  68. "postcss-runner"
  69. ],
  70. "license": "MIT",
  71. "name": "gulp-autoprefixer",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git"
  75. },
  76. "scripts": {
  77. "test": "xo && mocha"
  78. },
  79. "version": "3.1.1"
  80. }