package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "/stylelint",
  20. "/terminal-link"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  23. "_shasum": "4f77b42488765891774b70c79babd87f9bd594bb",
  24. "_spec": "supports-hyperlinks@^2.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\terminal-link",
  26. "author": {
  27. "name": "James Talmage",
  28. "email": "james@talmage.io",
  29. "url": "github.com/jamestalmage"
  30. },
  31. "browser": "browser.js",
  32. "bugs": {
  33. "url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "has-flag": "^4.0.0",
  38. "supports-color": "^7.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Detect if your terminal emulator supports hyperlinks",
  42. "devDependencies": {
  43. "ava": "^2.2.0",
  44. "codecov": "^3.5.0",
  45. "nyc": "^14.1.1",
  46. "typescript": "^3.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "browser.js"
  55. ],
  56. "homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
  57. "keywords": [
  58. "link",
  59. "terminal",
  60. "hyperlink",
  61. "cli"
  62. ],
  63. "license": "MIT",
  64. "name": "supports-hyperlinks",
  65. "nyc": {
  66. "reporter": [
  67. "lcov",
  68. "text"
  69. ]
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
  74. },
  75. "scripts": {
  76. "create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly",
  77. "prepublishOnly": "npm run create-types",
  78. "test": "xo && nyc ava"
  79. },
  80. "version": "2.2.0"
  81. }