package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "protocols@^1.1.0",
  3. "_id": "protocols@1.4.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==",
  6. "_location": "/protocols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "protocols@^1.1.0",
  12. "name": "protocols",
  13. "escapedName": "protocols",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/is-ssh",
  20. "/parse-path",
  21. "/parse-url"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz",
  24. "_shasum": "48eea2d8f58d9644a4a32caae5d5db290a075ce8",
  25. "_spec": "protocols@^1.1.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\is-ssh",
  27. "author": {
  28. "name": "Ionică Bizău",
  29. "email": "bizauionica@gmail.com",
  30. "url": "https://ionicabizau.net"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/IonicaBizau/protocols/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Get the protocols of an input url.",
  39. "devDependencies": {
  40. "tester": "^1.3.1"
  41. },
  42. "directories": {
  43. "example": "example",
  44. "test": "test"
  45. },
  46. "files": [
  47. "bin/",
  48. "app/",
  49. "lib/",
  50. "dist/",
  51. "src/",
  52. "scripts/",
  53. "resources/",
  54. "menu/",
  55. "cli.js",
  56. "index.js",
  57. "bloggify.js",
  58. "bloggify.json",
  59. "bloggify/"
  60. ],
  61. "homepage": "https://github.com/IonicaBizau/protocols",
  62. "keywords": [
  63. "protocols",
  64. "protocol",
  65. "url",
  66. "parse"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/index.js",
  70. "name": "protocols",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/IonicaBizau/protocols.git"
  74. },
  75. "scripts": {
  76. "test": "node test"
  77. },
  78. "version": "1.4.8"
  79. }