package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "colorspace@1.1.4",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "colorspace@1.1.4",
  9. "_id": "colorspace@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
  12. "_location": "/colorspace",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "colorspace@1.1.4",
  18. "name": "colorspace",
  19. "escapedName": "colorspace",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/@dabh/diagnostics"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/colorspace/-/colorspace-1.1.4.tgz",
  28. "_spec": "1.1.4",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Arnout Kazemier"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/3rd-Eden/colorspace/issues"
  35. },
  36. "dependencies": {
  37. "color": "^3.1.3",
  38. "text-hex": "1.0.x"
  39. },
  40. "description": "Generate HEX colors for a given namespace.",
  41. "devDependencies": {
  42. "assume": "2.1.x",
  43. "mocha": "5.2.x",
  44. "pre-commit": "1.2.x"
  45. },
  46. "homepage": "https://github.com/3rd-Eden/colorspace",
  47. "keywords": [
  48. "namespace",
  49. "color",
  50. "hex",
  51. "colorize",
  52. "name",
  53. "space",
  54. "colorspace"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "colorspace",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/3rd-Eden/colorspace.git"
  62. },
  63. "scripts": {
  64. "test": "mocha test.js"
  65. },
  66. "version": "1.1.4"
  67. }