Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-value-parser@3.3.1",
  9. "_id": "postcss-value-parser@3.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
  12. "_location": "/postcss-value-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-value-parser@3.3.1",
  18. "name": "postcss-value-parser",
  19. "escapedName": "postcss-value-parser",
  20. "rawSpec": "3.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.1"
  23. },
  24. "_requiredBy": [
  25. "/css-loader",
  26. "/postcss-colormin",
  27. "/postcss-convert-values",
  28. "/postcss-merge-longhand",
  29. "/postcss-minify-font-values",
  30. "/postcss-minify-gradients",
  31. "/postcss-minify-params",
  32. "/postcss-normalize-display-values",
  33. "/postcss-normalize-positions",
  34. "/postcss-normalize-repeat-style",
  35. "/postcss-normalize-string",
  36. "/postcss-normalize-timing-functions",
  37. "/postcss-normalize-unicode",
  38. "/postcss-normalize-url",
  39. "/postcss-normalize-whitespace",
  40. "/postcss-ordered-values",
  41. "/postcss-reduce-transforms",
  42. "/postcss-svgo"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  45. "_spec": "3.3.1",
  46. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  47. "author": {
  48. "name": "Bogdan Chadkin",
  49. "email": "trysound@yandex.ru"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  53. },
  54. "description": "Transforms css values and at-rule params into the tree",
  55. "devDependencies": {
  56. "eslint": "^5.6.1",
  57. "husky": "^1.0.0",
  58. "lint-staged": "^7.3.0",
  59. "prettier": "^1.4.4",
  60. "tap-spec": "^5.0.0",
  61. "tape": "^4.2.0"
  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' --list-different",
  102. "pretest": "yarn lint",
  103. "test": "tape test/*.js | tap-spec"
  104. },
  105. "version": "3.3.1"
  106. }