package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "text-hex@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "text-hex@1.0.0",
  9. "_id": "text-hex@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
  12. "_location": "/text-hex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "text-hex@1.0.0",
  18. "name": "text-hex",
  19. "escapedName": "text-hex",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/colorspace"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/text-hex/-/text-hex-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Arnout Kazemier"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/3rd-Eden/text-hex/issues"
  35. },
  36. "description": "Generate a hex color from the given text",
  37. "devDependencies": {
  38. "assume": "2.1.x",
  39. "mocha": "5.2.x",
  40. "pre-commit": "1.2.x"
  41. },
  42. "homepage": "https://github.com/3rd-Eden/text-hex",
  43. "keywords": [
  44. "css",
  45. "color",
  46. "hex",
  47. "text"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "text-hex",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/3rd-Eden/text-hex.git"
  55. },
  56. "scripts": {
  57. "test": "mocha --reporter spec --ui bdd test.js"
  58. },
  59. "version": "1.0.0"
  60. }