package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-value-parser@3.3.0",
  9. "_id": "postcss-value-parser@3.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
  12. "_location": "/postcss-value-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-value-parser@3.3.0",
  18. "name": "postcss-value-parser",
  19. "escapedName": "postcss-value-parser",
  20. "rawSpec": "3.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.0"
  23. },
  24. "_requiredBy": [
  25. "/autoprefixer",
  26. "/css-loader",
  27. "/cssnano",
  28. "/cssnano/autoprefixer",
  29. "/postcss-colormin",
  30. "/postcss-convert-values",
  31. "/postcss-import",
  32. "/postcss-merge-idents",
  33. "/postcss-minify-font-values",
  34. "/postcss-minify-gradients",
  35. "/postcss-minify-params",
  36. "/postcss-normalize-url",
  37. "/postcss-ordered-values",
  38. "/postcss-reduce-idents",
  39. "/postcss-reduce-transforms",
  40. "/postcss-svgo"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
  43. "_spec": "3.3.0",
  44. "_where": "D:\\projects\\dealer_front",
  45. "author": {
  46. "name": "Bogdan Chadkin",
  47. "email": "trysound@yandex.ru"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  51. },
  52. "description": "Transforms css values and at-rule params into the tree",
  53. "devDependencies": {
  54. "eslint": "^2.1.0",
  55. "eslint-config-postcss": "^2.0.0",
  56. "tap-spec": "^4.1.0",
  57. "tape": "^4.2.0"
  58. },
  59. "eslintConfig": {
  60. "extends": "postcss/es5",
  61. "rules": {
  62. "max-len": 0,
  63. "no-bitwise": 0,
  64. "complexity": 0,
  65. "no-use-before-define": 0,
  66. "consistent-return": 0
  67. }
  68. },
  69. "files": [
  70. "lib"
  71. ],
  72. "homepage": "https://github.com/TrySound/postcss-value-parser",
  73. "keywords": [
  74. "postcss",
  75. "value",
  76. "parser"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/index.js",
  80. "name": "postcss-value-parser",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  84. },
  85. "scripts": {
  86. "posttest": "eslint .",
  87. "test": "tape test/*.js | tap-spec"
  88. },
  89. "version": "3.3.0"
  90. }