package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@2.8.9",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "hosted-git-info@2.8.9",
  9. "_id": "hosted-git-info@2.8.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
  12. "_location": "/hosted-git-info",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hosted-git-info@2.8.9",
  18. "name": "hosted-git-info",
  19. "escapedName": "hosted-git-info",
  20. "rawSpec": "2.8.9",
  21. "saveSpec": null,
  22. "fetchSpec": "2.8.9"
  23. },
  24. "_requiredBy": [
  25. "/normalize-package-data"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  28. "_spec": "2.8.9",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Rebecca Turner",
  32. "email": "me@re-becca.org",
  33. "url": "http://re-becca.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/hosted-git-info/issues"
  37. },
  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. }