package.json 2.0 KB

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