package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@2.6.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hosted-git-info@2.6.0",
  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. "/normalize-package-data"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
  29. "_spec": "2.6.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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": "^9.0.2",
  42. "standard-version": "^4.3.0",
  43. "tap": "^10.3.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js",
  50. "git-host.js",
  51. "git-host-info.js"
  52. ],
  53. "homepage": "https://github.com/npm/hosted-git-info",
  54. "keywords": [
  55. "git",
  56. "github",
  57. "bitbucket",
  58. "gitlab"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "hosted-git-info",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/hosted-git-info.git"
  66. },
  67. "scripts": {
  68. "postrelease": "npm publish && git push --follow-tags",
  69. "prerelease": "npm t",
  70. "pretest": "standard",
  71. "release": "standard-version -s",
  72. "test": "tap -J --nyc-arg=--all --coverage test"
  73. },
  74. "version": "2.6.0"
  75. }