package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "hosted-git-info@2.8.9",
  3. "_id": "hosted-git-info@2.8.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "hosted-git-info@2.8.9",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "2.8.9",
  15. "saveSpec": null,
  16. "fetchSpec": "2.8.9"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/normalize-package-data",
  22. "/npm-package-arg"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  25. "_shasum": "dffc0bf9a21c02209090f2aa69429e1414daf3f9",
  26. "_spec": "hosted-git-info@2.8.9",
  27. "_where": "/Users/ruyadorno/Documents/workspace/cli/legacy",
  28. "author": {
  29. "name": "Rebecca Turner",
  30. "email": "me@re-becca.org",
  31. "url": "http://re-becca.org"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/hosted-git-info/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  39. "devDependencies": {
  40. "standard": "^11.0.1",
  41. "standard-version": "^4.4.0",
  42. "tap": "^12.7.0"
  43. },
  44. "files": [
  45. "index.js",
  46. "git-host.js",
  47. "git-host-info.js"
  48. ],
  49. "homepage": "https://github.com/npm/hosted-git-info",
  50. "keywords": [
  51. "git",
  52. "github",
  53. "bitbucket",
  54. "gitlab"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "hosted-git-info",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/hosted-git-info.git"
  62. },
  63. "scripts": {
  64. "postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
  65. "posttest": "standard",
  66. "prerelease": "npm t",
  67. "release": "standard-version -s",
  68. "test": "tap -J --coverage=90 --no-esm test/*.js",
  69. "test:coverage": "tap --coverage-report=html -J --coverage=90 --no-esm test/*.js"
  70. },
  71. "version": "2.8.9"
  72. }