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

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "postcss-values-parser@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-values-parser@2.0.1",
  9. "_id": "postcss-values-parser@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==",
  12. "_location": "/postcss-values-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-values-parser@2.0.1",
  18. "name": "postcss-values-parser",
  19. "escapedName": "postcss-values-parser",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/postcss-color-functional-notation",
  26. "/postcss-color-hex-alpha",
  27. "/postcss-color-mod-function",
  28. "/postcss-color-rebeccapurple",
  29. "/postcss-custom-properties",
  30. "/postcss-env-function",
  31. "/postcss-image-set-function",
  32. "/postcss-lab-function",
  33. "/postcss-place"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz",
  36. "_spec": "2.0.1",
  37. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  38. "author": {
  39. "name": "Andrew Powell",
  40. "email": "andrew@shellscape.org",
  41. "url": "shellscape"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/lesshint/postcss-values-parser/issues"
  45. },
  46. "dependencies": {
  47. "flatten": "^1.0.2",
  48. "indexes-of": "^1.0.1",
  49. "uniq": "^1.0.1"
  50. },
  51. "description": "A CSS property value parser for use with PostCSS",
  52. "devDependencies": {
  53. "chai": "^4.1.2",
  54. "chai-shallow-deep-equal": "^1.4.0",
  55. "eslint": "^5.6.0",
  56. "gulp": "^3.9.1",
  57. "gulp-eslint": "^5.0.0",
  58. "gulp-mocha": "^6.0.0"
  59. },
  60. "engines": {
  61. "node": ">=6.14.4"
  62. },
  63. "homepage": "https://github.com/lesshint/postcss-values-parser#readme",
  64. "keywords": [
  65. "css",
  66. "less",
  67. "ast",
  68. "postcss",
  69. "value",
  70. "values",
  71. "parser",
  72. "parsing",
  73. "properties"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/index.js",
  77. "name": "postcss-values-parser",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/lesshint/postcss-values-parser.git"
  81. },
  82. "scripts": {
  83. "test": "gulp"
  84. },
  85. "version": "2.0.1"
  86. }