You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "color-convert@^1.9.0",
  3. "_id": "color-convert@1.9.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  6. "_location": "/color-convert",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color-convert@^1.9.0",
  12. "name": "color-convert",
  13. "escapedName": "color-convert",
  14. "rawSpec": "^1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/coa/ansi-styles",
  20. "/svgo/ansi-styles"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  23. "_shasum": "bb71850690e1f136567de629d2d5471deda4c1e8",
  24. "_spec": "color-convert@^1.9.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo\\node_modules\\ansi-styles",
  26. "author": {
  27. "name": "Heather Arthur",
  28. "email": "fayearthur@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Qix-/color-convert/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "color-name": "1.1.3"
  36. },
  37. "deprecated": false,
  38. "description": "Plain color conversion functions",
  39. "devDependencies": {
  40. "chalk": "1.1.1",
  41. "xo": "0.11.2"
  42. },
  43. "files": [
  44. "index.js",
  45. "conversions.js",
  46. "css-keywords.js",
  47. "route.js"
  48. ],
  49. "homepage": "https://github.com/Qix-/color-convert#readme",
  50. "keywords": [
  51. "color",
  52. "colour",
  53. "convert",
  54. "converter",
  55. "conversion",
  56. "rgb",
  57. "hsl",
  58. "hsv",
  59. "hwb",
  60. "cmyk",
  61. "ansi",
  62. "ansi16"
  63. ],
  64. "license": "MIT",
  65. "name": "color-convert",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/Qix-/color-convert.git"
  69. },
  70. "scripts": {
  71. "pretest": "xo",
  72. "test": "node test/basic.js"
  73. },
  74. "version": "1.9.3",
  75. "xo": {
  76. "rules": {
  77. "default-case": 0,
  78. "no-inline-comments": 0,
  79. "operator-linebreak": 0
  80. }
  81. }
  82. }