package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "hosted-git-info@^2.1.4",
  3. "_id": "hosted-git-info@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hosted-git-info@^2.1.4",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "^2.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.4"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
  22. "_shasum": "97f236977bd6e125408930ff6de3eec6281ec047",
  23. "_spec": "hosted-git-info@^2.1.4",
  24. "_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/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. "deprecated": false,
  35. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  36. "devDependencies": {
  37. "standard": "^11.0.1",
  38. "standard-version": "^4.3.0",
  39. "tap": "^12.0.1"
  40. },
  41. "files": [
  42. "index.js",
  43. "git-host.js",
  44. "git-host-info.js"
  45. ],
  46. "homepage": "https://github.com/npm/hosted-git-info",
  47. "keywords": [
  48. "git",
  49. "github",
  50. "bitbucket",
  51. "gitlab"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "hosted-git-info",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/npm/hosted-git-info.git"
  59. },
  60. "scripts": {
  61. "postrelease": "npm publish && git push --follow-tags",
  62. "prerelease": "npm t",
  63. "pretest": "standard",
  64. "release": "standard-version -s",
  65. "test": "tap -J --nyc-arg=--all --coverage test"
  66. },
  67. "version": "2.7.1"
  68. }