package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "color@3.2.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "color@3.2.1",
  9. "_id": "color@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  12. "_location": "/color",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "color@3.2.1",
  18. "name": "color",
  19. "escapedName": "color",
  20. "rawSpec": "3.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.1"
  23. },
  24. "_requiredBy": [
  25. "/colorspace"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/color/-/color-3.2.1.tgz",
  28. "_spec": "3.2.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "authors": [
  31. "Josh Junon <i.am.qix@gmail.com>",
  32. "Heather Arthur <fayearthur@gmail.com>",
  33. "Maxime Thirouin"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/Qix-/color/issues"
  37. },
  38. "dependencies": {
  39. "color-convert": "^1.9.3",
  40. "color-string": "^1.6.0"
  41. },
  42. "description": "Color conversion and manipulation with CSS string support",
  43. "devDependencies": {
  44. "mocha": "9.0.2",
  45. "xo": "0.12.1"
  46. },
  47. "files": [
  48. "CHANGELOG.md",
  49. "LICENSE",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/Qix-/color#readme",
  53. "keywords": [
  54. "color",
  55. "colour",
  56. "css"
  57. ],
  58. "license": "MIT",
  59. "name": "color",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/Qix-/color.git"
  63. },
  64. "scripts": {
  65. "pretest": "xo",
  66. "test": "mocha"
  67. },
  68. "version": "3.2.1",
  69. "xo": {
  70. "rules": {
  71. "no-cond-assign": 0,
  72. "new-cap": 0
  73. }
  74. }
  75. }