You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "hosted-git-info@^2.1.4",
  3. "_id": "hosted-git-info@2.8.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hosted-git-info@^2.1.4",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "^2.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.4"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
  22. "_shasum": "7539bd4bc1e0e0a895815a2e0262420b12858488",
  23. "_spec": "hosted-git-info@^2.1.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. "deprecated": false,
  35. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  36. "devDependencies": {
  37. "standard": "^11.0.1",
  38. "standard-version": "^4.4.0",
  39. "tap": "^12.7.0"
  40. },
  41. "files": [
  42. "index.js",
  43. "git-host.js",
  44. "git-host-info.js"
  45. ],
  46. "homepage": "https://github.com/npm/hosted-git-info",
  47. "keywords": [
  48. "git",
  49. "github",
  50. "bitbucket",
  51. "gitlab"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "hosted-git-info",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/npm/hosted-git-info.git"
  59. },
  60. "scripts": {
  61. "postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
  62. "posttest": "standard",
  63. "prerelease": "npm t",
  64. "release": "standard-version -s",
  65. "test": "tap -J --coverage=90 --no-esm test/*.js",
  66. "test:coverage": "tap --coverage-report=html -J --coverage=90 --no-esm test/*.js"
  67. },
  68. "version": "2.8.8"
  69. }