package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "parse-url@5.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "parse-url@5.0.1",
  9. "_id": "parse-url@5.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg==",
  12. "_location": "/parse-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-url@5.0.1",
  18. "name": "parse-url",
  19. "escapedName": "parse-url",
  20. "rawSpec": "5.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.1"
  23. },
  24. "_requiredBy": [
  25. "/git-up"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.1.tgz",
  28. "_spec": "5.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. "description": [
  37. "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized."
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/IonicaBizau/parse-url/issues"
  42. },
  43. "dependencies": {
  44. "is-ssh": "^1.3.0",
  45. "normalize-url": "^3.3.0",
  46. "parse-path": "^4.0.0",
  47. "protocols": "^1.4.0"
  48. },
  49. "description": "An advanced url parser supporting git urls too.",
  50. "devDependencies": {
  51. "tester": "^1.3.1"
  52. },
  53. "directories": {
  54. "example": "example",
  55. "test": "test"
  56. },
  57. "files": [
  58. "bin/",
  59. "app/",
  60. "lib/",
  61. "dist/",
  62. "src/",
  63. "scripts/",
  64. "resources/",
  65. "menu/",
  66. "cli.js",
  67. "index.js",
  68. "bloggify.js",
  69. "bloggify.json",
  70. "bloggify/"
  71. ],
  72. "homepage": "https://github.com/IonicaBizau/parse-url",
  73. "keywords": [
  74. "parse",
  75. "url",
  76. "node",
  77. "git",
  78. "advanced"
  79. ],
  80. "license": "MIT",
  81. "main": "lib/index.js",
  82. "name": "parse-url",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/IonicaBizau/parse-url.git"
  86. },
  87. "scripts": {
  88. "test": "node test"
  89. },
  90. "version": "5.0.1"
  91. }