package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_from": "postcss@^6.0.1",
  3. "_id": "postcss@6.0.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NJ1z0f+1offCgadPhz+DvGm5Mkci+mmV5BqD13S992o0Xk9eElxUfPPF+t2ksH5R/17gz4xVK8KWocUQ5o3Rog==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.1",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "2.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.14.tgz",
  27. "_shasum": "5534c72114739e75d0afcf017db853099f562885",
  28. "_spec": "postcss@^6.0.1",
  29. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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.3.0",
  45. "source-map": "^0.6.1",
  46. "supports-color": "^4.4.0"
  47. },
  48. "deprecated": false,
  49. "description": "Tool for transforming styles with JS plugins",
  50. "devDependencies": {
  51. "babel-core": "^6.26.0",
  52. "babel-eslint": "^8.0.1",
  53. "babel-plugin-add-module-exports": "^0.2.1",
  54. "babel-plugin-precompile-charcodes": "^1.1.0",
  55. "babel-preset-env": "^1.6.1",
  56. "concat-with-sourcemaps": "^1.0.4",
  57. "del": "^3.0.0",
  58. "docdash": "^0.4.0",
  59. "eslint": "^4.10.0",
  60. "eslint-config-postcss": "^2.0.2",
  61. "fs-extra": "^4.0.2",
  62. "gulp": "^3.9.1",
  63. "gulp-babel": "^7.0.0",
  64. "gulp-changed": "^3.1.1",
  65. "gulp-eslint": "^4.0.0",
  66. "gulp-jest": "^2.0.0",
  67. "gulp-run": "^1.7.1",
  68. "gulp-sourcemaps": "^2.6.1",
  69. "jest": "^21.2.1",
  70. "jsdoc": "^3.5.5",
  71. "lint-staged": "^4.3.0",
  72. "postcss-parser-tests": "^6.1.0",
  73. "pre-commit": "^1.2.2",
  74. "run-sequence": "^2.2.0",
  75. "size-limit": "^0.12.1",
  76. "strip-ansi": "^4.0.0",
  77. "yaspeller-ci": "^0.7.0"
  78. },
  79. "engines": {
  80. "node": ">=4.0.0"
  81. },
  82. "eslintConfig": {
  83. "parser": "babel-eslint",
  84. "extends": "eslint-config-postcss",
  85. "rules": {
  86. "consistent-return": "off",
  87. "valid-jsdoc": "error",
  88. "complexity": "off",
  89. "no-new": "off"
  90. },
  91. "env": {
  92. "browser": true,
  93. "jest": true
  94. }
  95. },
  96. "homepage": "http://postcss.org/",
  97. "jest": {
  98. "modulePathIgnorePatterns": [
  99. "build"
  100. ]
  101. },
  102. "keywords": [
  103. "css",
  104. "postcss",
  105. "rework",
  106. "preprocessor",
  107. "parser",
  108. "source map",
  109. "transform",
  110. "manipulation",
  111. "transpiler"
  112. ],
  113. "license": "MIT",
  114. "lint-staged": {
  115. "test/*.js": "eslint",
  116. "lib/*.es6": "eslint",
  117. "*.md": "yaspeller-ci"
  118. },
  119. "main": "lib/postcss",
  120. "name": "postcss",
  121. "pre-commit": [
  122. "lint-staged"
  123. ],
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/postcss/postcss.git"
  127. },
  128. "scripts": {
  129. "lint-staged": "lint-staged",
  130. "test": "gulp"
  131. },
  132. "size-limit": [
  133. {
  134. "path": "lib/postcss.js",
  135. "limit": "29 KB"
  136. }
  137. ],
  138. "types": "lib/postcss.d.ts",
  139. "version": "6.0.14"
  140. }