package.json 3.6 KB

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