package.json 1.6 KB

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