package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@csstools/convert-colors@^1.4.0",
  3. "_id": "@csstools/convert-colors@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==",
  6. "_location": "/@csstools/convert-colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@csstools/convert-colors@^1.4.0",
  12. "name": "@csstools/convert-colors",
  13. "escapedName": "@csstools%2fconvert-colors",
  14. "scope": "@csstools",
  15. "rawSpec": "^1.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.4.0"
  18. },
  19. "_requiredBy": [
  20. "/postcss-color-gray",
  21. "/postcss-color-mod-function",
  22. "/postcss-lab-function"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
  25. "_shasum": "ad495dc41b12e75d588c6db8b9834f08fa131eb7",
  26. "_spec": "@csstools/convert-colors@^1.4.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-color-gray",
  28. "author": {
  29. "name": "Jonathan Neal",
  30. "email": "jonathantneal@hotmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonathantneal/convert-colors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Convert colors between RGB, HSL, and HWB",
  38. "devDependencies": {
  39. "babel-core": "^6.26.0",
  40. "babel-preset-env": "^1.6",
  41. "echint": "^4.0",
  42. "eslint": "^4.15",
  43. "eslint-config-dev": "2.0",
  44. "pre-commit": "^1.2",
  45. "rollup": "^0.54",
  46. "rollup-plugin-babel": "^3.0"
  47. },
  48. "engines": {
  49. "node": ">=4.0.0"
  50. },
  51. "eslintConfig": {
  52. "extends": "dev",
  53. "rules": {
  54. "max-params": [
  55. 2,
  56. 4
  57. ]
  58. }
  59. },
  60. "files": [
  61. "index.js",
  62. "index.bundle.js",
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/jonathantneal/convert-colors#readme",
  66. "keywords": [
  67. "colors",
  68. "converts",
  69. "conversions",
  70. "converting",
  71. "css",
  72. "rgb",
  73. "hsl",
  74. "hwb",
  75. "lab",
  76. "lch",
  77. "hsv",
  78. "xyz",
  79. "red",
  80. "green",
  81. "blue",
  82. "hue",
  83. "saturation",
  84. "lightness",
  85. "whiteness",
  86. "blackness",
  87. "cie"
  88. ],
  89. "license": "CC0-1.0",
  90. "main": "index.bundle.js",
  91. "module": "index.js",
  92. "name": "@csstools/convert-colors",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonathantneal/convert-colors.git"
  96. },
  97. "scripts": {
  98. "prepublishOnly": "npm test",
  99. "pretest": "rollup -c .rollup.js --silent",
  100. "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
  101. "test:ec": "echint test",
  102. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  103. "test:tape": "node .tape"
  104. },
  105. "version": "1.4.0"
  106. }