package.json 1.9 KB

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