package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "git-url-parse@^11.4.4",
  3. "_id": "git-url-parse@11.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==",
  6. "_location": "/git-url-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "git-url-parse@^11.4.4",
  12. "name": "git-url-parse",
  13. "escapedName": "git-url-parse",
  14. "rawSpec": "^11.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.4.4"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/telemetry"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.6.0.tgz",
  22. "_shasum": "c634b8de7faa66498a2b88932df31702c67df605",
  23. "_spec": "git-url-parse@^11.4.4",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\telemetry",
  25. "author": {
  26. "name": "Ionică Bizău",
  27. "email": "bizauionica@gmail.com",
  28. "url": "https://ionicabizau.net"
  29. },
  30. "blah": {
  31. "h_img": "http://i.imgur.com/HlfMsVf.png"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/IonicaBizau/git-url-parse/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "git-up": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A high level git url parser for common git providers.",
  42. "devDependencies": {
  43. "tester": "^1.3.1"
  44. },
  45. "directories": {
  46. "example": "example",
  47. "test": "test"
  48. },
  49. "files": [
  50. "bin/",
  51. "app/",
  52. "lib/",
  53. "dist/",
  54. "src/",
  55. "scripts/",
  56. "resources/",
  57. "menu/",
  58. "cli.js",
  59. "index.js",
  60. "bloggify.js",
  61. "bloggify.json",
  62. "bloggify/"
  63. ],
  64. "homepage": "https://github.com/IonicaBizau/git-url-parse",
  65. "keywords": [
  66. "parse",
  67. "git",
  68. "url"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "name": "git-url-parse",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git"
  76. },
  77. "scripts": {
  78. "test": "node test"
  79. },
  80. "version": "11.6.0"
  81. }