package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "autoprefixer@6.5.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "autoprefixer@6.5.3",
  10. "_id": "autoprefixer@6.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LYU69m0ERJ/PUNswZieatUw+SwE=",
  13. "_location": "/autoprefixer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "autoprefixer@6.5.3",
  19. "name": "autoprefixer",
  20. "escapedName": "autoprefixer",
  21. "rawSpec": "6.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.3"
  24. },
  25. "_requiredBy": [
  26. "/gulp-autoprefixer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
  29. "_spec": "6.5.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/postcss/autoprefixer/issues"
  37. },
  38. "dependencies": {
  39. "browserslist": "~1.4.0",
  40. "caniuse-db": "^1.0.30000578",
  41. "normalize-range": "^0.1.2",
  42. "num2fraction": "^1.2.2",
  43. "postcss": "^5.2.5",
  44. "postcss-value-parser": "^3.2.3"
  45. },
  46. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  47. "devDependencies": {
  48. "browserify": "13.1.1",
  49. "coffee-script": "1.11.1",
  50. "eslint-config-postcss": "2.0.2",
  51. "fs-extra": "1.0.0",
  52. "gulp": "3.9.1",
  53. "gulp-coffee": "2.3.2",
  54. "gulp-eslint": "3.0.1",
  55. "gulp-json-editor": "2.2.1",
  56. "gulp-mocha": "3.0.1",
  57. "gulp-replace": "0.5.4",
  58. "mocha": "3.1.2",
  59. "should": "11.1.1",
  60. "vinyl-source-stream": "1.1.0"
  61. },
  62. "eslintConfig": {
  63. "extends": "eslint-config-postcss/es5"
  64. },
  65. "homepage": "https://github.com/postcss/autoprefixer#readme",
  66. "keywords": [
  67. "autoprefixer",
  68. "css",
  69. "prefix",
  70. "postcss",
  71. "postcss-plugin"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/autoprefixer",
  75. "name": "autoprefixer",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/postcss/autoprefixer.git"
  79. },
  80. "scripts": {
  81. "test": "gulp"
  82. },
  83. "version": "6.5.3"
  84. }