package.json 1.8 KB

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