package.json 1.6 KB

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