package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "git-up@4.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "git-up@4.0.1",
  9. "_id": "git-up@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw==",
  12. "_location": "/git-up",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "git-up@4.0.1",
  18. "name": "git-up",
  19. "escapedName": "git-up",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/git-url-parse"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz",
  28. "_spec": "4.0.1",
  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. "bugs": {
  37. "url": "https://github.com/IonicaBizau/git-up/issues"
  38. },
  39. "dependencies": {
  40. "is-ssh": "^1.3.0",
  41. "parse-url": "^5.0.0"
  42. },
  43. "description": "A low level git url parser.",
  44. "devDependencies": {
  45. "tester": "^1.4.3"
  46. },
  47. "directories": {
  48. "example": "example",
  49. "test": "test"
  50. },
  51. "files": [
  52. "bin/",
  53. "app/",
  54. "lib/",
  55. "dist/",
  56. "src/",
  57. "scripts/",
  58. "resources/",
  59. "menu/",
  60. "cli.js",
  61. "index.js",
  62. "bloggify.js",
  63. "bloggify.json",
  64. "bloggify/"
  65. ],
  66. "homepage": "https://github.com/IonicaBizau/git-up",
  67. "keywords": [
  68. "git",
  69. "url",
  70. "parser",
  71. "parsing"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/index.js",
  75. "name": "git-up",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/IonicaBizau/git-up.git"
  79. },
  80. "scripts": {
  81. "test": "node test"
  82. },
  83. "version": "4.0.1"
  84. }