package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "postcss-color-mod-function@^3.0.3",
  3. "_id": "postcss-color-mod-function@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==",
  6. "_location": "/postcss-color-mod-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-color-mod-function@^3.0.3",
  12. "name": "postcss-color-mod-function",
  13. "escapedName": "postcss-color-mod-function",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz",
  22. "_shasum": "816ba145ac11cc3cb6baa905a75a49f903e4d31d",
  23. "_spec": "postcss-color-mod-function@^3.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonathantneal/postcss-color-mod-function/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@csstools/convert-colors": "^1.4.0",
  35. "postcss": "^7.0.2",
  36. "postcss-values-parser": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Modify colors using the color-mod() function in CSS",
  40. "devDependencies": {
  41. "@babel/core": "^7.1.0",
  42. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  43. "@babel/preset-env": "^7.1.0",
  44. "babel-eslint": "^9.0.0",
  45. "eslint": "^5.6.0",
  46. "eslint-config-dev": "^2.0.0",
  47. "postcss-tape": "^2.2.0",
  48. "pre-commit": "^1.2.2",
  49. "rollup": "^0.66.2",
  50. "rollup-plugin-babel": "^4.0.3"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. },
  55. "eslintConfig": {
  56. "extends": "dev",
  57. "parser": "babel-eslint",
  58. "rules": {
  59. "max-params": [
  60. 2,
  61. 5
  62. ]
  63. }
  64. },
  65. "files": [
  66. "index.cjs.js",
  67. "index.cjs.js.map",
  68. "index.es.mjs",
  69. "index.es.mjs.map"
  70. ],
  71. "homepage": "https://github.com/jonathantneal/postcss-color-mod-function#readme",
  72. "keywords": [
  73. "postcss",
  74. "css",
  75. "postcss-plugin",
  76. "colors",
  77. "colours",
  78. "modifications",
  79. "mods",
  80. "adjusters",
  81. "adjustments",
  82. "csswg",
  83. "rgba",
  84. "hsla",
  85. "white",
  86. "black",
  87. "red",
  88. "green",
  89. "blue",
  90. "alpha",
  91. "hue",
  92. "saturation",
  93. "lightness",
  94. "whiteness",
  95. "blackness",
  96. "tint",
  97. "shade",
  98. "blenda",
  99. "contrast"
  100. ],
  101. "license": "CC0-1.0",
  102. "main": "index.cjs.js",
  103. "module": "index.es.mjs",
  104. "name": "postcss-color-mod-function",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jonathantneal/postcss-color-mod-function.git"
  108. },
  109. "scripts": {
  110. "prepublishOnly": "npm test",
  111. "pretest": "rollup -c .rollup.js --silent",
  112. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  113. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  114. "test:tape": "postcss-tape"
  115. },
  116. "version": "3.0.3"
  117. }