package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "color-string@^1.5.4",
  3. "_id": "color-string@1.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==",
  6. "_location": "/color-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color-string@^1.5.4",
  12. "name": "color-string",
  13. "escapedName": "color-string",
  14. "rawSpec": "^1.5.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.4"
  17. },
  18. "_requiredBy": [
  19. "/color"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.5.tgz",
  22. "_shasum": "65474a8f0e7439625f3d27a6a19d89fc45223014",
  23. "_spec": "color-string@^1.5.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\color",
  25. "author": {
  26. "name": "Heather Arthur",
  27. "email": "fayearthur@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Qix-/color-string/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Maxime Thirouin"
  36. },
  37. {
  38. "name": "Dyma Ywanov",
  39. "email": "dfcreative@gmail.com"
  40. },
  41. {
  42. "name": "Josh Junon"
  43. }
  44. ],
  45. "dependencies": {
  46. "color-name": "^1.0.0",
  47. "simple-swizzle": "^0.2.2"
  48. },
  49. "deprecated": false,
  50. "description": "Parser and generator for CSS color strings",
  51. "devDependencies": {
  52. "xo": "^0.12.1"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/Qix-/color-string#readme",
  58. "keywords": [
  59. "color",
  60. "colour",
  61. "rgb",
  62. "css"
  63. ],
  64. "license": "MIT",
  65. "name": "color-string",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/Qix-/color-string.git"
  69. },
  70. "scripts": {
  71. "pretest": "xo",
  72. "test": "node test/basic.js"
  73. },
  74. "version": "1.5.5",
  75. "xo": {
  76. "rules": {
  77. "no-cond-assign": 0,
  78. "operator-linebreak": 0
  79. }
  80. }
  81. }