package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "postcss@^6.0.1",
  3. "_id": "postcss@6.0.22",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Toc9lLoUASwGqxBSJGTVcOQiDqjK+Z2XlWBg+IgYwQMY9vA2f7iMpXVc1GpPcfTSyM5lkxNo0oDwDRO+wm7XHA==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.1",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "postcss@^6.0.1",
  16. "name": "postcss",
  17. "escapedName": "postcss",
  18. "rawSpec": "^6.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^6.0.1"
  21. },
  22. "_requiredBy": [
  23. "/autoprefixer",
  24. "/gulp-autoprefixer"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.22.tgz",
  27. "_shasum": "e23b78314905c3b90cbd61702121e7a78848f2a3",
  28. "_spec": "postcss@^6.0.1",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/gulp-autoprefixer",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "browser": {
  35. "supports-color": false,
  36. "chalk": false,
  37. "fs": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/postcss/postcss/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "chalk": "^2.4.1",
  45. "source-map": "^0.6.1",
  46. "supports-color": "^5.4.0"
  47. },
  48. "deprecated": false,
  49. "description": "Tool for transforming styles with JS plugins",
  50. "engines": {
  51. "node": ">=4.0.0"
  52. },
  53. "homepage": "http://postcss.org/",
  54. "keywords": [
  55. "css",
  56. "postcss",
  57. "rework",
  58. "preprocessor",
  59. "parser",
  60. "source map",
  61. "transform",
  62. "manipulation",
  63. "transpiler"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/postcss",
  67. "name": "postcss",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/postcss/postcss.git"
  71. },
  72. "types": "lib/postcss.d.ts",
  73. "version": "6.0.22"
  74. }