package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "color@^3.0.0",
  3. "_id": "color@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==",
  6. "_location": "/color",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color@^3.0.0",
  12. "name": "color",
  13. "escapedName": "color",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-colormin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz",
  22. "_shasum": "ca67fb4e7b97d611dcde39eceed422067d91596e",
  23. "_spec": "color@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-colormin",
  25. "authors": [
  26. "Josh Junon <i.am.qix@gmail.com>",
  27. "Heather Arthur <fayearthur@gmail.com>",
  28. "Maxime Thirouin"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/Qix-/color/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "color-convert": "^1.9.1",
  36. "color-string": "^1.5.4"
  37. },
  38. "deprecated": false,
  39. "description": "Color conversion and manipulation with CSS string support",
  40. "devDependencies": {
  41. "mocha": "^6.1.4",
  42. "xo": "0.12.1"
  43. },
  44. "files": [
  45. "CHANGELOG.md",
  46. "LICENSE",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/Qix-/color#readme",
  50. "keywords": [
  51. "color",
  52. "colour",
  53. "css"
  54. ],
  55. "license": "MIT",
  56. "name": "color",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/Qix-/color.git"
  60. },
  61. "scripts": {
  62. "pretest": "xo",
  63. "test": "mocha"
  64. },
  65. "version": "3.1.3",
  66. "xo": {
  67. "rules": {
  68. "no-cond-assign": 0,
  69. "new-cap": 0
  70. }
  71. }
  72. }