package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "terminal-link@^2.0.0",
  3. "_id": "terminal-link@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  6. "_location": "/terminal-link",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "terminal-link@^2.0.0",
  12. "name": "terminal-link",
  13. "escapedName": "terminal-link",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  22. "_shasum": "14a64a27ab3c0df933ea546fba55f2d078edc994",
  23. "_spec": "terminal-link@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\reporters",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/terminal-link/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ansi-escapes": "^4.2.1",
  36. "supports-hyperlinks": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Create clickable links in the terminal",
  40. "devDependencies": {
  41. "ava": "^2.3.0",
  42. "clear-module": "^4.0.0",
  43. "tsd": "^0.11.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/terminal-link#readme",
  55. "keywords": [
  56. "link",
  57. "hyperlink",
  58. "url",
  59. "ansi",
  60. "escape",
  61. "terminal",
  62. "term",
  63. "console",
  64. "command-line"
  65. ],
  66. "license": "MIT",
  67. "name": "terminal-link",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/terminal-link.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "2.1.1"
  76. }