package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "kleur@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kleur@2.0.2",
  10. "_id": "kleur@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-twT0lE2V4lXQOPDLBfuKYCxVowA=",
  13. "_location": "/kleur",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kleur@2.0.2",
  19. "name": "kleur",
  20. "escapedName": "kleur",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/prompts"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/kleur/download/kleur-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Luke Edwards",
  33. "email": "luke.edwards05@gmail.com",
  34. "url": "lukeed.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lukeed/kleur/issues"
  38. },
  39. "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
  40. "devDependencies": {
  41. "tap-spec": "^5.0.0",
  42. "tape": "^4.9.1"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "*.js",
  49. "*.d.ts"
  50. ],
  51. "homepage": "https://github.com/lukeed/kleur#readme",
  52. "keywords": [
  53. "ansi",
  54. "cli",
  55. "color",
  56. "colors",
  57. "console",
  58. "terminal"
  59. ],
  60. "license": "MIT",
  61. "name": "kleur",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/lukeed/kleur.git"
  65. },
  66. "scripts": {
  67. "test": "tape test/*.js | tap-spec"
  68. },
  69. "types": "kleur.d.ts",
  70. "version": "2.0.2"
  71. }