package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "postcss@^5.0.4",
  6. "scope": null,
  7. "escapedName": "postcss",
  8. "name": "postcss",
  9. "rawSpec": "^5.0.4",
  10. "spec": ">=5.0.4 <6.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-autoprefixer"
  14. ]
  15. ],
  16. "_from": "postcss@>=5.0.4 <6.0.0",
  17. "_id": "postcss@5.2.11",
  18. "_inCache": true,
  19. "_location": "/postcss",
  20. "_nodeVersion": "7.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/postcss-5.2.11.tgz_1484902090371_0.498729158192873"
  24. },
  25. "_npmUser": {
  26. "name": "ai",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "_npmVersion": "4.0.5",
  30. "_phantomChildren": {
  31. "has-flag": "1.0.0"
  32. },
  33. "_requested": {
  34. "raw": "postcss@^5.0.4",
  35. "scope": null,
  36. "escapedName": "postcss",
  37. "name": "postcss",
  38. "rawSpec": "^5.0.4",
  39. "spec": ">=5.0.4 <6.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/autoprefixer",
  44. "/gulp-autoprefixer"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.11.tgz",
  47. "_shasum": "ff29bcd6d2efb98bfe08a022055ec599bbe7b761",
  48. "_shrinkwrap": null,
  49. "_spec": "postcss@^5.0.4",
  50. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-autoprefixer",
  51. "author": {
  52. "name": "Andrey Sitnik",
  53. "email": "andrey@sitnik.ru"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/postcss/postcss/issues"
  57. },
  58. "dependencies": {
  59. "chalk": "^1.1.3",
  60. "js-base64": "^2.1.9",
  61. "source-map": "^0.5.6",
  62. "supports-color": "^3.2.3"
  63. },
  64. "description": "Tool for transforming styles with JS plugins",
  65. "devDependencies": {
  66. "ava": "^0.17.0",
  67. "babel-core": "^6.22.1",
  68. "babel-eslint": "^7.1.1",
  69. "babel-plugin-add-module-exports": "^0.2.1",
  70. "babel-plugin-precompile-charcodes": "^1.0.0",
  71. "babel-preset-es2015": "^6.22.0",
  72. "chalk": "^1.1.3",
  73. "concat-with-sourcemaps": "^1.0.4",
  74. "del": "^2.2.2",
  75. "docdash": "^0.4.0",
  76. "eslint": "^3.13.1",
  77. "eslint-config-postcss": "^2.0.2",
  78. "fs-extra": "^2.0.0",
  79. "gulp": "^3.9.1",
  80. "gulp-ava": "^0.15.0",
  81. "gulp-babel": "^6.1.2",
  82. "gulp-changed": "^1.3.2",
  83. "gulp-eslint": "^3.0.1",
  84. "gulp-run": "^1.7.1",
  85. "gulp-sourcemaps": "^2.4.0",
  86. "jsdoc": "^3.4.3",
  87. "lint-staged": "^3.2.7",
  88. "postcss-parser-tests": "^5.0.10",
  89. "pre-commit": "^1.2.2",
  90. "run-sequence": "^1.2.2",
  91. "sinon": "^1.17.7",
  92. "strip-ansi": "^3.0.1",
  93. "yaspeller": "^3.0.0"
  94. },
  95. "directories": {},
  96. "dist": {
  97. "shasum": "ff29bcd6d2efb98bfe08a022055ec599bbe7b761",
  98. "tarball": "https://registry.npmjs.org/postcss/-/postcss-5.2.11.tgz"
  99. },
  100. "engines": {
  101. "node": ">=0.12"
  102. },
  103. "homepage": "http://postcss.org/",
  104. "keywords": [
  105. "css",
  106. "postcss",
  107. "rework",
  108. "preprocessor",
  109. "parser",
  110. "source map",
  111. "transform",
  112. "manipulation",
  113. "transpiler"
  114. ],
  115. "license": "MIT",
  116. "lint-staged": {
  117. "test/*.js": "eslint",
  118. "lib/*.es6": "eslint",
  119. "*.md": "yaspeller"
  120. },
  121. "main": "lib/postcss",
  122. "maintainers": [
  123. {
  124. "name": "ai",
  125. "email": "andrey@sitnik.ru"
  126. },
  127. {
  128. "name": "beneb",
  129. "email": "beneb.info@gmail.com"
  130. }
  131. ],
  132. "name": "postcss",
  133. "optionalDependencies": {},
  134. "pre-commit": [
  135. "lint-staged"
  136. ],
  137. "readme": "ERROR: No README data found!",
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/postcss/postcss.git"
  141. },
  142. "scripts": {
  143. "lint-staged": "lint-staged",
  144. "test": "gulp"
  145. },
  146. "types": "lib/postcss.d.ts",
  147. "version": "5.2.11"
  148. }