package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "hosted-git-info@^4.0.1",
  3. "_id": "hosted-git-info@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hosted-git-info@^4.0.1",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
  22. "_shasum": "827b82867e9ff1c8d0c4d9d53880397d2c86d224",
  23. "_spec": "hosted-git-info@^4.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\normalize-package-data",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org",
  28. "url": "http://re-becca.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/hosted-git-info/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "lru-cache": "^6.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
  39. "devDependencies": {
  40. "standard": "^16.0.3",
  41. "standard-version": "^9.1.0",
  42. "tap": "^15.1.6"
  43. },
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "files": [
  48. "index.js",
  49. "git-host.js",
  50. "git-host-info.js"
  51. ],
  52. "homepage": "https://github.com/npm/hosted-git-info",
  53. "keywords": [
  54. "git",
  55. "github",
  56. "bitbucket",
  57. "gitlab"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "hosted-git-info",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/npm/hosted-git-info.git"
  65. },
  66. "scripts": {
  67. "posttest": "standard",
  68. "postversion": "npm publish",
  69. "prepublishOnly": "git push origin --follow-tags",
  70. "preversion": "npm test",
  71. "snap": "tap",
  72. "test": "tap",
  73. "test:coverage": "tap --coverage-report=html"
  74. },
  75. "tap": {
  76. "color": 1,
  77. "coverage": true
  78. },
  79. "version": "4.1.0"
  80. }