package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "hosted-git-info@^4.0.1",
  3. "_id": "hosted-git-info@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XkJVB+7eT+qEa3Ji8IOEVsQgmWE=",
  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.npm.taobao.org/hosted-git-info/download/hosted-git-info-4.0.2.tgz?cache=0&sync_timestamp=1617826541967&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-4.0.2.tgz",
  22. "_shasum": "5e425507eede4fea846b7262f0838456c4209961",
  23. "_spec": "hosted-git-info@^4.0.1",
  24. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/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": "^14.11.0"
  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. "esm": false
  79. },
  80. "version": "4.0.2"
  81. }