package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "postcss@^7.0.2",
  3. "_id": "postcss@7.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HThWSJEPkupqew2fnuQMEI2YcTj/8gMV3n80cMdJsKxfIh5tHf7nM5JigNX6LxVMqo6zkgQNAI88hyFvBk41Pg==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.2",
  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@^7.0.2",
  16. "name": "postcss",
  17. "escapedName": "postcss",
  18. "rawSpec": "^7.0.2",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.0.2"
  21. },
  22. "_requiredBy": [
  23. "/autoprefixer",
  24. "/gulp-autoprefixer"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.7.tgz",
  27. "_shasum": "2754d073f77acb4ef08f1235c36c5721a7201614",
  28. "_spec": "postcss@^7.0.2",
  29. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/gulp-autoprefixer",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "browser": {
  35. "./lib/terminal-highlight": false,
  36. "supports-color": false,
  37. "chalk": false,
  38. "fs": false
  39. },
  40. "browserslist": [
  41. "last 2 version",
  42. "not dead",
  43. "not Explorer 11",
  44. "not ExplorerMobile 11",
  45. "node 6"
  46. ],
  47. "bugs": {
  48. "url": "https://github.com/postcss/postcss/issues"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "chalk": "^2.4.1",
  53. "source-map": "^0.6.1",
  54. "supports-color": "^5.5.0"
  55. },
  56. "deprecated": false,
  57. "description": "Tool for transforming styles with JS plugins",
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "homepage": "https://postcss.org/",
  62. "husky": {
  63. "hooks": {
  64. "pre-commit": "lint-staged"
  65. }
  66. },
  67. "keywords": [
  68. "css",
  69. "postcss",
  70. "rework",
  71. "preprocessor",
  72. "parser",
  73. "source map",
  74. "transform",
  75. "manipulation",
  76. "transpiler"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/postcss",
  80. "name": "postcss",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/postcss/postcss.git"
  84. },
  85. "types": "lib/postcss.d.ts",
  86. "version": "7.0.7"
  87. }