package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "color-convert@1.9.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "color-convert@1.9.3",
  10. "_id": "color-convert@1.9.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  13. "_location": "/color-convert",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "color-convert@1.9.3",
  19. "name": "color-convert",
  20. "escapedName": "color-convert",
  21. "rawSpec": "1.9.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.3"
  24. },
  25. "_requiredBy": [
  26. "/ansi-styles",
  27. "/color",
  28. "/cssnano-preset-default/color"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  31. "_spec": "1.9.3",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Heather Arthur",
  35. "email": "fayearthur@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Qix-/color-convert/issues"
  39. },
  40. "dependencies": {
  41. "color-name": "1.1.3"
  42. },
  43. "description": "Plain color conversion functions",
  44. "devDependencies": {
  45. "chalk": "1.1.1",
  46. "xo": "0.11.2"
  47. },
  48. "files": [
  49. "index.js",
  50. "conversions.js",
  51. "css-keywords.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": "1.9.3",
  80. "xo": {
  81. "rules": {
  82. "default-case": 0,
  83. "no-inline-comments": 0,
  84. "operator-linebreak": 0
  85. }
  86. }
  87. }