package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "hosted-git-info@2.1.5",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hosted-git-info@2.1.5",
  10. "_id": "hosted-git-info@2.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C6gdkNouJas0ozLm7HeTbhWYEYs=",
  13. "_location": "/hosted-git-info",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hosted-git-info@2.1.5",
  19. "name": "hosted-git-info",
  20. "escapedName": "hosted-git-info",
  21. "rawSpec": "2.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.5"
  24. },
  25. "_requiredBy": [
  26. "/normalize-package-data"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
  29. "_spec": "2.1.5",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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": "^3.3.2",
  42. "tap": "^0.4.13"
  43. },
  44. "homepage": "https://github.com/npm/hosted-git-info",
  45. "keywords": [
  46. "git",
  47. "github",
  48. "bitbucket",
  49. "gitlab"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "hosted-git-info",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/hosted-git-info.git"
  57. },
  58. "scripts": {
  59. "test": "standard && tap test/*.js"
  60. },
  61. "version": "2.1.5"
  62. }