package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "supports-hyperlinks@^2.0.0",
  3. "_id": "supports-hyperlinks@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  6. "_location": "/supports-hyperlinks",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "supports-hyperlinks@^2.0.0",
  12. "name": "supports-hyperlinks",
  13. "escapedName": "supports-hyperlinks",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/terminal-link"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  22. "_shasum": "4f77b42488765891774b70c79babd87f9bd594bb",
  23. "_spec": "supports-hyperlinks@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\terminal-link",
  25. "author": {
  26. "name": "James Talmage",
  27. "email": "james@talmage.io",
  28. "url": "github.com/jamestalmage"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "has-flag": "^4.0.0",
  37. "supports-color": "^7.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Detect if your terminal emulator supports hyperlinks",
  41. "devDependencies": {
  42. "ava": "^2.2.0",
  43. "codecov": "^3.5.0",
  44. "nyc": "^14.1.1",
  45. "typescript": "^3.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "browser.js"
  54. ],
  55. "homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
  56. "keywords": [
  57. "link",
  58. "terminal",
  59. "hyperlink",
  60. "cli"
  61. ],
  62. "license": "MIT",
  63. "name": "supports-hyperlinks",
  64. "nyc": {
  65. "reporter": [
  66. "lcov",
  67. "text"
  68. ]
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
  73. },
  74. "scripts": {
  75. "create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly",
  76. "prepublishOnly": "npm run create-types",
  77. "test": "xo && nyc ava"
  78. },
  79. "version": "2.2.0"
  80. }