package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@2.6.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hosted-git-info@^2.1.4",
  10. "_id": "hosted-git-info@2.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
  13. "_location": "/hosted-git-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hosted-git-info@2.6.0",
  19. "name": "hosted-git-info",
  20. "escapedName": "hosted-git-info",
  21. "rawSpec": "2.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/normalize-package-data"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
  30. "_shasum": "23235b29ab230c576aab0d4f13fc046b0b038222",
  31. "_spec": "2.6.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org",
  36. "url": "http://re-becca.org"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/hosted-git-info/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  44. "devDependencies": {
  45. "standard": "^9.0.2",
  46. "standard-version": "^4.3.0",
  47. "tap": "^10.3.0"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js",
  54. "git-host.js",
  55. "git-host-info.js"
  56. ],
  57. "homepage": "https://github.com/npm/hosted-git-info",
  58. "keywords": [
  59. "git",
  60. "github",
  61. "bitbucket",
  62. "gitlab"
  63. ],
  64. "license": "ISC",
  65. "main": "index.js",
  66. "name": "hosted-git-info",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/npm/hosted-git-info.git"
  70. },
  71. "scripts": {
  72. "postrelease": "npm publish && git push --follow-tags",
  73. "prerelease": "npm t",
  74. "pretest": "standard",
  75. "release": "standard-version -s",
  76. "test": "tap -J --nyc-arg=--all --coverage test"
  77. },
  78. "version": "2.6.0"
  79. }