package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "is-ssh@1.3.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-ssh@1.3.1",
  9. "_id": "is-ssh@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg==",
  12. "_location": "/is-ssh",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-ssh@1.3.1",
  18. "name": "is-ssh",
  19. "escapedName": "is-ssh",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/git-up",
  26. "/parse-path",
  27. "/parse-url"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz",
  30. "_spec": "1.3.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Ionică Bizău",
  34. "email": "bizauionica@gmail.com",
  35. "url": "http://ionicabizau.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/IonicaBizau/node-is-ssh/issues"
  39. },
  40. "dependencies": {
  41. "protocols": "^1.1.0"
  42. },
  43. "description": "Check if an input value is a ssh url or not.",
  44. "devDependencies": {
  45. "tester": "^1.3.1"
  46. },
  47. "directories": {
  48. "example": "example",
  49. "test": "test"
  50. },
  51. "homepage": "https://github.com/IonicaBizau/node-is-ssh",
  52. "keywords": [
  53. "ssh",
  54. "url",
  55. "check",
  56. "parser"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "is-ssh",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/IonicaBizau/node-is-ssh.git"
  64. },
  65. "scripts": {
  66. "test": "node test"
  67. },
  68. "version": "1.3.1"
  69. }