package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "color-convert@1.9.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "color-convert@1.9.2",
  9. "_id": "color-convert@1.9.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3NUJZdhMhcdPn8vJ9v2UQJoH0qqoGUkYTgFEPZaPjEtwmmKUfNV46zZmgB2M5M4DCEQHMaCfWHCxiBflLm04Tg==",
  12. "_location": "/color-convert",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "color-convert@1.9.2",
  18. "name": "color-convert",
  19. "escapedName": "color-convert",
  20. "rawSpec": "1.9.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.2"
  23. },
  24. "_requiredBy": [
  25. "/@babel/helper-create-class-features-plugin/ansi-styles",
  26. "/@babel/highlight/ansi-styles",
  27. "/@babel/plugin-proposal-function-sent/ansi-styles",
  28. "/autoprefixer/ansi-styles",
  29. "/documentation/ansi-styles",
  30. "/inquirer/ansi-styles",
  31. "/log-symbols/ansi-styles",
  32. "/ora/ansi-styles",
  33. "/postcss/ansi-styles",
  34. "/speed-measure-webpack-plugin/ansi-styles",
  35. "/ts-node/ansi-styles",
  36. "/tslint/ansi-styles"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.2.tgz",
  39. "_spec": "1.9.2",
  40. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  41. "author": {
  42. "name": "Heather Arthur",
  43. "email": "fayearthur@gmail.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/Qix-/color-convert/issues"
  47. },
  48. "dependencies": {
  49. "color-name": "1.1.1"
  50. },
  51. "description": "Plain color conversion functions",
  52. "devDependencies": {
  53. "chalk": "1.1.1",
  54. "xo": "0.11.2"
  55. },
  56. "files": [
  57. "index.js",
  58. "conversions.js",
  59. "css-keywords.js",
  60. "route.js"
  61. ],
  62. "homepage": "https://github.com/Qix-/color-convert#readme",
  63. "keywords": [
  64. "color",
  65. "colour",
  66. "convert",
  67. "converter",
  68. "conversion",
  69. "rgb",
  70. "hsl",
  71. "hsv",
  72. "hwb",
  73. "cmyk",
  74. "ansi",
  75. "ansi16"
  76. ],
  77. "license": "MIT",
  78. "name": "color-convert",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/Qix-/color-convert.git"
  82. },
  83. "scripts": {
  84. "pretest": "xo",
  85. "test": "node test/basic.js"
  86. },
  87. "version": "1.9.2",
  88. "xo": {
  89. "rules": {
  90. "default-case": 0,
  91. "no-inline-comments": 0,
  92. "operator-linebreak": 0
  93. }
  94. }
  95. }