package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "color-convert@2.0.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "color-convert@2.0.1",
  10. "_id": "color-convert@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  13. "_location": "/color-convert",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "color-convert@2.0.1",
  19. "name": "color-convert",
  20. "escapedName": "color-convert",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/ansi-styles"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Heather Arthur",
  33. "email": "fayearthur@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Qix-/color-convert/issues"
  37. },
  38. "dependencies": {
  39. "color-name": "~1.1.4"
  40. },
  41. "description": "Plain color conversion functions",
  42. "devDependencies": {
  43. "chalk": "^2.4.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=7.0.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "conversions.js",
  52. "route.js"
  53. ],
  54. "homepage": "https://github.com/Qix-/color-convert#readme",
  55. "keywords": [
  56. "color",
  57. "colour",
  58. "convert",
  59. "converter",
  60. "conversion",
  61. "rgb",
  62. "hsl",
  63. "hsv",
  64. "hwb",
  65. "cmyk",
  66. "ansi",
  67. "ansi16"
  68. ],
  69. "license": "MIT",
  70. "name": "color-convert",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/Qix-/color-convert.git"
  74. },
  75. "scripts": {
  76. "pretest": "xo",
  77. "test": "node test/basic.js"
  78. },
  79. "version": "2.0.1",
  80. "xo": {
  81. "rules": {
  82. "default-case": 0,
  83. "no-inline-comments": 0,
  84. "operator-linebreak": 0
  85. }
  86. }
  87. }