package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "postcss@5.2.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@5.2.6",
  10. "_id": "postcss@5.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-olLNZ81SWFA18X6a0Ss1E3p73Z4=",
  13. "_location": "/postcss",
  14. "_phantomChildren": {
  15. "has-flag": "1.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "postcss@5.2.6",
  21. "name": "postcss",
  22. "escapedName": "postcss",
  23. "rawSpec": "5.2.6",
  24. "saveSpec": null,
  25. "fetchSpec": "5.2.6"
  26. },
  27. "_requiredBy": [
  28. "/autoprefixer",
  29. "/gulp-autoprefixer"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
  32. "_spec": "5.2.6",
  33. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  34. "author": {
  35. "name": "Andrey Sitnik",
  36. "email": "andrey@sitnik.ru"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/postcss/postcss/issues"
  40. },
  41. "dependencies": {
  42. "chalk": "^1.1.3",
  43. "js-base64": "^2.1.9",
  44. "source-map": "^0.5.6",
  45. "supports-color": "^3.1.2"
  46. },
  47. "description": "Tool for transforming styles with JS plugins",
  48. "devDependencies": {
  49. "ava": "0.17.0",
  50. "babel-core": "6.18.2",
  51. "babel-eslint": "7.1.1",
  52. "babel-plugin-add-module-exports": "0.2.1",
  53. "babel-plugin-precompile-charcodes": "1.0.0",
  54. "babel-preset-es2015": "6.18.0",
  55. "chalk": "1.1.3",
  56. "concat-with-sourcemaps": "1.0.4",
  57. "del": "2.2.2",
  58. "docdash": "0.4.0",
  59. "eslint": "3.10.2",
  60. "eslint-config-postcss": "2.0.2",
  61. "fs-extra": "1.0.0",
  62. "gulp": "3.9.1",
  63. "gulp-ava": "0.15.0",
  64. "gulp-babel": "6.1.2",
  65. "gulp-changed": "1.3.2",
  66. "gulp-eslint": "3.0.1",
  67. "gulp-run": "1.7.1",
  68. "gulp-sourcemaps": "2.2.0",
  69. "jsdoc": "3.4.3",
  70. "lint-staged": "3.2.1",
  71. "postcss-parser-tests": "5.0.10",
  72. "pre-commit": "1.1.3",
  73. "run-sequence": "1.2.2",
  74. "sinon": "1.17.6",
  75. "strip-ansi": "3.0.1",
  76. "yaspeller": "3.0.0"
  77. },
  78. "engines": {
  79. "node": ">=0.12"
  80. },
  81. "homepage": "http://postcss.org/",
  82. "keywords": [
  83. "css",
  84. "postcss",
  85. "rework",
  86. "preprocessor",
  87. "parser",
  88. "source map",
  89. "transform",
  90. "manipulation",
  91. "transpiler"
  92. ],
  93. "license": "MIT",
  94. "lint-staged": {
  95. "test/*.js": "eslint",
  96. "lib/*.es6": "eslint",
  97. "*.md": "yaspeller"
  98. },
  99. "main": "lib/postcss",
  100. "name": "postcss",
  101. "pre-commit": [
  102. "lint-staged"
  103. ],
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/postcss/postcss.git"
  107. },
  108. "scripts": {
  109. "lint-staged": "lint-staged",
  110. "test": "gulp"
  111. },
  112. "typings": "d.ts/postcss.d.ts",
  113. "version": "5.2.6"
  114. }