package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@2.7.1",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hosted-git-info@2.7.1",
  10. "_id": "hosted-git-info@2.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
  13. "_location": "/hosted-git-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hosted-git-info@2.7.1",
  19. "name": "hosted-git-info",
  20. "escapedName": "hosted-git-info",
  21. "rawSpec": "2.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.1"
  24. },
  25. "_requiredBy": [
  26. "/normalize-package-data"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
  29. "_spec": "2.7.1",
  30. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  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.3.0",
  43. "tap": "^12.0.1"
  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 && git push --follow-tags",
  66. "prerelease": "npm t",
  67. "pretest": "standard",
  68. "release": "standard-version -s",
  69. "test": "tap -J --nyc-arg=--all --coverage test"
  70. },
  71. "version": "2.7.1"
  72. }