package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "postcss-value-parser@^4.2.0",
  3. "_id": "postcss-value-parser@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  6. "_location": "/postcss-value-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-value-parser@^4.2.0",
  12. "name": "postcss-value-parser",
  13. "escapedName": "postcss-value-parser",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer",
  20. "/css-loader",
  21. "/postcss-calc",
  22. "/postcss-colormin",
  23. "/postcss-convert-values",
  24. "/postcss-merge-longhand",
  25. "/postcss-minify-font-values",
  26. "/postcss-minify-gradients",
  27. "/postcss-minify-params",
  28. "/postcss-modules-local-by-default",
  29. "/postcss-normalize-display-values",
  30. "/postcss-normalize-positions",
  31. "/postcss-normalize-repeat-style",
  32. "/postcss-normalize-string",
  33. "/postcss-normalize-timing-functions",
  34. "/postcss-normalize-unicode",
  35. "/postcss-normalize-url",
  36. "/postcss-normalize-whitespace",
  37. "/postcss-ordered-values",
  38. "/postcss-reduce-transforms",
  39. "/postcss-svgo"
  40. ],
  41. "_resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  42. "_shasum": "723c09920836ba6d3e5af019f92bc0971c02e514",
  43. "_spec": "postcss-value-parser@^4.2.0",
  44. "_where": "E:\\vue_project\\el-table-column\\node_modules\\autoprefixer",
  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. "bundleDependencies": false,
  53. "deprecated": false,
  54. "description": "Transforms css values and at-rule params into the tree",
  55. "devDependencies": {
  56. "eslint": "^5.16.0",
  57. "husky": "^2.3.0",
  58. "lint-staged": "^8.1.7",
  59. "prettier": "^1.17.1",
  60. "tap-spec": "^5.0.0",
  61. "tape": "^4.10.2"
  62. },
  63. "eslintConfig": {
  64. "env": {
  65. "es6": true,
  66. "node": true
  67. },
  68. "extends": "eslint:recommended"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/TrySound/postcss-value-parser",
  74. "husky": {
  75. "hooks": {
  76. "pre-commit": "lint-staged"
  77. }
  78. },
  79. "keywords": [
  80. "postcss",
  81. "value",
  82. "parser"
  83. ],
  84. "license": "MIT",
  85. "lint-staged": {
  86. "*.js": [
  87. "eslint",
  88. "prettier --write",
  89. "git add"
  90. ]
  91. },
  92. "main": "lib/index.js",
  93. "name": "postcss-value-parser",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  97. },
  98. "scripts": {
  99. "lint": "yarn lint:js && yarn lint:prettier",
  100. "lint:js": "eslint . --cache",
  101. "lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" --list-different",
  102. "pretest": "yarn lint",
  103. "test": "tape test/*.js | tap-spec"
  104. },
  105. "version": "4.2.0"
  106. }